-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOtherSorting.sln
More file actions
43 lines (43 loc) · 2.48 KB
/
OtherSorting.sln
File metadata and controls
43 lines (43 loc) · 2.48 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CircleSort", "CircleSort\CircleSort.csproj", "{8826470B-E5CD-47BB-A2AD-8BEF790A286A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CycleSort", "CycleSort\CycleSort.csproj", "{9FBB9269-E13A-43A4-95CA-53F653FBA75A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeapSort", "HeapSort\HeapSort.csproj", "{FF4497F6-FD16-45B5-8B2A-D7883545C5A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PermutationSort", "PermutationSort\PermutationSort.csproj", "{52BEC778-2E25-4709-86B6-C887ED5F043A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8826470B-E5CD-47BB-A2AD-8BEF790A286A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8826470B-E5CD-47BB-A2AD-8BEF790A286A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8826470B-E5CD-47BB-A2AD-8BEF790A286A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8826470B-E5CD-47BB-A2AD-8BEF790A286A}.Release|Any CPU.Build.0 = Release|Any CPU
{9FBB9269-E13A-43A4-95CA-53F653FBA75A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FBB9269-E13A-43A4-95CA-53F653FBA75A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FBB9269-E13A-43A4-95CA-53F653FBA75A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FBB9269-E13A-43A4-95CA-53F653FBA75A}.Release|Any CPU.Build.0 = Release|Any CPU
{FF4497F6-FD16-45B5-8B2A-D7883545C5A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF4497F6-FD16-45B5-8B2A-D7883545C5A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF4497F6-FD16-45B5-8B2A-D7883545C5A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF4497F6-FD16-45B5-8B2A-D7883545C5A7}.Release|Any CPU.Build.0 = Release|Any CPU
{52BEC778-2E25-4709-86B6-C887ED5F043A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52BEC778-2E25-4709-86B6-C887ED5F043A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52BEC778-2E25-4709-86B6-C887ED5F043A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52BEC778-2E25-4709-86B6-C887ED5F043A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D97AF2F2-EDDF-4377-91E5-4E0D774404A6}
EndGlobalSection
EndGlobal