OSDN Git Service

[Refactor] #37353 Visual Studio 2017用プロジェクトの設定変更。 / Change configuration vcproj for...
authorDeskull <deskull@users.sourceforge.jp>
Wed, 12 Dec 2018 11:32:56 +0000 (20:32 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Wed, 12 Dec 2018 11:32:56 +0000 (20:32 +0900)
Hengband_vcs2017/Hengband/Hengband.vcxproj

index 8a17ae8..ff3dcd1 100644 (file)
@@ -43,6 +43,7 @@
     <CharacterSet>MultiByte</CharacterSet>\r
     <UseOfMfc>false</UseOfMfc>\r
     <PlatformToolset>v141</PlatformToolset>\r
+    <SpectreMitigation>false</SpectreMitigation>\r
   </PropertyGroup>\r
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='English-Debug|Win32'" Label="Configuration">\r
     <ConfigurationType>Application</ConfigurationType>\r
     <ClCompile>\r
       <Optimization>Disabled</Optimization>\r
       <PreprocessorDefinitions>WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <MinimalRebuild>true</MinimalRebuild>\r
+      <MinimalRebuild>false</MinimalRebuild>\r
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
       <WarningLevel>EnableAllWarnings</WarningLevel>\r
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
       <CompileAs>CompileAsC</CompileAs>\r
-      <DisableSpecificWarnings>4127;4244;4255;4668;4710;4820;4996;4774;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+      <DisableSpecificWarnings>4127;4244;4255;4668;4710;4820;4996;4774;5045;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
     <Link>\r
       <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r