Skip to content

Commit cacd02a

Browse files
committed
More project stuff
1 parent c8f2ced commit cacd02a

File tree

17 files changed

+234
-2444
lines changed

17 files changed

+234
-2444
lines changed

Mvc.JQuery.Datatables.Example/App_GlobalResources/UserViewResource.Designer.cs renamed to Mvc.JQuery.DataTables.Example/App_GlobalResources/UserViewResource1.designer.cs

File renamed without changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net451" />
4+
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
5+
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
6+
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.3" targetFramework="net451" />
7+
<package id="Microsoft.Net.Compilers" version="1.3.2" targetFramework="net451" developmentDependency="true" />
8+
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
9+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
10+
</packages>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="EntityFramework" version="6.1.3" targetFramework="net451" />
4+
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net451" />
5+
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
6+
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
7+
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
8+
<package id="NUnit" version="3.6.1" targetFramework="net451" />
9+
</packages>

Mvc.JQuery.Datatables.Example/Mvc.JQuery.Datatables.Example.csproj

Lines changed: 123 additions & 94 deletions
Large diffs are not rendered by default.

Mvc.JQuery.Datatables.Example/Mvc.JQuery.Datatables.Example.csproj.DotSettings.user

Lines changed: 0 additions & 2 deletions
This file was deleted.

Mvc.JQuery.Datatables.Example/Mvc.JQuery.Datatables.Mvc5.Example.csproj.DotSettings.user

Lines changed: 0 additions & 2 deletions
This file was deleted.

Mvc.JQuery.Datatables.Example/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("Mvc.JQuery.DataTables.Example")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Microsoft")]
11+
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("Mvc.JQuery.DataTables.Example")]
13-
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
13+
[assembly: AssemblyCopyright("Copyright © 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

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

2525
// Version information for an assembly consists of the following four values:
2626
//

Mvc.JQuery.Datatables.Example/README.jQuery.vsdoc.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

Mvc.JQuery.Datatables.Example/Web.config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<!--
33
For more information on how to configure your ASP.NET application, please visit
44
http://go.microsoft.com/fwlink/?LinkId=152368
55
-->
66
<configuration>
77
<configSections>
88
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
9+
<section name="entityFramework"
10+
type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
11+
requirePermission="false"/>
1012
</configSections>
1113
<appSettings>
1214
<add key="ClientValidationEnabled" value="true"/>

Mvc.JQuery.Datatables.Example/project.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)