-
Notifications
You must be signed in to change notification settings - Fork 85
/
Consul.sln
50 lines (50 loc) · 2.81 KB
/
Consul.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consul", "Consul\Consul.csproj", "{B763F0CA-2BED-49FE-A2FB-2659FDE6222B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consul.Test", "Consul.Test\Consul.Test.csproj", "{59CA6048-E8D0-46BF-997B-FEB7083C42C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C179F190-BAED-417B-A2E8-AF36BE6A5F1F}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Consul.AspNetCore", "Consul.AspNetCore\Consul.AspNetCore.csproj", "{E7C9D5BF-7B28-43CE-93F2-B89FACF921C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Consul.AspNetCore.Test", "Consul.AspNetCore.Test\Consul.AspNetCore.Test.csproj", "{2C3A84C0-877F-4542-8B41-A03ED43C2211}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B763F0CA-2BED-49FE-A2FB-2659FDE6222B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B763F0CA-2BED-49FE-A2FB-2659FDE6222B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B763F0CA-2BED-49FE-A2FB-2659FDE6222B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B763F0CA-2BED-49FE-A2FB-2659FDE6222B}.Release|Any CPU.Build.0 = Release|Any CPU
{59CA6048-E8D0-46BF-997B-FEB7083C42C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59CA6048-E8D0-46BF-997B-FEB7083C42C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59CA6048-E8D0-46BF-997B-FEB7083C42C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59CA6048-E8D0-46BF-997B-FEB7083C42C2}.Release|Any CPU.Build.0 = Release|Any CPU
{E7C9D5BF-7B28-43CE-93F2-B89FACF921C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C9D5BF-7B28-43CE-93F2-B89FACF921C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C9D5BF-7B28-43CE-93F2-B89FACF921C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C9D5BF-7B28-43CE-93F2-B89FACF921C7}.Release|Any CPU.Build.0 = Release|Any CPU
{2C3A84C0-877F-4542-8B41-A03ED43C2211}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C3A84C0-877F-4542-8B41-A03ED43C2211}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C3A84C0-877F-4542-8B41-A03ED43C2211}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C3A84C0-877F-4542-8B41-A03ED43C2211}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF63ECB3-AC91-428E-BEB3-CA2A6EAD3295}
EndGlobalSection
EndGlobal