You've already forked linux-packaging-mono
111 lines
5.0 KiB
XML
111 lines
5.0 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>{22BABB60-8F02-4027-AFFC-ACF069954536}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<RootNamespace>System.Web.WebPages.Deployment</RootNamespace>
|
|||
|
|
<AssemblyName>System.Web.WebPages.Deployment</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;ASPNETWEBPAGES</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;ASPNETWEBPAGES</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;ASPNETWEBPAGES</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">
|
|||
|
|
<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.Web" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="..\CommonAssemblyInfo.cs">
|
|||
|
|
<Link>Properties\CommonAssemblyInfo.cs</Link>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="..\CommonResources.Designer.cs">
|
|||
|
|
<Link>Common\CommonResources.Designer.cs</Link>
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>CommonResources.resx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="..\ExceptionHelper.cs">
|
|||
|
|
<Link>Common\ExceptionHelper.cs</Link>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="..\GlobalSuppressions.cs">
|
|||
|
|
<Link>Common\GlobalSuppressions.cs</Link>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="..\TransparentCommonAssemblyInfo.cs">
|
|||
|
|
<Link>Properties\TransparentCommonAssemblyInfo.cs</Link>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="AppDomainHelper.cs" />
|
|||
|
|
<Compile Include="AssemblyUtils.cs" />
|
|||
|
|
<Compile Include="BuildManagerWrapper.cs" />
|
|||
|
|
<Compile Include="Common\IFileSystem.cs">
|
|||
|
|
<SubType>Code</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Common\PhysicalFileSystem.cs">
|
|||
|
|
<SubType>Code</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|||
|
|
<Compile Include="IBuildManager.cs" />
|
|||
|
|
<Compile Include="Resources\ConfigurationResources.Designer.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>ConfigurationResources.resx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="WebPagesDeployment.cs" />
|
|||
|
|
<Compile Include="PreApplicationStartCode.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<EmbeddedResource Include="..\CommonResources.resx">
|
|||
|
|
<Link>Common\CommonResources.resx</Link>
|
|||
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>CommonResources.Designer.cs</LastGenOutput>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="Resources\ConfigurationResources.resx">
|
|||
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>ConfigurationResources.Designer.cs</LastGenOutput>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="packages.config" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
</Project>
|