-
Notifications
You must be signed in to change notification settings - Fork 1
/
CommandLine.sln
37 lines (37 loc) · 1.77 KB
/
CommandLine.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}") = "CommandLine", "CommandLine/CommandLine.csproj", "{56A6A889-38FB-49AB-85B3-AD69E7BE385D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine.Test", "CommandLine.Test\CommandLine.Test.csproj", "{794FB634-858F-495B-ADF9-200777B5F9B1}"
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
{56A6A889-38FB-49AB-85B3-AD69E7BE385D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56A6A889-38FB-49AB-85B3-AD69E7BE385D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56A6A889-38FB-49AB-85B3-AD69E7BE385D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56A6A889-38FB-49AB-85B3-AD69E7BE385D}.Release|Any CPU.Build.0 = Release|Any CPU
{794FB634-858F-495B-ADF9-200777B5F9B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{794FB634-858F-495B-ADF9-200777B5F9B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{794FB634-858F-495B-ADF9-200777B5F9B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{794FB634-858F-495B-ADF9-200777B5F9B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal