v2rayN/v2rayN/Directory.Build.props

33 lines
1.3 KiB
Text
Raw Normal View History

<Project>
2025-02-02 09:48:59 +00:00
<PropertyGroup>
2026-05-18 09:36:05 +00:00
<Version>7.22.2</Version>
2025-02-02 09:48:59 +00:00
</PropertyGroup>
2025-02-02 09:48:59 +00:00
<PropertyGroup>
2026-05-11 08:35:26 +00:00
<TargetFramework>net10.0</TargetFramework>
2025-02-02 09:48:59 +00:00
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<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-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>