Fix the issue when building on a mac (#5406)
authorMatthew Leibowitz <mattleibow@live.com>
Wed, 27 Feb 2019 21:03:40 +0000 (23:03 +0200)
committerShane Neuville <shane94@hotmail.com>
Wed, 27 Feb 2019 21:03:40 +0000 (14:03 -0700)
- mac should not build this assembly, but as it has to do so, exclude everything

Xamarin.Forms.Core.Design/Xamarin.Forms.Core.Design.csproj

index 21c871f..48d43d5 100644 (file)
@@ -50,7 +50,6 @@
     <Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
       <Link>Properties\GlobalAssemblyInfo.cs</Link>
     </Compile>
-    <Compile Include="VisualDesignTypeConverter.cs" />
   </ItemGroup>
   <ItemGroup Condition=" '$(OS)' != 'Unix' ">
     <Compile Include="AttributeTableBuilder.cs" />
@@ -58,6 +57,7 @@
     <Compile Include="NonExclusiveEnumConverter.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="RegisterMetadata.cs" />
+    <Compile Include="VisualDesignTypeConverter.cs" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">