-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fluxera.Queries.sln
78 lines (78 loc) · 4.57 KB
/
Fluxera.Queries.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{3FA916F7-CC12-42FE-8ABC-A3FB4C373F21}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{660FF601-6EFC-4A38-B356-A7B77CFEF5F6}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0DE8426E-57B6-40A8-8CF0-87C23D40B6E3}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluxera.Queries", "src\Fluxera.Queries\Fluxera.Queries.csproj", "{69661153-2A48-47D5-B608-3CD8E0892AA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluxera.Queries.UnitTests", "tests\Fluxera.Queries.UnitTests\Fluxera.Queries.UnitTests.csproj", "{76F670C9-7818-4014-A876-C8692DA9AC01}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{02585838-0FDA-4B4F-A989-51B8D0C45CA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluxera.Queries.AspNetCore", "src\Fluxera.Queries.AspNetCore\Fluxera.Queries.AspNetCore.csproj", "{97E696B7-5400-4B1E-B115-74D98155EBD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluxera.Queries.AspNetCore.UnitTests", "tests\Fluxera.Queries.AspNetCore.UnitTests\Fluxera.Queries.AspNetCore.UnitTests.csproj", "{0CA5B338-5F5A-42FD-B44A-D3EDB19EF98A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "sample\SampleApp\SampleApp.csproj", "{A180BA70-E597-44A2-9FA0-CF02BBBCF657}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69661153-2A48-47D5-B608-3CD8E0892AA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69661153-2A48-47D5-B608-3CD8E0892AA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69661153-2A48-47D5-B608-3CD8E0892AA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69661153-2A48-47D5-B608-3CD8E0892AA3}.Release|Any CPU.Build.0 = Release|Any CPU
{76F670C9-7818-4014-A876-C8692DA9AC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F670C9-7818-4014-A876-C8692DA9AC01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F670C9-7818-4014-A876-C8692DA9AC01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F670C9-7818-4014-A876-C8692DA9AC01}.Release|Any CPU.Build.0 = Release|Any CPU
{97E696B7-5400-4B1E-B115-74D98155EBD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97E696B7-5400-4B1E-B115-74D98155EBD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97E696B7-5400-4B1E-B115-74D98155EBD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97E696B7-5400-4B1E-B115-74D98155EBD1}.Release|Any CPU.Build.0 = Release|Any CPU
{0CA5B338-5F5A-42FD-B44A-D3EDB19EF98A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CA5B338-5F5A-42FD-B44A-D3EDB19EF98A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CA5B338-5F5A-42FD-B44A-D3EDB19EF98A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CA5B338-5F5A-42FD-B44A-D3EDB19EF98A}.Release|Any CPU.Build.0 = Release|Any CPU
{A180BA70-E597-44A2-9FA0-CF02BBBCF657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A180BA70-E597-44A2-9FA0-CF02BBBCF657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A180BA70-E597-44A2-9FA0-CF02BBBCF657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A180BA70-E597-44A2-9FA0-CF02BBBCF657}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69661153-2A48-47D5-B608-3CD8E0892AA3} = {660FF601-6EFC-4A38-B356-A7B77CFEF5F6}
{76F670C9-7818-4014-A876-C8692DA9AC01} = {0DE8426E-57B6-40A8-8CF0-87C23D40B6E3}
{97E696B7-5400-4B1E-B115-74D98155EBD1} = {660FF601-6EFC-4A38-B356-A7B77CFEF5F6}
{0CA5B338-5F5A-42FD-B44A-D3EDB19EF98A} = {0DE8426E-57B6-40A8-8CF0-87C23D40B6E3}
{A180BA70-E597-44A2-9FA0-CF02BBBCF657} = {02585838-0FDA-4B4F-A989-51B8D0C45CA2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {461F9C7F-2B18-4722-9CB4-ABB14C655FBE}
EndGlobalSection
EndGlobal