mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-03 00:36: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>
|
<PropertyGroup>
|
||||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||||||
<Deterministic>true</Deterministic>
|
|
||||||
<ErrorReport>none</ErrorReport>
|
<ErrorReport>none</ErrorReport>
|
||||||
<NoWarn>CA1031;CS1591;NU1507</NoWarn>
|
<NoWarn>CA1031;CS1591;NU1507</NoWarn>
|
||||||
<Nullable>annotations</Nullable>
|
<Nullable>annotations</Nullable>
|
||||||
<LangVersion>latest</LangVersion>
|
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
<AnalysisLevel>latest-all</AnalysisLevel>
|
||||||
|
|
||||||
<Authors>2dust</Authors>
|
<Authors>2dust</Authors>
|
||||||
<Company>2dust</Company>
|
<Company>2dust</Company>
|
||||||
|
@ -29,18 +27,10 @@
|
||||||
<TargetFramework>net8.0-windows10.0.17763</TargetFramework>
|
<TargetFramework>net8.0-windows10.0.17763</TargetFramework>
|
||||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||||
<RollForward>latestMinor</RollForward>
|
<RollForward>latestMinor</RollForward>
|
||||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
|
||||||
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
||||||
|
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
||||||
<AnalysisLevel>latest-all</AnalysisLevel>
|
|
||||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
||||||
|
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
||||||
<IsPackable>false</IsPackable>
|
|
||||||
<IsTestProject>false</IsTestProject>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
||||||
<DebugType>embedded</DebugType>
|
<DebugType>embedded</DebugType>
|
||||||
<Optimize>false</Optimize>
|
<Optimize>false</Optimize>
|
||||||
|
@ -72,4 +62,4 @@
|
||||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue