aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msvc15/create_project.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_project/msvc15/create_project.vcxproj')
-rw-r--r--devtools/create_project/msvc15/create_project.vcxproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/devtools/create_project/msvc15/create_project.vcxproj b/devtools/create_project/msvc15/create_project.vcxproj
index 24e579facf..1ead51cff9 100644
--- a/devtools/create_project/msvc15/create_project.vcxproj
+++ b/devtools/create_project/msvc15/create_project.vcxproj
@@ -70,13 +70,12 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DisableLanguageExtensions>false</DisableLanguageExtensions>
- <DisableSpecificWarnings>4003;4512;4127;4100</DisableSpecificWarnings>
+ <DisableSpecificWarnings>4003;4512;4127;4100;4244</DisableSpecificWarnings>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>