diff options
Diffstat (limited to 'vcproj-12/char-server_sql.vcxproj')
-rw-r--r-- | vcproj-12/char-server_sql.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-12/char-server_sql.vcxproj b/vcproj-12/char-server_sql.vcxproj index f3ec456c7..0fb39a79a 100644 --- a/vcproj-12/char-server_sql.vcxproj +++ b/vcproj-12/char-server_sql.vcxproj @@ -86,6 +86,7 @@ <DataExecutionPrevention> </DataExecutionPrevention> <TargetMachine>MachineX86</TargetMachine> + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -127,6 +128,7 @@ <DataExecutionPrevention> </DataExecutionPrevention> <TargetMachine>MachineX86</TargetMachine> + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> </Link> </ItemDefinitionGroup> <ItemGroup> |