-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasicAlgorithms.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
BasicAlgorithms.sln
File metadata and controls
37 lines (37 loc) · 2.04 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.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicAlgorithms", "AlgorithmsSort\BasicAlgorithms.csproj", "{3CC2801F-D09F-4BB8-AE65-377FB74020FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algoritms", "Algoritms1\Algoritms.csproj", "{FB7FB250-8034-4D7E-9017-D4E105D3C1CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlgoritmsTests", "AlgoritmsTests\AlgoritmsTests.csproj", "{83C12F28-CC57-48B3-8495-9AB8674B4E1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CC2801F-D09F-4BB8-AE65-377FB74020FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CC2801F-D09F-4BB8-AE65-377FB74020FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CC2801F-D09F-4BB8-AE65-377FB74020FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CC2801F-D09F-4BB8-AE65-377FB74020FA}.Release|Any CPU.Build.0 = Release|Any CPU
{FB7FB250-8034-4D7E-9017-D4E105D3C1CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB7FB250-8034-4D7E-9017-D4E105D3C1CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB7FB250-8034-4D7E-9017-D4E105D3C1CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB7FB250-8034-4D7E-9017-D4E105D3C1CE}.Release|Any CPU.Build.0 = Release|Any CPU
{83C12F28-CC57-48B3-8495-9AB8674B4E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C12F28-CC57-48B3-8495-9AB8674B4E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C12F28-CC57-48B3-8495-9AB8674B4E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C12F28-CC57-48B3-8495-9AB8674B4E1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEF1A16F-D684-4EDB-B956-9021E546C972}
EndGlobalSection
EndGlobal