diff options
Diffstat (limited to 'samples')
-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"> |