mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<Version>7.7.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
|
<NoWarn>CA1031;CS1591;NU1507</NoWarn>
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<UseSystemResourceKeys>true</UseSystemResourceKeys>
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
|
</PropertyGroup>
|
|
</Project>
|