Fix watchos tests for system.data (#6600)
[mono-project.git] / mcs / class / Facades / System.Runtime.InteropServices.RuntimeInformation / System.Runtime.InteropServices.RuntimeInformation-net_4_x.csproj
blob59f32d42aa0fa880c13b4205e7bc6c8abf900e88
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>{1E1BC1A8-EAD2-496C-A6D6-8AFABD741F56}</ProjectGuid>
10 <OutputType>Library</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>System.Runtime.InteropServices.RuntimeInformation</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;WIN_PLATFORM;MULTIPLEX_OS</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;WIN_PLATFORM;MULTIPLEX_OS</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="..\..\..\external\corefx\src\System.Runtime.InteropServices.RuntimeInformation\src\System\Runtime\InteropServices\RuntimeInformation\Architecture.cs" />
53 <Compile Include="..\..\..\external\corefx\src\System.Runtime.InteropServices.RuntimeInformation\src\System\Runtime\InteropServices\RuntimeInformation\OSPlatform.cs" />
54 <Compile Include="..\..\build\common\Consts.cs" />
55 <Compile Include="Assembly\AssemblyInfo.cs" />
56 <Compile Include="SR.cs" />
57 <Compile Include="System.Runtime.InteropServices\RuntimeInformation.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="../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="../System/System-net_4_x.csproj">
85 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
86 <Name>System-net_4_x</Name>
87 </ProjectReference>
88 </ItemGroup>
89 <ItemGroup>
90 <Folder Include="Properties\" />
91 </ItemGroup>
92 </Project>