diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-13 13:18:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-13 13:18:11 +0300 |
commit | 850c49bb75c0ac93c3a082cc51f82912309923df (patch) | |
tree | 48284d3a1511990dff7d492c65d0f5a16a378bb5 /plugins/Dbx_sqlite/dbx_sqlite.vcxproj | |
parent | e55ea2abfee69acba3370e7227f9c6d30456ff8d (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.vcxproj | 1 |
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" /> |