-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdentity.sln
89 lines (89 loc) · 4.31 KB
/
Identity.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
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", "{08D4751D-AC92-48DC-A9B4-C7E5423DE9CB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MidnightLizard.Web.Identity", "app\MidnightLizard.Web.Identity.csproj", "{44A3E76C-8C63-47D2-9091-C73C15E5144C}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "kube", "kube\", "{758A6EEB-0803-456C-B3A4-0C0A60745497}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_54088"
Debug.AspNetCompiler.PhysicalPath = "kube\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54088\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_54088"
Release.AspNetCompiler.PhysicalPath = "kube\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54088\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "54088"
SlnRelativePath = "kube\"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "shell", "shell\", "{CD1B72B7-D32E-4FC0-8B98-C001A6EC159B}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_54091"
Debug.AspNetCompiler.PhysicalPath = "shell\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54091\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_54091"
Release.AspNetCompiler.PhysicalPath = "shell\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54091\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "54091"
SlnRelativePath = "shell\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8003BACE-F973-481C-B4F9-CBD02B212673}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44A3E76C-8C63-47D2-9091-C73C15E5144C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44A3E76C-8C63-47D2-9091-C73C15E5144C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44A3E76C-8C63-47D2-9091-C73C15E5144C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44A3E76C-8C63-47D2-9091-C73C15E5144C}.Release|Any CPU.Build.0 = Release|Any CPU
{758A6EEB-0803-456C-B3A4-0C0A60745497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{758A6EEB-0803-456C-B3A4-0C0A60745497}.Debug|Any CPU.Build.0 = Debug|Any CPU
{758A6EEB-0803-456C-B3A4-0C0A60745497}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{758A6EEB-0803-456C-B3A4-0C0A60745497}.Release|Any CPU.Build.0 = Debug|Any CPU
{CD1B72B7-D32E-4FC0-8B98-C001A6EC159B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD1B72B7-D32E-4FC0-8B98-C001A6EC159B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD1B72B7-D32E-4FC0-8B98-C001A6EC159B}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{CD1B72B7-D32E-4FC0-8B98-C001A6EC159B}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{758A6EEB-0803-456C-B3A4-0C0A60745497} = {8003BACE-F973-481C-B4F9-CBD02B212673}
{CD1B72B7-D32E-4FC0-8B98-C001A6EC159B} = {8003BACE-F973-481C-B4F9-CBD02B212673}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0F03E93-2B85-4FB2-B385-8815601B7E24}
EndGlobalSection
EndGlobal