aboutsummaryrefslogtreecommitdiff
path: root/etc/sqlite/sqlite3-vc10.sln
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-31 16:07:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-31 16:07:31 +0200
commit208cdb526b699c2059063a4f87baf1c94e15937b (patch)
tree31bcb28e3fef815efb718da970c234e9aa31ac62 /etc/sqlite/sqlite3-vc10.sln
parentac50467b8a6d043d758dd49954fc6cf8d88ce134 (diff)
Add VC++ project/solution files for SQLite
Diffstat (limited to 'etc/sqlite/sqlite3-vc10.sln')
-rw-r--r--etc/sqlite/sqlite3-vc10.sln26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/sqlite/sqlite3-vc10.sln b/etc/sqlite/sqlite3-vc10.sln
new file mode 100644
index 0000000..c9c0922
--- /dev/null
+++ b/etc/sqlite/sqlite3-vc10.sln
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3-vc10.vcxproj", "{3409C5BB-974C-44FC-A9DB-2176837E9035}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Debug|Win32.ActiveCfg = Debug|Win32
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Debug|Win32.Build.0 = Debug|Win32
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Debug|x64.ActiveCfg = Debug|x64
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Debug|x64.Build.0 = Debug|x64
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Release|Win32.ActiveCfg = Release|Win32
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Release|Win32.Build.0 = Release|Win32
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Release|x64.ActiveCfg = Release|x64
+ {3409C5BB-974C-44FC-A9DB-2176837E9035}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal