-
Notifications
You must be signed in to change notification settings - Fork 1
/
CommandLine.sln
44 lines (44 loc) · 2.6 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
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{35F20FD6-E633-4AD1-A6E1-C52D5D99BE91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27F0E5D6-7EE0-496C-9D03-C1ABA06612FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A6515476-54D8-4A8C-AE6D-2B4EDD21D1A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineParser", "src\CommandLineParser\CommandLineParser.csproj", "{37D2414A-76BA-4113-B071-EB47C44275B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineParser.TestClient", "CommandLineParser.TestClient\CommandLineParser.TestClient.csproj", "{DED4CC09-4BBC-4536-82D3-7945FC195193}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineParser.Tests", "tests\CommandLineParser.Tests\CommandLineParser.Tests.csproj", "{645983A3-B82A-497D-8E28-D0E8E7436596}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37D2414A-76BA-4113-B071-EB47C44275B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D2414A-76BA-4113-B071-EB47C44275B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D2414A-76BA-4113-B071-EB47C44275B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D2414A-76BA-4113-B071-EB47C44275B4}.Release|Any CPU.Build.0 = Release|Any CPU
{DED4CC09-4BBC-4536-82D3-7945FC195193}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DED4CC09-4BBC-4536-82D3-7945FC195193}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DED4CC09-4BBC-4536-82D3-7945FC195193}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DED4CC09-4BBC-4536-82D3-7945FC195193}.Release|Any CPU.Build.0 = Release|Any CPU
{645983A3-B82A-497D-8E28-D0E8E7436596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{645983A3-B82A-497D-8E28-D0E8E7436596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{645983A3-B82A-497D-8E28-D0E8E7436596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{645983A3-B82A-497D-8E28-D0E8E7436596}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37D2414A-76BA-4113-B071-EB47C44275B4} = {35F20FD6-E633-4AD1-A6E1-C52D5D99BE91}
{645983A3-B82A-497D-8E28-D0E8E7436596} = {A6515476-54D8-4A8C-AE6D-2B4EDD21D1A0}
EndGlobalSection
EndGlobal