summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:38:54 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:38:54 -0700
commite7ce41355c38b3125729a62920231f274b7a2100 (patch)
tree5f72a002a9b839e8fbcb694dfafee533a0e644f6 /build.proj
parenta000d147d61fb0335983a43e9f930f7a1ca60104 (diff)
parent23499563a7773abc203dae9d96c1c0b84897159b (diff)
downloadDotNetOpenAuth-origin/v3.2.zip
DotNetOpenAuth-origin/v3.2.tar.gz
DotNetOpenAuth-origin/v3.2.tar.bz2
Merge branch 'v3.1' into v3.2origin/v3.2
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.proj b/build.proj
index 5bcda4d..b724482 100644
--- a/build.proj
+++ b/build.proj
@@ -228,9 +228,10 @@
<SampleProjectTargets Include="$(DropSamplesDirectory)\**\*.csproj" />
</ItemGroup>
<FixupShippingToolSamples Projects="@(DropSamplesToolsProjects)"
- RemoveImportsStartingWith="..\"/>
+ RemoveImportsStartingWith="%24(ProjectRoot)tools\;..\"
+ AddReferences="Microsoft.Contracts"/>
<ChangeProjectReferenceToAssemblyReference Projects="@(SampleProjectTargets)"
- ProjectReferences="..\..\src\$(ProductName)\$(ProductName).csproj" References="..\..\Bin\$(ProductName).dll" />
+ ProjectReference="..\..\src\$(ProductName)\$(ProductName).csproj" Reference="..\..\Bin\$(ProductName).dll" />
</Target>
<Target Name="Drop" DependsOnTargets="DropLayout">