Browse Source
Merge branch 'master' into fixes/ignore-opacity-for-hittesting
pull/9831/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
3 deletions
-
src/Avalonia.X11/Avalonia.X11.csproj
|
|
|
@ -10,7 +10,12 @@ |
|
|
|
<ProjectReference Include="..\Skia\Avalonia.Skia\Avalonia.Skia.csproj" /> |
|
|
|
<ProjectReference Include="..\Avalonia.FreeDesktop\Avalonia.FreeDesktop.csproj" /> |
|
|
|
<Compile Include="..\Shared\RawEventGrouping.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="..\..\build\SourceGenerators.props" /> |
|
|
|
<Import Project="..\..\build\TrimmingEnable.props" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="..\..\build\SourceGenerators.props" /> |
|
|
|
<Import Project="..\..\build\TrimmingEnable.props" /> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Compile Remove="..\Shared\SourceGeneratorAttributes.cs"/> |
|
|
|
<None Include="..\Shared\SourceGeneratorAttributes.cs" Visible="false"/> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
|