Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit d63dada

Browse files
committed
Added OpenIdProviderMvc sample to the samples.sln file.
1 parent a549be9 commit d63dada

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

samples/Samples.sln

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RelyingPartyMvc", "RelyingP
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RelyingPartyWebForms", "RelyingPartyWebForms\RelyingPartyWebForms.csproj", "{1E8AEA89-BF69-47A1-B290-E8B0FE588700}"
1313
EndProject
14-
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Consumer", "Consumer\", "{85C2FCFD-5DF7-4E62-8944-946881ED3609}"
14+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Consumer", "Consumer", "{85C2FCFD-5DF7-4E62-8944-946881ED3609}"
1515
ProjectSection(WebsiteProperties) = preProject
1616
TargetFramework = "3.5"
1717
Debug.AspNetCompiler.VirtualPath = "/Consumer"
@@ -31,7 +31,7 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Consumer", "Consumer\", "{8
3131
VWDPort = "6319"
3232
EndProjectSection
3333
EndProject
34-
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "RelyingPartyClassicAsp", "RelyingPartyClassicAsp\", "{6AC0A348-BB42-40E6-84EB-1A83EBD6B0D5}"
34+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "RelyingPartyClassicAsp", "RelyingPartyClassicAsp", "{6AC0A348-BB42-40E6-84EB-1A83EBD6B0D5}"
3535
ProjectSection(WebsiteProperties) = preProject
3636
TargetFramework = "3.5"
3737
Debug.AspNetCompiler.VirtualPath = "/RelyingPartyClassicAsp"
@@ -51,7 +51,7 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "RelyingPartyClassicAsp", "R
5151
VWDPort = "49675"
5252
EndProjectSection
5353
EndProject
54-
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ServiceProvider", "ServiceProvider\", "{EF101762-3158-4CF2-92F7-61F0117A3A56}"
54+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ServiceProvider", "ServiceProvider", "{EF101762-3158-4CF2-92F7-61F0117A3A56}"
5555
ProjectSection(WebsiteProperties) = preProject
5656
TargetFramework = "3.5"
5757
Debug.AspNetCompiler.VirtualPath = "/ServiceProvider"
@@ -72,6 +72,8 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ServiceProvider", "ServiceP
7272
VWDDynamicPort = "false"
7373
EndProjectSection
7474
EndProject
75+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenIdProviderMvc", "OpenIdProviderMvc\OpenIdProviderMvc.csproj", "{AEA29D4D-396F-47F6-BC81-B58D4B855245}"
76+
EndProject
7577
Global
7678
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7779
Debug|Any CPU = Debug|Any CPU
@@ -110,6 +112,10 @@ Global
110112
{EF101762-3158-4CF2-92F7-61F0117A3A56}.Debug|Any CPU.Build.0 = Debug|Any CPU
111113
{EF101762-3158-4CF2-92F7-61F0117A3A56}.Release|Any CPU.ActiveCfg = Debug|Any CPU
112114
{EF101762-3158-4CF2-92F7-61F0117A3A56}.Release|Any CPU.Build.0 = Debug|Any CPU
115+
{AEA29D4D-396F-47F6-BC81-B58D4B855245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
116+
{AEA29D4D-396F-47F6-BC81-B58D4B855245}.Debug|Any CPU.Build.0 = Debug|Any CPU
117+
{AEA29D4D-396F-47F6-BC81-B58D4B855245}.Release|Any CPU.ActiveCfg = Release|Any CPU
118+
{AEA29D4D-396F-47F6-BC81-B58D4B855245}.Release|Any CPU.Build.0 = Release|Any CPU
113119
EndGlobalSection
114120
GlobalSection(SolutionProperties) = preSolution
115121
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)