This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnable.QueryComposition.sln
47 lines (47 loc) · 2.45 KB
/
Enable.QueryComposition.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enable.QueryComposition", "src\Enable.QueryComposition\Enable.QueryComposition.csproj", "{F2B3C948-DFED-49CC-9193-F55CA7AD25D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4E927F7D-8282-4DA7-A3C3-B38DEEC1D786}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EEE245FB-A4D0-4033-8EFD-96545D491E85}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CustomExtendedCorrectnessRules.ruleset = CustomExtendedCorrectnessRules.ruleset
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6EBF5818-5426-4870-876A-CF6D1F4038F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enable.QueryCompositionTests", "test\Enable.QueryCompositionTests\Enable.QueryCompositionTests.csproj", "{7E75915E-8C4F-48DD-B966-622625B3267F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2B3C948-DFED-49CC-9193-F55CA7AD25D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2B3C948-DFED-49CC-9193-F55CA7AD25D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2B3C948-DFED-49CC-9193-F55CA7AD25D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2B3C948-DFED-49CC-9193-F55CA7AD25D5}.Release|Any CPU.Build.0 = Release|Any CPU
{7E75915E-8C4F-48DD-B966-622625B3267F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E75915E-8C4F-48DD-B966-622625B3267F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E75915E-8C4F-48DD-B966-622625B3267F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E75915E-8C4F-48DD-B966-622625B3267F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F2B3C948-DFED-49CC-9193-F55CA7AD25D5} = {4E927F7D-8282-4DA7-A3C3-B38DEEC1D786}
{7E75915E-8C4F-48DD-B966-622625B3267F} = {6EBF5818-5426-4870-876A-CF6D1F4038F3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0582D93-95FE-454E-9FC7-97CC5684DC69}
EndGlobalSection
EndGlobal