summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-18 19:51:45 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-18 19:51:45 -0800
commit8983ab9d6bc990c45937e83389d12aa8678d3416 (patch)
treed15a8f5772cc43459885de309cdd54bd64b38a5d
parent452f7080626d8534d5026260235b3056c46cb295 (diff)
downloadDotNetOpenAuth-8983ab9d6bc990c45937e83389d12aa8678d3416.zip
DotNetOpenAuth-8983ab9d6bc990c45937e83389d12aa8678d3416.tar.gz
DotNetOpenAuth-8983ab9d6bc990c45937e83389d12aa8678d3416.tar.bz2
Restored sln target builds, now that they've been fixed in Dev10 RC.
-rw-r--r--build.proj7
1 files changed, 3 insertions, 4 deletions
diff --git a/build.proj b/build.proj
index 9843456..11e5e68 100644
--- a/build.proj
+++ b/build.proj
@@ -67,13 +67,12 @@
</Target>
<Target Name="BuildTests" DependsOnTargets="SkipVerification">
- <MSBuild Projects="$(SolutionPath)" /> <!-- broken in Dev10 RC: Targets="DotNetOpenAuth_Test;DotNetOpenAuth_TestWeb" -->
+ <MSBuild Projects="$(SolutionPath)" Targets="DotNetOpenAuth_Test;DotNetOpenAuth_TestWeb" />
</Target>
<Target Name="BuildSamples" DependsOnTargets="SkipVerification">
- <!--<MSBuild Projects="@(SampleProjects)" />
- <MSBuild Projects="$(SolutionPath)" Targets="@(SampleSites)" /> BROKEN IN DEV10 RC -->
- <MSBuild Projects="$(SolutionPath)" />
+ <MSBuild Projects="@(SampleProjects)" />
+ <MSBuild Projects="$(SolutionPath)" Targets="@(SampleSites)" />
</Target>
<Target Name="Build" DependsOnTargets="SkipVerification">