# HG changeset patch # User stevenh7776 stevenhollidge@hotmail.com # Date 1329760834 -25200 # Node ID c812bca7b1acbfc3576ea6978a037ff890a7b066 # Parent 877d70fb8176a5da6a0d63bdc742568c137fa09b "Restore packages on build" enabled by Nuget 1.6 General refactoring based on code analysis diff -r 877d70fb8176 -r c812bca7b1ac Stocks/.nuget/NuGet.exe Binary file Stocks/.nuget/NuGet.exe has changed diff -r 877d70fb8176 -r c812bca7b1ac Stocks/.nuget/NuGet.targets --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Stocks/.nuget/NuGet.targets Tue Feb 21 01:00:34 2012 +0700 @@ -0,0 +1,52 @@ + + + + $(MSBuildProjectDirectory)\..\ + $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) + $(NuGetToolsPath)\nuget.exe + $([System.IO.Path]::Combine($(ProjectDir), "packages.config")) + $([System.IO.Path]::Combine($(SolutionDir), "packages")) + $(TargetDir.Trim('\\')) + + + "" + + + false + + + false + + + "$(NuGetExePath)" install "$(PackagesConfig)" -source $(PackageSources) -o "$(PackagesDir)" + "$(NuGetExePath)" pack "$(ProjectPath)" -p Configuration=$(Configuration) -o "$(PackageOutputDir)" -symbols + + + + RestorePackages; + $(BuildDependsOn); + + + + + $(BuildDependsOn); + BuildPackage; + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 877d70fb8176 -r c812bca7b1ac Stocks/Stocks.Common.Tests.Unit/Stocks.Common.Tests.Unit.csproj --- a/Stocks/Stocks.Common.Tests.Unit/Stocks.Common.Tests.Unit.csproj Mon Feb 20 23:07:37 2012 +0700 +++ b/Stocks/Stocks.Common.Tests.Unit/Stocks.Common.Tests.Unit.csproj Tue Feb 21 01:00:34 2012 +0700 @@ -12,6 +12,8 @@ Stocks.Common.Tests.Unit v4.0 512 + ..\..\Stocks\ + true true @@ -21,6 +23,8 @@ DEBUG;TRACE prompt 4 + true + false pdbonly @@ -60,6 +64,7 @@ +