Merge pull request #9902 from shuffle2/msbuild-deprecated

msbuild: remove deprecated MinimalRebuild
This commit is contained in:
Tilka 2021-07-17 23:31:21 +01:00 committed by GitHub
commit 2adbd77a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@
<TreatWarningAsError>true</TreatWarningAsError>
<IntrinsicFunctions>true</IntrinsicFunctions>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<MinimalRebuild>false</MinimalRebuild>
<FunctionLevelLinking>true</FunctionLevelLinking>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<!--Enable latest C++ standard-->