| 1 |
|
|---|
| 2 | Microsoft Visual Studio Solution File, Format Version 10.00
|
|---|
| 3 | # Visual Studio 2008
|
|---|
| 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineParser", "CommandLineParser\CommandLineParser.csproj", "{ECA6E826-DFB6-4C3C-9E9E-615B4652F0AC}"
|
|---|
| 5 | EndProject
|
|---|
| 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{6D08D680-D1F4-4FF3-8598-5EACEFCB6B71}"
|
|---|
| 7 | EndProject
|
|---|
| 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineParserTest", "CommandLineParserTest\CommandLineParserTest.csproj", "{1138FFD8-09C8-4F6E-92F1-E35AC8AB04AC}"
|
|---|
| 9 | EndProject
|
|---|
| 10 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{646A3556-EC2F-4816-BAAC-56FA3CD80A79}"
|
|---|
| 11 | ProjectSection(SolutionItems) = preProject
|
|---|
| 12 | CommandLineParser.vsmdi = CommandLineParser.vsmdi
|
|---|
| 13 | LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
|
|---|
| 14 | EndProjectSection
|
|---|
| 15 | EndProject
|
|---|
| 16 | Global
|
|---|
| 17 | GlobalSection(TestCaseManagementSettings) = postSolution
|
|---|
| 18 | CategoryFile = CommandLineParser.vsmdi
|
|---|
| 19 | EndGlobalSection
|
|---|
| 20 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|---|
| 21 | Debug|Any CPU = Debug|Any CPU
|
|---|
| 22 | Release|Any CPU = Release|Any CPU
|
|---|
| 23 | EndGlobalSection
|
|---|
| 24 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|---|
| 25 | {ECA6E826-DFB6-4C3C-9E9E-615B4652F0AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|---|
| 26 | {ECA6E826-DFB6-4C3C-9E9E-615B4652F0AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|---|
| 27 | {ECA6E826-DFB6-4C3C-9E9E-615B4652F0AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|---|
| 28 | {ECA6E826-DFB6-4C3C-9E9E-615B4652F0AC}.Release|Any CPU.Build.0 = Release|Any CPU
|
|---|
| 29 | {6D08D680-D1F4-4FF3-8598-5EACEFCB6B71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|---|
| 30 | {6D08D680-D1F4-4FF3-8598-5EACEFCB6B71}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|---|
| 31 | {6D08D680-D1F4-4FF3-8598-5EACEFCB6B71}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|---|
| 32 | {6D08D680-D1F4-4FF3-8598-5EACEFCB6B71}.Release|Any CPU.Build.0 = Release|Any CPU
|
|---|
| 33 | {1138FFD8-09C8-4F6E-92F1-E35AC8AB04AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|---|
| 34 | {1138FFD8-09C8-4F6E-92F1-E35AC8AB04AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|---|
| 35 | {1138FFD8-09C8-4F6E-92F1-E35AC8AB04AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|---|
| 36 | {1138FFD8-09C8-4F6E-92F1-E35AC8AB04AC}.Release|Any CPU.Build.0 = Release|Any CPU
|
|---|
| 37 | EndGlobalSection
|
|---|
| 38 | GlobalSection(SolutionProperties) = preSolution
|
|---|
| 39 | HideSolutionNode = FALSE
|
|---|
| 40 | EndGlobalSection
|
|---|
| 41 | EndGlobal
|
|---|