-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConfiggy.CommandLineParser.sln
More file actions
35 lines (35 loc) · 1.81 KB
/
Configgy.CommandLineParser.sln
File metadata and controls
35 lines (35 loc) · 1.81 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configgy.CommandLineParser", "Configgy.CommandLineParser\Configgy.CommandLineParser.csproj", "{2F1A02AB-5E24-4E32-9DA5-089828A2820F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF9E7072-74C6-45FF-9833-B282066F9DE9}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
NuGet.md = NuGet.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configgy.CommandLineParser.Tests.Unit", "Configgy.CommandLineParser.Tests.Unit\Configgy.CommandLineParser.Tests.Unit.csproj", "{58916EEC-2C33-4405-B12A-3E178E610C2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F1A02AB-5E24-4E32-9DA5-089828A2820F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F1A02AB-5E24-4E32-9DA5-089828A2820F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F1A02AB-5E24-4E32-9DA5-089828A2820F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F1A02AB-5E24-4E32-9DA5-089828A2820F}.Release|Any CPU.Build.0 = Release|Any CPU
{58916EEC-2C33-4405-B12A-3E178E610C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58916EEC-2C33-4405-B12A-3E178E610C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58916EEC-2C33-4405-B12A-3E178E610C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58916EEC-2C33-4405-B12A-3E178E610C2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal