|
|
@@ -3,6 +3,7 @@
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
|
|
|
<ProjectGuid>{1961C6D4-5B4D-4D82-A9AF-C6134D346B63}</ProjectGuid>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<NoWarn>1699,1616,1699</NoWarn>
|
|
|
@@ -50,6 +51,11 @@
|
|
|
<IntermediateOutputPath>./../../../class/obj/$(AssemblyName)-Facades</IntermediateOutputPath>
|
|
|
<DefineConstants>NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MOBILE;MOBILE_LEGACY;MONO;MONOTOUCH;DISABLE_REMOTING;DISABLE_COM;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;FULL_AOT_RUNTIME;MONOTOUCH_TV</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Platform)' == 'testing_aot_full' ">
|
|
|
+ <OutputPath>./../../../class/lib/testing_aot_full/Facades</OutputPath>
|
|
|
+ <IntermediateOutputPath>./../../../class/obj/$(AssemblyName)-Facades</IntermediateOutputPath>
|
|
|
+ <DefineConstants>NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;FULL_AOT_DESKTOP;FULL_AOT_RUNTIME;DISABLE_REMOTING;DISABLE_COM</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'winaot' ">
|
|
|
<OutputPath>./../../../class/lib/winaot/Facades</OutputPath>
|
|
|
<IntermediateOutputPath>./../../../class/obj/$(AssemblyName)-Facades</IntermediateOutputPath>
|
|
|
@@ -111,6 +117,17 @@
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
|
|
|
<Compile Include="TypeForwarders.cs" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(Platform)' == 'testing_aot_full' ">
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\Color.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\KnownColor.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\KnownColors.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\Point.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\PointF.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\Rectangle.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\RectangleF.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\Size.cs" />
|
|
|
+ <Compile Include="..\..\System.Drawing\System.Drawing\SizeF.cs" />
|
|
|
+ </ItemGroup>
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'winaot' ">
|
|
|
<Compile Include="TypeForwarders.cs" />
|
|
|
</ItemGroup>
|
|
|
@@ -173,6 +190,12 @@
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(Platform)' == 'testing_aot_full' ">
|
|
|
+ <Reference Include="nunitlite">
|
|
|
+ <HintPath>..\lib\testing_aot_full\nunitlite.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'winaot' ">
|
|
|
<ProjectReference Include="../../System.Drawing/System.Drawing.csproj" />
|
|
|
</ItemGroup>
|