This repository was archived by the owner on Oct 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject_M3.sln
37 lines (37 loc) · 1.88 KB
/
Project_M3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Platform", "Project_M3.vcxproj", "{163F7375-2C9F-4BDB-84F1-0F9E3BA817DA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Framework", "Framework\Framework.vcxproj", "{EBDD6FBB-D6D5-4BFA-96FD-3231137A3BCA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "Game\Game.vcxproj", "{317534B0-B6C3-4371-9DF8-98911CFF92C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{163F7375-2C9F-4BDB-84F1-0F9E3BA817DA}.Debug|x64.ActiveCfg = Debug|x64
{163F7375-2C9F-4BDB-84F1-0F9E3BA817DA}.Debug|x64.Build.0 = Debug|x64
{163F7375-2C9F-4BDB-84F1-0F9E3BA817DA}.Release|x64.ActiveCfg = Release|x64
{163F7375-2C9F-4BDB-84F1-0F9E3BA817DA}.Release|x64.Build.0 = Release|x64
{EBDD6FBB-D6D5-4BFA-96FD-3231137A3BCA}.Debug|x64.ActiveCfg = Debug|x64
{EBDD6FBB-D6D5-4BFA-96FD-3231137A3BCA}.Debug|x64.Build.0 = Debug|x64
{EBDD6FBB-D6D5-4BFA-96FD-3231137A3BCA}.Release|x64.ActiveCfg = Release|x64
{EBDD6FBB-D6D5-4BFA-96FD-3231137A3BCA}.Release|x64.Build.0 = Release|x64
{317534B0-B6C3-4371-9DF8-98911CFF92C1}.Debug|x64.ActiveCfg = Debug|x64
{317534B0-B6C3-4371-9DF8-98911CFF92C1}.Debug|x64.Build.0 = Debug|x64
{317534B0-B6C3-4371-9DF8-98911CFF92C1}.Release|x64.ActiveCfg = Release|x64
{317534B0-B6C3-4371-9DF8-98911CFF92C1}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43367F1B-FD83-47FE-9A1A-D0F64F4FC87A}
EndGlobalSection
EndGlobal