-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDynamicQueryBuilder.sln
More file actions
37 lines (37 loc) · 2.18 KB
/
DynamicQueryBuilder.sln
File metadata and controls
37 lines (37 loc) · 2.18 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicQueryBuilder", "DynamicQueryBuilder\DynamicQueryBuilder.csproj", "{44702373-E5F7-434B-9376-27536C34FE81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicQueryBuilder.UnitTests", "DynamicQueryBuilder.UnitTests\DynamicQueryBuilder.UnitTests.csproj", "{FFDB1B44-5047-4C46-AA93-EA864370AFCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicQueryBuilder.IntegrationTests", "DynamicQueryBuilder.IntegrationTests\DynamicQueryBuilder.IntegrationTests.csproj", "{4E42803F-E979-4923-9287-B258FE3D9CDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44702373-E5F7-434B-9376-27536C34FE81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44702373-E5F7-434B-9376-27536C34FE81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44702373-E5F7-434B-9376-27536C34FE81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44702373-E5F7-434B-9376-27536C34FE81}.Release|Any CPU.Build.0 = Release|Any CPU
{FFDB1B44-5047-4C46-AA93-EA864370AFCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFDB1B44-5047-4C46-AA93-EA864370AFCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFDB1B44-5047-4C46-AA93-EA864370AFCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFDB1B44-5047-4C46-AA93-EA864370AFCC}.Release|Any CPU.Build.0 = Release|Any CPU
{4E42803F-E979-4923-9287-B258FE3D9CDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E42803F-E979-4923-9287-B258FE3D9CDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E42803F-E979-4923-9287-B258FE3D9CDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E42803F-E979-4923-9287-B258FE3D9CDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {381636C8-AEE4-479B-9B80-E2C69CFF9734}
EndGlobalSection
EndGlobal