forked from apereo/dotnet-cas-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotNetCasClient.sln
85 lines (85 loc) · 5.05 KB
/
DotNetCasClient.sln
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetCasClient", "DotNetCasClient\DotNetCasClient.csproj", "{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ExampleWebSite", "ExampleWebSite\", "{F9E9F25D-1008-4098-A4A7-179A0512F745}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "3.5"
ProjectReferences = "{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}|DotNetCasClient.dll;"
Debug.AspNetCompiler.VirtualPath = "/ExampleWebSite"
Debug.AspNetCompiler.PhysicalPath = "ExampleWebSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExampleWebSite\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/ExampleWebSite"
Release.AspNetCompiler.PhysicalPath = "ExampleWebSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExampleWebSite\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "3273"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetCasProxyDemoApp", "DotNetCasProxyDemoApp\DotNetCasProxyDemoApp.csproj", "{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Debug|.NET.ActiveCfg = Debug|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Debug|x86.ActiveCfg = Debug|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Release|.NET.ActiveCfg = Release|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Release|Any CPU.Build.0 = Release|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Release|x86.ActiveCfg = Release|Any CPU
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Debug|.NET.ActiveCfg = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Debug|.NET.Build.0 = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Debug|Any CPU.ActiveCfg = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Debug|x86.ActiveCfg = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Release|.NET.ActiveCfg = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Release|.NET.Build.0 = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Release|Any CPU.ActiveCfg = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Release|Mixed Platforms.Build.0 = Debug|.NET
{F9E9F25D-1008-4098-A4A7-179A0512F745}.Release|x86.ActiveCfg = Debug|.NET
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|.NET.ActiveCfg = Debug|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|Any CPU.ActiveCfg = Debug|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|x86.ActiveCfg = Debug|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|x86.Build.0 = Debug|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|.NET.ActiveCfg = Release|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|Any CPU.ActiveCfg = Release|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|Mixed Platforms.Build.0 = Release|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|x86.ActiveCfg = Release|x86
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal