From 96fb67177a90fb3ce4e18cad0ef1a3c7409e4f2d Mon Sep 17 00:00:00 2001 From: aunsane Date: Sun, 23 Sep 2018 00:17:09 +0300 Subject: dbx_sqlite: initial commit (not for use) --- plugins/Dbx_sqlite/dbx_sqlite.vcxproj | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 plugins/Dbx_sqlite/dbx_sqlite.vcxproj (limited to 'plugins/Dbx_sqlite/dbx_sqlite.vcxproj') diff --git a/plugins/Dbx_sqlite/dbx_sqlite.vcxproj b/plugins/Dbx_sqlite/dbx_sqlite.vcxproj new file mode 100644 index 0000000000..a49f988021 --- /dev/null +++ b/plugins/Dbx_sqlite/dbx_sqlite.vcxproj @@ -0,0 +1,39 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + {0c02e395-e73f-47e3-8b95-b7924c0c7a6a} + + + + Dbx_sqlite + {B3494FED-FB8C-43F4-B341-F26A3460203B} + + + + + + + Sync + $(ProjectDir)..\..\libs\sqlite3\src;%(AdditionalIncludeDirectories) + + + \ No newline at end of file -- cgit v1.2.3