-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuthServer.sln
44 lines (44 loc) · 2.23 KB
/
AuthServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EFEC7153-E6C6-4814-9926-BB5E4482BA60}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{FCDE3047-2B80-46C2-A529-15450BC4004F}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthServer.Server", "src\AuthServer.Server\AuthServer.Server.csproj", "{C155A94F-54EF-4F1A-9DA3-0BDBFCBF1D86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthServer.DemoApp", "src\AuthServer.DemoApp\AuthServer.DemoApp.csproj", "{63331A2C-22C5-4DA1-A4EB-AE0EAC01802F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C155A94F-54EF-4F1A-9DA3-0BDBFCBF1D86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C155A94F-54EF-4F1A-9DA3-0BDBFCBF1D86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C155A94F-54EF-4F1A-9DA3-0BDBFCBF1D86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C155A94F-54EF-4F1A-9DA3-0BDBFCBF1D86}.Release|Any CPU.Build.0 = Release|Any CPU
{63331A2C-22C5-4DA1-A4EB-AE0EAC01802F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63331A2C-22C5-4DA1-A4EB-AE0EAC01802F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63331A2C-22C5-4DA1-A4EB-AE0EAC01802F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63331A2C-22C5-4DA1-A4EB-AE0EAC01802F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C155A94F-54EF-4F1A-9DA3-0BDBFCBF1D86} = {EFEC7153-E6C6-4814-9926-BB5E4482BA60}
{63331A2C-22C5-4DA1-A4EB-AE0EAC01802F} = {EFEC7153-E6C6-4814-9926-BB5E4482BA60}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D857C4D4-C7D5-458C-B257-95266E2954DC}
EndGlobalSection
EndGlobal