-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSQLiteMemfs.sln
More file actions
65 lines (65 loc) · 3.6 KB
/
SQLiteMemfs.sln
File metadata and controls
65 lines (65 loc) · 3.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{93BB1AC4-0F17-4EE4-8F24-F918A3FCA1BF}"
ProjectSection(SolutionItems) = preProject
dependencies\createLib.cmd = dependencies\createLib.cmd
dependencies\sqlite3.h = dependencies\sqlite3.h
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLiteMemfs", "SQLiteMemfs\SQLiteMemfs.vcxproj", "{338BB547-7E89-432F-804D-7D5C5F98C9E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLiteMemfs.Demo", "SQLiteMemfs.Demo\SQLiteMemfs.Demo.csproj", "{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "x86", "x86", "{83CE4FAF-D913-4FC6-99F3-0FED90EC8635}"
ProjectSection(SolutionItems) = preProject
dependencies\x86\System.Data.SQLite.dll = dependencies\x86\System.Data.SQLite.dll
dependencies\x86\System.Data.SQLite.dll.config = dependencies\x86\System.Data.SQLite.dll.config
dependencies\x86\System.Data.SQLite.pdb = dependencies\x86\System.Data.SQLite.pdb
dependencies\x86\System.Data.SQLite.xml = dependencies\x86\System.Data.SQLite.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "x64", "x64", "{F83F5D6F-6797-41E3-A6E4-EB3B64928A3B}"
ProjectSection(SolutionItems) = preProject
dependencies\x64\System.Data.SQLite.dll = dependencies\x64\System.Data.SQLite.dll
dependencies\x64\System.Data.SQLite.dll.config = dependencies\x64\System.Data.SQLite.dll.config
dependencies\x64\System.Data.SQLite.pdb = dependencies\x64\System.Data.SQLite.pdb
dependencies\x64\System.Data.SQLite.xml = dependencies\x64\System.Data.SQLite.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
Description = SQLite 3 in-memory VFS
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Debug|x64.ActiveCfg = Debug|x64
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Debug|x64.Build.0 = Debug|x64
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Debug|x86.ActiveCfg = Debug|Win32
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Debug|x86.Build.0 = Debug|Win32
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Release|x64.ActiveCfg = Release|x64
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Release|x64.Build.0 = Release|x64
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Release|x86.ActiveCfg = Release|Win32
{338BB547-7E89-432F-804D-7D5C5F98C9E5}.Release|x86.Build.0 = Release|Win32
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Debug|x64.ActiveCfg = Debug|x64
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Debug|x64.Build.0 = Debug|x64
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Debug|x86.ActiveCfg = Debug|x86
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Debug|x86.Build.0 = Debug|x86
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Release|x64.ActiveCfg = Release|x64
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Release|x64.Build.0 = Release|x64
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Release|x86.ActiveCfg = Release|x86
{B7AA58D5-D3AA-4A05-BC98-A0A14C21649C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83CE4FAF-D913-4FC6-99F3-0FED90EC8635} = {93BB1AC4-0F17-4EE4-8F24-F918A3FCA1BF}
{F83F5D6F-6797-41E3-A6E4-EB3B64928A3B} = {93BB1AC4-0F17-4EE4-8F24-F918A3FCA1BF}
EndGlobalSection
EndGlobal