summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/dbx_sqlite.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-04-13 13:18:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-04-13 13:18:11 +0300
commit850c49bb75c0ac93c3a082cc51f82912309923df (patch)
tree48284d3a1511990dff7d492c65d0f5a16a378bb5 /plugins/Dbx_sqlite/dbx_sqlite.vcxproj
parente55ea2abfee69acba3370e7227f9c6d30456ff8d (diff)
dbx_sqlite: implemented database checker + version bump
Diffstat (limited to 'plugins/Dbx_sqlite/dbx_sqlite.vcxproj')
-rw-r--r--plugins/Dbx_sqlite/dbx_sqlite.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/dbx_sqlite.vcxproj b/plugins/Dbx_sqlite/dbx_sqlite.vcxproj
index 36e99bb7a3..be896cf8bd 100644
--- a/plugins/Dbx_sqlite/dbx_sqlite.vcxproj
+++ b/plugins/Dbx_sqlite/dbx_sqlite.vcxproj
@@ -31,6 +31,7 @@
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\dbcheck.cpp" />
<ClCompile Include="src\dbcontacts.cpp" />
<ClCompile Include="src\dbcrypt.cpp" />
<ClCompile Include="src\dbevents.cpp" />