-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinqSamples.sln
49 lines (49 loc) · 2.92 KB
/
LinqSamples.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 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Introduction", "Introduction\Introduction.csproj", "{CFB8EB87-B726-41F8-80BA-253641EEE57A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Features", "Features\Features.csproj", "{34FD022C-E6A6-44AF-9B5B-63D7C9519B26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Queries", "Queries\Queries.csproj", "{05490169-5B29-4F88-BB30-8B6E4ABFA340}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cars", "Cars\Cars.csproj", "{600B1D8C-88D5-4452-AE9F-65AB7BA12C75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLSamples", "XMLSamples\XMLSamples.csproj", "{69B11FCD-EAB3-487C-A6B0-540D8A38EAB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFB8EB87-B726-41F8-80BA-253641EEE57A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB8EB87-B726-41F8-80BA-253641EEE57A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB8EB87-B726-41F8-80BA-253641EEE57A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB8EB87-B726-41F8-80BA-253641EEE57A}.Release|Any CPU.Build.0 = Release|Any CPU
{34FD022C-E6A6-44AF-9B5B-63D7C9519B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34FD022C-E6A6-44AF-9B5B-63D7C9519B26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34FD022C-E6A6-44AF-9B5B-63D7C9519B26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34FD022C-E6A6-44AF-9B5B-63D7C9519B26}.Release|Any CPU.Build.0 = Release|Any CPU
{05490169-5B29-4F88-BB30-8B6E4ABFA340}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05490169-5B29-4F88-BB30-8B6E4ABFA340}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05490169-5B29-4F88-BB30-8B6E4ABFA340}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05490169-5B29-4F88-BB30-8B6E4ABFA340}.Release|Any CPU.Build.0 = Release|Any CPU
{600B1D8C-88D5-4452-AE9F-65AB7BA12C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{600B1D8C-88D5-4452-AE9F-65AB7BA12C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{600B1D8C-88D5-4452-AE9F-65AB7BA12C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{600B1D8C-88D5-4452-AE9F-65AB7BA12C75}.Release|Any CPU.Build.0 = Release|Any CPU
{69B11FCD-EAB3-487C-A6B0-540D8A38EAB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69B11FCD-EAB3-487C-A6B0-540D8A38EAB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69B11FCD-EAB3-487C-A6B0-540D8A38EAB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69B11FCD-EAB3-487C-A6B0-540D8A38EAB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B048D49-E50B-4EA5-9CF9-C8E90B6E1CF1}
EndGlobalSection
EndGlobal