Skip to content

Commit c13ec7a

Browse files
committed
disable exceptions
1 parent 2579ebc commit c13ec7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/UniversalPropertyEnhancer.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<SDLCheck>true</SDLCheck>
7474
<LanguageStandard>stdcpp17</LanguageStandard>
7575
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
76+
<ExceptionHandling>false</ExceptionHandling>
7677
</ClCompile>
7778
<Link>
7879
<SubSystem>Windows</SubSystem>
@@ -91,6 +92,7 @@
9192
<SDLCheck>true</SDLCheck>
9293
<LanguageStandard>stdcpp17</LanguageStandard>
9394
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
95+
<ExceptionHandling>false</ExceptionHandling>
9496
</ClCompile>
9597
<Link>
9698
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)