-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy_first_Engine.sln
More file actions
31 lines (31 loc) · 1.46 KB
/
My_first_Engine.sln
File metadata and controls
31 lines (31 loc) · 1.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "My_first_Engine", "My_first_Engine.vcxproj", "{B65A7A28-E927-405F-BDBB-479C489C2FFF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "Game\Game.vcxproj", "{EC0F2E47-BF81-48B7-B5B4-031105B3A1EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B65A7A28-E927-405F-BDBB-479C489C2FFF}.Debug|x64.ActiveCfg = Debug|x64
{B65A7A28-E927-405F-BDBB-479C489C2FFF}.Debug|x64.Build.0 = Debug|x64
{B65A7A28-E927-405F-BDBB-479C489C2FFF}.Release|x64.ActiveCfg = Release|x64
{B65A7A28-E927-405F-BDBB-479C489C2FFF}.Release|x64.Build.0 = Release|x64
{EC0F2E47-BF81-48B7-B5B4-031105B3A1EE}.Debug|x64.ActiveCfg = Debug|x64
{EC0F2E47-BF81-48B7-B5B4-031105B3A1EE}.Debug|x64.Build.0 = Debug|x64
{EC0F2E47-BF81-48B7-B5B4-031105B3A1EE}.Release|x64.ActiveCfg = Release|x64
{EC0F2E47-BF81-48B7-B5B4-031105B3A1EE}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72B3BE2D-AEEB-467D-8D11-BFB55360AF70}
EndGlobalSection
EndGlobal