[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / tools / lc / lc-net_4_x.csproj
blobae5c2d7b4acf8b354b81e19faaeda9a63ba2e313
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>{427F59C0-5770-4C73-83B0-F445303C26CB}</ProjectGuid>
10 <OutputType>Exe</OutputType>
11 <NoWarn>1699</NoWarn>
12 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
15 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
16 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
17 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
18 <NoStdLib>True</NoStdLib>
20 <NoConfig>True</NoConfig>
22 <AppDesignerFolder>Properties</AppDesignerFolder>
23 <RootNamespace>
24 </RootNamespace>
25 <AssemblyName>lc</AssemblyName>
26 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
27 <FileAlignment>512</FileAlignment>
28 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <DebugSymbols>true</DebugSymbols>
32 <DebugType>full</DebugType>
33 <NoWarn>1699</NoWarn>
34 <Optimize>false</Optimize>
35 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugType>pdbonly</DebugType>
41 <NoWarn>1699</NoWarn>
42 <Optimize>true</Optimize>
43 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 </PropertyGroup>
47 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
48 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
49 is a problem to compile the Mono mscorlib.dll -->
50 <PropertyGroup>
51 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
52 </PropertyGroup>
53 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54 <ItemGroup>
55 <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs" />
56 <Compile Include="AssemblyInfo.cs" />
57 <Compile Include="lc.cs" /> </ItemGroup>
58 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
59 Other similar extension points exist, see Microsoft.Common.targets.
60 <Target Name="BeforeBuild">
61 </Target>
62 <Target Name="AfterBuild">
63 </Target>
64 -->
65 <PropertyGroup>
66 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
68 </PreBuildEvent>
69 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
71 </PreBuildEvent>
72 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
74 </PostBuildEvent>
75 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
77 </PostBuildEvent>
78 </PropertyGroup>
79 <ItemGroup>
80 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
81 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
82 <Name>corlib-net_4_x</Name>
83 </ProjectReference>
84 <ProjectReference Include="../../class/System/System-net_4_x.csproj">
85 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
86 <Name>System-net_4_x</Name>
87 </ProjectReference>
88 <ProjectReference Include="../../class/System.Core/System.Core-net_4_x.csproj">
89 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
90 <Name>System.Core-net_4_x</Name>
91 </ProjectReference>
92 </ItemGroup>
93 <ItemGroup>
94 <Folder Include="Properties\" />
95 </ItemGroup>
96 </Project>