This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
System.Data.SQLite.sln
102 lines (102 loc) · 6.16 KB
/
System.Data.SQLite.sln
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.SQLite", "src\System.Data.SQLite\System.Data.SQLite.csproj", "{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.SQLite.Tests", "tests\System.Data.SQLite.Tests\System.Data.SQLite.Tests.csproj", "{DF559AD1-5287-43B1-AB47-61B6F342B0FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{028A6C6D-8F8F-4A91-A063-45FFCF892109}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
VersionHistory.md = VersionHistory.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "tools\Build\Build.csproj", "{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{478AD8C7-F5B6-45C5-B487-9E2D65BF9118}"
ProjectSection(SolutionItems) = preProject
docs\index.md = docs\index.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|everything = Debug|everything
Debug|osx-x64 = Debug|osx-x64
Debug|win-x64 = Debug|win-x64
Debug|win-x86 = Debug|win-x86
Release|everything = Release|everything
Release|osx-x64 = Release|osx-x64
Release|win-x64 = Release|win-x64
Release|win-x86 = Release|win-x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|everything.ActiveCfg = Debug|everything
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|everything.Build.0 = Debug|everything
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|osx-x64.ActiveCfg = Debug|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|osx-x64.Build.0 = Debug|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|win-x64.ActiveCfg = Debug|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|win-x64.Build.0 = Debug|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|win-x86.ActiveCfg = Debug|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Debug|win-x86.Build.0 = Debug|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|everything.ActiveCfg = Release|everything
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|everything.Build.0 = Release|everything
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|osx-x64.ActiveCfg = Release|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|osx-x64.Build.0 = Release|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|win-x64.ActiveCfg = Release|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|win-x64.Build.0 = Release|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|win-x86.ActiveCfg = Release|noxamarin
{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}.Release|win-x86.Build.0 = Release|noxamarin
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|everything.ActiveCfg = Debug|everything
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|everything.Build.0 = Debug|everything
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|osx-x64.ActiveCfg = Debug|osx-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|osx-x64.Build.0 = Debug|osx-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|win-x64.ActiveCfg = Debug|win-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|win-x64.Build.0 = Debug|win-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|win-x86.ActiveCfg = Debug|win-x86
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Debug|win-x86.Build.0 = Debug|win-x86
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|everything.ActiveCfg = Release|everything
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|everything.Build.0 = Release|everything
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|osx-x64.ActiveCfg = Release|osx-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|osx-x64.Build.0 = Release|osx-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|win-x64.ActiveCfg = Release|win-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|win-x64.Build.0 = Release|win-x64
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|win-x86.ActiveCfg = Release|win-x86
{DF559AD1-5287-43B1-AB47-61B6F342B0FE}.Release|win-x86.Build.0 = Release|win-x86
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|everything.ActiveCfg = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|everything.Build.0 = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|osx-x64.ActiveCfg = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|osx-x64.Build.0 = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|win-x64.ActiveCfg = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|win-x64.Build.0 = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|win-x86.ActiveCfg = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Debug|win-x86.Build.0 = Debug|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|everything.ActiveCfg = Release|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|everything.Build.0 = Release|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|osx-x64.ActiveCfg = Release|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|osx-x64.Build.0 = Release|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|win-x64.ActiveCfg = Release|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|win-x64.Build.0 = Release|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|win-x86.ActiveCfg = Release|Any CPU
{CBD807B4-F49F-4DD1-BC9A-359E90EA913F}.Release|win-x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{478AD8C7-F5B6-45C5-B487-9E2D65BF9118} = {028A6C6D-8F8F-4A91-A063-45FFCF892109}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D621D28-8AB2-41C2-AA99-AE2225542E17}
EndGlobalSection
EndGlobal