-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConsulConfiguration.sln
37 lines (37 loc) · 1.82 KB
/
ConsulConfiguration.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 2013
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsulConfiguration", "ConsulConfiguration/ConsulConfiguration.csproj", "{A358F468-5EE1-4624-8082-3870199B2840}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsulConfiguration.Test", "ConsulConfiguration.Test\ConsulConfiguration.Test.csproj", "{D7D83825-5368-4F7F-848A-EEF487845323}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{987455CB-45EC-485F-91BA-0CA15D425628}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
.dockerignore = .dockerignore
publish.sh = publish.sh
test.sh = test.sh
.travis.yml = .travis.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A358F468-5EE1-4624-8082-3870199B2840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A358F468-5EE1-4624-8082-3870199B2840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A358F468-5EE1-4624-8082-3870199B2840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A358F468-5EE1-4624-8082-3870199B2840}.Release|Any CPU.Build.0 = Release|Any CPU
{D7D83825-5368-4F7F-848A-EEF487845323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7D83825-5368-4F7F-848A-EEF487845323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7D83825-5368-4F7F-848A-EEF487845323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7D83825-5368-4F7F-848A-EEF487845323}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal