-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSortAlgorithms.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
SortAlgorithms.sln
File metadata and controls
37 lines (37 loc) · 2.03 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.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortAlgorithms", "SortAlgorithms\SortAlgorithms.csproj", "{F1990958-7135-49BC-BC51-8EFE53DC7D48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithm", "Algorithm\Algorithm.csproj", "{77584657-6C5C-4F10-B4A8-7E2B8492F7CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlgorithmTests", "AlgorithmTests\AlgorithmTests.csproj", "{09A54146-1335-4FE2-BF8E-DEDE4D836754}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1990958-7135-49BC-BC51-8EFE53DC7D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1990958-7135-49BC-BC51-8EFE53DC7D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1990958-7135-49BC-BC51-8EFE53DC7D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1990958-7135-49BC-BC51-8EFE53DC7D48}.Release|Any CPU.Build.0 = Release|Any CPU
{77584657-6C5C-4F10-B4A8-7E2B8492F7CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77584657-6C5C-4F10-B4A8-7E2B8492F7CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77584657-6C5C-4F10-B4A8-7E2B8492F7CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77584657-6C5C-4F10-B4A8-7E2B8492F7CF}.Release|Any CPU.Build.0 = Release|Any CPU
{09A54146-1335-4FE2-BF8E-DEDE4D836754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09A54146-1335-4FE2-BF8E-DEDE4D836754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09A54146-1335-4FE2-BF8E-DEDE4D836754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09A54146-1335-4FE2-BF8E-DEDE4D836754}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABFF5C1B-E4E0-480C-A2CF-D938BD196FD0}
EndGlobalSection
EndGlobal