summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-09-23 17:25:46 +0200
committerStephane Delcroix <stephane@delcroix.org>2016-09-23 17:26:15 +0200
commit81ad9e83418ccfbf53ec59504f32d490144b9800 (patch)
tree70fe81ed24f96bd5296e882812e2663d02466b90
parentf830976c4ed5658ed107c0a40ef6c2715ff489f6 (diff)
downloadxamarin-forms-81ad9e83418ccfbf53ec59504f32d490144b9800.tar.gz
xamarin-forms-81ad9e83418ccfbf53ec59504f32d490144b9800.tar.bz2
xamarin-forms-81ad9e83418ccfbf53ec59504f32d490144b9800.zip
do not compile winrt stuffs on mac
-rw-r--r--Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
index fe36665f..22068d0b 100644
--- a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
+++ b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
@@ -66,13 +66,6 @@
<Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
- <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeBindingService.cs">
- <Link>NativeBindingService.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeValueConverterService.cs">
- <Link>NativeValueConverterService.cs</Link>
- </Compile>
- <Compile Include="PlatformConfigurationExtensions.cs" />
</ItemGroup>
<ItemGroup Condition=" '$(OS)' != 'Unix' ">
<Compile Include="BrushHelpers.cs" />
@@ -175,6 +168,13 @@
<Compile Include="HorizontalTextAlignmentConverter.cs" />
<Compile Include="AlignmentExtensions.cs" />
<Compile Include="TextAlignmentToHorizontalAlignmentConverter.cs" />
+ <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeBindingService.cs">
+ <Link>NativeBindingService.cs</Link>
+ </Compile>
+ <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeValueConverterService.cs">
+ <Link>NativeValueConverterService.cs</Link>
+ </Compile>
+ <Compile Include="PlatformConfigurationExtensions.cs" />
<Page Include="PageControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -192,4 +192,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>