blob: d919e54a8f792bfc197b11f4bf5247e6761f6188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14D00F8C-C7CB-49B3-A668-7D0C5A4A6D9F}"
ProjectSection(SolutionItems) = preProject
README.txt = README.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Janrain.OpenId", "Janrain.OpenId\Janrain.OpenId.csproj", "{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenIdTests", "OpenIdTests\OpenIdTests.csproj", "{CDEE655B-3902-420E-ADED-F4B6F666FB03}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "JanRain.OpenID.ConsumerPortal", "JanRain.OpenID.ConsumerPortal\", "{10369A80-987E-4138-9561-115F078FF5FF}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "3.5"
ProjectReferences = "{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}|Janrain.OpenId.dll;"
Debug.AspNetCompiler.VirtualPath = "/JanRain.OpenID.ConsumerPortal"
Debug.AspNetCompiler.PhysicalPath = "JanRain.OpenID.ConsumerPortal\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\JanRain.OpenID.ConsumerPortal\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/JanRain.OpenID.ConsumerPortal"
Release.AspNetCompiler.PhysicalPath = "JanRain.OpenID.ConsumerPortal\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\JanRain.OpenID.ConsumerPortal\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "51956"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "JanRain.OpenID.ServerPortal", "JanRain.OpenID.ServerPortal\", "{BFA68348-5000-4688-A95B-7F01719FAB7D}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "3.5"
ProjectReferences = "{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}|Janrain.OpenId.dll;"
Debug.AspNetCompiler.VirtualPath = "/JanRain.OpenID.ServerPortal"
Debug.AspNetCompiler.PhysicalPath = "JanRain.OpenID.ServerPortal\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\JanRain.OpenID.ServerPortal\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/JanRain.OpenID.ServerPortal"
Release.AspNetCompiler.PhysicalPath = "JanRain.OpenID.ServerPortal\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\JanRain.OpenID.ServerPortal\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "8001"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Debug|.NET.ActiveCfg = Debug|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Release|.NET.ActiveCfg = Release|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Release|Any CPU.Build.0 = Release|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5D6EDC86-F5B2-4786-8376-4E7C24C63D39}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Debug|.NET.ActiveCfg = Debug|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Release|.NET.ActiveCfg = Release|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Release|Any CPU.Build.0 = Release|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CDEE655B-3902-420E-ADED-F4B6F666FB03}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{10369A80-987E-4138-9561-115F078FF5FF}.Debug|.NET.ActiveCfg = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Debug|.NET.Build.0 = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Debug|Any CPU.ActiveCfg = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Release|.NET.ActiveCfg = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Release|.NET.Build.0 = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Release|Any CPU.ActiveCfg = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{10369A80-987E-4138-9561-115F078FF5FF}.Release|Mixed Platforms.Build.0 = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Debug|.NET.ActiveCfg = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Debug|.NET.Build.0 = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Debug|Any CPU.ActiveCfg = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Release|.NET.ActiveCfg = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Release|.NET.Build.0 = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Release|Any CPU.ActiveCfg = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{BFA68348-5000-4688-A95B-7F01719FAB7D}.Release|Mixed Platforms.Build.0 = Debug|.NET
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|