[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono-project.git] / mcs / tools / monop / monop-net_4_x.csproj
blobf1252b5cedbfd9e51db2e01f78bdc4819da492bf
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>{78B1A752-432B-4764-9E63-E95CCB23554F}</ProjectGuid>
10 <OutputType>Exe</OutputType>
11 <NoWarn>1699</NoWarn>
12 <OutputPath>./../../class/lib/net_4_x</OutputPath>
13 <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
14 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15 <NoStdLib>True</NoStdLib>
17 <NoConfig>True</NoConfig>
19 <AppDesignerFolder>Properties</AppDesignerFolder>
20 <RootNamespace>
21 </RootNamespace>
22 <AssemblyName>monop</AssemblyName>
23 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
24 <FileAlignment>512</FileAlignment>
25 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28 <DebugSymbols>true</DebugSymbols>
29 <DebugType>full</DebugType>
30 <NoWarn>1699</NoWarn>
31 <Optimize>false</Optimize>
32 <DefineConstants>TRACE;NO_AUTHENTICODE;STATIC;NO_SYMBOL_WRITER;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37 <DebugType>pdbonly</DebugType>
38 <NoWarn>1699</NoWarn>
39 <Optimize>true</Optimize>
40 <DefineConstants>NO_AUTHENTICODE;STATIC;NO_SYMBOL_WRITER;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 </PropertyGroup>
44 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
45 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
46 is a problem to compile the Mono mscorlib.dll -->
47 <PropertyGroup>
48 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
49 </PropertyGroup>
50 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51 <ItemGroup>
52 <Compile Include="..\..\..\external\ikvm\reflect\*.cs" />
53 <Compile Include="..\..\..\external\ikvm\reflect\Emit\*.cs" />
54 <Compile Include="..\..\..\external\ikvm\reflect\Impl\ITypeOwner.cs" />
55 <Compile Include="..\..\..\external\ikvm\reflect\Impl\SymbolSupport.cs" />
56 <Compile Include="..\..\..\external\ikvm\reflect\Metadata\*.cs" />
57 <Compile Include="..\..\..\external\ikvm\reflect\Reader\*.cs" />
58 <Compile Include="..\..\..\external\ikvm\reflect\Writer\*.cs" />
59 <Compile Include="..\..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
60 <Compile Include="..\..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
61 <Compile Include="..\..\class\Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs" />
62 <Compile Include="..\..\class\Mono.Security\Mono.Security.Cryptography\CryptoConvert.cs" />
63 <Compile Include="monop.cs" />
64 <Compile Include="options.cs" />
65 <Compile Include="outline.cs" />
66 <Compile Include="TypeSorter.cs" /> </ItemGroup>
67 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68 Other similar extension points exist, see Microsoft.Common.targets.
69 <Target Name="BeforeBuild">
70 </Target>
71 <Target Name="AfterBuild">
72 </Target>
73 -->
74 <PropertyGroup>
75 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
77 </PreBuildEvent>
78 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
80 </PreBuildEvent>
81 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
83 </PostBuildEvent>
84 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
86 </PostBuildEvent>
87 </PropertyGroup>
88 <ItemGroup>
89 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
90 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
91 <Name>corlib-net_4_x</Name>
92 </ProjectReference>
93 <ProjectReference Include="../../class/System/System-net_4_x.csproj">
94 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
95 <Name>System-net_4_x</Name>
96 </ProjectReference>
97 </ItemGroup>
98 <ItemGroup>
99 <Folder Include="Properties\" />
100 </ItemGroup>
101 </Project>