-
Notifications
You must be signed in to change notification settings - Fork 1
/
CommandLine.Commands.sln
53 lines (53 loc) · 2.9 KB
/
CommandLine.Commands.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
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLine.Commands", "src\CommandLine.Commands\CommandLine.Commands.csproj", "{729E4190-E934-4157-AB15-5533B8E99B3D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F51FC7C0-C0F3-4FFE-A538-EEC5FF5FD912}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
package.props = package.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A127AAEC-AB06-4230-9264-5D2234FE3CC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLine.Commands.Tests", "tests\CommandLine.Commands.Tests\CommandLine.Commands.Tests.csproj", "{BB986724-C76A-4A23-AA8F-8FDF5987A27E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessingCommands", "example\ProcessingCommands\ProcessingCommands.csproj", "{FD5F9974-3BDA-4589-B1C2-E7E3FEAA3F96}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{7BF46671-08CE-4D73-8F5E-D03C1B5FC845}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{729E4190-E934-4157-AB15-5533B8E99B3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{729E4190-E934-4157-AB15-5533B8E99B3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{729E4190-E934-4157-AB15-5533B8E99B3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{729E4190-E934-4157-AB15-5533B8E99B3D}.Release|Any CPU.Build.0 = Release|Any CPU
{BB986724-C76A-4A23-AA8F-8FDF5987A27E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB986724-C76A-4A23-AA8F-8FDF5987A27E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB986724-C76A-4A23-AA8F-8FDF5987A27E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB986724-C76A-4A23-AA8F-8FDF5987A27E}.Release|Any CPU.Build.0 = Release|Any CPU
{FD5F9974-3BDA-4589-B1C2-E7E3FEAA3F96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD5F9974-3BDA-4589-B1C2-E7E3FEAA3F96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD5F9974-3BDA-4589-B1C2-E7E3FEAA3F96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD5F9974-3BDA-4589-B1C2-E7E3FEAA3F96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BB986724-C76A-4A23-AA8F-8FDF5987A27E} = {A127AAEC-AB06-4230-9264-5D2234FE3CC1}
{FD5F9974-3BDA-4589-B1C2-E7E3FEAA3F96} = {7BF46671-08CE-4D73-8F5E-D03C1B5FC845}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66982A32-593E-4A36-A806-F17D64EAA6B8}
EndGlobalSection
EndGlobal