summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/VSProps/Base.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props
index 9fc87b6713..329c832f51 100644
--- a/Source/VSProps/Base.props
+++ b/Source/VSProps/Base.props
@@ -30,6 +30,7 @@
<LanguageStandard_C>stdc17</LanguageStandard_C>
<!--Enable latest C++ standard-->
<LanguageStandard>stdcpplatest</LanguageStandard>
+ <BuildStlModules>false</BuildStlModules>
<!--Enable Standard Conformance-->
<ConformanceMode>true</ConformanceMode>
<!--Enforce some behaviors as standards-conformant when they don't default as such.-->