-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPOC.sln
97 lines (97 loc) · 4.71 KB
/
POC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "shell-app", "shell-app\", "{D0C84FE6-7AD6-408C-965E-5779440CC849}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_9208"
Debug.AspNetCompiler.PhysicalPath = "shell-app\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_9208\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_9208"
Release.AspNetCompiler.PhysicalPath = "shell-app\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_9208\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "9208"
SlnRelativePath = "shell-app\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{D8B85DC8-1D6C-4686-9850-AAB1A5935A02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{6E38F1A1-AE05-4B7E-A2BB-BECABE597E80}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ChildApps", "ChildApps", "{08460990-593A-453B-9EFA-7E40FD7E48F3}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ChildApp2", "ChildApps\ChildApp2\", "{C0992837-3F86-45E3-A248-0942968EBB3E}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_4930"
Debug.AspNetCompiler.PhysicalPath = "ChildApps\ChildApp2\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4930\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_4930"
Release.AspNetCompiler.PhysicalPath = "ChildApps\ChildApp2\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4930\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "4930"
SlnRelativePath = "ChildApps\ChildApp2\"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ChildApp1", "ChildApps\ChildApp1\", "{A13B8D34-3964-4385-BAAE-328D6AC39E45}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_4926"
Debug.AspNetCompiler.PhysicalPath = "ChildApps\ChildApp1\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4926\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_4926"
Release.AspNetCompiler.PhysicalPath = "ChildApps\ChildApp1\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_4926\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "4926"
SlnRelativePath = "ChildApps\ChildApp1\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0C84FE6-7AD6-408C-965E-5779440CC849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C84FE6-7AD6-408C-965E-5779440CC849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0992837-3F86-45E3-A248-0942968EBB3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0992837-3F86-45E3-A248-0942968EBB3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A13B8D34-3964-4385-BAAE-328D6AC39E45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A13B8D34-3964-4385-BAAE-328D6AC39E45}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0992837-3F86-45E3-A248-0942968EBB3E} = {08460990-593A-453B-9EFA-7E40FD7E48F3}
{A13B8D34-3964-4385-BAAE-328D6AC39E45} = {08460990-593A-453B-9EFA-7E40FD7E48F3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1072E7A8-C886-48CE-8C0F-6439DBA550A0}
EndGlobalSection
EndGlobal