summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:13:08 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-08-07 14:13:08 -0700
commitb10e1c35117832121a5ea1042f812db2fafb8a9d (patch)
tree0d01e78941060bedfa35e0026fe0ab58028d4f54
parent8c93cbf18875b43e7e5e22529592617d8a06540c (diff)
downloadDotNetOpenAuth-origin/v3.0.zip
DotNetOpenAuth-origin/v3.0.tar.gz
DotNetOpenAuth-origin/v3.0.tar.bz2
Revert "Fixed nightly build break due to backporting of buildtasks.dll."origin/v3.0
This reverts commit 2e605c782d28777bdfc972bb0569799911304251.
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 11be807..657cb02 100644
--- a/build.proj
+++ b/build.proj
@@ -185,7 +185,7 @@
<SampleProjectTargets Include="$(DropSamplesDirectory)\**\*.csproj" />
</ItemGroup>
<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">