summaryrefslogtreecommitdiff
path: root/plugins/Db3x/db3x_10.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-18 14:11:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-18 14:11:28 +0000
commit4bc88d46fa9859615521f436511d4f102f20eb67 (patch)
tree3a6ee91b74be2a4f5e60520885aa601c74bc3fa7 /plugins/Db3x/db3x_10.vcxproj
parent4f8f5427687792492ee49e06cafb9bd50cfc53d4 (diff)
databases are still static, but are controlled via classes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x/db3x_10.vcxproj')
-rw-r--r--plugins/Db3x/db3x_10.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj
index bd702267d1..441e103858 100644
--- a/plugins/Db3x/db3x_10.vcxproj
+++ b/plugins/Db3x/db3x_10.vcxproj
@@ -204,9 +204,9 @@
<ClCompile Include="src\dbcontacts.cpp" />
<ClCompile Include="src\dbevents.cpp" />
<ClCompile Include="src\dbheaders.cpp" />
+ <ClCompile Include="src\dbintf.cpp" />
<ClCompile Include="src\dbmodulechain.cpp" />
<ClCompile Include="src\dbsettings.cpp" />
- <ClCompile Include="src\encrypt.cpp" />
<ClCompile Include="src\init.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -214,6 +214,7 @@
<ItemGroup>
<ClInclude Include="src\commonheaders.h" />
<ClInclude Include="src\database.h" />
+ <ClInclude Include="src\dbintf.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc" />