-
Notifications
You must be signed in to change notification settings - Fork 6
/
application.sln
73 lines (73 loc) · 3.62 KB
/
application.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "project", ".\server\project.csproj", "{08CB1B0D-7193-4277-9BA6-00F60A6733DF}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "client", ".\client\", "{8D393424-8170-40D4-A6F2-812A06241AB0}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_63781"
Debug.AspNetCompiler.PhysicalPath = "..\client\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63781\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_63781"
Release.AspNetCompiler.PhysicalPath = "..\client\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63781\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "63781"
EndProjectSection
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"
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
{8D393424-8170-40D4-A6F2-812A06241AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D393424-8170-40D4-A6F2-812A06241AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D393424-8170-40D4-A6F2-812A06241AB0}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{8D393424-8170-40D4-A6F2-812A06241AB0}.Release|Any CPU.Build.0 = Debug|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