-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainAlgorithms.sln
More file actions
31 lines (31 loc) · 1.59 KB
/
MainAlgorithms.sln
File metadata and controls
31 lines (31 loc) · 1.59 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MainAlgorithms", "MainAlgorithms\MainAlgorithms.csproj", "{B55CBEC7-DE21-4772-9CA3-D7E0775B63A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MainAlgorithmsTests", "MainAlgorithmsTests\MainAlgorithmsTests.csproj", "{287DC59B-1003-48E9-BE1F-B2F73F3EF2AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B55CBEC7-DE21-4772-9CA3-D7E0775B63A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B55CBEC7-DE21-4772-9CA3-D7E0775B63A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B55CBEC7-DE21-4772-9CA3-D7E0775B63A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B55CBEC7-DE21-4772-9CA3-D7E0775B63A6}.Release|Any CPU.Build.0 = Release|Any CPU
{287DC59B-1003-48E9-BE1F-B2F73F3EF2AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{287DC59B-1003-48E9-BE1F-B2F73F3EF2AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{287DC59B-1003-48E9-BE1F-B2F73F3EF2AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{287DC59B-1003-48E9-BE1F-B2F73F3EF2AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6FEDD0B-3478-4227-8A40-8CB1494799CE}
EndGlobalSection
EndGlobal