forked from FoundatioFx/Foundatio.Parsers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Foundatio.Parsers.sln
54 lines (54 loc) · 3.27 KB
/
Foundatio.Parsers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30404.54
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Parsers.LuceneQueries", "src\Foundatio.Parsers.LuceneQueries\Foundatio.Parsers.LuceneQueries.csproj", "{F759E45D-C914-4546-947D-B9F0854D22E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Parsers.ElasticQueries", "src\Foundatio.Parsers.ElasticQueries\Foundatio.Parsers.ElasticQueries.csproj", "{9F6F9CC3-2544-44EB-8829-209187271A4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Parsers.LuceneQueries.Tests", "tests\Foundatio.Parsers.LuceneQueries.Tests\Foundatio.Parsers.LuceneQueries.Tests.csproj", "{DDFFC095-C821-41DA-8DFF-2AD37A56106F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{400D08AA-50A4-4D74-A3AD-F74AAB8FC706}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
build\common.props = build\common.props
tests\Directory.Build.props = tests\Directory.Build.props
docker-compose.yml = docker-compose.yml
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Parsers.ElasticQueries.Tests", "tests\Foundatio.Parsers.ElasticQueries.Tests\Foundatio.Parsers.ElasticQueries.Tests.csproj", "{C353E601-874C-4855-9B01-2980BC624BC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F759E45D-C914-4546-947D-B9F0854D22E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F759E45D-C914-4546-947D-B9F0854D22E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F759E45D-C914-4546-947D-B9F0854D22E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F759E45D-C914-4546-947D-B9F0854D22E9}.Release|Any CPU.Build.0 = Release|Any CPU
{9F6F9CC3-2544-44EB-8829-209187271A4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F6F9CC3-2544-44EB-8829-209187271A4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F6F9CC3-2544-44EB-8829-209187271A4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F6F9CC3-2544-44EB-8829-209187271A4E}.Release|Any CPU.Build.0 = Release|Any CPU
{DDFFC095-C821-41DA-8DFF-2AD37A56106F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDFFC095-C821-41DA-8DFF-2AD37A56106F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDFFC095-C821-41DA-8DFF-2AD37A56106F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDFFC095-C821-41DA-8DFF-2AD37A56106F}.Release|Any CPU.Build.0 = Release|Any CPU
{C353E601-874C-4855-9B01-2980BC624BC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C353E601-874C-4855-9B01-2980BC624BC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C353E601-874C-4855-9B01-2980BC624BC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C353E601-874C-4855-9B01-2980BC624BC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37B59D3F-7772-4404-9BF3-F2FFE79C47D0}
EndGlobalSection
EndGlobal