|
| 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.Demo", "src\demo\CommandLine.Demo.csproj", "{9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}" |
| 7 | +EndProject |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{4F498B61-A7BC-4B32-9ACB-901D4F50659B}" |
| 9 | + ProjectSection(SolutionItems) = preProject |
| 10 | + CommandLine.FxCop = CommandLine.FxCop |
| 11 | + Rakefile.rb = Rakefile.rb |
| 12 | + EndProjectSection |
| 13 | +EndProject |
| 14 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{CC062800-4709-4A04-8A0D-DD972C1BFFC5}" |
| 15 | + ProjectSection(SolutionItems) = preProject |
| 16 | + nuget\CommandLine.nuspec = nuget\CommandLine.nuspec |
| 17 | + nuget\readme.txt = nuget\readme.txt |
| 18 | + EndProjectSection |
| 19 | +EndProject |
| 20 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{18282A82-E36C-4938-8397-C0A1166983BA}" |
| 21 | + ProjectSection(SolutionItems) = preProject |
| 22 | + doc\ChangeLog = doc\ChangeLog |
| 23 | + doc\LICENSE = doc\LICENSE |
| 24 | + README.md = README.md |
| 25 | + EndProjectSection |
| 26 | +EndProject |
| 27 | +Global |
| 28 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 29 | + Debug|Any CPU = Debug|Any CPU |
| 30 | + Debug|x86 = Debug|x86 |
| 31 | + DebugTests|Any CPU = DebugTests|Any CPU |
| 32 | + DebugTests|x86 = DebugTests|x86 |
| 33 | + Release|Any CPU = Release|Any CPU |
| 34 | + Release|x86 = Release|x86 |
| 35 | + EndGlobalSection |
| 36 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 37 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 38 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 39 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Debug|x86.ActiveCfg = Debug|Any CPU |
| 40 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.DebugTests|Any CPU.ActiveCfg = DebugTests|Any CPU |
| 41 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.DebugTests|Any CPU.Build.0 = DebugTests|Any CPU |
| 42 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.DebugTests|x86.ActiveCfg = DebugTests|Any CPU |
| 43 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 44 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|Any CPU.Build.0 = Release|Any CPU |
| 45 | + {5DEA2811-2FFA-4959-830B-CAD3ACACABEB}.Release|x86.ActiveCfg = Release|Any CPU |
| 46 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|Any CPU.ActiveCfg = Debug|x86 |
| 47 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|Any CPU.Build.0 = Debug|x86 |
| 48 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|x86.ActiveCfg = Debug|x86 |
| 49 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Debug|x86.Build.0 = Debug|x86 |
| 50 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.DebugTests|Any CPU.ActiveCfg = Debug|x86 |
| 51 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.DebugTests|Any CPU.Build.0 = Debug|x86 |
| 52 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.DebugTests|x86.ActiveCfg = Debug|x86 |
| 53 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|Any CPU.ActiveCfg = Release|x86 |
| 54 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|Any CPU.Build.0 = Release|x86 |
| 55 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|x86.ActiveCfg = Release|x86 |
| 56 | + {9E573FFF-4ECB-4C59-A914-C0B74D44D2E8}.Release|x86.Build.0 = Release|x86 |
| 57 | + EndGlobalSection |
| 58 | + GlobalSection(NestedProjects) = preSolution |
| 59 | + {CC062800-4709-4A04-8A0D-DD972C1BFFC5} = {4F498B61-A7BC-4B32-9ACB-901D4F50659B} |
| 60 | + {18282A82-E36C-4938-8397-C0A1166983BA} = {4F498B61-A7BC-4B32-9ACB-901D4F50659B} |
| 61 | + EndGlobalSection |
| 62 | + GlobalSection(MonoDevelopProperties) = preSolution |
| 63 | + StartupItem = src\demo\CommandLine.Demo.csproj |
| 64 | + Policies = $0 |
| 65 | + $0.TextStylePolicy = $1 |
| 66 | + $1.FileWidth = 120 |
| 67 | + $1.TabsToSpaces = False |
| 68 | + $1.inheritsSet = VisualStudio |
| 69 | + $1.inheritsScope = text/plain |
| 70 | + EndGlobalSection |
| 71 | + GlobalSection(SolutionProperties) = preSolution |
| 72 | + HideSolutionNode = FALSE |
| 73 | + EndGlobalSection |
| 74 | +EndGlobal |
0 commit comments