summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-03-02 15:10:24 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-03-02 15:10:24 +0000
commit3ec4883a6f1dc06a030cd8e64ab6f519982ed1ce (patch)
tree42a5444ca432b52059bbcfa119009916fe849777
parent2830e2974606e73dc148e3e8957ed84f6bcb7cf5 (diff)
dbx_lmdb: project fix for VS2013
git-svn-id: http://svn.miranda-ng.org/main/trunk@16391 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Dbx_mdb/dbx_lmdb.vcxproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Dbx_mdb/dbx_lmdb.vcxproj b/plugins/Dbx_mdb/dbx_lmdb.vcxproj
index 18d2485be9..895b2437f1 100644
--- a/plugins/Dbx_mdb/dbx_lmdb.vcxproj
+++ b/plugins/Dbx_mdb/dbx_lmdb.vcxproj
@@ -18,11 +18,6 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <ExceptionHandling>Sync</ExceptionHandling>
- </ClCompile>
- </ItemDefinitionGroup>
<PropertyGroup Label="Globals">
<ProjectName>Dbx_lmdb</ProjectName>
<ProjectGuid>{E0ACDEA0-0AC9-4431-8CA3-6B0CCACB2E18}</ProjectGuid>
@@ -35,4 +30,9 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project> \ No newline at end of file