Whoops: Missed one of the update projects.

This commit is contained in:
Adrian Conlon 2019-05-05 10:27:08 +01:00
parent 8f0dbe0dbc
commit 4f8d3287d4

View File

@ -23,6 +23,7 @@
<ProjectGuid>{61ACB9AF-314F-4D9E-BFF4-96BC85F38278}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>M6532</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@ -95,6 +96,8 @@
<BufferSecurityCheck>false</BufferSecurityCheck>
<LanguageStandard>stdcpp17</LanguageStandard>
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
<OmitFramePointers>true</OmitFramePointers>
<ControlFlowGuard>false</ControlFlowGuard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@ -141,6 +144,8 @@
<BufferSecurityCheck>false</BufferSecurityCheck>
<LanguageStandard>stdcpp17</LanguageStandard>
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
<OmitFramePointers>true</OmitFramePointers>
<ControlFlowGuard>false</ControlFlowGuard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>