-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternalSort.sln
31 lines (31 loc) · 1.67 KB
/
ExternalSort.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalSort", "ExternalSort\ExternalSort.csproj", "{54965C37-049B-4A78-9E9F-BC81F6493558}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalSort.Test", "ExternalSort.Test\ExternalSort.Test.csproj", "{935619A5-764E-44A2-81D3-F83980DC124A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{30823C78-EE2B-476B-8196-8BFAA404E253}"
ProjectSection(SolutionItems) = preProject
docs\OrderByExternal.md = docs\OrderByExternal.md
docs\Index.md = docs\Index.md
docs\GroupJoinExternal.md = docs\GroupJoinExternal.md
docs\ExceptByExternal.md = docs\ExceptByExternal.md
docs\DistinctExternal = docs\DistinctExternal
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54965C37-049B-4A78-9E9F-BC81F6493558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54965C37-049B-4A78-9E9F-BC81F6493558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54965C37-049B-4A78-9E9F-BC81F6493558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54965C37-049B-4A78-9E9F-BC81F6493558}.Release|Any CPU.Build.0 = Release|Any CPU
{935619A5-764E-44A2-81D3-F83980DC124A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{935619A5-764E-44A2-81D3-F83980DC124A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{935619A5-764E-44A2-81D3-F83980DC124A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{935619A5-764E-44A2-81D3-F83980DC124A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal