forked from CsharpDatabase/csharp-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Community.sln
34 lines (34 loc) · 1.85 KB
/
Community.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.CsharpSqlite", "Community.CsharpSqlite\Community.CsharpSqlite.csproj", "{E3CF781A-699C-43B3-821B-B23617132FA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.CsharpSqlite.SQLiteClient", "Community.CsharpSqlite.SQLiteClient\Community.CsharpSqlite.SQLiteClient.csproj", "{330D0F89-7C5B-4B30-92A9-3A5DA2E1EF71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3CF781A-699C-43B3-821B-B23617132FA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3CF781A-699C-43B3-821B-B23617132FA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3CF781A-699C-43B3-821B-B23617132FA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3CF781A-699C-43B3-821B-B23617132FA0}.Release|Any CPU.Build.0 = Release|Any CPU
{330D0F89-7C5B-4B30-92A9-3A5DA2E1EF71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{330D0F89-7C5B-4B30-92A9-3A5DA2E1EF71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{330D0F89-7C5B-4B30-92A9-3A5DA2E1EF71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{330D0F89-7C5B-4B30-92A9-3A5DA2E1EF71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF3BE06C-4084-4EA8-9FD2-665D1FB2F71F}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Community.CsharpSqlite.SQLiteClient\TestDriver_src\SQLiteClientTests.csproj
EndGlobalSection
EndGlobal