-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlgorithmLab.sln
More file actions
37 lines (37 loc) · 1.9 KB
/
Copy pathAlgorithmLab.sln
File metadata and controls
37 lines (37 loc) · 1.9 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.14.36414.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlgorithmLab", "AlgorithmLab\AlgorithmLab.csproj", "{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AlgorithmLabInstaller", "AlgorithmLabInstaller\AlgorithmLabInstaller.vdproj", "{CA9E82E3-9689-B4F4-2F1F-C4E75F0F1B90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}.Debug|x86.ActiveCfg = Debug|x86
{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}.Release|Any CPU.Build.0 = Release|Any CPU
{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}.Release|x86.ActiveCfg = Release|x86
{FA0C8ECB-1F27-4615-958C-CF4C48C81D4C}.Release|x86.Build.0 = Release|x86
{CA9E82E3-9689-B4F4-2F1F-C4E75F0F1B90}.Debug|Any CPU.ActiveCfg = Release
{CA9E82E3-9689-B4F4-2F1F-C4E75F0F1B90}.Debug|Any CPU.Build.0 = Release
{CA9E82E3-9689-B4F4-2F1F-C4E75F0F1B90}.Debug|x86.ActiveCfg = Debug
{CA9E82E3-9689-B4F4-2F1F-C4E75F0F1B90}.Release|Any CPU.ActiveCfg = Release
{CA9E82E3-9689-B4F4-2F1F-C4E75F0F1B90}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5300A2E1-0FF4-4831-BF05-31B07FD39575}
EndGlobalSection
EndGlobal