aboutsummaryrefslogtreecommitdiff
path: root/StormLib_test.vcxproj
diff options
context:
space:
mode:
authorLadislav <Zezula>2013-09-17 23:05:38 +0200
committerLadislav <Zezula>2013-09-17 23:05:38 +0200
commit24f9faffc938e812ba545d204b9e56052c22ae63 (patch)
tree1054087785b6b3aa6a220bb9ab5d6cd24f3f8216 /StormLib_test.vcxproj
parentfd036a3fb31d1dc9b38d8b1a4f5cfcef444220c4 (diff)
+ Parameter check
Diffstat (limited to 'StormLib_test.vcxproj')
-rw-r--r--StormLib_test.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj
index 26ae82f..514621f 100644
--- a/StormLib_test.vcxproj
+++ b/StormLib_test.vcxproj
@@ -98,6 +98,7 @@
<WarningLevel>Level1</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<CompileAs>Default</CompileAs>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -105,6 +106,7 @@
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<Manifest>
<VerboseOutput>false</VerboseOutput>
@@ -142,6 +144,7 @@
<PrecompiledHeader />
<WarningLevel>Level1</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -151,6 +154,7 @@
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">