forked from roice3/MagicCube5D
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMagicCube5D.sln
More file actions
37 lines (37 loc) · 1.81 KB
/
MagicCube5D.sln
File metadata and controls
37 lines (37 loc) · 1.81 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 18
VisualStudioVersion = 18.0.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MagicCube5D", "MagicCube5D\MagicCube5D.vcxproj", "{42CC3972-1B3B-419B-87A4-7796289D9E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MagicCubeGUI", "MagicCubeGUI\MagicCubeGUI.csproj", "{6B1A6B1E-6AD5-442D-A27D-7D4EADF1B8A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ED8D6677-7EA6-4594-A4E6-3AFB6FA9F390}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42CC3972-1B3B-419B-87A4-7796289D9E23}.Debug|Any CPU.ActiveCfg = Release|x64
{42CC3972-1B3B-419B-87A4-7796289D9E23}.Debug|Any CPU.Build.0 = Release|x64
{42CC3972-1B3B-419B-87A4-7796289D9E23}.Release|Any CPU.ActiveCfg = Release|x64
{42CC3972-1B3B-419B-87A4-7796289D9E23}.Release|Any CPU.Build.0 = Release|x64
{6B1A6B1E-6AD5-442D-A27D-7D4EADF1B8A9}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{6B1A6B1E-6AD5-442D-A27D-7D4EADF1B8A9}.Debug|Any CPU.Build.0 = Release|Any CPU
{6B1A6B1E-6AD5-442D-A27D-7D4EADF1B8A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B1A6B1E-6AD5-442D-A27D-7D4EADF1B8A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECF93CBD-4497-4A0D-A350-83DD45C8BE37}
EndGlobalSection
EndGlobal