-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRoundTheCode.LinqExpressions-Example.sln
45 lines (45 loc) · 2.76 KB
/
RoundTheCode.LinqExpressions-Example.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.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoundTheCode.LinqExpressions-Example", "RoundTheCode.LinqExpressions-Example\RoundTheCode.LinqExpressions-Example.csproj", "{6F4EA82D-0D1E-4DB1-92C0-2F94C37788BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{10A312E9-90ED-4190-90FF-E915CA08DE36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoundTheCode.LinqExpressions-Example.Data", "RoundTheCode.LinqExpressions-Example.Data\RoundTheCode.LinqExpressions-Example.Data.csproj", "{A64BDFD8-0EFB-4161-94F0-1E9E749B4576}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Expressions", "Expressions", "{1A158BD0-E8B1-4B7A-8C54-AD07136422E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoundTheCode.LinqExpressions-Example.Expressions", "RoundTheCode.LinqExpressions-Example.Expressions\RoundTheCode.LinqExpressions-Example.Expressions.csproj", "{23A8B97D-597E-4D1B-A5C8-A018F7C11E0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F4EA82D-0D1E-4DB1-92C0-2F94C37788BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F4EA82D-0D1E-4DB1-92C0-2F94C37788BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F4EA82D-0D1E-4DB1-92C0-2F94C37788BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F4EA82D-0D1E-4DB1-92C0-2F94C37788BF}.Release|Any CPU.Build.0 = Release|Any CPU
{A64BDFD8-0EFB-4161-94F0-1E9E749B4576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A64BDFD8-0EFB-4161-94F0-1E9E749B4576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A64BDFD8-0EFB-4161-94F0-1E9E749B4576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A64BDFD8-0EFB-4161-94F0-1E9E749B4576}.Release|Any CPU.Build.0 = Release|Any CPU
{23A8B97D-597E-4D1B-A5C8-A018F7C11E0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23A8B97D-597E-4D1B-A5C8-A018F7C11E0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23A8B97D-597E-4D1B-A5C8-A018F7C11E0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23A8B97D-597E-4D1B-A5C8-A018F7C11E0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A64BDFD8-0EFB-4161-94F0-1E9E749B4576} = {10A312E9-90ED-4190-90FF-E915CA08DE36}
{23A8B97D-597E-4D1B-A5C8-A018F7C11E0A} = {1A158BD0-E8B1-4B7A-8C54-AD07136422E9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {608D1060-517C-4A96-8AA1-90DB9D697331}
EndGlobalSection
EndGlobal