-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patht12-api-design.sln
More file actions
56 lines (56 loc) · 3.34 KB
/
t12-api-design.sln
File metadata and controls
56 lines (56 loc) · 3.34 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArgumentParsing", "ArgumentParsing\ArgumentParsing.csproj", "{75C6A7D3-8902-4565-A3A5-61FAA2E13B30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandParserExampleProgram", "CommandParserExampleProgram\CommandParserExampleProgram.csproj", "{866EA5D9-BE68-413D-8EBA-22FD805EE133}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BEEB4605-C7F6-42F3-8758-8BE85A8AE86D}"
ProjectSection(SolutionItems) = preProject
.gitlab-ci.yml = .gitlab-ci.yml
.nprg043\README.md = .nprg043\README.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiTests", "ApiTests\ApiTests.csproj", "{3EB85E36-7901-4E13-AB97-A14680CE98AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineParserTests", "CommandLineParserTests\CommandLineParserTests.csproj", "{F5B2FB40-82A0-4071-8412-3EB29C4AD37E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{E39695F5-F34E-4136-B21A-8B63E588B1AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75C6A7D3-8902-4565-A3A5-61FAA2E13B30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C6A7D3-8902-4565-A3A5-61FAA2E13B30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C6A7D3-8902-4565-A3A5-61FAA2E13B30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C6A7D3-8902-4565-A3A5-61FAA2E13B30}.Release|Any CPU.Build.0 = Release|Any CPU
{866EA5D9-BE68-413D-8EBA-22FD805EE133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{866EA5D9-BE68-413D-8EBA-22FD805EE133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{866EA5D9-BE68-413D-8EBA-22FD805EE133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{866EA5D9-BE68-413D-8EBA-22FD805EE133}.Release|Any CPU.Build.0 = Release|Any CPU
{3EB85E36-7901-4E13-AB97-A14680CE98AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EB85E36-7901-4E13-AB97-A14680CE98AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EB85E36-7901-4E13-AB97-A14680CE98AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EB85E36-7901-4E13-AB97-A14680CE98AB}.Release|Any CPU.Build.0 = Release|Any CPU
{F5B2FB40-82A0-4071-8412-3EB29C4AD37E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5B2FB40-82A0-4071-8412-3EB29C4AD37E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5B2FB40-82A0-4071-8412-3EB29C4AD37E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5B2FB40-82A0-4071-8412-3EB29C4AD37E}.Release|Any CPU.Build.0 = Release|Any CPU
{E39695F5-F34E-4136-B21A-8B63E588B1AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E39695F5-F34E-4136-B21A-8B63E588B1AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E39695F5-F34E-4136-B21A-8B63E588B1AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E39695F5-F34E-4136-B21A-8B63E588B1AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2627B92-90E9-4E1C-A055-B91B5B630300}
EndGlobalSection
EndGlobal