|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<ProjectReference Remove="src/Android/**/*.*proj" /> |
|
|
|
<ProjectReference Remove="samples/ControlCatalog.Android/ControlCatalog.Android.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition="!Exists('$(MSBuildExtensionsPath)\Xamarin\iOS')"> |
|
|
|
<ItemGroup Condition="!Exists('$(MSBuildExtensionsPath)\Xamarin\iOS') Or $([MSBuild]::IsOsPlatform('Windows')) "> |
|
|
|
<ProjectReference Remove="src/iOS/**/*.*proj" /> |
|
|
|
<ProjectReference Remove="samples/ControlCatalog.iOS/ControlCatalog.iOS.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|