-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSortingAlgorithm.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
SortingAlgorithm.sln
File metadata and controls
37 lines (37 loc) · 2.06 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 Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{ADBA62C8-18AB-4236-B740-D3E8EC95F374}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortAlgorithm_UI", "SortAlgorithm_UI\SortAlgorithm_UI.csproj", "{43C34931-96FD-467E-9F61-B251D97B9761}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortingAlgorithm", "sortingAlgorithm1\SortingAlgorithm.csproj", "{2DA70CD4-5DE7-4547-BC2C-7B1F37CCA18E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ADBA62C8-18AB-4236-B740-D3E8EC95F374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADBA62C8-18AB-4236-B740-D3E8EC95F374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADBA62C8-18AB-4236-B740-D3E8EC95F374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADBA62C8-18AB-4236-B740-D3E8EC95F374}.Release|Any CPU.Build.0 = Release|Any CPU
{43C34931-96FD-467E-9F61-B251D97B9761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43C34931-96FD-467E-9F61-B251D97B9761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43C34931-96FD-467E-9F61-B251D97B9761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43C34931-96FD-467E-9F61-B251D97B9761}.Release|Any CPU.Build.0 = Release|Any CPU
{2DA70CD4-5DE7-4547-BC2C-7B1F37CCA18E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DA70CD4-5DE7-4547-BC2C-7B1F37CCA18E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DA70CD4-5DE7-4547-BC2C-7B1F37CCA18E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DA70CD4-5DE7-4547-BC2C-7B1F37CCA18E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9DCD7E2-926F-4AAD-9455-0F2F67BEEEEA}
EndGlobalSection
EndGlobal