-
Notifications
You must be signed in to change notification settings - Fork 1
/
NetCoreConsul.sln
37 lines (37 loc) · 1.63 KB
/
NetCoreConsul.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.30114.105
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{AE635D9B-7C05-40C7-9C3B-C6B11BA878CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Api", "src\Sample.Api\Sample.Api.csproj", "{D3144D05-9B6B-4093-9891-5B085B0AE394}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{AAA8E830-2317-4ECC-8FF4-C194363C5E17}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3144D05-9B6B-4093-9891-5B085B0AE394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3144D05-9B6B-4093-9891-5B085B0AE394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3144D05-9B6B-4093-9891-5B085B0AE394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3144D05-9B6B-4093-9891-5B085B0AE394}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D3144D05-9B6B-4093-9891-5B085B0AE394} = {AE635D9B-7C05-40C7-9C3B-C6B11BA878CD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {414EE450-4BFF-47EA-8945-5AEF30329454}
EndGlobalSection
EndGlobal