[msvc] Update csproj files (#5832)
[mono-project.git] / mcs / class / System.Web.WebPages.Deployment / System.Web.WebPages.Deployment-net_4_x.csproj
blob99ec1af6a95f786df78b5fe2fc3766c90b1b74aa
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="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{12C344E9-64D1-4F94-BAB6-1231B863EE6C}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699</NoWarn>
12 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
15 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
16 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
17 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
18 <NoStdLib>True</NoStdLib>
20 <NoConfig>True</NoConfig>
22 <AppDesignerFolder>Properties</AppDesignerFolder>
23 <RootNamespace>
24 </RootNamespace>
25 <AssemblyName>System.Web.WebPages.Deployment</AssemblyName>
26 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
27 <FileAlignment>512</FileAlignment>
28 <SignAssembly>true</SignAssembly>
29 <DelaySign>true</DelaySign>
30 <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <NoWarn>1699</NoWarn>
36 <Optimize>false</Optimize>
37 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;ASPNETWEBPAGES</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <DebugType>pdbonly</DebugType>
43 <NoWarn>1699</NoWarn>
44 <Optimize>true</Optimize>
45 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;ASPNETWEBPAGES</DefineConstants>
46 <ErrorReport>prompt</ErrorReport>
47 <WarningLevel>4</WarningLevel>
48 </PropertyGroup>
49 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
50 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
51 is a problem to compile the Mono mscorlib.dll -->
52 <PropertyGroup>
53 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
54 </PropertyGroup>
55 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56 <ItemGroup>
57 <Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
58 <Compile Include="..\..\..\external\aspnetwebstack\src\CommonResources.Designer.cs" />
59 <Compile Include="..\..\..\external\aspnetwebstack\src\ExceptionHelper.cs" />
60 <Compile Include="..\..\..\external\aspnetwebstack\src\GlobalSuppressions.cs" />
61 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\AppDomainHelper.cs" />
62 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\AssemblyUtils.cs" />
63 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\BuildManagerWrapper.cs" />
64 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Common\IFileSystem.cs" />
65 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Common\PhysicalFileSystem.cs" />
66 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\GlobalSuppressions.cs" />
67 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\IBuildManager.cs" />
68 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\PreApplicationStartCode.cs" />
69 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Properties\AssemblyInfo.cs" />
70 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\Resources\ConfigurationResources.Designer.cs" />
71 <Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.WebPages.Deployment\WebPagesDeployment.cs" />
72 <Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
73 <Compile Include="..\..\build\common\Consts.cs" />
74 <Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
75 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76 Other similar extension points exist, see Microsoft.Common.targets.
77 <Target Name="BeforeBuild">
78 </Target>
79 <Target Name="AfterBuild">
80 </Target>
81 -->
82 <PropertyGroup>
83 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
85 </PreBuildEvent>
86 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
88 </PreBuildEvent>
89 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
91 </PostBuildEvent>
92 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
94 </PostBuildEvent>
95 </PropertyGroup>
96 <ItemGroup>
97 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
98 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
99 <Name>corlib-net_4_x</Name>
100 </ProjectReference>
101 <ProjectReference Include="../System/System-net_4_x.csproj">
102 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
103 <Name>System-net_4_x</Name>
104 </ProjectReference>
105 <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
106 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
107 <Name>System.Core-net_4_x</Name>
108 </ProjectReference>
109 <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
110 <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
111 <Name>System.Configuration-net_4_x</Name>
112 </ProjectReference>
113 <ProjectReference Include="../System.Web/System.Web-net_4_x.csproj">
114 <Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>
115 <Name>System.Web-net_4_x</Name>
116 </ProjectReference>
117 <ProjectReference Include="../Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_x.csproj">
118 <Project>{CD409902-9DA0-48A3-B360-C09060168CB5}</Project>
119 <Name>Microsoft.Web.Infrastructure-net_4_x</Name>
120 </ProjectReference>
121 </ItemGroup>
122 <ItemGroup>
123 <Folder Include="Properties\" />
124 </ItemGroup>
125 <ItemGroup>
126 <EmbeddedResource Include="../../../external/aspnetwebstack/src/CommonResources.resx">
127 <LogicalName>System.Web.WebPages.Deployment.Common.CommonResources.resources</LogicalName>
128 </EmbeddedResource>
129 <EmbeddedResource Include="../../../external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx">
130 <LogicalName>System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources</LogicalName>
131 </EmbeddedResource>
132 </ItemGroup>
133 </Project>