diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-15 22:29:26 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-15 22:29:26 -0800 |
commit | 88f6bd03dfbff0f73e8d6f467ca21404b0cca2bc (patch) | |
tree | 9cdacf837e77246ea0d96b91ed9b156e6dbecd4e /samples/Samples.proj | |
parent | b5df112e6cad0cb41ead6b6a9c353bd5e564603e (diff) | |
download | DotNetOpenAuth-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.proj | 5 |
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"> |