mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-31 07:16:20 +00:00
remove some properties
This commit is contained in:
parent
d452c689b2
commit
b62e311e0e
1 changed files with 3 additions and 13 deletions
|
@ -6,13 +6,11 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||||
<Deterministic>true</Deterministic>
|
||||
<ErrorReport>none</ErrorReport>
|
||||
<NoWarn>CA1031;CS1591;NU1507</NoWarn>
|
||||
<Nullable>annotations</Nullable>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
<AnalysisLevel>latest-all</AnalysisLevel>
|
||||
|
||||
<Authors>2dust</Authors>
|
||||
<Company>2dust</Company>
|
||||
|
@ -29,18 +27,10 @@
|
|||
<TargetFramework>net8.0-windows10.0.17763</TargetFramework>
|
||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||
<RollForward>latestMinor</RollForward>
|
||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
||||
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
||||
|
||||
<AnalysisLevel>latest-all</AnalysisLevel>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<IsPackable>false</IsPackable>
|
||||
<IsTestProject>false</IsTestProject>
|
||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
||||
<DebugType>embedded</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
|
@ -72,4 +62,4 @@
|
|||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue