-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSQLite.sln
More file actions
20 lines (19 loc) · 883 Bytes
/
SQLite.sln
File metadata and controls
20 lines (19 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 12.00
# RemObjects Fire
Project("{656346D9-4656-40DA-A068-22D5425D4639}") = "SQLite", "SQLite.elements", "{0D5B253D-762B-42D9-BFD2-3C217E07CF52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D5B253D-762B-42D9-BFD2-3C217E07CF52}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{0D5B253D-762B-42D9-BFD2-3C217E07CF52}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{0D5B253D-762B-42D9-BFD2-3C217E07CF52}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{0D5B253D-762B-42D9-BFD2-3C217E07CF52}.Release|AnyCPU.Build.0 = Release|AnyCPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal