Skip to content

Commit 129d898

Browse files
committed
Package restore 'the new way' (no more msbuild package restore but relying on VS).
Updated NuGet packages.
1 parent 31c1339 commit 129d898

20 files changed

+12150
-7965
lines changed

.nuget/NuGet.Config

-6
This file was deleted.

.nuget/NuGet.exe

-554 KB
Binary file not shown.

.nuget/NuGet.targets

-71
This file was deleted.

MvcPaging.sln

+41-47
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,41 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.21005.1
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8CB3AEF-3742-4FC0-870B-874714E1D240}"
7-
ProjectSection(SolutionItems) = preProject
8-
CHANGELOG = CHANGELOG
9-
LICENSE = LICENSE
10-
README.md = README.md
11-
EndProjectSection
12-
EndProject
13-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{05A0163F-356F-4318-8980-2DE28A584F01}"
14-
ProjectSection(SolutionItems) = preProject
15-
.nuget\NuGet.exe = .nuget\NuGet.exe
16-
.nuget\NuGet.targets = .nuget\NuGet.targets
17-
EndProjectSection
18-
EndProject
19-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging", "src\MvcPaging\MvcPaging.csproj", "{AAF30968-1118-4937-B392-E9863EA8D76D}"
20-
EndProject
21-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Tests", "src\MvcPaging.Tests\MvcPaging.Tests.csproj", "{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}"
22-
EndProject
23-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Demo", "src\MvcPaging.Demo\MvcPaging.Demo.csproj", "{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}"
24-
EndProject
25-
Global
26-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
27-
Debug|Any CPU = Debug|Any CPU
28-
Release|Any CPU = Release|Any CPU
29-
EndGlobalSection
30-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31-
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32-
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.Build.0 = Debug|Any CPU
33-
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.ActiveCfg = Release|Any CPU
34-
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.Build.0 = Release|Any CPU
35-
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36-
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
37-
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
38-
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.Build.0 = Release|Any CPU
39-
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40-
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.Build.0 = Debug|Any CPU
41-
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.ActiveCfg = Release|Any CPU
42-
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.Build.0 = Release|Any CPU
43-
EndGlobalSection
44-
GlobalSection(SolutionProperties) = preSolution
45-
HideSolutionNode = FALSE
46-
EndGlobalSection
47-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.21005.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8CB3AEF-3742-4FC0-870B-874714E1D240}"
7+
ProjectSection(SolutionItems) = preProject
8+
CHANGELOG = CHANGELOG
9+
LICENSE = LICENSE
10+
README.md = README.md
11+
EndProjectSection
12+
EndProject
13+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging", "src\MvcPaging\MvcPaging.csproj", "{AAF30968-1118-4937-B392-E9863EA8D76D}"
14+
EndProject
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Tests", "src\MvcPaging.Tests\MvcPaging.Tests.csproj", "{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}"
16+
EndProject
17+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcPaging.Demo", "src\MvcPaging.Demo\MvcPaging.Demo.csproj", "{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}"
18+
EndProject
19+
Global
20+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
21+
Debug|Any CPU = Debug|Any CPU
22+
Release|Any CPU = Release|Any CPU
23+
EndGlobalSection
24+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25+
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26+
{AAF30968-1118-4937-B392-E9863EA8D76D}.Debug|Any CPU.Build.0 = Debug|Any CPU
27+
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{AAF30968-1118-4937-B392-E9863EA8D76D}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{85DE9684-F5EA-47FC-B492-4C46EF17CB9A}.Release|Any CPU.Build.0 = Release|Any CPU
33+
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34+
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Debug|Any CPU.Build.0 = Debug|Any CPU
35+
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{3F6E4B30-82C7-4033-90D0-2E27E3ACE75F}.Release|Any CPU.Build.0 = Release|Any CPU
37+
EndGlobalSection
38+
GlobalSection(SolutionProperties) = preSolution
39+
HideSolutionNode = FALSE
40+
EndGlobalSection
41+
EndGlobal

src/MvcPaging.Demo/MvcPaging.Demo.csproj

+8-9
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
2424
<RestorePackages>true</RestorePackages>
2525
<IISExpressSSLPort />
26-
<IISExpressAnonymousAuthentication />
27-
<IISExpressWindowsAuthentication />
28-
<IISExpressUseClassicPipelineMode />
26+
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
27+
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
28+
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
2929
<MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -138,11 +138,11 @@
138138
<Content Include="Global.asax" />
139139
<Content Include="Scripts\bootstrap.min.js" />
140140
<None Include="Properties\PublishProfiles\demo.taiga.nl.pubxml" />
141-
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
142-
<Content Include="Scripts\jquery-2.0.3.js" />
143-
<Content Include="Scripts\jquery-2.0.3.min.js" />
144-
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
141+
<None Include="Scripts\jquery-2.1.0-vsdoc.js" />
142+
<Content Include="Scripts\jquery-2.1.0.js" />
143+
<Content Include="Scripts\jquery-2.1.0.min.js" />
145144
<Content Include="Areas\Area51\Views\_ViewStart.cshtml" />
145+
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
146146
<Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
147147
<Content Include="Scripts\SyntaxHighlighter\shAutoloader.js" />
148148
<Content Include="Scripts\SyntaxHighlighter\shBrushAppleScript.js" />
@@ -176,7 +176,6 @@
176176
<Content Include="Views\Paging\CustomPageRouteValueKey.cshtml" />
177177
<Content Include="Views\Paging\ProductsByCategories.cshtml" />
178178
<Content Include="Views\Paging\Bootstrap3.cshtml" />
179-
<Content Include="Scripts\jquery-2.0.3.min.map" />
180179
<Content Include="Views\Paging\Index.cshtml" />
181180
<Content Include="Views\Paging\IndexAjax.cshtml" />
182181
<Content Include="Views\Paging\ProductsByCategory.cshtml" />
@@ -191,6 +190,7 @@
191190
<Content Include="Views\Shared\DisplayTemplates\BootstrapPagination.cshtml" />
192191
<Content Include="Views\Shared\DisplayTemplates\Bootstrap3Pagination.cshtml" />
193192
<Content Include="Views\Shared\ViewSource.cshtml" />
193+
<Content Include="Scripts\jquery-2.1.0.min.map" />
194194
</ItemGroup>
195195
<ItemGroup>
196196
<ProjectReference Include="..\MvcPaging\MvcPaging.csproj">
@@ -252,5 +252,4 @@
252252
</FlavorProperties>
253253
</VisualStudio>
254254
</ProjectExtensions>
255-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
256255
</Project>

0 commit comments

Comments
 (0)