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