-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVkEngine.sln
66 lines (66 loc) · 3.92 KB
/
VkEngine.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Platform", "Platform\Platform.vcxproj", "{AFB86722-85F6-42B0-85A8-26B113551695}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImGui", "ImGui\ImGui.vcxproj", "{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VkEngine", "VkEngine\VkEngine.vcxproj", "{EF76991A-7873-4733-971A-EE8619030900}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{EDD21B6A-81BC-445C-9C32-B7056A74822C}"
ProjectSection(ProjectDependencies) = postProject
{EF76991A-7873-4733-971A-EE8619030900} = {EF76991A-7873-4733-971A-EE8619030900}
{AFB86722-85F6-42B0-85A8-26B113551695} = {AFB86722-85F6-42B0-85A8-26B113551695}
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4} = {5659C862-088A-49EE-AAC1-1EEEB41EC6F4}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFB86722-85F6-42B0-85A8-26B113551695}.Debug|x64.ActiveCfg = Debug|x64
{AFB86722-85F6-42B0-85A8-26B113551695}.Debug|x64.Build.0 = Debug|x64
{AFB86722-85F6-42B0-85A8-26B113551695}.Debug|x86.ActiveCfg = Debug|Win32
{AFB86722-85F6-42B0-85A8-26B113551695}.Debug|x86.Build.0 = Debug|Win32
{AFB86722-85F6-42B0-85A8-26B113551695}.Release|x64.ActiveCfg = Release|x64
{AFB86722-85F6-42B0-85A8-26B113551695}.Release|x64.Build.0 = Release|x64
{AFB86722-85F6-42B0-85A8-26B113551695}.Release|x86.ActiveCfg = Release|Win32
{AFB86722-85F6-42B0-85A8-26B113551695}.Release|x86.Build.0 = Release|Win32
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Debug|x64.ActiveCfg = Debug|x64
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Debug|x64.Build.0 = Debug|x64
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Debug|x86.ActiveCfg = Debug|Win32
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Debug|x86.Build.0 = Debug|Win32
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Release|x64.ActiveCfg = Release|x64
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Release|x64.Build.0 = Release|x64
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Release|x86.ActiveCfg = Release|Win32
{5659C862-088A-49EE-AAC1-1EEEB41EC6F4}.Release|x86.Build.0 = Release|Win32
{EF76991A-7873-4733-971A-EE8619030900}.Debug|x64.ActiveCfg = Debug|x64
{EF76991A-7873-4733-971A-EE8619030900}.Debug|x64.Build.0 = Debug|x64
{EF76991A-7873-4733-971A-EE8619030900}.Debug|x86.ActiveCfg = Debug|Win32
{EF76991A-7873-4733-971A-EE8619030900}.Debug|x86.Build.0 = Debug|Win32
{EF76991A-7873-4733-971A-EE8619030900}.Release|x64.ActiveCfg = Release|x64
{EF76991A-7873-4733-971A-EE8619030900}.Release|x64.Build.0 = Release|x64
{EF76991A-7873-4733-971A-EE8619030900}.Release|x86.ActiveCfg = Release|Win32
{EF76991A-7873-4733-971A-EE8619030900}.Release|x86.Build.0 = Release|Win32
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Debug|x64.ActiveCfg = Debug|x64
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Debug|x64.Build.0 = Debug|x64
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Debug|x86.ActiveCfg = Debug|Win32
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Debug|x86.Build.0 = Debug|Win32
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Release|x64.ActiveCfg = Release|x64
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Release|x64.Build.0 = Release|x64
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Release|x86.ActiveCfg = Release|Win32
{EDD21B6A-81BC-445C-9C32-B7056A74822C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCFF65FF-1B07-4D73-84F6-A2FDDF3E2B61}
EndGlobalSection
EndGlobal