[mobile_static] Pass aot options to mono/tests test runner if applicable
[mono-project.git] / mcs / tools / mono-xmltool / mono-xmltool-net_4_x.csproj
blob6aa1cc35a1226279787c4bf35fa2a93e9d5e2302
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{25CAFA51-9FE0-43AD-A642-B3D59BE2B377}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../../class/lib/net_4_x</OutputPath>
12 <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
13 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
14 <NoStdLib>True</NoStdLib>
16 <NoConfig>True</NoConfig>
18 <AppDesignerFolder>Properties</AppDesignerFolder>
19 <RootNamespace>
20 </RootNamespace>
21 <AssemblyName>mono-xmltool</AssemblyName>
22 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23 <FileAlignment>512</FileAlignment>
24 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27 <DebugSymbols>true</DebugSymbols>
28 <DebugType>full</DebugType>
29 <NoWarn>1699</NoWarn>
30 <Optimize>false</Optimize>
31 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36 <DebugType>pdbonly</DebugType>
37 <NoWarn>1699</NoWarn>
38 <Optimize>true</Optimize>
39 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
42 </PropertyGroup>
43 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
44 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
45 is a problem to compile the Mono mscorlib.dll -->
46 <PropertyGroup>
47 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
48 </PropertyGroup>
49 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
50 <ItemGroup>
51 <Compile Include="xmltool.cs" /> </ItemGroup>
52 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
53 Other similar extension points exist, see Microsoft.Common.targets.
54 <Target Name="BeforeBuild">
55 </Target>
56 <Target Name="AfterBuild">
57 </Target>
58 -->
59 <PropertyGroup>
60 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
62 </PreBuildEvent>
63 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
65 </PreBuildEvent>
66 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
68 </PostBuildEvent>
69 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
71 </PostBuildEvent>
72 </PropertyGroup>
73 <ItemGroup>
74 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
75 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
76 <Name>corlib-net_4_x</Name>
77 </ProjectReference>
78 <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
79 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
80 <Name>System.Xml-net_4_x</Name>
81 </ProjectReference>
82 <ProjectReference Include="../../class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj">
83 <Project>{FFFE76FE-98EE-4FF7-81D9-35C0FE1D3718}</Project>
84 <Name>Commons.Xml.Relaxng-net_4_x</Name>
85 </ProjectReference>
86 </ItemGroup>
87 <ItemGroup>
88 <Folder Include="Properties\" />
89 </ItemGroup>
90 </Project>