-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPixel-Engine.sln
More file actions
37 lines (37 loc) · 1.9 KB
/
Pixel-Engine.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 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SandBox", "SandBox\SandBox.vcxproj", "{14E34869-8516-4D97-897A-430371E59F29}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{B943E5F9-E0E4-4629-BE5B-939ED6F25CDC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pixel-Engine", "Pixel-Engine\Pixel-Engine.vcxproj", "{1FC4C090-26D4-412B-BC86-52F11D6F9325}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14E34869-8516-4D97-897A-430371E59F29}.Debug|x64.ActiveCfg = Debug|x64
{14E34869-8516-4D97-897A-430371E59F29}.Debug|x64.Build.0 = Debug|x64
{14E34869-8516-4D97-897A-430371E59F29}.Release|x64.ActiveCfg = Release|x64
{14E34869-8516-4D97-897A-430371E59F29}.Release|x64.Build.0 = Release|x64
{B943E5F9-E0E4-4629-BE5B-939ED6F25CDC}.Debug|x64.ActiveCfg = Debug|x64
{B943E5F9-E0E4-4629-BE5B-939ED6F25CDC}.Debug|x64.Build.0 = Debug|x64
{B943E5F9-E0E4-4629-BE5B-939ED6F25CDC}.Release|x64.ActiveCfg = Release|x64
{B943E5F9-E0E4-4629-BE5B-939ED6F25CDC}.Release|x64.Build.0 = Release|x64
{1FC4C090-26D4-412B-BC86-52F11D6F9325}.Debug|x64.ActiveCfg = Debug|x64
{1FC4C090-26D4-412B-BC86-52F11D6F9325}.Debug|x64.Build.0 = Debug|x64
{1FC4C090-26D4-412B-BC86-52F11D6F9325}.Release|x64.ActiveCfg = Release|x64
{1FC4C090-26D4-412B-BC86-52F11D6F9325}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2E10FDA-388C-48CC-BB4B-6637BBB7C921}
EndGlobalSection
EndGlobal