You've already forked linux-packaging-mono
198 lines
9.9 KiB
XML
198 lines
9.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Runtime.sln))\tools\WebStack.settings.targets" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<CodeAnalysis Condition=" '$(CodeAnalysis)' == '' ">false</CodeAnalysis>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{668E9021-CE84-49D9-98FB-DF125A9FCDB0}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>System.Net.Http</RootNamespace>
|
|
<AssemblyName>System.Net.Http.Formatting</AssemblyName>
|
|
<TargetFrameworkProfile Condition="'$(TargetFrameworkVersion)' != 'v4.5'">Client</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;ASPNETMVC</DefineConstants>
|
|
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
|
|
<NoWarn>1591</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;ASPNETMVC</DefineConstants>
|
|
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
|
|
<RunCodeAnalysis>$(CodeAnalysis)</RunCodeAnalysis>
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
|
|
<NoWarn>1591</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CodeCoverage|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\..\bin\CodeCoverage\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;CODE_COVERAGE;ASPNETMVC</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\packages\Newtonsoft.Json.4.5.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.0.20326.1\lib\net40\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.0.20326.1\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\CommonAssemblyInfo.cs">
|
|
<Link>Properties\CommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\DictionaryExtensions.cs">
|
|
<Link>Common\DictionaryExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\Error.cs">
|
|
<Link>Common\Error.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\TaskHelpers.cs">
|
|
<Link>Common\TaskHelpers.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Common\TaskHelpersExtensions.cs">
|
|
<Link>Common\TaskHelpersExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\RS.cs">
|
|
<Link>RS.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\TransparentCommonAssemblyInfo.cs">
|
|
<Link>Properties\TransparentCommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="CloneableExtensions.cs" />
|
|
<Compile Include="Formatting\JsonReaderQuotaException.cs" />
|
|
<Compile Include="Formatting\MediaTypeHeaderValueExtensions.cs" />
|
|
<Compile Include="HttpResponseHeadersExtensions.cs" />
|
|
<Compile Include="HttpRequestHeadersExtensions.cs" />
|
|
<Compile Include="Formatting\StringWithQualityHeaderValueComparer.cs" />
|
|
<Compile Include="Formatting\FormDataCollection.cs" />
|
|
<Compile Include="Formatting\ContentNegotiationResult.cs" />
|
|
<Compile Include="Formatting\FormUrlEncodedJson.cs" />
|
|
<Compile Include="Formatting\SecureJsonTextReader.cs" />
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="Formatting\IFormatterLogger.cs" />
|
|
<Compile Include="Formatting\IRequiredMemberSelector.cs" />
|
|
<Compile Include="Headers\CookieHeaderValue.cs" />
|
|
<Compile Include="Headers\CookieState.cs" />
|
|
<Compile Include="HttpClientExtensions.cs" />
|
|
<Compile Include="HttpRequestMessageExtensions.cs" />
|
|
<Compile Include="Internal\HttpValueCollection.cs" />
|
|
<Compile Include="Internal\NonClosingDelegatingStream.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FormattingUtilities.cs" />
|
|
<Compile Include="Formatting\JsonContractResolver.cs" />
|
|
<Compile Include="Formatting\BufferedMediaTypeFormatter.cs" />
|
|
<Compile Include="Formatting\DelegatingEnumerable.cs" />
|
|
<Compile Include="Formatting\DefaultContentNegotiator.cs" />
|
|
<Compile Include="Formatting\FormUrlEncodedMediaTypeFormatter.cs" />
|
|
<Compile Include="Formatting\IContentNegotiator.cs" />
|
|
<Compile Include="Formatting\JsonMediaTypeFormatter.cs" />
|
|
<Compile Include="Formatting\MediaRangeMapping.cs" />
|
|
<Compile Include="Formatting\MediaTypeConstants.cs" />
|
|
<Compile Include="Formatting\MediaTypeFormatter.cs" />
|
|
<Compile Include="Formatting\MediaTypeFormatterCollection.cs" />
|
|
<Compile Include="Formatting\MediaTypeFormatterExtensions.cs" />
|
|
<Compile Include="Formatting\MediaTypeWithQualityHeaderValueComparer.cs" />
|
|
<Compile Include="Formatting\MediaTypeMapping.cs" />
|
|
<Compile Include="Formatting\MediaTypeMatch.cs" />
|
|
<Compile Include="Formatting\ParsedMediaTypeHeaderValue.cs" />
|
|
<Compile Include="Formatting\QueryStringMapping.cs" />
|
|
<Compile Include="Formatting\RequestHeaderMapping.cs" />
|
|
<Compile Include="Formatting\ResponseFormatterSelectionResult.cs" />
|
|
<Compile Include="Formatting\ResponseMediaTypeMatch.cs" />
|
|
<Compile Include="Formatting\StringComparisonHelper.cs" />
|
|
<Compile Include="Formatting\XHRRequestHeaderMapping.cs" />
|
|
<Compile Include="Formatting\XmlMediaTypeFormatter.cs" />
|
|
<Compile Include="Formatting\Parsers\FormUrlEncodedParser.cs" />
|
|
<Compile Include="HttpContentCollectionExtensions.cs" />
|
|
<Compile Include="HttpContentExtensions.cs" />
|
|
<Compile Include="HttpContentMessageExtensions.cs" />
|
|
<Compile Include="HttpContentMultipartExtensions.cs" />
|
|
<Compile Include="HttpHeaderExtensions.cs" />
|
|
<Compile Include="HttpMessageContent.cs" />
|
|
<Compile Include="Formatting\Parsers\HttpRequestHeaderParser.cs" />
|
|
<Compile Include="Formatting\Parsers\HttpRequestLineParser.cs" />
|
|
<Compile Include="Formatting\Parsers\HttpResponseHeaderParser.cs" />
|
|
<Compile Include="Formatting\Parsers\HttpStatusLineParser.cs" />
|
|
<Compile Include="HttpUnsortedHeaders.cs" />
|
|
<Compile Include="HttpUnsortedRequest.cs" />
|
|
<Compile Include="HttpUnsortedResponse.cs" />
|
|
<Compile Include="IMultipartStreamProvider.cs" />
|
|
<Compile Include="Internal\AsyncResultWithExtraData.cs" />
|
|
<Compile Include="Internal\DelegatingStream.cs" />
|
|
<Compile Include="Formatting\Parsers\InternetMessageFormatHeaderParser.cs" />
|
|
<Compile Include="MimeBodyPart.cs" />
|
|
<Compile Include="Formatting\Parsers\MimeMultipartBodyPartParser.cs" />
|
|
<Compile Include="Formatting\Parsers\MimeMultipartParser.cs" />
|
|
<Compile Include="MultipartFileStreamProvider.cs" />
|
|
<Compile Include="MultipartFormDataStreamProvider.cs" />
|
|
<Compile Include="MultipartMemoryStreamProvider.cs" />
|
|
<Compile Include="ObjectContent.cs" />
|
|
<Compile Include="Formatting\Parsers\ParserState.cs" />
|
|
<Compile Include="UriExtensions.cs" />
|
|
<Compile Include="Internal\UriQueryUtility.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Common\CommonWebApiResources.Designer.cs">
|
|
<Link>Properties\CommonWebApiResources.Designer.cs</Link>
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>CommonWebApiResources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\Common\CommonWebApiResources.resx">
|
|
<Link>Properties\CommonWebApiResources.resx</Link>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>CommonWebApiResources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml">
|
|
<Link>CodeAnalysisDictionary.xml</Link>
|
|
</CodeAnalysisDictionary>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |