2025-01-28 12:01:59 +00:00
|
|
|
<Project>
|
|
|
|
|
2025-02-02 09:48:59 +00:00
|
|
|
<PropertyGroup>
|
2025-08-07 05:35:16 +00:00
|
|
|
<Version>7.13.7</Version>
|
2025-02-02 09:48:59 +00:00
|
|
|
</PropertyGroup>
|
2025-01-28 12:01:59 +00:00
|
|
|
|
2025-02-02 09:48:59 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
2025-04-02 03:44:23 +00:00
|
|
|
<NoWarn>CA1031;CS1591;NU1507;CA1416;IDE0058</NoWarn>
|
2025-02-02 09:48:59 +00:00
|
|
|
<Nullable>annotations</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Authors>2dust</Authors>
|
|
|
|
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
|
|
|
|
<Copyright>Copyright © 2017-$([System.DateTime]::UtcNow.Year) $(Authors)</Copyright>
|
|
|
|
<InvariantGlobalization>false</InvariantGlobalization>
|
|
|
|
</PropertyGroup>
|
2025-01-28 12:01:59 +00:00
|
|
|
|
2025-02-02 09:48:59 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
|
|
<DebugType>embedded</DebugType>
|
|
|
|
<EventSourceSupport>false</EventSourceSupport>
|
|
|
|
<StackTraceSupport>false</StackTraceSupport>
|
|
|
|
<MetricsSupport>false</MetricsSupport>
|
|
|
|
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
|
|
|
|
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization>
|
|
|
|
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
|
2025-02-17 06:38:26 +00:00
|
|
|
|
2025-02-02 09:48:59 +00:00
|
|
|
<UseSystemResourceKeys>true</UseSystemResourceKeys>
|
2025-02-17 06:38:26 +00:00
|
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
|
|
<PublishReadyToRun>false</PublishReadyToRun>
|
2025-02-02 09:48:59 +00:00
|
|
|
</PropertyGroup>
|
2025-02-01 06:16:54 +00:00
|
|
|
</Project>
|