-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlgorithm Master.sln
More file actions
30 lines (30 loc) · 1.47 KB
/
Algorithm Master.sln
File metadata and controls
30 lines (30 loc) · 1.47 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithm Master", "Algorithm Master\Algorithm Master.csproj", "{687CCE30-D1CE-4F39-A34A-27C19AADB01B}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Algorithm Master Setup", "Algorithm Master Setup\Algorithm Master Setup.vdproj", "{E6688E34-4AFA-461C-9B6A-21141C9FF60F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Description = App to be a Rubik's cube master!
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{687CCE30-D1CE-4F39-A34A-27C19AADB01B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{687CCE30-D1CE-4F39-A34A-27C19AADB01B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{687CCE30-D1CE-4F39-A34A-27C19AADB01B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{687CCE30-D1CE-4F39-A34A-27C19AADB01B}.Release|Any CPU.Build.0 = Release|Any CPU
{E6688E34-4AFA-461C-9B6A-21141C9FF60F}.Debug|Any CPU.ActiveCfg = Debug
{E6688E34-4AFA-461C-9B6A-21141C9FF60F}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB7C7B3E-82BE-4A92-94C2-0B56CB90346C}
EndGlobalSection
EndGlobal