diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-16 20:09:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-16 20:09:30 +0000 |
commit | 5f8adbb43b82964ed943282efdf1e614f0c73acf (patch) | |
tree | 25256c1e5b0eed433e7f4d85ebfa9a249e7c7203 /plugins/Dbx_mdb/Dbx_mdb_10.vcxproj | |
parent | ec6ed9cc94d97ea3e675df5c3d6480536fa53151 (diff) |
project fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/Dbx_mdb_10.vcxproj')
-rw-r--r-- | plugins/Dbx_mdb/Dbx_mdb_10.vcxproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj b/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj index 75f142120a..f976c8f631 100644 --- a/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj +++ b/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj @@ -198,12 +198,10 @@ <ClCompile Include="src\dbmodulechain.cpp" />
<ClCompile Include="src\dbsettings.cpp" />
<ClCompile Include="src\lmdb\mdb.c">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
+ <PrecompiledHeader >NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\lmdb\midl.c">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
+ <PrecompiledHeader >NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
|