-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGameLauncher.sln
51 lines (51 loc) · 2.93 KB
/
GameLauncher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Comment Editor", "Comment Editor\Comment Editor.vcxproj", "{E8DC9CF7-50BB-4C46-9D03-312722EF4EA4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DxlibGameLauncher", "DxlibGameLauncher\DxlibGameLauncher.vcxproj", "{52FB1BF6-67D8-48C4-B7AD-532C80EA9554}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DxlibObjectiveGameLauncher", "DxlibObjectiveGameLauncher\DxlibObjectiveGameLauncher.vcxproj", "{C7DF38E5-DC3D-43FB-9557-9C97C74FCA01}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "LauncherInstaller", "LauncherInstaller\LauncherInstaller.vdproj", "{2C444A22-CE89-4C8E-BCED-48E8C805B5F8}"
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
{E8DC9CF7-50BB-4C46-9D03-312722EF4EA4}.Debug|x64.ActiveCfg = Debug|x64
{E8DC9CF7-50BB-4C46-9D03-312722EF4EA4}.Debug|x64.Build.0 = Debug|x64
{E8DC9CF7-50BB-4C46-9D03-312722EF4EA4}.Debug|x86.ActiveCfg = Debug|x64
{E8DC9CF7-50BB-4C46-9D03-312722EF4EA4}.Release|x64.ActiveCfg = Release|x64
{E8DC9CF7-50BB-4C46-9D03-312722EF4EA4}.Release|x64.Build.0 = Release|x64
{E8DC9CF7-50BB-4C46-9D03-312722EF4EA4}.Release|x86.ActiveCfg = Release|x64
{52FB1BF6-67D8-48C4-B7AD-532C80EA9554}.Debug|x64.ActiveCfg = Debug|x64
{52FB1BF6-67D8-48C4-B7AD-532C80EA9554}.Debug|x64.Build.0 = Debug|x64
{52FB1BF6-67D8-48C4-B7AD-532C80EA9554}.Debug|x86.ActiveCfg = Debug|x64
{52FB1BF6-67D8-48C4-B7AD-532C80EA9554}.Release|x64.ActiveCfg = Release|x64
{52FB1BF6-67D8-48C4-B7AD-532C80EA9554}.Release|x64.Build.0 = Release|x64
{52FB1BF6-67D8-48C4-B7AD-532C80EA9554}.Release|x86.ActiveCfg = Release|x64
{C7DF38E5-DC3D-43FB-9557-9C97C74FCA01}.Debug|x64.ActiveCfg = Debug|x64
{C7DF38E5-DC3D-43FB-9557-9C97C74FCA01}.Debug|x64.Build.0 = Debug|x64
{C7DF38E5-DC3D-43FB-9557-9C97C74FCA01}.Debug|x86.ActiveCfg = Debug|x64
{C7DF38E5-DC3D-43FB-9557-9C97C74FCA01}.Release|x64.ActiveCfg = Release|x64
{C7DF38E5-DC3D-43FB-9557-9C97C74FCA01}.Release|x64.Build.0 = Release|x64
{C7DF38E5-DC3D-43FB-9557-9C97C74FCA01}.Release|x86.ActiveCfg = Release|x64
{2C444A22-CE89-4C8E-BCED-48E8C805B5F8}.Debug|x64.ActiveCfg = Debug
{2C444A22-CE89-4C8E-BCED-48E8C805B5F8}.Debug|x86.ActiveCfg = Debug
{2C444A22-CE89-4C8E-BCED-48E8C805B5F8}.Release|x64.ActiveCfg = Release
{2C444A22-CE89-4C8E-BCED-48E8C805B5F8}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED87AF84-1B20-4A41-9D0E-F17D4A285558}
EndGlobalSection
EndGlobal