-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommandLineLexing.sln
46 lines (46 loc) · 2.94 KB
/
CommandLineLexing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineLexing", "CommandLineLexing\CommandLineLexing.csproj", "{1F1BD256-5BD8-4F82-8BB0-89B6AF6FF584}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineLexingUnitTests", "CommandLineLexingUnitTests\CommandLineLexingUnitTests.csproj", "{6BADC374-531C-4DBB-B1BD-B8104176CFF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{7A15553B-6938-449E-BC9E-EE318A4743C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtilitiesUnitTests", "UtilitiesUnitTests\UtilitiesUnitTests.csproj", "{E1A783CD-E9AE-443B-9382-BC268F00B72D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineLexingDemo", "CommandLineLexingDemo\CommandLineLexingDemo.csproj", "{DDBF69CB-5D77-41C3-9913-7E2FA960AB4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F1BD256-5BD8-4F82-8BB0-89B6AF6FF584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F1BD256-5BD8-4F82-8BB0-89B6AF6FF584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F1BD256-5BD8-4F82-8BB0-89B6AF6FF584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F1BD256-5BD8-4F82-8BB0-89B6AF6FF584}.Release|Any CPU.Build.0 = Release|Any CPU
{6BADC374-531C-4DBB-B1BD-B8104176CFF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BADC374-531C-4DBB-B1BD-B8104176CFF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BADC374-531C-4DBB-B1BD-B8104176CFF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BADC374-531C-4DBB-B1BD-B8104176CFF7}.Release|Any CPU.Build.0 = Release|Any CPU
{7A15553B-6938-449E-BC9E-EE318A4743C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A15553B-6938-449E-BC9E-EE318A4743C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A15553B-6938-449E-BC9E-EE318A4743C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A15553B-6938-449E-BC9E-EE318A4743C6}.Release|Any CPU.Build.0 = Release|Any CPU
{E1A783CD-E9AE-443B-9382-BC268F00B72D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A783CD-E9AE-443B-9382-BC268F00B72D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A783CD-E9AE-443B-9382-BC268F00B72D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A783CD-E9AE-443B-9382-BC268F00B72D}.Release|Any CPU.Build.0 = Release|Any CPU
{DDBF69CB-5D77-41C3-9913-7E2FA960AB4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDBF69CB-5D77-41C3-9913-7E2FA960AB4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDBF69CB-5D77-41C3-9913-7E2FA960AB4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDBF69CB-5D77-41C3-9913-7E2FA960AB4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal