Skip to content

Commit

Permalink
Package restore 'the new way' (no more msbuild package restore but re…
Browse files Browse the repository at this point in the history
…lying on VS).

Updated NuGet packages.
  • Loading branch information
martijnboland committed Apr 14, 2014
1 parent 31c1339 commit 129d898
Show file tree
Hide file tree
Showing 20 changed files with 12,150 additions and 7,965 deletions.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
71 changes: 0 additions & 71 deletions .nuget/NuGet.targets

This file was deleted.

88 changes: 41 additions & 47 deletions MvcPaging.sln
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
17 changes: 8 additions & 9 deletions src/MvcPaging.Demo/MvcPaging.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
<MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -138,11 +138,11 @@
<Content Include="Global.asax" />
<Content Include="Scripts\bootstrap.min.js" />
<None Include="Properties\PublishProfiles\demo.taiga.nl.pubxml" />
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
<Content Include="Scripts\jquery-2.0.3.js" />
<Content Include="Scripts\jquery-2.0.3.min.js" />
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
<None Include="Scripts\jquery-2.1.0-vsdoc.js" />
<Content Include="Scripts\jquery-2.1.0.js" />
<Content Include="Scripts\jquery-2.1.0.min.js" />
<Content Include="Areas\Area51\Views\_ViewStart.cshtml" />
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
<Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
<Content Include="Scripts\SyntaxHighlighter\shAutoloader.js" />
<Content Include="Scripts\SyntaxHighlighter\shBrushAppleScript.js" />
Expand Down Expand Up @@ -176,7 +176,6 @@
<Content Include="Views\Paging\CustomPageRouteValueKey.cshtml" />
<Content Include="Views\Paging\ProductsByCategories.cshtml" />
<Content Include="Views\Paging\Bootstrap3.cshtml" />
<Content Include="Scripts\jquery-2.0.3.min.map" />
<Content Include="Views\Paging\Index.cshtml" />
<Content Include="Views\Paging\IndexAjax.cshtml" />
<Content Include="Views\Paging\ProductsByCategory.cshtml" />
Expand All @@ -191,6 +190,7 @@
<Content Include="Views\Shared\DisplayTemplates\BootstrapPagination.cshtml" />
<Content Include="Views\Shared\DisplayTemplates\Bootstrap3Pagination.cshtml" />
<Content Include="Views\Shared\ViewSource.cshtml" />
<Content Include="Scripts\jquery-2.1.0.min.map" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MvcPaging\MvcPaging.csproj">
Expand Down Expand Up @@ -252,5 +252,4 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
</Project>
Loading

0 comments on commit 129d898

Please sign in to comment.