summaryrefslogtreecommitdiffstats
path: root/samples/Samples.proj
diff options
context:
space:
mode:
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">