Merge pull request #15293 from lewing/wasm-clean
[mono-project.git] / mcs / class / PEAPI / PEAPI.csproj
blobae48b0e840a7576090a13abb64753372a15a4e1d
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>{4EF7E333-3008-4553-BB12-324D436AEC09}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <NoWarn>1699,414,618</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>PEAPI</AssemblyName>
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19     <SignAssembly>true</SignAssembly>
20     <AssemblyOriginatorKeyFile>../mono.pub</AssemblyOriginatorKeyFile>
21   </PropertyGroup>
22   <PropertyGroup>
23     <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
24     Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
25     is a problem to compile the Mono mscorlib.dll -->
26     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
29     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
30     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
31     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;HAS_MONO_SECURITY</DefineConstants>
32   </PropertyGroup>
33   <!-- @ALL_PROFILE_PROPERTIES@ -->
34   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
39     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
42     <DebugType>pdbonly</DebugType>
43     <Optimize>true</Optimize>
44   </PropertyGroup>
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46   <!-- @BUILT_SOURCES@ -->
47   <!--Common files-->
48   <ItemGroup>
49     <Compile Include="..\..\build\common\Consts.cs" />
50     <Compile Include="..\..\build\common\Locale.cs" />
51     <Compile Include="Assembly\AssemblyInfo.cs" />
52     <Compile Include="Code.cs" />
53     <Compile Include="Metadata.cs" />
54     <Compile Include="PEAPI.cs" />
55     <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
56       <Name>genconsts</Name>
57       <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
58       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
59       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
60       <Private>false</Private>
61     </ProjectReference>
62   </ItemGroup>
63   <!--End of common files-->
64   <!-- @ALL_SOURCES@ -->
65   <!-- @COMMON_PROJECT_REFERENCES@ -->
66   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
67     <ProjectReference Include="../System/System.csproj" />
68     <ProjectReference Include="../Mono.Security/Mono.Security.csproj" />
69     <ProjectReference Include="../corlib/corlib.csproj" />
70   </ItemGroup>
71   <!-- @ALL_REFERENCES@ -->
72   <!-- @ALL_RESOURCES@ -->
73   <PropertyGroup>
74     <!-- Force the pre-build event to run after references have been resolved. The default
75       behavior is to run them before resolving references, which can cause things like
76       culevel.exe to be used before they have been built. -->
77     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
78   </PropertyGroup>
79 </Project>