diff options
author | George Hazan <george.hazan@gmail.com> | 2016-07-20 07:39:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-07-20 07:39:16 +0000 |
commit | f1d383510f4cb3c89f799d9be1bad4c47d452f82 (patch) | |
tree | e196e2bdfb891f18d1c67e0717305f85e535e90d /plugins/MirLua/Modules/m_toptoolbar | |
parent | d899bcc07bbdac8de88807a4d912f081e9cc7191 (diff) |
fix for the MirLua subprojects
git-svn-id: http://svn.miranda-ng.org/main/trunk@17107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/Modules/m_toptoolbar')
-rw-r--r-- | plugins/MirLua/Modules/m_toptoolbar/m_toptoolbar.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/MirLua/Modules/m_toptoolbar/m_toptoolbar.vcxproj b/plugins/MirLua/Modules/m_toptoolbar/m_toptoolbar.vcxproj index e05f3c25a9..d71b41c4c3 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/m_toptoolbar.vcxproj +++ b/plugins/MirLua/Modules/m_toptoolbar/m_toptoolbar.vcxproj @@ -25,4 +25,9 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\module.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>
|