Merge pull request #3023 from lambdageek/dev/monoerror-minisig
[mono-project.git] / mcs / tools / sgen / sgen-net_4_x.csproj
blob4b2c3e3c88dac1fcc3b21d12ce7300e79c28c446
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>{8A516908-7CA0-40A7-86DD-0BEE1F4496C6}</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>sgen</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="sgen.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>
67 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
69 </PostBuildEvent>
70 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
72 </PostBuildEvent>
73 </PropertyGroup>
74 <ItemGroup>
75 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
76 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
77 <Name>corlib-net_4_x</Name>
78 </ProjectReference>
79 <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
80 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
81 <Name>System.Xml-net_4_x</Name>
82 </ProjectReference>
83 <ProjectReference Include="../../class/System/System-net_4_x.csproj">
84 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
85 <Name>System-net_4_x</Name>
86 </ProjectReference>
87 </ItemGroup>
88 <ItemGroup>
89 <Folder Include="Properties\" />
90 </ItemGroup>
91 </Project>