forked from mcintyre321/mvc.jquery.datatables
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8f2ced
commit cacd02a
Showing
17 changed files
with
234 additions
and
2,444 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
217
Mvc.JQuery.Datatables.Example/Mvc.JQuery.Datatables.Example.csproj
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
Mvc.JQuery.Datatables.Example/Mvc.JQuery.Datatables.Example.csproj.DotSettings.user
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
Mvc.JQuery.Datatables.Example/Mvc.JQuery.Datatables.Mvc5.Example.csproj.DotSettings.user
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.