-
Notifications
You must be signed in to change notification settings - Fork 5
/
Engine.sln
41 lines (41 loc) · 2.42 KB
/
Engine.sln
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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine-Editor", "Engine-Editor\Engine-Editor.vcxproj", "{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine-Core", "Engine-Core", "{187EA723-8494-A5B9-CD0B-31DB39617641}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine-Core", "Engine-Core\Engine-Core.vcxproj", "{11DC7661-7D91-EF56-0686-E92D723AE65A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_DX11|x64 = Debug_DX11|x64
Debug_Vulkan|x64 = Debug_Vulkan|x64
Release_DX11|x64 = Release_DX11|x64
Release_Vulkan|x64 = Release_Vulkan|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Debug_DX11|x64.ActiveCfg = Debug_DX11|x64
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Debug_DX11|x64.Build.0 = Debug_DX11|x64
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Debug_Vulkan|x64.ActiveCfg = Debug_Vulkan|x64
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Debug_Vulkan|x64.Build.0 = Debug_Vulkan|x64
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Release_DX11|x64.ActiveCfg = Release_DX11|x64
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Release_DX11|x64.Build.0 = Release_DX11|x64
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Release_Vulkan|x64.ActiveCfg = Release_Vulkan|x64
{2FC77C9E-9B87-F8D4-64C2-4152D0413DB1}.Release_Vulkan|x64.Build.0 = Release_Vulkan|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Debug_DX11|x64.ActiveCfg = Debug_DX11|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Debug_DX11|x64.Build.0 = Debug_DX11|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Debug_Vulkan|x64.ActiveCfg = Debug_Vulkan|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Debug_Vulkan|x64.Build.0 = Debug_Vulkan|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Release_DX11|x64.ActiveCfg = Release_DX11|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Release_DX11|x64.Build.0 = Release_DX11|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Release_Vulkan|x64.ActiveCfg = Release_Vulkan|x64
{11DC7661-7D91-EF56-0686-E92D723AE65A}.Release_Vulkan|x64.Build.0 = Release_Vulkan|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{11DC7661-7D91-EF56-0686-E92D723AE65A} = {187EA723-8494-A5B9-CD0B-31DB39617641}
EndGlobalSection
EndGlobal