1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{1E72E75F-888A-400E-865C-44251B8013E1}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >CommandLine</RootNamespace >
12+ <AssemblyName >CommandLine</AssemblyName >
13+ <DefaultLanguage >en-US</DefaultLanguage >
14+ <FileAlignment >512</FileAlignment >
15+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16+ <TargetFrameworkProfile >
17+ </TargetFrameworkProfile >
18+ <TargetFrameworkVersion >v5.0</TargetFrameworkVersion >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\portable-dotnet\Debug\</OutputPath >
25+ <DefineConstants >TRACE;DEBUG;CSX_EITHER_INTERNAL; CSX_REM_EITHER_BEYOND_2; CSX_ENUM_INTERNAL; ERRH_INTERNAL; ERRH_DISABLE_INLINE_METHODS; CSX_MAYBE_INTERNAL; CSX_REM_EITHER_FUNC;PLATFORM_DOTNET</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\portable-dotnet\Release\</OutputPath >
33+ <DefineConstants >TRACE;CSX_EITHER_INTERNAL; CSX_REM_EITHER_BEYOND_2; CSX_ENUM_INTERNAL; ERRH_INTERNAL; ERRH_DISABLE_INLINE_METHODS; CSX_MAYBE_INTERNAL; CSX_REM_EITHER_FUNC;PLATFORM_DOTNET</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <!-- A reference to the entire .NET Framework is automatically included -->
39+ <None Include =" project.json" />
40+ </ItemGroup >
41+ <PropertyGroup >
42+ <SignAssembly >true</SignAssembly >
43+ </PropertyGroup >
44+ <PropertyGroup >
45+ <AssemblyOriginatorKeyFile >..\..\CommandLine.snk</AssemblyOriginatorKeyFile >
46+ </PropertyGroup >
47+ <ItemGroup >
48+ <Compile Include =" ..\..\paket-files\gsscoder\railwaysharp\src\RailwaySharp\ErrorHandling.cs" >
49+ <Paket >True</Paket >
50+ <Link >Infrastructure/ErrorHandling.cs</Link >
51+ </Compile >
52+ <Compile Include =" ..\..\paket-files\gsscoder\CSharpx\src\CSharpx\EnumerableExtensions.cs" >
53+ <Paket >True</Paket >
54+ <Link >Infrastructure/EnumerableExtensions.cs</Link >
55+ </Compile >
56+ <Compile Include =" ..\..\paket-files\gsscoder\CSharpx\src\CSharpx\Maybe.cs" >
57+ <Paket >True</Paket >
58+ <Link >Infrastructure/Maybe.cs</Link >
59+ </Compile >
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
63+ <Link >Properties\SharedAssemblyInfo.cs</Link >
64+ </Compile >
65+ <Compile Include =" ..\CommandLine\BaseAttribute.cs" />
66+ <Compile Include =" ..\CommandLine\Core\ArgumentsExtensions.cs" />
67+ <Compile Include =" ..\CommandLine\Core\KeyValuePairHelper.cs" />
68+ <Compile Include =" ..\CommandLine\Core\PreprocessorGuards.cs" />
69+ <Compile Include =" ..\CommandLine\Core\TypeDescriptor.cs" />
70+ <Compile Include =" ..\CommandLine\Core\Scalar.cs" />
71+ <Compile Include =" ..\CommandLine\Core\Sequence.cs" />
72+ <Compile Include =" ..\CommandLine\Core\Switch.cs" />
73+ <Compile Include =" ..\CommandLine\ErrorExtensions.cs" />
74+ <Compile Include =" ..\CommandLine\Infrastructure\EnumerableExtensions`1.cs" />
75+ <Compile Include =" ..\CommandLine\Core\InstanceChooser.cs" />
76+ <Compile Include =" ..\CommandLine\Core\Tokenizer.cs" >
77+ <SubType >Code</SubType >
78+ </Compile >
79+ <Compile Include =" ..\CommandLine\Core\Verb.cs" />
80+ <Compile Include =" ..\CommandLine\Infrastructure\ExceptionExtensions.cs" />
81+ <Compile Include =" ..\CommandLine\Infrastructure\FSharpOptionHelper.cs" />
82+ <Compile Include =" ..\CommandLine\Infrastructure\PopsicleSetter.cs" />
83+ <Compile Include =" ..\CommandLine\Infrastructure\ReflectionHelper.cs" />
84+ <Compile Include =" ..\CommandLine\Infrastructure\ResultExtensions.cs" />
85+ <Compile Include =" ..\CommandLine\Infrastructure\StringExtensions.cs" />
86+ <Compile Include =" ..\CommandLine\NameInfo.cs" />
87+ <Compile Include =" ..\CommandLine\NullInstance.cs" />
88+ <Compile Include =" ..\CommandLine\Core\OptionMapper.cs" />
89+ <Compile Include =" ..\CommandLine\Core\SpecificationPropertyRules.cs" />
90+ <Compile Include =" ..\CommandLine\Core\SpecificationGuards.cs" />
91+ <Compile Include =" ..\CommandLine\Core\TypeLookup.cs" />
92+ <Compile Include =" ..\CommandLine\Core\ValueMapper.cs" >
93+ <SubType >Code</SubType >
94+ </Compile >
95+ <Compile Include =" ..\CommandLine\Core\SpecificationPropertyExtensions.cs" />
96+ <Compile Include =" ..\CommandLine\Core\SpecificationExtensions.cs" />
97+ <Compile Include =" ..\CommandLine\Core\NameLookup.cs" />
98+ <Compile Include =" ..\CommandLine\Core\SpecificationProperty.cs" >
99+ <SubType >Code</SubType >
100+ </Compile >
101+ <Compile Include =" ..\CommandLine\Core\ReflectionExtensions.cs" />
102+ <Compile Include =" ..\CommandLine\Core\TokenPartitioner.cs" />
103+ <Compile Include =" ..\CommandLine\Core\TypeConverter.cs" />
104+ <Compile Include =" ..\CommandLine\Core\ValueSpecification.cs" />
105+ <Compile Include =" ..\CommandLine\Core\InstanceBuilder.cs" />
106+ <Compile Include =" ..\CommandLine\Core\OptionSpecification.cs" />
107+ <Compile Include =" ..\CommandLine\Core\Specification.cs" />
108+ <Compile Include =" ..\CommandLine\Core\Token.cs" />
109+ <Compile Include =" ..\CommandLine\Error.cs" />
110+ <Compile Include =" ..\CommandLine\OptionAttribute.cs" />
111+ <Compile Include =" ..\CommandLine\Parser.cs" />
112+ <Compile Include =" ..\CommandLine\ParserExtensions.cs" />
113+ <Compile Include =" ..\CommandLine\ParserResult.cs" />
114+ <Compile Include =" ..\CommandLine\ParserResultExtensions.cs" />
115+ <Compile Include =" ..\CommandLine\ParserSettings.cs" />
116+ <Compile Include =" ..\CommandLine\Properties\AssemblyInfo.cs" />
117+ <Compile Include =" ..\CommandLine\Core\NameExtensions.cs" />
118+ <Compile Include =" ..\CommandLine\Text\AssemblyLicenseAttribute.cs" >
119+ <SubType >Code</SubType >
120+ </Compile >
121+ <Compile Include =" ..\CommandLine\Text\AssemblyUsageAttribute.cs" >
122+ <SubType >Code</SubType >
123+ </Compile >
124+ <Compile Include =" ..\CommandLine\Text\CopyrightInfo.cs" >
125+ <SubType >Code</SubType >
126+ </Compile >
127+ <Compile Include =" ..\CommandLine\Text\Example.cs" />
128+ <Compile Include =" ..\CommandLine\Text\HeadingInfo.cs" >
129+ <SubType >Code</SubType >
130+ </Compile >
131+ <Compile Include =" ..\CommandLine\Text\HelpText.cs" />
132+ <Compile Include =" ..\CommandLine\Text\MultiLineTextAttribute.cs" >
133+ <SubType >Code</SubType >
134+ </Compile >
135+ <Compile Include =" ..\CommandLine\Text\SentenceBuilder.cs" />
136+ <Compile Include =" ..\CommandLine\Infrastructure\StringBuilderExtensions.cs" />
137+ <Compile Include =" ..\CommandLine\Text\UsageAttribute.cs" />
138+ <Compile Include =" ..\CommandLine\UnParserExtensions.cs" />
139+ <Compile Include =" ..\CommandLine\ValueAttribute.cs" />
140+ <Compile Include =" ..\CommandLine\VerbAttribute.cs" />
141+ </ItemGroup >
142+ <ItemGroup >
143+ <Reference Include =" FSharp.Core" >
144+ <HintPath >..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll</HintPath >
145+ <Private >True</Private >
146+ <Paket >True</Paket >
147+ </Reference >
148+ </ItemGroup >
149+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
150+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151+ Other similar extension points exist, see Microsoft.Common.targets.
152+ <Target Name="AfterBuild">
153+ </Target>
154+ -->
155+ <Target Name =" BeforeBuild" DependsOnTargets =" PaketInstall" >
156+ </Target >
157+ <Target Name =" BootstrapPaket" Condition =" !Exists('$(SolutionDir).paket/paket.bootstrapper.exe)')" >
158+ <Exec Command =" $(SolutionDir).paket/paket.bootstrapper.exe" />
159+ </Target >
160+ <Target Name =" PaketInstall" DependsOnTargets =" BootstrapPaket" Condition =" !Exists('$(SolutionDir)paket-files')" >
161+ <Exec Command =" $(SolutionDir).paket/paket install" />
162+ </Target >
163+ </Project >
0 commit comments