diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 09:46:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-08 09:46:16 +0200 |
commit | 29dcdd6ea6b4c3e760f4dd102fa108eaced03ec9 (patch) | |
tree | 7e03036b96734d13b5b89ae1a76cc302e7023112 /etc/sqlite/sqlite3-vc12.sln | |
parent | 638e9ab36d7c10b48da4d9082ceecc26aacc5742 (diff) |
Add VC12 project/solution for SQlite2.4.0
Diffstat (limited to 'etc/sqlite/sqlite3-vc12.sln')
-rw-r--r-- | etc/sqlite/sqlite3-vc12.sln | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/sqlite/sqlite3-vc12.sln b/etc/sqlite/sqlite3-vc12.sln new file mode 100644 index 0000000..6d901fb --- /dev/null +++ b/etc/sqlite/sqlite3-vc12.sln @@ -0,0 +1,28 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.21005.1
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3-vc12.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
|