-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImpracticalSorting.sln
More file actions
37 lines (37 loc) · 2 KB
/
ImpracticalSorting.sln
File metadata and controls
37 lines (37 loc) · 2 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
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}") = "BogoSort", "BogoSort\BogoSort.csproj", "{54C985C3-4A89-4A84-A9A1-1473B02C8F17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeadSort", "BeadSort\BeadSort.csproj", "{F66F3A9A-9CD3-4CEC-91C4-190A380E05BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PancakeSort", "PancakeSort\PancakeSort.csproj", "{67A15B63-AB7D-46B2-B81E-7E65B21127A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54C985C3-4A89-4A84-A9A1-1473B02C8F17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54C985C3-4A89-4A84-A9A1-1473B02C8F17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54C985C3-4A89-4A84-A9A1-1473B02C8F17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54C985C3-4A89-4A84-A9A1-1473B02C8F17}.Release|Any CPU.Build.0 = Release|Any CPU
{F66F3A9A-9CD3-4CEC-91C4-190A380E05BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F66F3A9A-9CD3-4CEC-91C4-190A380E05BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F66F3A9A-9CD3-4CEC-91C4-190A380E05BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F66F3A9A-9CD3-4CEC-91C4-190A380E05BB}.Release|Any CPU.Build.0 = Release|Any CPU
{67A15B63-AB7D-46B2-B81E-7E65B21127A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67A15B63-AB7D-46B2-B81E-7E65B21127A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67A15B63-AB7D-46B2-B81E-7E65B21127A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67A15B63-AB7D-46B2-B81E-7E65B21127A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B05CDC6-8A40-47C3-93D5-8802FC26B1E3}
EndGlobalSection
EndGlobal