-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCP.sln
More file actions
32 lines (32 loc) · 1.75 KB
/
CP.sln
File metadata and controls
32 lines (32 loc) · 1.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 16
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CP", "CP\CP.vcxproj", "{38735900-24FF-870B-8DAD-880B7958880B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommandParserExe", "CommandParserExe\CommandParserExe.vcxproj", "{F3349276-DF2D-B1C8-0860-964DF4B790D4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommandParserSingleHeaderUse", "CommandParserSingleHeaderUse\CommandParserSingleHeaderUse.vcxproj", "{89CAD567-7585-C513-1E3D-3E5E0AD70FA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38735900-24FF-870B-8DAD-880B7958880B}.Debug|x64.ActiveCfg = Debug|x64
{38735900-24FF-870B-8DAD-880B7958880B}.Debug|x64.Build.0 = Debug|x64
{38735900-24FF-870B-8DAD-880B7958880B}.Release|x64.ActiveCfg = Release|x64
{38735900-24FF-870B-8DAD-880B7958880B}.Release|x64.Build.0 = Release|x64
{F3349276-DF2D-B1C8-0860-964DF4B790D4}.Debug|x64.ActiveCfg = Debug|x64
{F3349276-DF2D-B1C8-0860-964DF4B790D4}.Debug|x64.Build.0 = Debug|x64
{F3349276-DF2D-B1C8-0860-964DF4B790D4}.Release|x64.ActiveCfg = Release|x64
{F3349276-DF2D-B1C8-0860-964DF4B790D4}.Release|x64.Build.0 = Release|x64
{89CAD567-7585-C513-1E3D-3E5E0AD70FA4}.Debug|x64.ActiveCfg = Debug|x64
{89CAD567-7585-C513-1E3D-3E5E0AD70FA4}.Debug|x64.Build.0 = Debug|x64
{89CAD567-7585-C513-1E3D-3E5E0AD70FA4}.Release|x64.ActiveCfg = Release|x64
{89CAD567-7585-C513-1E3D-3E5E0AD70FA4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal