-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package restore 'the new way' (no more msbuild package restore but re…
…lying on VS). Updated NuGet packages.
- Loading branch information
1 parent
31c1339
commit 129d898
Showing
20 changed files
with
12,150 additions
and
7,965 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,41 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2013 | ||
VisualStudioVersion = 12.0.21005.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8CB3AEF-3742-4FC0-870B-874714E1D240}" | ||
ProjectSection(SolutionItems) = preProject | ||
CHANGELOG = CHANGELOG | ||
LICENSE = LICENSE | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{05A0163F-356F-4318-8980-2DE28A584F01}" | ||
ProjectSection(SolutionItems) = preProject | ||
.nuget\NuGet.exe = .nuget\NuGet.exe | ||
.nuget\NuGet.targets = .nuget\NuGet.targets | ||
EndProjectSection | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging", "src\MvcPaging\MvcPaging.csproj", "{AAF30968-1118-4937-B392-E9863EA8D76D}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Tests", "src\MvcPaging.Tests\MvcPaging.Tests.csproj", "{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Demo", "src\MvcPaging.Demo\MvcPaging.Demo.csproj", "{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2013 | ||
VisualStudioVersion = 12.0.21005.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8CB3AEF-3742-4FC0-870B-874714E1D240}" | ||
ProjectSection(SolutionItems) = preProject | ||
CHANGELOG = CHANGELOG | ||
LICENSE = LICENSE | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging", "src\MvcPaging\MvcPaging.csproj", "{AAF30968-1118-4937-B392-E9863EA8D76D}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Tests", "src\MvcPaging.Tests\MvcPaging.Tests.csproj", "{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Demo", "src\MvcPaging.Demo\MvcPaging.Demo.csproj", "{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
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
Oops, something went wrong.