forked from apereo/dotnet-cas-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotNetCasClient.vs2010.sln
51 lines (51 loc) · 2.77 KB
/
DotNetCasClient.vs2010.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetCasClient", "DotNetCasClient\DotNetCasClient.csproj", "{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ExampleWebSite", "ExampleWebSite\", "{80736A8B-08F2-4E9B-811D-315810C021A0}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv2.0"
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|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{883A296E-C898-4D1F-9ED9-DE7569DEFB3D}.Release|Any CPU.Build.0 = Release|Any CPU
{80736A8B-08F2-4E9B-811D-315810C021A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80736A8B-08F2-4E9B-811D-315810C021A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80736A8B-08F2-4E9B-811D-315810C021A0}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{80736A8B-08F2-4E9B-811D-315810C021A0}.Release|Any CPU.Build.0 = Debug|Any CPU
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D6000A-13EC-4F2E-8FCD-AC7806F5BD4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal