-
Notifications
You must be signed in to change notification settings - Fork 0
/
SlateEngine.sln
52 lines (52 loc) · 2.8 KB
/
SlateEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SlateEngine", "SlateEngine\SlateEngine.vcxproj", "{DABA3522-CA28-4EAD-831A-3A888890DEFD}"
ProjectSection(ProjectDependencies) = postProject
{29B19BAD-663C-49CD-903C-BC25A3E86C45} = {29B19BAD-663C-49CD-903C-BC25A3E86C45}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SlateEditor", "SlateEditor\SlateEditor.vcxproj", "{62B1AE60-33B0-44BD-8FB9-ACF1ABF0E002}"
ProjectSection(ProjectDependencies) = postProject
{DABA3522-CA28-4EAD-831A-3A888890DEFD} = {DABA3522-CA28-4EAD-831A-3A888890DEFD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GamePlugin", "GamePlugin\GamePlugin.vcxproj", "{7E35BE41-41A9-4D7C-BA1F-70403E6245DF}"
ProjectSection(ProjectDependencies) = postProject
{DABA3522-CA28-4EAD-831A-3A888890DEFD} = {DABA3522-CA28-4EAD-831A-3A888890DEFD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SlatePlayer", "SlatePlayer\SlatePlayer.vcxproj", "{29B19BAD-663C-49CD-903C-BC25A3E86C45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DABA3522-CA28-4EAD-831A-3A888890DEFD}.Debug|x64.ActiveCfg = Debug|x64
{DABA3522-CA28-4EAD-831A-3A888890DEFD}.Debug|x64.Build.0 = Debug|x64
{DABA3522-CA28-4EAD-831A-3A888890DEFD}.Release|x64.ActiveCfg = Release|x64
{DABA3522-CA28-4EAD-831A-3A888890DEFD}.Release|x64.Build.0 = Release|x64
{62B1AE60-33B0-44BD-8FB9-ACF1ABF0E002}.Debug|x64.ActiveCfg = Debug|x64
{62B1AE60-33B0-44BD-8FB9-ACF1ABF0E002}.Debug|x64.Build.0 = Debug|x64
{62B1AE60-33B0-44BD-8FB9-ACF1ABF0E002}.Release|x64.ActiveCfg = Release|x64
{62B1AE60-33B0-44BD-8FB9-ACF1ABF0E002}.Release|x64.Build.0 = Release|x64
{7E35BE41-41A9-4D7C-BA1F-70403E6245DF}.Debug|x64.ActiveCfg = Debug|x64
{7E35BE41-41A9-4D7C-BA1F-70403E6245DF}.Debug|x64.Build.0 = Debug|x64
{7E35BE41-41A9-4D7C-BA1F-70403E6245DF}.Release|x64.ActiveCfg = Release|x64
{7E35BE41-41A9-4D7C-BA1F-70403E6245DF}.Release|x64.Build.0 = Release|x64
{29B19BAD-663C-49CD-903C-BC25A3E86C45}.Debug|x64.ActiveCfg = Debug|x64
{29B19BAD-663C-49CD-903C-BC25A3E86C45}.Debug|x64.Build.0 = Debug|x64
{29B19BAD-663C-49CD-903C-BC25A3E86C45}.Release|x64.ActiveCfg = Release|x64
{29B19BAD-663C-49CD-903C-BC25A3E86C45}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {761DA2E8-9308-42B1-953E-950D761AE11B}
EndGlobalSection
EndGlobal