-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBccCode.Linq.sln
48 lines (48 loc) · 2.79 KB
/
BccCode.Linq.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DD036B92-1A55-4F61-99C6-2EFF90A2371B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{387FA296-FF99-47FE-9148-FE096131B089}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BccCode.Linq", "src\BccCode.Linq\BccCode.Linq.csproj", "{A2BFA71F-80FD-4303-B88F-5BCC35F0290B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BccCode.Linq.Tests", "tests\BccCode.Linq.Tests\BccCode.Linq.Tests.csproj", "{A45B1549-1104-4CB2-91B9-8E525F800370}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{D321CBDA-E958-4207-AE58-AAB8E06ED9A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BccCode.Linq.Examples.IQueryable", "examples\BccCode.Linq.Examples.IQueryable\BccCode.Linq.Examples.IQueryable.csproj", "{473D2E22-9B13-49E3-881A-28CEC928AEB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2BFA71F-80FD-4303-B88F-5BCC35F0290B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2BFA71F-80FD-4303-B88F-5BCC35F0290B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2BFA71F-80FD-4303-B88F-5BCC35F0290B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2BFA71F-80FD-4303-B88F-5BCC35F0290B}.Release|Any CPU.Build.0 = Release|Any CPU
{A45B1549-1104-4CB2-91B9-8E525F800370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A45B1549-1104-4CB2-91B9-8E525F800370}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A45B1549-1104-4CB2-91B9-8E525F800370}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A45B1549-1104-4CB2-91B9-8E525F800370}.Release|Any CPU.Build.0 = Release|Any CPU
{473D2E22-9B13-49E3-881A-28CEC928AEB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{473D2E22-9B13-49E3-881A-28CEC928AEB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{473D2E22-9B13-49E3-881A-28CEC928AEB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{473D2E22-9B13-49E3-881A-28CEC928AEB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A2BFA71F-80FD-4303-B88F-5BCC35F0290B} = {DD036B92-1A55-4F61-99C6-2EFF90A2371B}
{A45B1549-1104-4CB2-91B9-8E525F800370} = {387FA296-FF99-47FE-9148-FE096131B089}
{473D2E22-9B13-49E3-881A-28CEC928AEB5} = {D321CBDA-E958-4207-AE58-AAB8E06ED9A2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBB56140-8241-4057-9D09-B468B701FAAA}
EndGlobalSection
EndGlobal