From c04593aa7e148b9b33eecd81931a619fc795e1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 17 Dec 2012 21:30:53 +0100 Subject: [PATCH] Added Visual Studio 2010 solution and projects --- SQLiteC++.sln => SQLiteC++-vs2008.sln | 0 SQLiteC++-vs2010.sln | 26 ++++++ example1.vcxproj | 111 ++++++++++++++++++++++++++ example1.vcxproj.filters | 47 +++++++++++ src/sqlite3/sqlite3.vcxproj | 80 +++++++++++++++++++ src/sqlite3/sqlite3.vcxproj.filters | 23 ++++++ 6 files changed, 287 insertions(+) rename SQLiteC++.sln => SQLiteC++-vs2008.sln (100%) create mode 100644 SQLiteC++-vs2010.sln create mode 100644 example1.vcxproj create mode 100644 example1.vcxproj.filters create mode 100644 src/sqlite3/sqlite3.vcxproj create mode 100644 src/sqlite3/sqlite3.vcxproj.filters diff --git a/SQLiteC++.sln b/SQLiteC++-vs2008.sln similarity index 100% rename from SQLiteC++.sln rename to SQLiteC++-vs2008.sln diff --git a/SQLiteC++-vs2010.sln b/SQLiteC++-vs2010.sln new file mode 100644 index 0000000..ffb985f --- /dev/null +++ b/SQLiteC++-vs2010.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example1", "example1.vcxproj", "{920BA937-3773-4404-8C20-F13F3DEDDC89}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "src\sqlite3\sqlite3.vcxproj", "{F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {920BA937-3773-4404-8C20-F13F3DEDDC89}.Debug|Win32.ActiveCfg = Debug|Win32 + {920BA937-3773-4404-8C20-F13F3DEDDC89}.Debug|Win32.Build.0 = Debug|Win32 + {920BA937-3773-4404-8C20-F13F3DEDDC89}.Release|Win32.ActiveCfg = Release|Win32 + {920BA937-3773-4404-8C20-F13F3DEDDC89}.Release|Win32.Build.0 = Release|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Debug|Win32.ActiveCfg = Debug|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Debug|Win32.Build.0 = Debug|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Release|Win32.ActiveCfg = Release|Win32 + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/example1.vcxproj b/example1.vcxproj new file mode 100644 index 0000000..60c1f24 --- /dev/null +++ b/example1.vcxproj @@ -0,0 +1,111 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {920BA937-3773-4404-8C20-F13F3DEDDC89} + example1 + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + src/sqlite3;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + $(SolutionDir)$(Configuration)\sqlite3.lib;%(AdditionalDependencies) + true + Console + MachineX86 + + + + + MaxSpeed + true + src/sqlite3;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + + + + + + + + + + + + + + + {f9bf2ec1-c5e7-43d8-944d-dc5e2df1f976} + false + + + + + + \ No newline at end of file diff --git a/example1.vcxproj.filters b/example1.vcxproj.filters new file mode 100644 index 0000000..fa39bc6 --- /dev/null +++ b/example1.vcxproj.filters @@ -0,0 +1,47 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + SQLiteC++ + + + SQLiteC++ + + + SQLiteC++ + + + SQLiteC++ + + + example1 + + + + + SQLiteC++ + + + SQLiteC++ + + + SQLiteC++ + + + SQLiteC++ + + + SQLiteC++ + + + \ No newline at end of file diff --git a/src/sqlite3/sqlite3.vcxproj b/src/sqlite3/sqlite3.vcxproj new file mode 100644 index 0000000..b15dec8 --- /dev/null +++ b/src/sqlite3/sqlite3.vcxproj @@ -0,0 +1,80 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {F9BF2EC1-C5E7-43D8-944D-DC5E2DF1F976} + sqlite3 + Win32Proj + + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + + + MaxSpeed + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + + + + + + + + + + \ No newline at end of file diff --git a/src/sqlite3/sqlite3.vcxproj.filters b/src/sqlite3/sqlite3.vcxproj.filters new file mode 100644 index 0000000..ec21c39 --- /dev/null +++ b/src/sqlite3/sqlite3.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + + + Header Files + + + \ No newline at end of file