-
Notifications
You must be signed in to change notification settings - Fork 0
/
Testauth.sln
56 lines (56 loc) · 2.85 KB
/
Testauth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testauth.Server", "server\Testauth.Server.csproj", "{08CB1B0D-7193-4277-9BA6-00F60A6733DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testauth.Client", "client\Testauth.Client.csproj", "{5DEB2F3D-1FE5-4823-AD54-5BBB1FF43341}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "meta", "meta\", "{5270BF30-4F7A-46D8-8E30-0DC996011F85}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_63785"
Debug.AspNetCompiler.PhysicalPath = "meta\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63785\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_63785"
Release.AspNetCompiler.PhysicalPath = "meta\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63785\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "63785"
SlnRelativePath = "meta\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Release|Any CPU.Build.0 = Release|Any CPU
{5DEB2F3D-1FE5-4823-AD54-5BBB1FF43341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DEB2F3D-1FE5-4823-AD54-5BBB1FF43341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DEB2F3D-1FE5-4823-AD54-5BBB1FF43341}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DEB2F3D-1FE5-4823-AD54-5BBB1FF43341}.Release|Any CPU.Build.0 = Release|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4DD93E6-001E-4807-98D0-AB4FF27F240D}
EndGlobalSection
EndGlobal