-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNC.SQLite.sln
43 lines (43 loc) · 2.58 KB
/
NC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NC.SQLite", "CoreSharp.SQLite\NC.SQLite.csproj", "{80E1FD0C-2039-41A9-B2F8-65893F36D84F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NC.SQLite.SourceGen", "CoreSharp.SQLite.Generator\NC.SQLite.SourceGen.csproj", "{119FEE7E-D606-430F-B74C-F4917806334C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreSharp.SQLite.Test", "CoreSharp.SQLite.Test\CoreSharp.SQLite.Test.csproj", "{99551C6D-22D0-4F3A-A54C-AA276A16723F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLite.Tests", "sqlite-net\tests\SQLite.Tests\SQLite.Tests.csproj", "{BA59E2C9-0607-4F03-A8ED-DCB3CB903DCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80E1FD0C-2039-41A9-B2F8-65893F36D84F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80E1FD0C-2039-41A9-B2F8-65893F36D84F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80E1FD0C-2039-41A9-B2F8-65893F36D84F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80E1FD0C-2039-41A9-B2F8-65893F36D84F}.Release|Any CPU.Build.0 = Release|Any CPU
{119FEE7E-D606-430F-B74C-F4917806334C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{119FEE7E-D606-430F-B74C-F4917806334C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{119FEE7E-D606-430F-B74C-F4917806334C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{119FEE7E-D606-430F-B74C-F4917806334C}.Release|Any CPU.Build.0 = Release|Any CPU
{99551C6D-22D0-4F3A-A54C-AA276A16723F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99551C6D-22D0-4F3A-A54C-AA276A16723F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99551C6D-22D0-4F3A-A54C-AA276A16723F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99551C6D-22D0-4F3A-A54C-AA276A16723F}.Release|Any CPU.Build.0 = Release|Any CPU
{BA59E2C9-0607-4F03-A8ED-DCB3CB903DCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA59E2C9-0607-4F03-A8ED-DCB3CB903DCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA59E2C9-0607-4F03-A8ED-DCB3CB903DCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA59E2C9-0607-4F03-A8ED-DCB3CB903DCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A69FA512-2C50-4F9F-8691-12BD33F9960C}
EndGlobalSection
EndGlobal