Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbradwilson <dotnetguy@gmail.com>2012-07-10 04:00:54 +0400
committerbradwilson <dotnetguy@gmail.com>2012-07-14 00:52:06 +0400
commit3b39178d07d65d1f85e9af90a9dfa412812735be (patch)
tree3c6dfa0c692d7439a608a3523cda5b5fc79133c9 /test/System.Web.WebPages.Deployment.Test
parent63546f9d374f21ddf855a3de024d70e2b7ccb1d6 (diff)
Convert to built-in NuGet package restore
Diffstat (limited to 'test/System.Web.WebPages.Deployment.Test')
-rw-r--r--test/System.Web.WebPages.Deployment.Test/System.Web.WebPages.Deployment.Test.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/System.Web.WebPages.Deployment.Test/System.Web.WebPages.Deployment.Test.csproj b/test/System.Web.WebPages.Deployment.Test/System.Web.WebPages.Deployment.Test.csproj
index e1b63445..88f75496 100644
--- a/test/System.Web.WebPages.Deployment.Test/System.Web.WebPages.Deployment.Test.csproj
+++ b/test/System.Web.WebPages.Deployment.Test/System.Web.WebPages.Deployment.Test.csproj
@@ -16,6 +16,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
+ <RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
@@ -94,4 +96,5 @@
<EmbeddedResource Include="TestFiles\ConfigTestSites\NoCshtmlWithEnabledSettingFalse\web.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
</Project> \ No newline at end of file