Nikita Tsukanov
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
5 deletions
-
dirs.proj
|
|
|
@ -8,16 +8,13 @@ |
|
|
|
<ProjectReference Remove="src/Markup/Avalonia.Markup.Xaml/PortableXaml/**/*.*proj" /> |
|
|
|
<ProjectReference Remove="src/Markup/Avalonia.Markup.Xaml/XamlIl/**/*.*proj" /> |
|
|
|
</ItemGroup> |
|
|
|
<!-- Disabled on CI because of ancient MSBuild project format |
|
|
|
<ItemGroup Condition="!Exists('$(MSBuildExtensionsPath)\Xamarin\Android')"> |
|
|
|
<!-- Disabled on CI because of ancient MSBuild project format --> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Remove="src/Android/**/*.*proj" /> |
|
|
|
<ProjectReference Remove="samples/ControlCatalog.Android/ControlCatalog.Android.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition="!Exists('$(MSBuildExtensionsPath)\Xamarin\iOS')"> |
|
|
|
<ProjectReference Remove="src/iOS/**/*.*proj" /> |
|
|
|
<ProjectReference Remove="samples/ControlCatalog.iOS/ControlCatalog.iOS.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
--> |
|
|
|
<ItemGroup Condition="!$([MSBuild]::IsOsPlatform('Windows')) OR '$(MSBuildRuntimeType)' != 'Full'"> |
|
|
|
<ProjectReference Remove="src/Windows/Avalonia.Win32.Interop/Avalonia.Win32.Interop.csproj" /> |
|
|
|
<ProjectReference Remove="samples/interop/**/*.*proj" /> |
|
|
|
|