-
Notifications
You must be signed in to change notification settings - Fork 24
/
Linq.Extras.sln
59 lines (59 loc) · 3.35 KB
/
Linq.Extras.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
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0179FA49-AFDB-429D-823D-F895E4C3393D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cmd = build.cmd
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq.Extras", "src\Linq.Extras\Linq.Extras.csproj", "{93E26A7D-E074-4B93-9B74-24414A12FB3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq.Extras.Tests", "tests\Linq.Extras.Tests\Linq.Extras.Tests.csproj", "{B4C8C58A-33D3-4F6C-BA38-FFE8B6A6EE8C}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "docs\Documentation.shfbproj", "{86E2B0AA-E343-4846-8661-E09365D68C99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{777D6312-41D4-4837-9FC6-F548A9555F0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "build", "tools\build\build.csproj", "{750F9598-6DAE-4036-B4D3-EFFA7A37FF74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq.Extras.Benchmarks", "tests\Linq.Extras.Benchmarks\Linq.Extras.Benchmarks.csproj", "{0FFABA2D-D2B5-48BF-B9A4-C4AA4A7D7C92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93E26A7D-E074-4B93-9B74-24414A12FB3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93E26A7D-E074-4B93-9B74-24414A12FB3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93E26A7D-E074-4B93-9B74-24414A12FB3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93E26A7D-E074-4B93-9B74-24414A12FB3B}.Release|Any CPU.Build.0 = Release|Any CPU
{B4C8C58A-33D3-4F6C-BA38-FFE8B6A6EE8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4C8C58A-33D3-4F6C-BA38-FFE8B6A6EE8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4C8C58A-33D3-4F6C-BA38-FFE8B6A6EE8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4C8C58A-33D3-4F6C-BA38-FFE8B6A6EE8C}.Release|Any CPU.Build.0 = Release|Any CPU
{86E2B0AA-E343-4846-8661-E09365D68C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86E2B0AA-E343-4846-8661-E09365D68C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{750F9598-6DAE-4036-B4D3-EFFA7A37FF74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750F9598-6DAE-4036-B4D3-EFFA7A37FF74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FFABA2D-D2B5-48BF-B9A4-C4AA4A7D7C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FFABA2D-D2B5-48BF-B9A4-C4AA4A7D7C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FFABA2D-D2B5-48BF-B9A4-C4AA4A7D7C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FFABA2D-D2B5-48BF-B9A4-C4AA4A7D7C92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{750F9598-6DAE-4036-B4D3-EFFA7A37FF74} = {777D6312-41D4-4837-9FC6-F548A9555F0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AC5F1E6-BC9A-4EB9-BFD3-7F548BC6F652}
EndGlobalSection
EndGlobal