From 17898b1694243a5969ffe2c93d3deb17791f6bae Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Dec 2017 22:47:39 +0300 Subject: sqlite3 moved to the separate dll --- libs/sqlite3/sqlite3.vcxproj | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 libs/sqlite3/sqlite3.vcxproj (limited to 'libs/sqlite3/sqlite3.vcxproj') diff --git a/libs/sqlite3/sqlite3.vcxproj b/libs/sqlite3/sqlite3.vcxproj new file mode 100644 index 0000000000..570d1bc3af --- /dev/null +++ b/libs/sqlite3/sqlite3.vcxproj @@ -0,0 +1,34 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0C02E395-E73F-47E3-8B95-B7924C0C7A6A} + sqlite3 + sqlite3 + + + + + + + _HAVE_SQLITE_CONFIG_H;%(PreprocessorDefinitions) + + + \ No newline at end of file -- cgit v1.2.3