-
Notifications
You must be signed in to change notification settings - Fork 0
/
EfQueryableExtensions.sln
45 lines (45 loc) · 2.29 KB
/
EfQueryableExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfQueryableExtensions.ConsoleApp", "src\EfQueryableExtensions.ConsoleApp\EfQueryableExtensions.ConsoleApp.csproj", "{4A426EE2-C53F-4B65-9FAA-3DB71E2F4ABA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8A005402-3960-42EF-9A10-212C2CC16A0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfQueryableExtensions", "src\EfQueryableExtensions\EfQueryableExtensions.csproj", "{6CCC8EEB-624E-4799-B415-5E7C639CDF33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DFDDDA95-FF22-4A6D-B66B-EC8C360FFFC6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A426EE2-C53F-4B65-9FAA-3DB71E2F4ABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A426EE2-C53F-4B65-9FAA-3DB71E2F4ABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A426EE2-C53F-4B65-9FAA-3DB71E2F4ABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A426EE2-C53F-4B65-9FAA-3DB71E2F4ABA}.Release|Any CPU.Build.0 = Release|Any CPU
{6CCC8EEB-624E-4799-B415-5E7C639CDF33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CCC8EEB-624E-4799-B415-5E7C639CDF33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CCC8EEB-624E-4799-B415-5E7C639CDF33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CCC8EEB-624E-4799-B415-5E7C639CDF33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A426EE2-C53F-4B65-9FAA-3DB71E2F4ABA} = {8A005402-3960-42EF-9A10-212C2CC16A0C}
{6CCC8EEB-624E-4799-B415-5E7C639CDF33} = {8A005402-3960-42EF-9A10-212C2CC16A0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99ECBD79-11CE-4E05-9A70-DF793B861788}
EndGlobalSection
EndGlobal