-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonAlgorithms.sln
More file actions
37 lines (37 loc) · 2.08 KB
/
CommonAlgorithms.sln
File metadata and controls
37 lines (37 loc) · 2.08 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 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlgoPlayground", "CommonAlgorithms\AlgoPlayground.csproj", "{5EF52D4A-57A6-49E5-9A6C-D9B2D578DCE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SortingAlgorithms", "SortingAlgorithms\SortingAlgorithms.csproj", "{DFEC2165-CB08-459F-96B6-AA95B60266FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SearchingAlgorithms", "SearchingAlgorithms\SearchingAlgorithms.csproj", "{0CD5AD26-6E83-4870-A079-1F0BCBF872CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EF52D4A-57A6-49E5-9A6C-D9B2D578DCE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EF52D4A-57A6-49E5-9A6C-D9B2D578DCE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EF52D4A-57A6-49E5-9A6C-D9B2D578DCE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EF52D4A-57A6-49E5-9A6C-D9B2D578DCE4}.Release|Any CPU.Build.0 = Release|Any CPU
{DFEC2165-CB08-459F-96B6-AA95B60266FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFEC2165-CB08-459F-96B6-AA95B60266FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFEC2165-CB08-459F-96B6-AA95B60266FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFEC2165-CB08-459F-96B6-AA95B60266FD}.Release|Any CPU.Build.0 = Release|Any CPU
{0CD5AD26-6E83-4870-A079-1F0BCBF872CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD5AD26-6E83-4870-A079-1F0BCBF872CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD5AD26-6E83-4870-A079-1F0BCBF872CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD5AD26-6E83-4870-A079-1F0BCBF872CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6E787E4-D369-44C9-ACA5-1B6C8957A266}
EndGlobalSection
EndGlobal