-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathholonsoft.CmdLineParser.sln
37 lines (37 loc) · 2.2 KB
/
holonsoft.CmdLineParser.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 Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "holonsoft.CmdLineParser", "holonsoft.CmdLineParser\holonsoft.CmdLineParser.csproj", "{9CE7C2B8-EAB2-4067-B1BA-03D24B5A30BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "holonsoft.CmdLineParser.Abstractions", "holonsoft.CmdLineParser.Abstractions\holonsoft.CmdLineParser.Abstractions.csproj", "{A46611DC-2601-4250-8012-AA5250458D0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "holonsoft.CmdLineParser.Tests", "holonsoft.CmdLineParser.Tests\holonsoft.CmdLineParser.Tests.csproj", "{8DF0DBBA-1FE5-47A1-AE3B-0AD174C161EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CE7C2B8-EAB2-4067-B1BA-03D24B5A30BA}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{9CE7C2B8-EAB2-4067-B1BA-03D24B5A30BA}.Debug|Any CPU.Build.0 = Release|Any CPU
{9CE7C2B8-EAB2-4067-B1BA-03D24B5A30BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CE7C2B8-EAB2-4067-B1BA-03D24B5A30BA}.Release|Any CPU.Build.0 = Release|Any CPU
{A46611DC-2601-4250-8012-AA5250458D0A}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{A46611DC-2601-4250-8012-AA5250458D0A}.Debug|Any CPU.Build.0 = Release|Any CPU
{A46611DC-2601-4250-8012-AA5250458D0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A46611DC-2601-4250-8012-AA5250458D0A}.Release|Any CPU.Build.0 = Release|Any CPU
{8DF0DBBA-1FE5-47A1-AE3B-0AD174C161EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DF0DBBA-1FE5-47A1-AE3B-0AD174C161EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DF0DBBA-1FE5-47A1-AE3B-0AD174C161EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DF0DBBA-1FE5-47A1-AE3B-0AD174C161EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65EDC2FA-270B-4D85-837E-59FFDD7FB52A}
EndGlobalSection
EndGlobal