summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:38:25 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:38:25 -0700
commit23499563a7773abc203dae9d96c1c0b84897159b (patch)
tree4cc0dabe1c44453a320458cec5a10b8638b8487f /build.proj
parentd40bbbd127eb1a833e06af14f7dc352e272e2c43 (diff)
downloadDotNetOpenAuth-origin/v3.1.zip
DotNetOpenAuth-origin/v3.1.tar.gz
DotNetOpenAuth-origin/v3.1.tar.bz2
Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.1
Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.BuildTasks/FixupShippingToolSamples.cs
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index fe3628c..a3f7801 100644
--- a/build.proj
+++ b/build.proj
@@ -227,7 +227,8 @@
<SampleProjectTargets Include="$(DropSamplesDirectory)\**\*.csproj" />
</ItemGroup>
<FixupShippingToolSamples Projects="@(DropSamplesToolsProjects)"
- RemoveImportsStartingWith="..\"/>
+ RemoveImportsStartingWith="%24(ProjectRoot)tools\;..\"
+ AddReferences="Microsoft.Contracts"/>
<ChangeProjectReferenceToAssemblyReference Projects="@(SampleProjectTargets)"
ProjectReference="..\..\src\$(ProductName)\$(ProductName).csproj" Reference="..\..\Bin\$(ProductName).dll" />
</Target>