|
1 |
| - |
2 |
| -Microsoft Visual Studio Solution File, Format Version 12.00 |
3 |
| -# Visual Studio 2012 |
4 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine", "src\libcmdline\CommandLine.csproj", "{5DEA2811-2FFA-4959-830B-CAD3ACACABEB}" |
5 |
| -EndProject |
6 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine.Tests", "src\tests\CommandLine.Tests.csproj", "{86E1AC34-ED2D-4E42-8B95-65208FEA36C2}" |
7 |
| -EndProject |
8 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine.Demo", "src\demo\CommandLine.Demo.csproj", "{9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}" |
9 |
| -EndProject |
10 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Welcome", ".Welcome", "{4F498B61-A7BC-4B32-9ACB-901D4F50659B}" |
11 |
| - ProjectSection(SolutionItems) = preProject |
12 |
| - doc\ChangeLog = doc\ChangeLog |
13 |
| - doc\LICENSE = doc\LICENSE |
14 |
| - doc\PublicAPI.md = doc\PublicAPI.md |
15 |
| - README.md = README.md |
16 |
| - EndProjectSection |
17 |
| -EndProject |
18 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{CC062800-4709-4A04-8A0D-DD972C1BFFC5}" |
19 |
| - ProjectSection(SolutionItems) = preProject |
20 |
| - nuget\CommandLine.nuspec = nuget\CommandLine.nuspec |
21 |
| - nuget\readme.txt = nuget\readme.txt |
22 |
| - EndProjectSection |
23 |
| -EndProject |
24 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{18282A82-E36C-4938-8397-C0A1166983BA}" |
25 |
| - ProjectSection(SolutionItems) = preProject |
26 |
| - Rakefile.rb = Rakefile.rb |
27 |
| - EndProjectSection |
28 |
| -EndProject |
29 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{350E598F-50C7-45A2-83A6-346AF7D163F5}" |
30 |
| - ProjectSection(SolutionItems) = preProject |
31 |
| - .nuget\packages.config = .nuget\packages.config |
32 |
| - EndProjectSection |
33 |
| -EndProject |
34 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Develop", "Develop", "{939BEBC0-CE70-4209-A991-0DA4E8F3B9AE}" |
35 |
| -EndProject |
36 |
| -Global |
37 |
| - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
38 |
| - Debug|Any CPU = Debug|Any CPU |
39 |
| - Debug|x86 = Debug|x86 |
40 |
| - Release|Any CPU = Release|Any CPU |
41 |
| - Release|x86 = Release|x86 |
42 |
| - EndGlobalSection |
43 |
| - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
44 |
| - {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
45 |
| - {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|Any CPU.Build.0 = Debug|Any CPU |
46 |
| - {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|x86.ActiveCfg = Debug|Any CPU |
47 |
| - {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|Any CPU.ActiveCfg = Release|Any CPU |
48 |
| - {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|Any CPU.Build.0 = Release|Any CPU |
49 |
| - {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|x86.ActiveCfg = Release|Any CPU |
50 |
| - {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
51 |
| - {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Debug|Any CPU.Build.0 = Debug|Any CPU |
52 |
| - {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Debug|x86.ActiveCfg = Debug|Any CPU |
53 |
| - {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Release|Any CPU.ActiveCfg = Release|Any CPU |
54 |
| - {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Release|Any CPU.Build.0 = Release|Any CPU |
55 |
| - {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Release|x86.ActiveCfg = Release|Any CPU |
56 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|Any CPU.ActiveCfg = Debug|x86 |
57 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|Any CPU.Build.0 = Debug|x86 |
58 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|x86.ActiveCfg = Debug|x86 |
59 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|x86.Build.0 = Debug|x86 |
60 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|Any CPU.ActiveCfg = Release|x86 |
61 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|Any CPU.Build.0 = Release|x86 |
62 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|x86.ActiveCfg = Release|x86 |
63 |
| - {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|x86.Build.0 = Release|x86 |
64 |
| - EndGlobalSection |
65 |
| - GlobalSection(SolutionProperties) = preSolution |
66 |
| - HideSolutionNode = FALSE |
67 |
| - EndGlobalSection |
68 |
| - GlobalSection(NestedProjects) = preSolution |
69 |
| - {939BEBC0-CE70-4209-A991-0DA4E8F3B9AE} = {4F498B61-A7BC-4B32-9ACB-901D4F50659B} |
70 |
| - {18282A82-E36C-4938-8397-C0A1166983BA} = {4F498B61-A7BC-4B32-9ACB-901D4F50659B} |
71 |
| - {CC062800-4709-4A04-8A0D-DD972C1BFFC5} = {939BEBC0-CE70-4209-A991-0DA4E8F3B9AE} |
72 |
| - EndGlobalSection |
73 |
| - GlobalSection(MonoDevelopProperties) = preSolution |
74 |
| - StartupItem = src\demo\CommandLine.Demo.csproj |
75 |
| - Policies = $0 |
76 |
| - $0.TextStylePolicy = $1 |
77 |
| - $1.FileWidth = 120 |
78 |
| - $1.TabsToSpaces = False |
79 |
| - $1.inheritsSet = VisualStudio |
80 |
| - $1.inheritsScope = text/plain |
81 |
| - EndGlobalSection |
82 |
| -EndGlobal |
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 11.00 |
| 3 | +# Visual Studio 2010 |
| 4 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine", "src\libcmdline\CommandLine.csproj", "{5DEA2811-2FFA-4959-830B-CAD3ACACABEB}" |
| 5 | +EndProject |
| 6 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine.Tests", "src\tests\CommandLine.Tests.csproj", "{86E1AC34-ED2D-4E42-8B95-65208FEA36C2}" |
| 7 | +EndProject |
| 8 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine.Demo", "src\demo\CommandLine.Demo.csproj", "{9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Welcome", ".Welcome", "{4F498B61-A7BC-4B32-9ACB-901D4F50659B}" |
| 11 | + ProjectSection(SolutionItems) = preProject |
| 12 | + doc\ChangeLog = doc\ChangeLog |
| 13 | + doc\LICENSE = doc\LICENSE |
| 14 | + doc\PublicAPI.md = doc\PublicAPI.md |
| 15 | + README.md = README.md |
| 16 | + EndProjectSection |
| 17 | +EndProject |
| 18 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{CC062800-4709-4A04-8A0D-DD972C1BFFC5}" |
| 19 | + ProjectSection(SolutionItems) = preProject |
| 20 | + nuget\CommandLine.nuspec = nuget\CommandLine.nuspec |
| 21 | + nuget\readme.txt = nuget\readme.txt |
| 22 | + EndProjectSection |
| 23 | +EndProject |
| 24 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{18282A82-E36C-4938-8397-C0A1166983BA}" |
| 25 | + ProjectSection(SolutionItems) = preProject |
| 26 | + Rakefile.rb = Rakefile.rb |
| 27 | + EndProjectSection |
| 28 | +EndProject |
| 29 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{350E598F-50C7-45A2-83A6-346AF7D163F5}" |
| 30 | + ProjectSection(SolutionItems) = preProject |
| 31 | + .nuget\packages.config = .nuget\packages.config |
| 32 | + EndProjectSection |
| 33 | +EndProject |
| 34 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Develop", "Develop", "{939BEBC0-CE70-4209-A991-0DA4E8F3B9AE}" |
| 35 | +EndProject |
| 36 | +Global |
| 37 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 38 | + Debug|Any CPU = Debug|Any CPU |
| 39 | + Debug|x86 = Debug|x86 |
| 40 | + Release|Any CPU = Release|Any CPU |
| 41 | + Release|x86 = Release|x86 |
| 42 | + EndGlobalSection |
| 43 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 44 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 45 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 46 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|x86.ActiveCfg = Debug|Any CPU |
| 47 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 48 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|Any CPU.Build.0 = Release|Any CPU |
| 49 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|x86.ActiveCfg = Release|Any CPU |
| 50 | + {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 51 | + {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 52 | + {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Debug|x86.ActiveCfg = Debug|Any CPU |
| 53 | + {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 54 | + {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Release|Any CPU.Build.0 = Release|Any CPU |
| 55 | + {86E1AC34-ED2D-4E42-8B95-65208FEA36C2}.Release|x86.ActiveCfg = Release|Any CPU |
| 56 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|Any CPU.ActiveCfg = Debug|x86 |
| 57 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|Any CPU.Build.0 = Debug|x86 |
| 58 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|x86.ActiveCfg = Debug|x86 |
| 59 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|x86.Build.0 = Debug|x86 |
| 60 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|Any CPU.ActiveCfg = Release|x86 |
| 61 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|Any CPU.Build.0 = Release|x86 |
| 62 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|x86.ActiveCfg = Release|x86 |
| 63 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|x86.Build.0 = Release|x86 |
| 64 | + EndGlobalSection |
| 65 | + GlobalSection(SolutionProperties) = preSolution |
| 66 | + HideSolutionNode = FALSE |
| 67 | + EndGlobalSection |
| 68 | + GlobalSection(NestedProjects) = preSolution |
| 69 | + {939BEBC0-CE70-4209-A991-0DA4E8F3B9AE} = {4F498B61-A7BC-4B32-9ACB-901D4F50659B} |
| 70 | + {18282A82-E36C-4938-8397-C0A1166983BA} = {4F498B61-A7BC-4B32-9ACB-901D4F50659B} |
| 71 | + {CC062800-4709-4A04-8A0D-DD972C1BFFC5} = {939BEBC0-CE70-4209-A991-0DA4E8F3B9AE} |
| 72 | + EndGlobalSection |
| 73 | + GlobalSection(MonoDevelopProperties) = preSolution |
| 74 | + StartupItem = src\demo\CommandLine.Demo.csproj |
| 75 | + Policies = $0 |
| 76 | + $0.TextStylePolicy = $1 |
| 77 | + $1.FileWidth = 120 |
| 78 | + $1.TabsToSpaces = False |
| 79 | + $1.inheritsSet = VisualStudio |
| 80 | + $1.inheritsScope = text/plain |
| 81 | + EndGlobalSection |
| 82 | +EndGlobal |
0 commit comments