You've already forked linux-packaging-mono
157 lines
7.1 KiB
XML
157 lines
7.1 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>{A0187BC2-8325-4BB2-8697-7F955CF4173E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>System.Web.Http.WebHost</RootNamespace>
|
|
<AssemblyName>System.Web.Http.WebHost</AssemblyName>
|
|
<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="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.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.Web" />
|
|
<Reference Include="System.XML" />
|
|
</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\HttpMethodHelper.cs">
|
|
<Link>Common\HttpMethodHelper.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="PreApplicationStartCode.cs" />
|
|
<Compile Include="HttpControllerTypeCacheSerializer.cs" />
|
|
<Compile Include="Routing\HttpContextBaseExtensions.cs" />
|
|
<Compile Include="WebHostHttpControllerTypeResolver.cs" />
|
|
<Compile Include="Routing\HostedHttpRouteCollection.cs" />
|
|
<Compile Include="Routing\HostedHttpRoute.cs" />
|
|
<Compile Include="Routing\HostedHttpRouteData.cs" />
|
|
<Compile Include="Routing\HostedHttpVirtualPathData.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="..\TransparentCommonAssemblyInfo.cs">
|
|
<Link>Properties\TransparentCommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="GlobalConfiguration.cs" />
|
|
<Compile Include="Routing\HttpRouteDataExtensions.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Routing\HttpRouteExtensions.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Routing\HttpWebRoute.cs" />
|
|
<Compile Include="SuppressFormsAuthRedirectModule.cs" />
|
|
<Compile Include="WebHostAssembliesResolver.cs" />
|
|
<Compile Include="Properties\SRResources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>SRResources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="HttpControllerHandler.cs" />
|
|
<Compile Include="HttpControllerRouteHandler.cs" />
|
|
<Compile Include="RouteCollectionExtensions.cs" />
|
|
<Compile Include="TaskWrapperAsyncResult.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\SRResources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>SRResources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\System.Web.Http\System.Web.Http.csproj">
|
|
<Project>{DDC1CE0C-486E-4E35-BB3B-EAB61F8F9440}</Project>
|
|
<Name>System.Web.Http</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml">
|
|
<Link>CodeAnalysisDictionary.xml</Link>
|
|
</CodeAnalysisDictionary>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |