forked from markjprice/cs13net9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChapter11.sln
49 lines (49 loc) · 3.05 KB
/
Chapter11.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqWithObjects", "LinqWithObjects\LinqWithObjects.csproj", "{A6B410DD-1082-45EB-8A0B-9EDA379226A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqWithEFCore", "LinqWithEFCore\LinqWithEFCore.csproj", "{90DD2EFF-080F-47E5-B2B9-5DF0673B743B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqInParallel", "LinqInParallel\LinqInParallel.csproj", "{80EE66A0-A2E4-4C8F-A836-2F54FD5FD171}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PacktLinqExtensions", "PacktLinqExtensions\PacktLinqExtensions.csproj", "{7FAD6372-6051-45B5-8F63-D309E13DD18A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exercise_LinqQueries", "Exercise_LinqQueries\Exercise_LinqQueries.csproj", "{0E3D5881-E345-4DC0-88D0-93F8CA43F494}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6B410DD-1082-45EB-8A0B-9EDA379226A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6B410DD-1082-45EB-8A0B-9EDA379226A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6B410DD-1082-45EB-8A0B-9EDA379226A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6B410DD-1082-45EB-8A0B-9EDA379226A6}.Release|Any CPU.Build.0 = Release|Any CPU
{90DD2EFF-080F-47E5-B2B9-5DF0673B743B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90DD2EFF-080F-47E5-B2B9-5DF0673B743B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90DD2EFF-080F-47E5-B2B9-5DF0673B743B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90DD2EFF-080F-47E5-B2B9-5DF0673B743B}.Release|Any CPU.Build.0 = Release|Any CPU
{80EE66A0-A2E4-4C8F-A836-2F54FD5FD171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80EE66A0-A2E4-4C8F-A836-2F54FD5FD171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80EE66A0-A2E4-4C8F-A836-2F54FD5FD171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80EE66A0-A2E4-4C8F-A836-2F54FD5FD171}.Release|Any CPU.Build.0 = Release|Any CPU
{7FAD6372-6051-45B5-8F63-D309E13DD18A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FAD6372-6051-45B5-8F63-D309E13DD18A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FAD6372-6051-45B5-8F63-D309E13DD18A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FAD6372-6051-45B5-8F63-D309E13DD18A}.Release|Any CPU.Build.0 = Release|Any CPU
{0E3D5881-E345-4DC0-88D0-93F8CA43F494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E3D5881-E345-4DC0-88D0-93F8CA43F494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E3D5881-E345-4DC0-88D0-93F8CA43F494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E3D5881-E345-4DC0-88D0-93F8CA43F494}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F64C16E-67F9-4FAA-9ED9-50AE1579E4FF}
EndGlobalSection
EndGlobal