root/lang/csharp/CommandLineParser/CommandLineParser.sln

Revision 14967, 2.3 kB (checked in by mayuki, 6 months ago)

ちょこっと修正とテストっぽい物を追加。

Line 
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineParser", "CommandLineParser\CommandLineParser.csproj", "{ECA6E826-DFB6-4C3C-9E9E-615B4652F0AC}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{6D08D680-D1F4-4FF3-8598-5EACEFCB6B71}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineParserTest", "CommandLineParserTest\CommandLineParserTest.csproj", "{1138FFD8-09C8-4F6E-92F1-E35AC8AB04AC}"
9EndProject
10Project("{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
15EndProject
16Global
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
41EndGlobal
Note: See TracBrowser for help on using the browser.