-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathBaibaomenSsoLesson.sln
111 lines (111 loc) · 5.94 KB
/
BaibaomenSsoLesson.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lesson1, standard SSO", "Lesson1, standard SSO", "{E65670C4-56A6-4145-A57E-D5BF2F0F1F4D}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "https://sso.baibaomen.com", "https://sso.baibaomen.com", "{B209CB87-56E3-4009-B121-A9F365C42AED}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "false"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6"
Debug.AspNetCompiler.VirtualPath = "/sso.baibaomen.com"
Debug.AspNetCompiler.PhysicalPath = "Lesson1\sso.baibaomen.com\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\sso.baibaomen.com\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/sso.baibaomen.com"
Release.AspNetCompiler.PhysicalPath = "Lesson1\sso.baibaomen.com\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\sso.baibaomen.com\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "Lesson1\sso.baibaomen.com\"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://java-client.net", "http://java-client.net", "{4787B753-9DDB-4DDC-A6F6-E126DD293B9F}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "false"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/java-client.net"
Debug.AspNetCompiler.PhysicalPath = "Lesson1\java-client.net\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\java-client.net\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/java-client.net"
Release.AspNetCompiler.PhysicalPath = "Lesson1\java-client.net\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\java-client.net\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "Lesson1\java-client.net\"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://php-client.cn", "http://php-client.cn", "{2EF6A427-89A5-4918-AD28-57A7C5A67B5F}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "false"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/php-client.cn"
Debug.AspNetCompiler.PhysicalPath = "Lesson1\php-client.cn\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\php-client.cn\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/php-client.cn"
Release.AspNetCompiler.PhysicalPath = "Lesson1\php-client.cn\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\php-client.cn\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "Lesson1\php-client.cn\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "运行教程", "运行教程", "{4B4C7862-54CC-4719-8FCD-1FACDA4CB9ED}"
ProjectSection(SolutionItems) = preProject
wildcard.baibaomen.com.pfx = wildcard.baibaomen.com.pfx
运行教程.html = 运行教程.html
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneKeyRunner", "OneKeyRunner\OneKeyRunner.csproj", "{A1AD7461-AEFF-4BC3-B947-7B24180BDA41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B209CB87-56E3-4009-B121-A9F365C42AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B209CB87-56E3-4009-B121-A9F365C42AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B209CB87-56E3-4009-B121-A9F365C42AED}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{B209CB87-56E3-4009-B121-A9F365C42AED}.Release|Any CPU.Build.0 = Debug|Any CPU
{4787B753-9DDB-4DDC-A6F6-E126DD293B9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4787B753-9DDB-4DDC-A6F6-E126DD293B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4787B753-9DDB-4DDC-A6F6-E126DD293B9F}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{4787B753-9DDB-4DDC-A6F6-E126DD293B9F}.Release|Any CPU.Build.0 = Debug|Any CPU
{2EF6A427-89A5-4918-AD28-57A7C5A67B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EF6A427-89A5-4918-AD28-57A7C5A67B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EF6A427-89A5-4918-AD28-57A7C5A67B5F}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{2EF6A427-89A5-4918-AD28-57A7C5A67B5F}.Release|Any CPU.Build.0 = Debug|Any CPU
{A1AD7461-AEFF-4BC3-B947-7B24180BDA41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1AD7461-AEFF-4BC3-B947-7B24180BDA41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1AD7461-AEFF-4BC3-B947-7B24180BDA41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1AD7461-AEFF-4BC3-B947-7B24180BDA41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B209CB87-56E3-4009-B121-A9F365C42AED} = {E65670C4-56A6-4145-A57E-D5BF2F0F1F4D}
{4787B753-9DDB-4DDC-A6F6-E126DD293B9F} = {E65670C4-56A6-4145-A57E-D5BF2F0F1F4D}
{2EF6A427-89A5-4918-AD28-57A7C5A67B5F} = {E65670C4-56A6-4145-A57E-D5BF2F0F1F4D}
{A1AD7461-AEFF-4BC3-B947-7B24180BDA41} = {E65670C4-56A6-4145-A57E-D5BF2F0F1F4D}
EndGlobalSection
EndGlobal