summaryrefslogtreecommitdiff
path: root/Source/VSProps
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2021-07-17 14:29:03 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2021-07-17 14:29:03 -0700
commit7117bd57726a79b5fe017c2ea84cdc6e499abccb (patch)
tree821b2c2812632c7de7d2fbe044135fee42be3a9e /Source/VSProps
parent0b18f8ae55a21d8446083b92a6666199a478b0fe (diff)
msbuild: remove deprecated MinimalRebuild
we were explicitly disabling it, which is effectively the new behavior
Diffstat (limited to 'Source/VSProps')
-rw-r--r--Source/VSProps/Base.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props
index a7dcdff3f4..2d9c04f835 100644
--- a/Source/VSProps/Base.props
+++ b/Source/VSProps/Base.props
@@ -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-->