Don't treat ILLink warnings as errors

pull/852/head
Next Turn 2021-08-08 14:30:20 +08:00
parent 87b31bb75e
commit 69fb5690ba
No known key found for this signature in database
GPG Key ID: 6A02A6770B9A88A0
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ILLinkTreatWarningsAsErrors>false</ILLinkTreatWarningsAsErrors>
<DebugType>full</DebugType>
<ArtifactsDir>$(MSBuildThisFileDirectory)artifacts\</ArtifactsDir>
<ArtifactsBinDir>$(ArtifactsDir)bin\</ArtifactsBinDir>

View File

@ -7,7 +7,6 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>Link</TrimMode>
<AssemblyTitle>Windows Service Wrapper</AssemblyTitle>
<Description>Allows arbitrary process to run as a Windows service by wrapping it.</Description>