-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSearchingAlgorithms.sln
43 lines (43 loc) · 2.52 KB
/
SearchingAlgorithms.sln
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.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpClientSearch", "CSharpClientSearch\CSharpClientSearch.csproj", "{D612E048-DD29-44D7-B535-2543562A9D55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyLibrarySearch", "MyLibrarySearch\MyLibrarySearch.csproj", "{B40E6DBE-15AB-4E39-AC9E-93EB7AA25F2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{9158BEF7-1084-41E1-AE01-045169359F59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp2", "ConsoleApp2\ConsoleApp2.csproj", "{B0BBE108-D84E-484F-B0FB-1A83B4285510}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D612E048-DD29-44D7-B535-2543562A9D55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D612E048-DD29-44D7-B535-2543562A9D55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D612E048-DD29-44D7-B535-2543562A9D55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D612E048-DD29-44D7-B535-2543562A9D55}.Release|Any CPU.Build.0 = Release|Any CPU
{B40E6DBE-15AB-4E39-AC9E-93EB7AA25F2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B40E6DBE-15AB-4E39-AC9E-93EB7AA25F2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B40E6DBE-15AB-4E39-AC9E-93EB7AA25F2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B40E6DBE-15AB-4E39-AC9E-93EB7AA25F2C}.Release|Any CPU.Build.0 = Release|Any CPU
{9158BEF7-1084-41E1-AE01-045169359F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9158BEF7-1084-41E1-AE01-045169359F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9158BEF7-1084-41E1-AE01-045169359F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9158BEF7-1084-41E1-AE01-045169359F59}.Release|Any CPU.Build.0 = Release|Any CPU
{B0BBE108-D84E-484F-B0FB-1A83B4285510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0BBE108-D84E-484F-B0FB-1A83B4285510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0BBE108-D84E-484F-B0FB-1A83B4285510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0BBE108-D84E-484F-B0FB-1A83B4285510}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14CA00DA-4A24-4D51-A44F-57AA8477AA48}
EndGlobalSection
EndGlobal