summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:59:32 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:59:32 -0700
commitbd391bb514909e64983c4c77ce1eec803dfdd1a8 (patch)
treebfdbffc10e8eb62ad6c95175c4590ca51cc3b31b /build.proj
parentbe93a55f3cd2798d4361a262236fd89fd0c098b2 (diff)
parente7ce41355c38b3125729a62920231f274b7a2100 (diff)
downloadDotNetOpenAuth-origin/v3.3.zip
DotNetOpenAuth-origin/v3.3.tar.gz
DotNetOpenAuth-origin/v3.3.tar.bz2
Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.3
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.proj5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.proj b/build.proj
index a1180e2..c7568fc 100644
--- a/build.proj
+++ b/build.proj
@@ -423,9 +423,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">