diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-06-02 20:13:56 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-06-02 20:13:56 -0700 |
commit | 6c72254973a3aa63066dae087e452b3564d66138 (patch) | |
tree | 60baa1b2eed9ae79d6f454f79e0c719a14d83ca0 /samples/Samples.proj | |
parent | a49e0e1b990d4c9721134b002f47cb95a496b7e4 (diff) | |
download | DotNetOpenAuth-6c72254973a3aa63066dae087e452b3564d66138.zip DotNetOpenAuth-6c72254973a3aa63066dae087e452b3564d66138.tar.gz DotNetOpenAuth-6c72254973a3aa63066dae087e452b3564d66138.tar.bz2 |
Removes InfoCardRelyingParty web site sample.
Again, web sites without projects just cause problems. And InfoCard doesn't even work in Windows 8. It's a dying technology (tragic, but true).
Diffstat (limited to 'samples/Samples.proj')
-rw-r--r-- | samples/Samples.proj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/samples/Samples.proj b/samples/Samples.proj index e6ac9f8..9c086ae 100644 --- a/samples/Samples.proj +++ b/samples/Samples.proj @@ -14,12 +14,8 @@ <ItemGroup> <SampleProjects Include="**\*.csproj;**\*.vbproj" /> - <SampleSites Include="InfoCardRelyingParty" /> <ProjectsToClean Include="@(SampleProjects)" /> - <ProjectsToClean Include="$(SolutionPath)"> - <Targets>@(SampleSites->'%(Identity):Clean')</Targets> - </ProjectsToClean> <_SampleWebConfigs Include="$(ProjectRoot)samples\*\web.config" /> <PublishableWebSamples Include="@(_SampleWebConfigs->'%(RootDir)%(Directory)')" /> @@ -28,9 +24,6 @@ <Target Name="Build" DependsOnTargets="SkipVerification"> <ItemGroup> <SampleProjectsToBuild Include="@(SampleProjects)" /> - <SampleProjectsToBuild Include="$(SolutionPath)"> - <Targets>%(SampleSites.Identity)</Targets> - </SampleProjectsToBuild> </ItemGroup> <MSBuild Projects="@(SampleProjectsToBuild)" Targets="%(SampleProjectsToBuild.Targets)" BuildInParallel="$(BuildInParallel)" /> |