-
Notifications
You must be signed in to change notification settings - Fork 2
/
LiteDB.Queryable.sln
50 lines (50 loc) · 2.48 KB
/
LiteDB.Queryable.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{85773567-A891-48DE-96BA-D87358B78343}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{22C8D0D0-6BB8-42F3-A98E-52EF2A47BD90}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{732EB21F-E8DA-46BC-81D7-FF61EDBFF847}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiteDB.Queryable", "src\LiteDB.Queryable\LiteDB.Queryable.csproj", "{A135863C-9607-424E-8205-0EF49A532F50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiteDB.Queryable.UnitTests", "tests\LiteDB.Queryable.UnitTests\LiteDB.Queryable.UnitTests.csproj", "{E8F27F32-D6B1-4BF9-ABF1-FDC5EAB5D701}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A135863C-9607-424E-8205-0EF49A532F50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A135863C-9607-424E-8205-0EF49A532F50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A135863C-9607-424E-8205-0EF49A532F50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A135863C-9607-424E-8205-0EF49A532F50}.Release|Any CPU.Build.0 = Release|Any CPU
{E8F27F32-D6B1-4BF9-ABF1-FDC5EAB5D701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8F27F32-D6B1-4BF9-ABF1-FDC5EAB5D701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8F27F32-D6B1-4BF9-ABF1-FDC5EAB5D701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8F27F32-D6B1-4BF9-ABF1-FDC5EAB5D701}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A135863C-9607-424E-8205-0EF49A532F50} = {22C8D0D0-6BB8-42F3-A98E-52EF2A47BD90}
{E8F27F32-D6B1-4BF9-ABF1-FDC5EAB5D701} = {732EB21F-E8DA-46BC-81D7-FF61EDBFF847}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57909EB3-C1A0-4001-90B1-715555C2CC5E}
EndGlobalSection
EndGlobal