[gitattributes] Do CRLF normalization on sln/proj files
[mono-project.git] / mcs / class / System.Web.WebPages.Deployment / System.Web.WebPages.Deployment.csproj
blobd58303ed362f628192b407bf39093551ef6aa307
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
7     <ProjectGuid>{E923DFD5-BDF6-4A72-9A4D-B8FE73A3410E}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <NoWarn>1699</NoWarn>
10     <LangVersion>latest</LangVersion>
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15     <NoStdLib>True</NoStdLib>
16     <NoConfig>True</NoConfig>
17     <AssemblyName>System.Web.WebPages.Deployment</AssemblyName>
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19     <SignAssembly>true</SignAssembly>
20     <DelaySign>true</DelaySign>
21     <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>
22   </PropertyGroup>
23   <PropertyGroup>
24     <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
25     Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
26     is a problem to compile the Mono mscorlib.dll -->
27     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
30     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
31     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
32     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;ASPNETWEBPAGES</DefineConstants>
33   </PropertyGroup>
34   <!-- @ALL_PROFILE_PROPERTIES@ -->
35   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
36     <DebugSymbols>true</DebugSymbols>
37     <DebugType>full</DebugType>
38     <Optimize>false</Optimize>
39     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
40     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
41   </PropertyGroup>
42   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
43     <DebugType>pdbonly</DebugType>
44     <Optimize>true</Optimize>
45   </PropertyGroup>
46   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
47   <!-- @BUILT_SOURCES@ -->
48   <!--Common files-->
49   <ItemGroup>
50     <Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
51     <Compile Include="..\..\..\external\aspnetwebstack\src\CommonResources.Designer.cs" />
52     <Compile Include="..\..\..\external\aspnetwebstack\src\ExceptionHelper.cs" />
53     <Compile Include="..\..\..\external\aspnetwebstack\src\GlobalSuppressions.cs" />
54     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\AppDomainHelper.cs" />
55     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\AssemblyUtils.cs" />
56     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\BuildManagerWrapper.cs" />
57     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Common\IFileSystem.cs" />
58     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Common\PhysicalFileSystem.cs" />
59     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\GlobalSuppressions.cs" />
60     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\IBuildManager.cs" />
61     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\PreApplicationStartCode.cs" />
62     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Properties\AssemblyInfo.cs" />
63     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Resources\ConfigurationResources.Designer.cs" />
64     <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\WebPagesDeployment.cs" />
65     <Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
66     <Compile Include="..\..\build\common\Consts.cs" />
67     <Compile Include="Assembly\AssemblyInfo.cs" />
68     <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
69       <Name>genconsts</Name>
70       <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
71       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
72       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
73       <Private>false</Private>
74     </ProjectReference>
75   </ItemGroup>
76   <!--End of common files-->
77   <!-- @ALL_SOURCES@ -->
78   <!-- @COMMON_PROJECT_REFERENCES@ -->
79   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
80     <ProjectReference Include="../System/System.csproj" />
81     <ProjectReference Include="../System.Core/System.Core.csproj" />
82     <ProjectReference Include="../System.Configuration/System.Configuration.csproj" />
83     <ProjectReference Include="../System.Web/System.Web.csproj" />
84     <ProjectReference Include="../Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.csproj" />
85     <ProjectReference Include="../corlib/corlib.csproj" />
86   </ItemGroup>
87   <!-- @ALL_REFERENCES@ -->
88   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
89     <EmbeddedResource Include="../../../external/aspnetwebstack/src/CommonResources.resx">
90       <LogicalName>System.Web.WebPages.Deployment.Common.CommonResources.resources</LogicalName>
91     </EmbeddedResource>
92     <EmbeddedResource Include="../../../external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx">
93       <LogicalName>System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources</LogicalName>
94     </EmbeddedResource>
95   </ItemGroup>
96   <!-- @ALL_RESOURCES@ -->
97   <PropertyGroup>
98     <!-- Force the pre-build event to run after references have been resolved. The default
99       behavior is to run them before resolving references, which can cause things like
100       culevel.exe to be used before they have been built. -->
101     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
102   </PropertyGroup>
103 </Project>