-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathefDeepQuery.sln
More file actions
43 lines (43 loc) · 2.57 KB
/
efDeepQuery.sln
File metadata and controls
43 lines (43 loc) · 2.57 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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataDomain", "DataDomain\DataDomain.csproj", "{ED8AEA4A-CEB0-4FD3-A3DF-E90B0FF71904}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{F9ED9531-E6B8-40E2-AB03-D3E779315410}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFDeepQueryDynamicLinq", "EFDeepQueryDynamicLinq\EFDeepQueryDynamicLinq.csproj", "{ED83EC6B-3781-415B-9EE4-0696C1608C19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepQueryUnitTestDynamicLinq", "DeepQueryUnitTestDynamicLinq\DeepQueryUnitTestDynamicLinq.csproj", "{7F2A8BCC-5814-2D1E-2B42-04194E2F21D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED8AEA4A-CEB0-4FD3-A3DF-E90B0FF71904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED8AEA4A-CEB0-4FD3-A3DF-E90B0FF71904}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED8AEA4A-CEB0-4FD3-A3DF-E90B0FF71904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED8AEA4A-CEB0-4FD3-A3DF-E90B0FF71904}.Release|Any CPU.Build.0 = Release|Any CPU
{F9ED9531-E6B8-40E2-AB03-D3E779315410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9ED9531-E6B8-40E2-AB03-D3E779315410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9ED9531-E6B8-40E2-AB03-D3E779315410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9ED9531-E6B8-40E2-AB03-D3E779315410}.Release|Any CPU.Build.0 = Release|Any CPU
{ED83EC6B-3781-415B-9EE4-0696C1608C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED83EC6B-3781-415B-9EE4-0696C1608C19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED83EC6B-3781-415B-9EE4-0696C1608C19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED83EC6B-3781-415B-9EE4-0696C1608C19}.Release|Any CPU.Build.0 = Release|Any CPU
{7F2A8BCC-5814-2D1E-2B42-04194E2F21D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F2A8BCC-5814-2D1E-2B42-04194E2F21D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F2A8BCC-5814-2D1E-2B42-04194E2F21D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F2A8BCC-5814-2D1E-2B42-04194E2F21D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DFE184B1-84FE-4EB7-B525-FD466CD7F2D9}
EndGlobalSection
EndGlobal