1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >9.0.30729</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{5DEA2811-2FFA-4959-830B-CAD3ACACABEB}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >CommandLine</RootNamespace >
12- <AssemblyName >CommandLine</AssemblyName >
13- <FileUpgradeFlags >
14- </FileUpgradeFlags >
15- <OldToolsVersion >3.5</OldToolsVersion >
16- <UpgradeBackupLocation >
17- </UpgradeBackupLocation >
18- <IsWebBootstrapper >false</IsWebBootstrapper >
19- <PublishUrl >publish\</PublishUrl >
20- <Install >true</Install >
21- <InstallFrom >Disk</InstallFrom >
22- <UpdateEnabled >false</UpdateEnabled >
23- <UpdateMode >Foreground</UpdateMode >
24- <UpdateInterval >7</UpdateInterval >
25- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26- <UpdatePeriodically >false</UpdatePeriodically >
27- <UpdateRequired >false</UpdateRequired >
28- <MapFileExtensions >true</MapFileExtensions >
29- <ApplicationRevision >0</ApplicationRevision >
30- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31- <UseApplicationTrust >false</UseApplicationTrust >
32- <BootstrapperEnabled >true</BootstrapperEnabled >
33- </PropertyGroup >
34- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35- <DebugSymbols >true</DebugSymbols >
36- <DebugType >full</DebugType >
37- <Optimize >false</Optimize >
38- <OutputPath >bin\Debug\</OutputPath >
39- <DefineConstants >TRACE;DEBUG</DefineConstants >
40- <ErrorReport >prompt</ErrorReport >
41- <WarningLevel >4</WarningLevel >
42- <DocumentationFile >bin\Debug\CommandLine.XML</DocumentationFile >
43- </PropertyGroup >
44- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
45- <DebugType >pdbonly</DebugType >
46- <Optimize >true</Optimize >
47- <OutputPath >bin\Release\</OutputPath >
48- <DefineConstants >
49- </DefineConstants >
50- <ErrorReport >prompt</ErrorReport >
51- <WarningLevel >4</WarningLevel >
52- <DocumentationFile >bin\Release\CommandLine.XML</DocumentationFile >
53- <GenerateDocumentation >true</GenerateDocumentation >
54- </PropertyGroup >
55- <PropertyGroup >
56- <SignAssembly >true</SignAssembly >
57- </PropertyGroup >
58- <PropertyGroup >
59- <AssemblyOriginatorKeyFile >CommandLine.snk</AssemblyOriginatorKeyFile >
60- </PropertyGroup >
61- <ItemGroup >
62- <Reference Include =" System" />
63- </ItemGroup >
64- <ItemGroup >
65- <Compile Include =" ..\SharedAssemblyInfo.cs" >
66- <Link >Properties\SharedAssemblyInfo.cs</Link >
67- </Compile >
68- <Compile Include =" Attributes\BaseOptionAttribute.cs" />
69- <Compile Include =" Attributes\OptionAttribute.cs" />
70- <Compile Include =" Attributes\OptionArrayAttribute.cs" />
71- <Compile Include =" Attributes\HelpOptionAttribute.cs" />
72- <Compile Include =" Attributes\OptionListAttribute.cs" />
73- <Compile Include =" Attributes\ParserStateAttribute.cs" />
74- <Compile Include =" Attributes\ValueListAttribute.cs" />
75- <Compile Include =" Attributes\ValueOptionAttribute.cs" />
76- <Compile Include =" Extensions\CharExtensions.cs" />
77- <Compile Include =" GlobalSuppressions.cs" />
78- <Compile Include =" Infrastructure\PropertyWriter.cs" />
79- <Compile Include =" Infrastructure\SR.strings.cs" >
80- <AutoGen >True</AutoGen >
81- <DesignTime >True</DesignTime >
82- <DependentUpon >SR.tt</DependentUpon >
83- </Compile >
84- <Compile Include =" Helpers\Assumes.cs" />
85- <Compile Include =" Helpers\ReflectionCache.cs" />
86- <Compile Include =" Extensions\StringExtensions.cs" />
87- <Compile Include =" Helpers\ReflectionUtil.cs" />
88- <Compile Include =" Helpers\Pair.cs" />
89- <Compile Include =" Infrastructure\ValueMapper.cs" />
90- <Compile Include =" Infrastructure\LongOptionParser.cs" />
91- <Compile Include =" Infrastructure\OptionGroupParser.cs" />
92- <Compile Include =" Infrastructure\OptionInfo.cs" />
93- <Compile Include =" Infrastructure\OptionMap.cs" />
94- <Compile Include =" Infrastructure\OneCharStringEnumerator.cs" />
95- <Compile Include =" Infrastructure\StringArrayEnumerator.cs" />
96- <Compile Include =" Infrastructure\ArgumentParser.cs" />
97- <Compile Include =" Infrastructure\IArgumentEnumerator.cs" />
98- <Compile Include =" Infrastructure\PresentParserState.cs" />
99- <Compile Include =" Properties\AssemblyInfo.cs" />
100- <Compile Include =" Text\HelpText.cs" />
101- <Compile Include =" Text\BaseSentenceBuilder.cs" />
102- <Compile Include =" Text\EnglishSentenceBuilder.cs" />
103- <Compile Include =" Text\CopyrightInfo.cs" />
104- <Compile Include =" Text\HeadingInfo.cs" />
105- <Compile Include =" Attributes\MultiLineTextAttribute.cs" />
106- <Compile Include =" Attributes\AssemblyLicenseAttribute.cs" />
107- <Compile Include =" Attributes\AssemblyUsageAttribute.cs" />
108- <Compile Include =" Text\FormatOptionHelpTextEventArgs.cs" />
109- <Compile Include =" Attributes\HelpVerbOptionAttribute.cs" />
110- <Compile Include =" Attributes\VerbOptionAttribute.cs" />
111- <Compile Include =" BadOptionInfo.cs" />
112- <Compile Include =" Parser.cs" />
113- <Compile Include =" ParserException.cs" />
114- <Compile Include =" ParserSettings.cs" />
115- <Compile Include =" IParser.cs" />
116- <Compile Include =" IParserState.cs" />
117- <Compile Include =" ParserState.cs" />
118- <Compile Include =" ParsingError.cs" />
119- <Compile Include =" Extensions\ObjectExtensions.cs" />
120- </ItemGroup >
121- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >9.0.30729</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{5DEA2811-2FFA-4959-830B-CAD3ACACABEB}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >CommandLine</RootNamespace >
12+ <AssemblyName >CommandLine</AssemblyName >
13+ <FileUpgradeFlags >
14+ </FileUpgradeFlags >
15+ <OldToolsVersion >3.5</OldToolsVersion >
16+ <UpgradeBackupLocation >
17+ </UpgradeBackupLocation >
18+ <IsWebBootstrapper >false</IsWebBootstrapper >
19+ <PublishUrl >publish\</PublishUrl >
20+ <Install >true</Install >
21+ <InstallFrom >Disk</InstallFrom >
22+ <UpdateEnabled >false</UpdateEnabled >
23+ <UpdateMode >Foreground</UpdateMode >
24+ <UpdateInterval >7</UpdateInterval >
25+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26+ <UpdatePeriodically >false</UpdatePeriodically >
27+ <UpdateRequired >false</UpdateRequired >
28+ <MapFileExtensions >true</MapFileExtensions >
29+ <ApplicationRevision >0</ApplicationRevision >
30+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31+ <UseApplicationTrust >false</UseApplicationTrust >
32+ <BootstrapperEnabled >true</BootstrapperEnabled >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35+ <DebugSymbols >true</DebugSymbols >
36+ <DebugType >full</DebugType >
37+ <Optimize >false</Optimize >
38+ <OutputPath >bin\Debug\</OutputPath >
39+ <DefineConstants >TRACE;DEBUG</DefineConstants >
40+ <ErrorReport >prompt</ErrorReport >
41+ <WarningLevel >4</WarningLevel >
42+ <DocumentationFile >bin\Debug\CommandLine.XML</DocumentationFile >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
45+ <DebugType >pdbonly</DebugType >
46+ <Optimize >true</Optimize >
47+ <OutputPath >bin\Release\</OutputPath >
48+ <DefineConstants >
49+ </DefineConstants >
50+ <ErrorReport >prompt</ErrorReport >
51+ <WarningLevel >4</WarningLevel >
52+ <DocumentationFile >bin\Release\CommandLine.XML</DocumentationFile >
53+ <GenerateDocumentation >true</GenerateDocumentation >
54+ </PropertyGroup >
55+ <PropertyGroup >
56+ <SignAssembly >true</SignAssembly >
57+ </PropertyGroup >
58+ <PropertyGroup >
59+ <AssemblyOriginatorKeyFile >CommandLine.snk</AssemblyOriginatorKeyFile >
60+ </PropertyGroup >
61+ <ItemGroup >
62+ <Reference Include =" System" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
66+ <Link >Properties\SharedAssemblyInfo.cs</Link >
67+ </Compile >
68+ <Compile Include =" Attributes\BaseOptionAttribute.cs" />
69+ <Compile Include =" Attributes\OptionAttribute.cs" />
70+ <Compile Include =" Attributes\OptionArrayAttribute.cs" />
71+ <Compile Include =" Attributes\HelpOptionAttribute.cs" />
72+ <Compile Include =" Attributes\OptionListAttribute.cs" />
73+ <Compile Include =" Attributes\ParserStateAttribute.cs" />
74+ <Compile Include =" Attributes\ValueListAttribute.cs" />
75+ <Compile Include =" Attributes\ValueOptionAttribute.cs" />
76+ <Compile Include =" Extensions\CharExtensions.cs" />
77+ <Compile Include =" GlobalSuppressions.cs" />
78+ <Compile Include =" Infrastructure\PropertyWriter.cs" />
79+ <Compile Include =" Infrastructure\SR.strings.cs" >
80+ <AutoGen >True</AutoGen >
81+ <DesignTime >True</DesignTime >
82+ <DependentUpon >SR.tt</DependentUpon >
83+ </Compile >
84+ <Compile Include =" Helpers\Assumes.cs" />
85+ <Compile Include =" Helpers\ReflectionCache.cs" />
86+ <Compile Include =" Extensions\StringExtensions.cs" />
87+ <Compile Include =" Helpers\ReflectionUtil.cs" />
88+ <Compile Include =" Helpers\Pair.cs" />
89+ <Compile Include =" Infrastructure\ValueMapper.cs" />
90+ <Compile Include =" Infrastructure\LongOptionParser.cs" />
91+ <Compile Include =" Infrastructure\OptionGroupParser.cs" />
92+ <Compile Include =" Infrastructure\OptionInfo.cs" />
93+ <Compile Include =" Infrastructure\OptionMap.cs" />
94+ <Compile Include =" Infrastructure\OneCharStringEnumerator.cs" />
95+ <Compile Include =" Infrastructure\StringArrayEnumerator.cs" />
96+ <Compile Include =" Infrastructure\ArgumentParser.cs" />
97+ <Compile Include =" Infrastructure\IArgumentEnumerator.cs" />
98+ <Compile Include =" Infrastructure\PresentParserState.cs" />
99+ <Compile Include =" Properties\AssemblyInfo.cs" />
100+ <Compile Include =" Text\HelpText.cs" />
101+ <Compile Include =" Text\BaseSentenceBuilder.cs" />
102+ <Compile Include =" Text\EnglishSentenceBuilder.cs" />
103+ <Compile Include =" Text\CopyrightInfo.cs" />
104+ <Compile Include =" Text\HeadingInfo.cs" />
105+ <Compile Include =" Attributes\MultiLineTextAttribute.cs" />
106+ <Compile Include =" Attributes\AssemblyLicenseAttribute.cs" />
107+ <Compile Include =" Attributes\AssemblyUsageAttribute.cs" />
108+ <Compile Include =" Text\FormatOptionHelpTextEventArgs.cs" />
109+ <Compile Include =" Attributes\HelpVerbOptionAttribute.cs" />
110+ <Compile Include =" Attributes\VerbOptionAttribute.cs" />
111+ <Compile Include =" BadOptionInfo.cs" />
112+ <Compile Include =" Parser.cs" />
113+ <Compile Include =" ParserException.cs" />
114+ <Compile Include =" ParserSettings.cs" />
115+ <Compile Include =" IParserState.cs" />
116+ <Compile Include =" ParserState.cs" />
117+ <Compile Include =" ParsingError.cs" />
118+ <Compile Include =" Extensions\ObjectExtensions.cs" />
119+ </ItemGroup >
120+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
122121 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123122 Other similar extension points exist, see Microsoft.Common.targets.
124123 <Target Name="BeforeBuild">
125124 </Target>
126125 <Target Name="AfterBuild">
127126 </Target>
128- -->
129- <ItemGroup >
130- <None Include =" CommandLine.snk" />
131- <None Include =" Infrastructure\SR.tt" >
132- <Generator >TextTemplatingFileGenerator</Generator >
133- <LastGenOutput >SR.strings.cs</LastGenOutput >
134- </None >
135- </ItemGroup >
136- <ItemGroup >
137- <CodeAnalysisDictionary Include =" CustomDictionary.xml" />
138- </ItemGroup >
139- <ItemGroup >
140- <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
141- </ItemGroup >
142- <PropertyGroup >
143- <PreBuildEvent >
144- </PreBuildEvent >
145- </PropertyGroup >
127+ -->
128+ <ItemGroup >
129+ <None Include =" CommandLine.snk" />
130+ <None Include =" Infrastructure\SR.tt" >
131+ <Generator >TextTemplatingFileGenerator</Generator >
132+ <LastGenOutput >SR.strings.cs</LastGenOutput >
133+ </None >
134+ </ItemGroup >
135+ <ItemGroup >
136+ <CodeAnalysisDictionary Include =" CustomDictionary.xml" />
137+ </ItemGroup >
138+ <ItemGroup >
139+ <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
140+ </ItemGroup >
141+ <PropertyGroup >
142+ <PreBuildEvent >
143+ </PreBuildEvent >
144+ </PropertyGroup >
146145</Project >
0 commit comments