[System.Numerics.Vectors] Update to the latest CoreFX version
[mono-project.git] / mcs / tools / ictool / ictool-net_4_x.csproj
blob698e8cd2321e545a18f5f283bd6f05d23ea0aa41
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>{92EBF79E-AB94-4543-B130-6FEE6D0B3526}</ProjectGuid>
10 <OutputType>Exe</OutputType>
11 <NoWarn>1699</NoWarn>
12 <OutputPath>./../../class/lib/net_4_x</OutputPath>
13 <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
14 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15 <NoStdLib>True</NoStdLib>
17 <NoConfig>True</NoConfig>
19 <AppDesignerFolder>Properties</AppDesignerFolder>
20 <RootNamespace>
21 </RootNamespace>
22 <AssemblyName>ictool</AssemblyName>
23 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
24 <FileAlignment>512</FileAlignment>
25 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28 <DebugSymbols>true</DebugSymbols>
29 <DebugType>full</DebugType>
30 <NoWarn>1699</NoWarn>
31 <Optimize>false</Optimize>
32 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37 <DebugType>pdbonly</DebugType>
38 <NoWarn>1699</NoWarn>
39 <Optimize>true</Optimize>
40 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 </PropertyGroup>
44 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
45 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
46 is a problem to compile the Mono mscorlib.dll -->
47 <PropertyGroup>
48 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
49 </PropertyGroup>
50 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51 <ItemGroup>
52 <Compile Include="depgraph.cs" />
53 <Compile Include="ictool.cs" />
54 <Compile Include="peer.cs" /> </ItemGroup>
55 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
56 Other similar extension points exist, see Microsoft.Common.targets.
57 <Target Name="BeforeBuild">
58 </Target>
59 <Target Name="AfterBuild">
60 </Target>
61 -->
62 <PropertyGroup>
63 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
65 </PreBuildEvent>
66 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
68 </PreBuildEvent>
69 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
71 </PostBuildEvent>
72 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
74 </PostBuildEvent>
75 </PropertyGroup>
76 <ItemGroup>
77 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
78 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
79 <Name>corlib-net_4_x</Name>
80 </ProjectReference>
81 <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
82 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
83 <Name>System.Xml-net_4_x</Name>
84 </ProjectReference>
85 </ItemGroup>
86 <ItemGroup>
87 <Folder Include="Properties\" />
88 </ItemGroup>
89 </Project>