-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHazel_Engine.sln
22 lines (22 loc) · 1.16 KB
/
Hazel_Engine.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sandbox", "Sandbox\Sandbox.vcxproj", "{154BF406-B920-4403-B85F-09229BC5B562}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hazel_Engine", "Hazel_Engine.vcxproj", "{2DB8731C-763D-4017-9299-62B38DC849E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DB8731C-763D-4017-9299-62B38DC849E2}.Debug|x64.ActiveCfg = Debug|x64
{2DB8731C-763D-4017-9299-62B38DC849E2}.Debug|x64.Build.0 = Debug|x64
{2DB8731C-763D-4017-9299-62B38DC849E2}.Release|x64.ActiveCfg = Debug|x64
{2DB8731C-763D-4017-9299-62B38DC849E2}.Release|x64.Build.0 = Debug|x64
{154BF406-B920-4403-B85F-09229BC5B562}.Debug|x64.ActiveCfg = Debug|x64
{154BF406-B920-4403-B85F-09229BC5B562}.Debug|x64.Build.0 = Debug|x64
{154BF406-B920-4403-B85F-09229BC5B562}.Release|x64.ActiveCfg = Release|x64
{154BF406-B920-4403-B85F-09229BC5B562}.Release|x64.Build.0 = Release|x64
EndGlobalSection
EndGlobal