-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rqlite.sln
98 lines (98 loc) · 5.57 KB
/
Rqlite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rqlite.Client", "src\Rqlite.Client\Rqlite.Client.csproj", "{58C30D92-A396-40A0-A79B-BC95E20A7FD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6D2C2580-0B7D-4356-AF0C-94519B5CBF51}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
src\Directory.Build.props = src\Directory.Build.props
src\Local.pack.props = src\Local.pack.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4C4FF153-158F-43E1-887A-7520CA0480E0}"
ProjectSection(SolutionItems) = preProject
tests\.editorconfig = tests\.editorconfig
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3434C415-BF27-4929-BB53-0CE9A81ED399}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Packages.props = Directory.Packages.props
.github\FUNDING.yml = .github\FUNDING.yml
LICENSE = LICENSE
Pack.csproj = Pack.csproj
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
run.sh = run.sh
Test.csproj = Test.csproj
.github\workflows\test.yml = .github\workflows\test.yml
Version = Version
.github\workflows\workflow-cleanup.yml = .github\workflows\workflow-cleanup.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.Rqlite.Client", "tests\Tests.Rqlite.Client\Tests.Rqlite.Client.csproj", "{21D34529-32FE-4347-999C-7C1702AFE506}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "apps", "apps", "{F7DB54D4-38A7-44CA-A328-3CD6EA06D8A6}"
ProjectSection(SolutionItems) = preProject
apps\.editorconfig = apps\.editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "apps\ConsoleApp\ConsoleApp.csproj", "{B720C6DF-F92D-4816-BAEC-FB8C330008C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadmeApp", "apps\ReadmeApp\ReadmeApp.csproj", "{B8A8824C-0F1C-4F22-989E-4109D19A3A42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rqlite.Internal", "src\Rqlite.Internal\Rqlite.Internal.csproj", "{61D55D24-FD1A-4F5A-9E65-2ABA2823BFFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.Rqlite.Internal", "tests\Tests.Rqlite.Internal\Tests.Rqlite.Internal.csproj", "{5489A283-F04E-46D2-AB93-B7899C9A4DE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58C30D92-A396-40A0-A79B-BC95E20A7FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58C30D92-A396-40A0-A79B-BC95E20A7FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58C30D92-A396-40A0-A79B-BC95E20A7FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58C30D92-A396-40A0-A79B-BC95E20A7FD0}.Release|Any CPU.Build.0 = Release|Any CPU
{21D34529-32FE-4347-999C-7C1702AFE506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21D34529-32FE-4347-999C-7C1702AFE506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21D34529-32FE-4347-999C-7C1702AFE506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21D34529-32FE-4347-999C-7C1702AFE506}.Release|Any CPU.Build.0 = Release|Any CPU
{B720C6DF-F92D-4816-BAEC-FB8C330008C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B720C6DF-F92D-4816-BAEC-FB8C330008C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B720C6DF-F92D-4816-BAEC-FB8C330008C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B720C6DF-F92D-4816-BAEC-FB8C330008C4}.Release|Any CPU.Build.0 = Release|Any CPU
{B8A8824C-0F1C-4F22-989E-4109D19A3A42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8A8824C-0F1C-4F22-989E-4109D19A3A42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8A8824C-0F1C-4F22-989E-4109D19A3A42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8A8824C-0F1C-4F22-989E-4109D19A3A42}.Release|Any CPU.Build.0 = Release|Any CPU
{61D55D24-FD1A-4F5A-9E65-2ABA2823BFFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61D55D24-FD1A-4F5A-9E65-2ABA2823BFFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61D55D24-FD1A-4F5A-9E65-2ABA2823BFFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61D55D24-FD1A-4F5A-9E65-2ABA2823BFFF}.Release|Any CPU.Build.0 = Release|Any CPU
{5489A283-F04E-46D2-AB93-B7899C9A4DE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5489A283-F04E-46D2-AB93-B7899C9A4DE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5489A283-F04E-46D2-AB93-B7899C9A4DE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5489A283-F04E-46D2-AB93-B7899C9A4DE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58C30D92-A396-40A0-A79B-BC95E20A7FD0} = {6D2C2580-0B7D-4356-AF0C-94519B5CBF51}
{21D34529-32FE-4347-999C-7C1702AFE506} = {4C4FF153-158F-43E1-887A-7520CA0480E0}
{B720C6DF-F92D-4816-BAEC-FB8C330008C4} = {F7DB54D4-38A7-44CA-A328-3CD6EA06D8A6}
{B8A8824C-0F1C-4F22-989E-4109D19A3A42} = {F7DB54D4-38A7-44CA-A328-3CD6EA06D8A6}
{61D55D24-FD1A-4F5A-9E65-2ABA2823BFFF} = {6D2C2580-0B7D-4356-AF0C-94519B5CBF51}
{5489A283-F04E-46D2-AB93-B7899C9A4DE2} = {4C4FF153-158F-43E1-887A-7520CA0480E0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6903F1A1-588F-42D0-9B57-7DA085F6400C}
EndGlobalSection
EndGlobal