-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathRepoDb.SQLite.System.sln
More file actions
54 lines (54 loc) · 3.27 KB
/
RepoDb.SQLite.System.sln
File metadata and controls
54 lines (54 loc) · 3.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDb.SQLite.System", "RepoDb.SQLite.System\RepoDb.SQLite.System.csproj", "{8666BE62-EB29-4FF7-8F7D-E1704720E5E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RepoDb.SQLite.System.Tests", "RepoDb.SQLite.System.Tests", "{BC604FB6-F172-46DC-B0D4-852DB7E1E819}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDb.SQLite.System.IntegrationTests", "RepoDb.SQLite.System.IntegrationTests\RepoDb.SQLite.System.IntegrationTests.csproj", "{3C9481E3-0E7E-44C4-9728-A84B03398FC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDb.SQLite.System.UnitTests", "RepoDb.SQLite.System.UnitTests\RepoDb.SQLite.System.UnitTests.csproj", "{3DD8F3EA-AB74-4932-9CCA-1BFCC5CDAA9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDb", "..\RepoDb.Core\RepoDb\RepoDb.csproj", "{AF09E5CF-18A4-47BE-9AA1-40468370522E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RepoDb.SQLite.System.Base", "RepoDb.SQLite.System.Base", "{359C9798-DFD9-40F9-9551-F4E747861363}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8666BE62-EB29-4FF7-8F7D-E1704720E5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8666BE62-EB29-4FF7-8F7D-E1704720E5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8666BE62-EB29-4FF7-8F7D-E1704720E5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8666BE62-EB29-4FF7-8F7D-E1704720E5E8}.Release|Any CPU.Build.0 = Release|Any CPU
{3C9481E3-0E7E-44C4-9728-A84B03398FC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C9481E3-0E7E-44C4-9728-A84B03398FC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C9481E3-0E7E-44C4-9728-A84B03398FC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C9481E3-0E7E-44C4-9728-A84B03398FC7}.Release|Any CPU.Build.0 = Release|Any CPU
{3DD8F3EA-AB74-4932-9CCA-1BFCC5CDAA9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DD8F3EA-AB74-4932-9CCA-1BFCC5CDAA9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DD8F3EA-AB74-4932-9CCA-1BFCC5CDAA9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DD8F3EA-AB74-4932-9CCA-1BFCC5CDAA9F}.Release|Any CPU.Build.0 = Release|Any CPU
{AF09E5CF-18A4-47BE-9AA1-40468370522E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF09E5CF-18A4-47BE-9AA1-40468370522E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF09E5CF-18A4-47BE-9AA1-40468370522E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF09E5CF-18A4-47BE-9AA1-40468370522E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3C9481E3-0E7E-44C4-9728-A84B03398FC7} = {BC604FB6-F172-46DC-B0D4-852DB7E1E819}
{3DD8F3EA-AB74-4932-9CCA-1BFCC5CDAA9F} = {BC604FB6-F172-46DC-B0D4-852DB7E1E819}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A29F8AC-5A80-4123-82C6-1BA1EDF67073}
EndGlobalSection
EndGlobal