-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleDBQueryBuilder.sln
49 lines (49 loc) · 2.91 KB
/
SimpleDBQueryBuilder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDBQueryBuilder", "SimpleDBQueryBuilder\SimpleDBQueryBuilder.csproj", "{44D6CC5C-AD6B-492C-A87F-6F0A6109072B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDBQueryBuilder.Sqlite", "SimpleDBQueryBuilder.Sqlite\SimpleDBQueryBuilder.Sqlite.csproj", "{A4C9B30A-7578-470F-AC9E-707D1037C7A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C55E5EDF-10F3-4521-8F6D-3F81D524F9FC}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDBQueryBuilder.Postgres", "SimpleDBQueryBuilder.Postgres\SimpleDBQueryBuilder.Postgres.csproj", "{A21F323E-CA9B-44DB-97AE-54A08EA23BEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDBQueryBuilder.Tests", "SimpleDBQueryBuilder.Tests\SimpleDBQueryBuilder.Tests.csproj", "{68F0DDE3-07FF-4497-A19C-DDEC708D536C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44D6CC5C-AD6B-492C-A87F-6F0A6109072B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44D6CC5C-AD6B-492C-A87F-6F0A6109072B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44D6CC5C-AD6B-492C-A87F-6F0A6109072B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44D6CC5C-AD6B-492C-A87F-6F0A6109072B}.Release|Any CPU.Build.0 = Release|Any CPU
{A4C9B30A-7578-470F-AC9E-707D1037C7A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4C9B30A-7578-470F-AC9E-707D1037C7A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4C9B30A-7578-470F-AC9E-707D1037C7A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4C9B30A-7578-470F-AC9E-707D1037C7A5}.Release|Any CPU.Build.0 = Release|Any CPU
{A21F323E-CA9B-44DB-97AE-54A08EA23BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A21F323E-CA9B-44DB-97AE-54A08EA23BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A21F323E-CA9B-44DB-97AE-54A08EA23BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A21F323E-CA9B-44DB-97AE-54A08EA23BEB}.Release|Any CPU.Build.0 = Release|Any CPU
{68F0DDE3-07FF-4497-A19C-DDEC708D536C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F0DDE3-07FF-4497-A19C-DDEC708D536C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F0DDE3-07FF-4497-A19C-DDEC708D536C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F0DDE3-07FF-4497-A19C-DDEC708D536C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A76084F-0EF1-4347-A5DA-A61A810340FD}
EndGlobalSection
EndGlobal