-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathQuerySpecification.sln
75 lines (75 loc) · 4.51 KB
/
QuerySpecification.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34818.151
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuerySpecification", "src\QuerySpecification\QuerySpecification.csproj", "{3E4D1ED6-7CDD-4870-BB56-033DE1A17EA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuerySpecification.EntityFrameworkCore", "src\QuerySpecification.EntityFrameworkCore\QuerySpecification.EntityFrameworkCore.csproj", "{5BAB6025-E04E-4902-BA2A-9549278A6FFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuerySpecification.Tests", "tests\QuerySpecification.Tests\QuerySpecification.Tests.csproj", "{BAFCF13F-05EF-4DEF-AD78-B5006CE86784}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuerySpecification.EntityFrameworkCore.Tests", "tests\QuerySpecification.EntityFrameworkCore.Tests\QuerySpecification.EntityFrameworkCore.Tests.csproj", "{F85A5DB8-DB84-430A-8DA1-43A613FBD0CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuerySpecification.Benchmarks", "tests\QuerySpecification.Benchmarks\QuerySpecification.Benchmarks.csproj", "{F25DE99A-0BE4-41C6-9D1C-570CCE6B0BB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{670F5387-F816-409B-8048-183F2608EDB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14CC34F1-BFA1-4C3D-A9A1-2B79DF665B02}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
clean.sh = clean.sh
tests\Directory.Build.props = tests\Directory.Build.props
src\Directory.Build.props = src\Directory.Build.props
Directory.Packages.props = Directory.Packages.props
exclusion.dic = exclusion.dic
LICENSE.txt = LICENSE.txt
readme-nuget.md = readme-nuget.md
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
run-tests.sh = run-tests.sh
setup-sqllocaldb.ps1 = setup-sqllocaldb.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E4D1ED6-7CDD-4870-BB56-033DE1A17EA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E4D1ED6-7CDD-4870-BB56-033DE1A17EA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E4D1ED6-7CDD-4870-BB56-033DE1A17EA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E4D1ED6-7CDD-4870-BB56-033DE1A17EA1}.Release|Any CPU.Build.0 = Release|Any CPU
{5BAB6025-E04E-4902-BA2A-9549278A6FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BAB6025-E04E-4902-BA2A-9549278A6FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BAB6025-E04E-4902-BA2A-9549278A6FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BAB6025-E04E-4902-BA2A-9549278A6FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{BAFCF13F-05EF-4DEF-AD78-B5006CE86784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAFCF13F-05EF-4DEF-AD78-B5006CE86784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAFCF13F-05EF-4DEF-AD78-B5006CE86784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAFCF13F-05EF-4DEF-AD78-B5006CE86784}.Release|Any CPU.Build.0 = Release|Any CPU
{F85A5DB8-DB84-430A-8DA1-43A613FBD0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F85A5DB8-DB84-430A-8DA1-43A613FBD0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F85A5DB8-DB84-430A-8DA1-43A613FBD0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F85A5DB8-DB84-430A-8DA1-43A613FBD0CC}.Release|Any CPU.Build.0 = Release|Any CPU
{F25DE99A-0BE4-41C6-9D1C-570CCE6B0BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F25DE99A-0BE4-41C6-9D1C-570CCE6B0BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F25DE99A-0BE4-41C6-9D1C-570CCE6B0BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F25DE99A-0BE4-41C6-9D1C-570CCE6B0BB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BAFCF13F-05EF-4DEF-AD78-B5006CE86784} = {670F5387-F816-409B-8048-183F2608EDB3}
{F85A5DB8-DB84-430A-8DA1-43A613FBD0CC} = {670F5387-F816-409B-8048-183F2608EDB3}
{F25DE99A-0BE4-41C6-9D1C-570CCE6B0BB9} = {670F5387-F816-409B-8048-183F2608EDB3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5CD485E-D269-41DE-A144-EEC734F5B893}
EndGlobalSection
EndGlobal