-
Notifications
You must be signed in to change notification settings - Fork 1
/
SchemesCommander.sln
95 lines (95 loc) · 4.68 KB
/
SchemesCommander.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{27757BCE-455D-4D22-B230-4EC054494D09}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
Dockerfile = Dockerfile
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MidnightLizard.Schemes.Commander", "app\MidnightLizard.Schemes.Commander.csproj", "{732DD1C9-D41E-483E-A60C-3B57A0ECF562}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "kube", "kube\", "{ACA879C6-7CBC-4F61-9FF6-2F5D6FA561D4}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_50152"
Debug.AspNetCompiler.PhysicalPath = "kube\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50152\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_50152"
Release.AspNetCompiler.PhysicalPath = "kube\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50152\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "50152"
SlnRelativePath = "kube\"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "shell", "shell\", "{9DA5DB32-FDE7-4097-8A58-2ED2A1B960DA}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_50156"
Debug.AspNetCompiler.PhysicalPath = "shell\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50156\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_50156"
Release.AspNetCompiler.PhysicalPath = "shell\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50156\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "50156"
SlnRelativePath = "shell\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{6338B80D-0A88-4853-B4C9-4323D79FB02E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{732DD1C9-D41E-483E-A60C-3B57A0ECF562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{732DD1C9-D41E-483E-A60C-3B57A0ECF562}.Debug|Any CPU.Build.0 = Debug|Any CPU
{732DD1C9-D41E-483E-A60C-3B57A0ECF562}.Release|Any CPU.ActiveCfg = Release|Any CPU
{732DD1C9-D41E-483E-A60C-3B57A0ECF562}.Release|Any CPU.Build.0 = Release|Any CPU
{732DD1C9-D41E-483E-A60C-3B57A0ECF562}.Test|Any CPU.ActiveCfg = Test|Any CPU
{732DD1C9-D41E-483E-A60C-3B57A0ECF562}.Test|Any CPU.Build.0 = Test|Any CPU
{ACA879C6-7CBC-4F61-9FF6-2F5D6FA561D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACA879C6-7CBC-4F61-9FF6-2F5D6FA561D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACA879C6-7CBC-4F61-9FF6-2F5D6FA561D4}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{ACA879C6-7CBC-4F61-9FF6-2F5D6FA561D4}.Release|Any CPU.Build.0 = Debug|Any CPU
{ACA879C6-7CBC-4F61-9FF6-2F5D6FA561D4}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{9DA5DB32-FDE7-4097-8A58-2ED2A1B960DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DA5DB32-FDE7-4097-8A58-2ED2A1B960DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DA5DB32-FDE7-4097-8A58-2ED2A1B960DA}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9DA5DB32-FDE7-4097-8A58-2ED2A1B960DA}.Release|Any CPU.Build.0 = Debug|Any CPU
{9DA5DB32-FDE7-4097-8A58-2ED2A1B960DA}.Test|Any CPU.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ACA879C6-7CBC-4F61-9FF6-2F5D6FA561D4} = {6338B80D-0A88-4853-B4C9-4323D79FB02E}
{9DA5DB32-FDE7-4097-8A58-2ED2A1B960DA} = {6338B80D-0A88-4853-B4C9-4323D79FB02E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2BB8A4C-7E39-40B1-9EE4-1104923A3E0C}
EndGlobalSection
EndGlobal