24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
|
|
|
|||
|
|
Microsoft Visual Studio Solution File, Format Version 11.00
|
|||
|
|
# Visual Studio 2010
|
|||
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OptionsParser", "OptionsParser.csproj", "{C56AABEF-C01E-493F-A65F-09A572FE9B2E}"
|
|||
|
|
EndProject
|
|||
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OptionsParserTests", "OptionsParserTests.csproj", "{69B08E08-10DC-473C-BCB7-3B0C398F63CF}"
|
|||
|
|
EndProject
|
|||
|
|
Global
|
|||
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
|
Release|Any CPU = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
|
{69B08E08-10DC-473C-BCB7-3B0C398F63CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{69B08E08-10DC-473C-BCB7-3B0C398F63CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{69B08E08-10DC-473C-BCB7-3B0C398F63CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{69B08E08-10DC-473C-BCB7-3B0C398F63CF}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
{C56AABEF-C01E-493F-A65F-09A572FE9B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{C56AABEF-C01E-493F-A65F-09A572FE9B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{C56AABEF-C01E-493F-A65F-09A572FE9B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{C56AABEF-C01E-493F-A65F-09A572FE9B2E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
EndGlobal
|