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

Commit b29891c

Browse files
committed
Added Samples sln file.
1 parent e6512c2 commit b29891c

1 file changed

Lines changed: 117 additions & 0 deletions

File tree

samples/Samples.sln

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 10.00
3+
# Visual Studio 2008
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsumerWpf", "ConsumerWpf\ConsumerWpf.csproj", "{6EC36418-DBC5-4AD1-A402-413604AA7A08}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetOpenAuth.ApplicationBlock", "DotNetOpenAuth.ApplicationBlock\DotNetOpenAuth.ApplicationBlock.csproj", "{AA78D112-D889-414B-A7D4-467B34C7B663}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenIdProviderWebForms", "OpenIdProviderWebForms\OpenIdProviderWebForms.csproj", "{2A59DE0A-B76A-4B42-9A33-04D34548353D}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RelyingPartyMvc", "RelyingPartyMvc\RelyingPartyMvc.csproj", "{07B193F1-68AD-4E9C-98AF-BEFB5E9403CB}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RelyingPartyWebForms", "RelyingPartyWebForms\RelyingPartyWebForms.csproj", "{1E8AEA89-BF69-47A1-B290-E8B0FE588700}"
13+
EndProject
14+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Consumer", "Consumer\", "{85C2FCFD-5DF7-4E62-8944-946881ED3609}"
15+
ProjectSection(WebsiteProperties) = preProject
16+
TargetFramework = "3.5"
17+
Debug.AspNetCompiler.VirtualPath = "/Consumer"
18+
Debug.AspNetCompiler.PhysicalPath = "Consumer\"
19+
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Consumer\"
20+
Debug.AspNetCompiler.Updateable = "true"
21+
Debug.AspNetCompiler.ForceOverwrite = "true"
22+
Debug.AspNetCompiler.FixedNames = "false"
23+
Debug.AspNetCompiler.Debug = "True"
24+
Release.AspNetCompiler.VirtualPath = "/Consumer"
25+
Release.AspNetCompiler.PhysicalPath = "Consumer\"
26+
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Consumer\"
27+
Release.AspNetCompiler.Updateable = "true"
28+
Release.AspNetCompiler.ForceOverwrite = "true"
29+
Release.AspNetCompiler.FixedNames = "false"
30+
Release.AspNetCompiler.Debug = "False"
31+
VWDPort = "6319"
32+
EndProjectSection
33+
EndProject
34+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "RelyingPartyClassicAsp", "RelyingPartyClassicAsp\", "{6AC0A348-BB42-40E6-84EB-1A83EBD6B0D5}"
35+
ProjectSection(WebsiteProperties) = preProject
36+
TargetFramework = "3.5"
37+
Debug.AspNetCompiler.VirtualPath = "/RelyingPartyClassicAsp"
38+
Debug.AspNetCompiler.PhysicalPath = "RelyingPartyClassicAsp\"
39+
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\RelyingPartyClassicAsp\"
40+
Debug.AspNetCompiler.Updateable = "true"
41+
Debug.AspNetCompiler.ForceOverwrite = "true"
42+
Debug.AspNetCompiler.FixedNames = "false"
43+
Debug.AspNetCompiler.Debug = "True"
44+
Release.AspNetCompiler.VirtualPath = "/RelyingPartyClassicAsp"
45+
Release.AspNetCompiler.PhysicalPath = "RelyingPartyClassicAsp\"
46+
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\RelyingPartyClassicAsp\"
47+
Release.AspNetCompiler.Updateable = "true"
48+
Release.AspNetCompiler.ForceOverwrite = "true"
49+
Release.AspNetCompiler.FixedNames = "false"
50+
Release.AspNetCompiler.Debug = "False"
51+
VWDPort = "49675"
52+
EndProjectSection
53+
EndProject
54+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ServiceProvider", "ServiceProvider\", "{EF101762-3158-4CF2-92F7-61F0117A3A56}"
55+
ProjectSection(WebsiteProperties) = preProject
56+
TargetFramework = "3.5"
57+
Debug.AspNetCompiler.VirtualPath = "/ServiceProvider"
58+
Debug.AspNetCompiler.PhysicalPath = "ServiceProvider\"
59+
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ServiceProvider\"
60+
Debug.AspNetCompiler.Updateable = "true"
61+
Debug.AspNetCompiler.ForceOverwrite = "true"
62+
Debug.AspNetCompiler.FixedNames = "false"
63+
Debug.AspNetCompiler.Debug = "True"
64+
Release.AspNetCompiler.VirtualPath = "/ServiceProvider"
65+
Release.AspNetCompiler.PhysicalPath = "ServiceProvider\"
66+
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ServiceProvider\"
67+
Release.AspNetCompiler.Updateable = "true"
68+
Release.AspNetCompiler.ForceOverwrite = "true"
69+
Release.AspNetCompiler.FixedNames = "false"
70+
Release.AspNetCompiler.Debug = "False"
71+
VWDPort = "65169"
72+
VWDDynamicPort = "false"
73+
EndProjectSection
74+
EndProject
75+
Global
76+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
77+
Debug|Any CPU = Debug|Any CPU
78+
Release|Any CPU = Release|Any CPU
79+
EndGlobalSection
80+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
81+
{6EC36418-DBC5-4AD1-A402-413604AA7A08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
82+
{6EC36418-DBC5-4AD1-A402-413604AA7A08}.Debug|Any CPU.Build.0 = Debug|Any CPU
83+
{6EC36418-DBC5-4AD1-A402-413604AA7A08}.Release|Any CPU.ActiveCfg = Release|Any CPU
84+
{6EC36418-DBC5-4AD1-A402-413604AA7A08}.Release|Any CPU.Build.0 = Release|Any CPU
85+
{AA78D112-D889-414B-A7D4-467B34C7B663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
86+
{AA78D112-D889-414B-A7D4-467B34C7B663}.Debug|Any CPU.Build.0 = Debug|Any CPU
87+
{AA78D112-D889-414B-A7D4-467B34C7B663}.Release|Any CPU.ActiveCfg = Release|Any CPU
88+
{AA78D112-D889-414B-A7D4-467B34C7B663}.Release|Any CPU.Build.0 = Release|Any CPU
89+
{2A59DE0A-B76A-4B42-9A33-04D34548353D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90+
{2A59DE0A-B76A-4B42-9A33-04D34548353D}.Debug|Any CPU.Build.0 = Debug|Any CPU
91+
{2A59DE0A-B76A-4B42-9A33-04D34548353D}.Release|Any CPU.ActiveCfg = Release|Any CPU
92+
{2A59DE0A-B76A-4B42-9A33-04D34548353D}.Release|Any CPU.Build.0 = Release|Any CPU
93+
{07B193F1-68AD-4E9C-98AF-BEFB5E9403CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
94+
{07B193F1-68AD-4E9C-98AF-BEFB5E9403CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
95+
{07B193F1-68AD-4E9C-98AF-BEFB5E9403CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
96+
{07B193F1-68AD-4E9C-98AF-BEFB5E9403CB}.Release|Any CPU.Build.0 = Release|Any CPU
97+
{1E8AEA89-BF69-47A1-B290-E8B0FE588700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
98+
{1E8AEA89-BF69-47A1-B290-E8B0FE588700}.Debug|Any CPU.Build.0 = Debug|Any CPU
99+
{1E8AEA89-BF69-47A1-B290-E8B0FE588700}.Release|Any CPU.ActiveCfg = Release|Any CPU
100+
{1E8AEA89-BF69-47A1-B290-E8B0FE588700}.Release|Any CPU.Build.0 = Release|Any CPU
101+
{85C2FCFD-5DF7-4E62-8944-946881ED3609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
102+
{85C2FCFD-5DF7-4E62-8944-946881ED3609}.Debug|Any CPU.Build.0 = Debug|Any CPU
103+
{85C2FCFD-5DF7-4E62-8944-946881ED3609}.Release|Any CPU.ActiveCfg = Debug|Any CPU
104+
{85C2FCFD-5DF7-4E62-8944-946881ED3609}.Release|Any CPU.Build.0 = Debug|Any CPU
105+
{6AC0A348-BB42-40E6-84EB-1A83EBD6B0D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
106+
{6AC0A348-BB42-40E6-84EB-1A83EBD6B0D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
107+
{6AC0A348-BB42-40E6-84EB-1A83EBD6B0D5}.Release|Any CPU.ActiveCfg = Debug|Any CPU
108+
{6AC0A348-BB42-40E6-84EB-1A83EBD6B0D5}.Release|Any CPU.Build.0 = Debug|Any CPU
109+
{EF101762-3158-4CF2-92F7-61F0117A3A56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
110+
{EF101762-3158-4CF2-92F7-61F0117A3A56}.Debug|Any CPU.Build.0 = Debug|Any CPU
111+
{EF101762-3158-4CF2-92F7-61F0117A3A56}.Release|Any CPU.ActiveCfg = Debug|Any CPU
112+
{EF101762-3158-4CF2-92F7-61F0117A3A56}.Release|Any CPU.Build.0 = Debug|Any CPU
113+
EndGlobalSection
114+
GlobalSection(SolutionProperties) = preSolution
115+
HideSolutionNode = FALSE
116+
EndGlobalSection
117+
EndGlobal

0 commit comments

Comments
 (0)