Browse Source

dont allow msbuild to try and build xcode projects.

Dan Walmsley 7 years ago
parent
commit
5c0b638621
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dirs.proj

+ 1 - 0
dirs.proj

@@ -5,6 +5,7 @@
     <ProjectReference Include="tests/**/*.*proj" />
     <ProjectReference Remove="**/*.shproj" />
     <ProjectReference Remove="src/Markup/Avalonia.Markup.Xaml/PortableXaml/**/*.*proj" />
+    <ProjectReference Remove="**/*.pbxproj" />
   </ItemGroup>
   <ItemGroup Condition="!Exists('$(MSBuildExtensionsPath)\Xamarin\Android')">
     <ProjectReference Remove="src/Android/**/*.*proj" />