summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-08-10 14:08:18 -0400
committerRui Marinho <me@ruimarinho.net>2017-08-10 19:08:18 +0100
commit0ff50e2418c1620a86c01004f35dd2855bfe4c0f (patch)
treed7bb35796300b51daea67ad3a37080104aa38dae /Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
parent1aab6ff4893935fb3bb91187d2d3fa796576198a (diff)
downloadxamarin-forms-0ff50e2418c1620a86c01004f35dd2855bfe4c0f.tar.gz
xamarin-forms-0ff50e2418c1620a86c01004f35dd2855bfe4c0f.tar.bz2
xamarin-forms-0ff50e2418c1620a86c01004f35dd2855bfe4c0f.zip
Add support for backcompat hint flags (#1074)
* Add support for backcompat hint flags * Making fast renderers internal and sealed while experimental
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj')
-rw-r--r--Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj b/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
index ea6453f0..69c83fcc 100644
--- a/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
+++ b/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
@@ -67,6 +67,9 @@
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="..\Xamarin.Forms.Platform.iOS\Flags.cs">
+ <Link>Flags.cs</Link>
+ </Compile>
<Compile Include="FormsApplicationDelegate.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PlatformRenderer.cs" />