Skip to content

Commit

Permalink
More project stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre321 committed Mar 17, 2017
1 parent c8f2ced commit cacd02a
Show file tree
Hide file tree
Showing 17 changed files with 234 additions and 2,444 deletions.
10 changes: 10 additions & 0 deletions Mvc.JQuery.DataTables.Example/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.3" targetFramework="net451" />
<package id="Microsoft.Net.Compilers" version="1.3.2" targetFramework="net451" developmentDependency="true" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
</packages>
9 changes: 9 additions & 0 deletions Mvc.JQuery.DataTables.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
<package id="NUnit" version="3.6.1" targetFramework="net451" />
</packages>
217 changes: 123 additions & 94 deletions Mvc.JQuery.Datatables.Example/Mvc.JQuery.Datatables.Example.csproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions Mvc.JQuery.Datatables.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("Mvc.JQuery.DataTables.Example")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Mvc.JQuery.DataTables.Example")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -20,7 +20,7 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("8ae5a2ac-d86d-413a-a612-0a6ecbd1a2a4")]
[assembly: Guid("305fa463-4d61-4e28-8a4b-55a1e74d1bd7")]

// Version information for an assembly consists of the following four values:
//
Expand Down
1 change: 0 additions & 1 deletion Mvc.JQuery.Datatables.Example/README.jQuery.vsdoc.txt

This file was deleted.

6 changes: 4 additions & 2 deletions Mvc.JQuery.Datatables.Example/Web.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=152368
-->
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
<section name="entityFramework"
type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
requirePermission="false"/>
</configSections>
<appSettings>
<add key="ClientValidationEnabled" value="true"/>
Expand Down
21 changes: 0 additions & 21 deletions Mvc.JQuery.Datatables.Example/project.json

This file was deleted.

Loading

0 comments on commit cacd02a

Please sign in to comment.