[gitattributes] Do CRLF normalization on sln/proj files
[mono-project.git] / mcs / tools / lc / lc.csproj
blob7abab5a028addfd303d3bb65f38c7211ab570e3d
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>{ED42F82B-3F19-47FC-8B18-23C525D5B1DA}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <NoWarn>1699</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>False</NoStdLib>
16     <NoConfig>True</NoConfig>
17     <AssemblyName>lc</AssemblyName>
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19   </PropertyGroup>
20   <PropertyGroup>
21     <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
22     Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
23     is a problem to compile the Mono mscorlib.dll -->
24     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
27     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
28     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
29     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
30   </PropertyGroup>
31   <!-- @ALL_PROFILE_PROPERTIES@ -->
32   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
33     <DebugSymbols>true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>false</Optimize>
36     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
37     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
38   </PropertyGroup>
39   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
40     <DebugType>pdbonly</DebugType>
41     <Optimize>true</Optimize>
42   </PropertyGroup>
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
44   <!-- @BUILT_SOURCES@ -->
45   <!--Common files-->
46   <ItemGroup>
47     <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs" />
48     <Compile Include="AssemblyInfo.cs" />
49     <Compile Include="lc.cs" />
50   </ItemGroup>
51   <!--End of common files-->
52   <!-- @ALL_SOURCES@ -->
53   <!-- @COMMON_PROJECT_REFERENCES@ -->
54   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
55     <ProjectReference Include="../../class/System/System.csproj" />
56     <ProjectReference Include="../../class/System.Core/System.Core.csproj" />
57   </ItemGroup>
58   <!-- @ALL_REFERENCES@ -->
59   <!-- @ALL_RESOURCES@ -->
60   <PropertyGroup>
61     <!-- Force the pre-build event to run after references have been resolved. The default
62       behavior is to run them before resolving references, which can cause things like
63       culevel.exe to be used before they have been built. -->
64     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
65   </PropertyGroup>
66 </Project>