forked from MatthiWare/CommandLineParser.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommandLineParser.sln
More file actions
46 lines (46 loc) · 2.4 KB
/
CommandLineParser.sln
File metadata and controls
46 lines (46 loc) · 2.4 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29111.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineParser", "CommandLineParser\CommandLineParser.csproj", "{02D41856-3E21-427E-94C3-2AF34F1C2264}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineParser.Tests", "CommandLineParser.Tests\CommandLineParser.Tests.csproj", "{72442EFD-1112-4081-A910-8A792F870AD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "SampleApp\SampleApp.csproj", "{6871A016-97E8-48C5-B797-DD0FA3DD6288}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA88EFDF-AD86-4772-B310-35A606D6D643}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02D41856-3E21-427E-94C3-2AF34F1C2264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02D41856-3E21-427E-94C3-2AF34F1C2264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02D41856-3E21-427E-94C3-2AF34F1C2264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02D41856-3E21-427E-94C3-2AF34F1C2264}.Release|Any CPU.Build.0 = Release|Any CPU
{72442EFD-1112-4081-A910-8A792F870AD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72442EFD-1112-4081-A910-8A792F870AD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72442EFD-1112-4081-A910-8A792F870AD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72442EFD-1112-4081-A910-8A792F870AD1}.Release|Any CPU.Build.0 = Release|Any CPU
{6871A016-97E8-48C5-B797-DD0FA3DD6288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6871A016-97E8-48C5-B797-DD0FA3DD6288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6871A016-97E8-48C5-B797-DD0FA3DD6288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6871A016-97E8-48C5-B797-DD0FA3DD6288}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE28B97B-DDE7-41B6-B779-91914BDBCB80}
EndGlobalSection
EndGlobal