diff options
Diffstat (limited to 'libraries/sqlite3.sln')
-rw-r--r-- | libraries/sqlite3.sln | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/libraries/sqlite3.sln b/libraries/sqlite3.sln new file mode 100644 index 0000000..36cda10 --- /dev/null +++ b/libraries/sqlite3.sln | |||
@@ -0,0 +1,38 @@ | |||
1 | | ||
2 | Microsoft Visual Studio Solution File, Format Version 9.00 | ||
3 | # Visual Studio 2005 | ||
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcproj", "{60B0B327-ED54-49E9-A28D-D5360468AE9F}" | ||
5 | EndProject | ||
6 | Global | ||
7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
8 | Debug|Win32 = Debug|Win32 | ||
9 | Debug|x64 = Debug|x64 | ||
10 | Debug64|Win32 = Debug64|Win32 | ||
11 | Debug64|x64 = Debug64|x64 | ||
12 | Release|Win32 = Release|Win32 | ||
13 | Release|x64 = Release|x64 | ||
14 | Release64|Win32 = Release64|Win32 | ||
15 | Release64|x64 = Release64|x64 | ||
16 | EndGlobalSection | ||
17 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
18 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
19 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug|Win32.Build.0 = Debug|Win32 | ||
20 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug|x64.ActiveCfg = Debug|x64 | ||
21 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug|x64.Build.0 = Debug|x64 | ||
22 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug64|Win32.ActiveCfg = Debug64|Win32 | ||
23 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug64|Win32.Build.0 = Debug64|Win32 | ||
24 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug64|x64.ActiveCfg = Debug64|x64 | ||
25 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Debug64|x64.Build.0 = Debug64|x64 | ||
26 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release|Win32.ActiveCfg = Release|Win32 | ||
27 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release|Win32.Build.0 = Release|Win32 | ||
28 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release|x64.ActiveCfg = Release|x64 | ||
29 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release|x64.Build.0 = Release|x64 | ||
30 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release64|Win32.ActiveCfg = Release64|Win32 | ||
31 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release64|Win32.Build.0 = Release64|Win32 | ||
32 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release64|x64.ActiveCfg = Release64|x64 | ||
33 | {60B0B327-ED54-49E9-A28D-D5360468AE9F}.Release64|x64.Build.0 = Release64|x64 | ||
34 | EndGlobalSection | ||
35 | GlobalSection(SolutionProperties) = preSolution | ||
36 | HideSolutionNode = FALSE | ||
37 | EndGlobalSection | ||
38 | EndGlobal | ||