diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-31 16:07:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-31 16:07:31 +0200 |
commit | 208cdb526b699c2059063a4f87baf1c94e15937b (patch) | |
tree | 31bcb28e3fef815efb718da970c234e9aa31ac62 /etc/sqlite/sqlite3-vc9.sln | |
parent | ac50467b8a6d043d758dd49954fc6cf8d88ce134 (diff) |
Add VC++ project/solution files for SQLite
Diffstat (limited to 'etc/sqlite/sqlite3-vc9.sln')
-rw-r--r-- | etc/sqlite/sqlite3-vc9.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/sqlite/sqlite3-vc9.sln b/etc/sqlite/sqlite3-vc9.sln new file mode 100644 index 0000000..4206336 --- /dev/null +++ b/etc/sqlite/sqlite3-vc9.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3-vc9.vcproj", "{6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}"
+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
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Debug|Win32.Build.0 = Debug|Win32
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Debug|x64.ActiveCfg = Debug|x64
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Debug|x64.Build.0 = Debug|x64
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Release|Win32.ActiveCfg = Release|Win32
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Release|Win32.Build.0 = Release|Win32
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Release|x64.ActiveCfg = Release|x64
+ {6AAE1E22-4BE0-4CB4-A94E-B908167D88C2}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|