[mobile_static] Pass aot options to mono/tests test runner if applicable
[mono-project.git] / mcs / tools / mono-service / mono-service-net_4_x.csproj
blob0969190f2e3e149e4e77fee92128084a5bd20ea2
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>{612FEFDB-12FA-4441-9094-236B05D645A4}</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>
17 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
18 <AppDesignerFolder>Properties</AppDesignerFolder>
19 <RootNamespace>
20 </RootNamespace>
21 <AssemblyName>mono-service</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="..\..\build\common\Consts.cs" />
52 <Compile Include="AssemblyInfo.cs" />
53 <Compile Include="mono-service.cs" /> </ItemGroup>
54 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55 Other similar extension points exist, see Microsoft.Common.targets.
56 <Target Name="BeforeBuild">
57 </Target>
58 <Target Name="AfterBuild">
59 </Target>
60 -->
61 <PropertyGroup>
62 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
64 </PreBuildEvent>
65 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
67 </PreBuildEvent>
68 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
70 </PostBuildEvent>
71 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
73 </PostBuildEvent>
74 </PropertyGroup>
75 <ItemGroup>
76 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
77 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
78 <Name>corlib-net_4_x</Name>
79 </ProjectReference>
80 <ProjectReference Include="../../class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj">
81 <Project>{CF24A609-AEF3-4E7A-95FC-C7A3CEAA7CC3}</Project>
82 <Name>System.ServiceProcess-net_4_x</Name>
83 </ProjectReference>
84 <ProjectReference Include="../../class/Mono.Posix/Mono.Posix-net_4_x.csproj">
85 <Project>{66DBB049-785B-4C2E-9EF6-C9E163F7DDD1}</Project>
86 <Name>Mono.Posix-net_4_x</Name>
87 </ProjectReference>
88 <ProjectReference Include="../../class/System/System-net_4_x.csproj">
89 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
90 <Name>System-net_4_x</Name>
91 </ProjectReference>
92 </ItemGroup>
93 <ItemGroup>
94 <Folder Include="Properties\" />
95 </ItemGroup>
96 </Project>