summaryrefslogtreecommitdiffstats
path: root/samples/Samples.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-15 22:29:26 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-15 22:29:26 -0800
commit88f6bd03dfbff0f73e8d6f467ca21404b0cca2bc (patch)
tree9cdacf837e77246ea0d96b91ed9b156e6dbecd4e /samples/Samples.proj
parentb5df112e6cad0cb41ead6b6a9c353bd5e564603e (diff)
downloadDotNetOpenAuth-88f6bd03dfbff0f73e8d6f467ca21404b0cca2bc.zip
DotNetOpenAuth-88f6bd03dfbff0f73e8d6f467ca21404b0cca2bc.tar.gz
DotNetOpenAuth-88f6bd03dfbff0f73e8d6f467ca21404b0cca2bc.tar.bz2
Building up Clean targets.
Diffstat (limited to 'samples/Samples.proj')
-rw-r--r--samples/Samples.proj5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/Samples.proj b/samples/Samples.proj
index 9290837..b8fe558 100644
--- a/samples/Samples.proj
+++ b/samples/Samples.proj
@@ -5,6 +5,11 @@
<ItemGroup>
<SampleProjects Include="**\*.csproj;**\*.vbproj" />
<SampleSites Include="OAuthConsumer;OAuthServiceProvider;InfoCardRelyingParty" />
+
+ <ProjectsToClean Include="@(SampleProjects)" />
+ <ProjectsToClean Include="$(SolutionPath)">
+ <Targets>@(SampleSites->'%(Identity):Clean')</Targets>
+ </ProjectsToClean>
</ItemGroup>
<Target Name="Build" DependsOnTargets="SkipVerification">