-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathnetcore-postgres-oauth-boiler.sln
37 lines (37 loc) · 1.84 KB
/
netcore-postgres-oauth-boiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "netcore-postgres-oauth-boiler", "netcore-postgres-oauth-boiler.csproj", "{45AFB8CC-F9DB-4840-B39A-1CD1C77E730C}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{739C26D5-09D9-4662-835F-2A937F293E10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A98B6AAC-E5C2-4B9E-87B1-BE9A0F5D8D6C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appsettings.json = appsettings.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45AFB8CC-F9DB-4840-B39A-1CD1C77E730C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45AFB8CC-F9DB-4840-B39A-1CD1C77E730C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45AFB8CC-F9DB-4840-B39A-1CD1C77E730C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45AFB8CC-F9DB-4840-B39A-1CD1C77E730C}.Release|Any CPU.Build.0 = Release|Any CPU
{739C26D5-09D9-4662-835F-2A937F293E10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{739C26D5-09D9-4662-835F-2A937F293E10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{739C26D5-09D9-4662-835F-2A937F293E10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{739C26D5-09D9-4662-835F-2A937F293E10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CDB4BA0D-E1C2-4A11-891A-539C594C482F}
EndGlobalSection
EndGlobal