Move to generating msbuild choose elements to get if-else selection behavior for...
[mono-project.git] / mcs / tools / installutil / installutil.csproj
blob0396d1284d11365b6c319b3ff77af6aa2af88e3d
1 <?xml version="1.0" encoding="utf-8"?>\r
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. -->\r
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>\r
7     <ProjectGuid>{87107D9B-74F0-42DF-90CC-3BCE5A422584}</ProjectGuid>\r
8     <OutputType>Exe</OutputType>\r
9     <NoWarn>1699</NoWarn>\r
10     <LangVersion>latest</LangVersion>\r
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>\r
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>\r
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>\r
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
15     <NoStdLib>False</NoStdLib>\r
16     <NoConfig>True</NoConfig>\r
17     <AssemblyName>installutil</AssemblyName>\r
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>\r
19   </PropertyGroup>\r
20   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
21   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
22   is a problem to compile the Mono mscorlib.dll -->\r
23   <PropertyGroup>\r
24     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
27     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>\r
28     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>\r
29     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>\r
30   </PropertyGroup>\r
31   <!-- @ALL_PROFILE_PROPERTIES@ -->\r
32   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
33     <DebugSymbols>true</DebugSymbols>\r
34     <DebugType>full</DebugType>\r
35     <Optimize>false</Optimize>\r
36     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->\r
37     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
40     <DebugType>pdbonly</DebugType>\r
41     <Optimize>true</Optimize>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <!-- @BUILT_SOURCES@ -->\r
45   <!--Common files-->\r
46   <ItemGroup>\r
47     <Compile Include="installutil.cs" />\r
48   </ItemGroup>\r
49   <!--End of common files-->\r
50   <!-- @ALL_SOURCES@ -->\r
51   <!-- @COMMON_PROJECT_REFERENCES@ -->\r
52   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
53     <ProjectReference Include="../../class/System.Configuration.Install/System.Configuration.Install.csproj" />\r
54     <ProjectReference Include="../../class/System/System.csproj" />\r
55   </ItemGroup>\r
56   <!-- @ALL_REFERENCES@ -->\r
57   <!-- @ALL_RESOURCES@ -->\r
58 </Project>