-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEmperorLauncher.sln
60 lines (60 loc) · 3.59 KB
/
EmperorLauncher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EmperorLauncher", "EmperorLauncher\EmperorLauncher.vcxproj", "{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}"
ProjectSection(ProjectDependencies) = postProject
{5311F911-1321-44BD-B3DD-2F94CE2D513A} = {5311F911-1321-44BD-B3DD-2F94CE2D513A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommsDataDumper", "CommsDataDumper\CommsDataDumper.vcxproj", "{93525BB2-445E-41CA-9C6C-5EF6FEE87EAB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EmperorHooks", "EmperorHooks\EmperorHooks.vcxproj", "{5311F911-1321-44BD-B3DD-2F94CE2D513A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WolServerStandalone", "WolServerStandalone\WolServerStandalone.vcxproj", "{42860B7C-BAE0-42EA-A8D9-CAD9B660B4B3}"
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
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Debug|x64.ActiveCfg = Debug|Win32
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Debug|x64.Build.0 = Debug|Win32
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Debug|x86.ActiveCfg = Debug|Win32
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Debug|x86.Build.0 = Debug|Win32
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Release|x64.ActiveCfg = Release|Win32
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Release|x64.Build.0 = Release|Win32
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Release|x86.ActiveCfg = Release|Win32
{EC2A0D18-B7AD-4CC7-B44B-E255B2F5956A}.Release|x86.Build.0 = Release|Win32
{93525BB2-445E-41CA-9C6C-5EF6FEE87EAB}.Debug|x64.ActiveCfg = Debug|Win32
{93525BB2-445E-41CA-9C6C-5EF6FEE87EAB}.Debug|x64.Build.0 = Debug|Win32
{93525BB2-445E-41CA-9C6C-5EF6FEE87EAB}.Debug|x86.ActiveCfg = Debug|Win32
{93525BB2-445E-41CA-9C6C-5EF6FEE87EAB}.Release|x64.ActiveCfg = Release|Win32
{93525BB2-445E-41CA-9C6C-5EF6FEE87EAB}.Release|x64.Build.0 = Release|Win32
{93525BB2-445E-41CA-9C6C-5EF6FEE87EAB}.Release|x86.ActiveCfg = Release|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Debug|x64.ActiveCfg = Debug|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Debug|x64.Build.0 = Debug|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Debug|x86.ActiveCfg = Debug|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Debug|x86.Build.0 = Debug|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Release|x64.ActiveCfg = Release|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Release|x64.Build.0 = Release|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Release|x86.ActiveCfg = Release|Win32
{5311F911-1321-44BD-B3DD-2F94CE2D513A}.Release|x86.Build.0 = Release|Win32
{42860B7C-BAE0-42EA-A8D9-CAD9B660B4B3}.Debug|x64.ActiveCfg = Debug|x64
{42860B7C-BAE0-42EA-A8D9-CAD9B660B4B3}.Debug|x64.Build.0 = Debug|x64
{42860B7C-BAE0-42EA-A8D9-CAD9B660B4B3}.Debug|x86.ActiveCfg = Debug|Win32
{42860B7C-BAE0-42EA-A8D9-CAD9B660B4B3}.Release|x64.ActiveCfg = Release|x64
{42860B7C-BAE0-42EA-A8D9-CAD9B660B4B3}.Release|x64.Build.0 = Release|x64
{42860B7C-BAE0-42EA-A8D9-CAD9B660B4B3}.Release|x86.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74B825DB-D0D7-4176-AF6B-CDBC051858CE}
EndGlobalSection
EndGlobal