-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathUtility.CommandLine.Arguments.sln
73 lines (73 loc) · 4.02 KB
/
Utility.CommandLine.Arguments.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utility.CommandLine.Arguments", "src\Utility.CommandLine.Arguments\Utility.CommandLine.Arguments.csproj", "{9E7684E0-A2E1-4F55-B492-12F4EDAD68C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utility.CommandLine.Arguments.Tests", "tests\Utility.CommandLine.Arguments.Tests\Utility.CommandLine.Arguments.Tests.csproj", "{2A63EB98-9E4F-4CC5-8390-4342B10E228D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1B0ADA1-91A1-4009-86EF-C619771367DC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "examples\Example\Example.csproj", "{57E43670-9A19-4235-8552-EAB69404B56C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{94A8FBCD-26E6-4BF4-B4EB-EEA56BE1626B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{370AF284-4DF8-4A9C-8A76-EF15D523F45D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B16DDE41-6A3F-489E-874C-BD0C9F0339CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{52A632BE-5095-4EA5-B024-59427FA4262B}"
ProjectSection(SolutionItems) = preProject
build\build.sh = build\build.sh
build\ci.sh = build\ci.sh
build\deploy.sh = build\deploy.sh
build\test.sh = build\test.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Echo", "examples\Echo\Echo.csproj", "{7D3FD9E0-5E64-4103-A53C-8EF03B91D651}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E7684E0-A2E1-4F55-B492-12F4EDAD68C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E7684E0-A2E1-4F55-B492-12F4EDAD68C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E7684E0-A2E1-4F55-B492-12F4EDAD68C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E7684E0-A2E1-4F55-B492-12F4EDAD68C8}.Release|Any CPU.Build.0 = Release|Any CPU
{2A63EB98-9E4F-4CC5-8390-4342B10E228D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A63EB98-9E4F-4CC5-8390-4342B10E228D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A63EB98-9E4F-4CC5-8390-4342B10E228D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A63EB98-9E4F-4CC5-8390-4342B10E228D}.Release|Any CPU.Build.0 = Release|Any CPU
{57E43670-9A19-4235-8552-EAB69404B56C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57E43670-9A19-4235-8552-EAB69404B56C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57E43670-9A19-4235-8552-EAB69404B56C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57E43670-9A19-4235-8552-EAB69404B56C}.Release|Any CPU.Build.0 = Release|Any CPU
{7D3FD9E0-5E64-4103-A53C-8EF03B91D651}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D3FD9E0-5E64-4103-A53C-8EF03B91D651}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D3FD9E0-5E64-4103-A53C-8EF03B91D651}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D3FD9E0-5E64-4103-A53C-8EF03B91D651}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E7684E0-A2E1-4F55-B492-12F4EDAD68C8} = {370AF284-4DF8-4A9C-8A76-EF15D523F45D}
{2A63EB98-9E4F-4CC5-8390-4342B10E228D} = {B16DDE41-6A3F-489E-874C-BD0C9F0339CB}
{57E43670-9A19-4235-8552-EAB69404B56C} = {94A8FBCD-26E6-4BF4-B4EB-EEA56BE1626B}
{7D3FD9E0-5E64-4103-A53C-8EF03B91D651} = {94A8FBCD-26E6-4BF4-B4EB-EEA56BE1626B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30778115-B18C-4585-866D-0D36417F35DD}
EndGlobalSection
EndGlobal