Browse Source
Merge pull request #9852 from workgroupengineering/fixes/Warnings/CS0436
fix: Warnings CS0436 conflicts with the imported type 'GetProcAddress…
pull/9860/head
Nikita Tsukanov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
src/Avalonia.OpenGL/Avalonia.OpenGL.csproj
|
|
|
@ -13,4 +13,9 @@ |
|
|
|
<Import Project="..\..\build\DevAnalyzers.props" /> |
|
|
|
<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> |
|
|
|
|