Browse Source
Merge pull request #9672 from workgroupengineering/fixes/Warnings/duplicate-import
fix: MSB4011
pull/9682/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
src/Windows/Avalonia.Win32/Avalonia.Win32.csproj
|
|
|
@ -23,8 +23,6 @@ |
|
|
|
<Compile Remove="..\..\Shared\ModuleInitializer.cs" /> |
|
|
|
<Compile Remove="..\..\Shared\SourceGeneratorAttributes.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildThisFileDirectory)\..\..\..\build\System.Drawing.Common.props" /> |
|
|
|
<Import Project="..\..\..\build\DevAnalyzers.props" /> |
|
|
|
<Import Project="..\..\..\build\TrimmingEnable.props" /> |
|
|
|
<PropertyGroup Label="Warnings"> |
|
|
|
<NoWarn>$(NoWarn);CA1416</NoWarn> |
|
|
|
|