-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKOHook.sln
61 lines (61 loc) · 3.39 KB
/
KOHook.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
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AIServer", "AIServer\AIServer.vcxproj", "{9B333A65-9F92-4CD4-BA2A-D0B87F260D76}"
ProjectSection(ProjectDependencies) = postProject
{B2056069-C9F4-47AB-9A65-699DC2475BAA} = {B2056069-C9F4-47AB-9A65-699DC2475BAA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Injector", "Injector\Injector.vcxproj", "{4A8C9CF4-5B8A-4ABA-966C-8F2DC6DB207E}"
ProjectSection(ProjectDependencies) = postProject
{B2056069-C9F4-47AB-9A65-699DC2475BAA} = {B2056069-C9F4-47AB-9A65-699DC2475BAA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ebenezer", "Ebenezer\Ebenezer.vcxproj", "{429DBC30-E80B-498A-8FD1-49EDE558ED23}"
ProjectSection(ProjectDependencies) = postProject
{B2056069-C9F4-47AB-9A65-699DC2475BAA} = {B2056069-C9F4-47AB-9A65-699DC2475BAA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "Common\Common.vcxproj", "{B2056069-C9F4-47AB-9A65-699DC2475BAA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KnightOnline", "KnightOnline\KnightOnline.vcxproj", "{89DE4940-B31B-4136-A2F1-AF66418A7EC5}"
ProjectSection(ProjectDependencies) = postProject
{B2056069-C9F4-47AB-9A65-699DC2475BAA} = {B2056069-C9F4-47AB-9A65-699DC2475BAA}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B333A65-9F92-4CD4-BA2A-D0B87F260D76}.Debug|x86.ActiveCfg = Debug|Win32
{9B333A65-9F92-4CD4-BA2A-D0B87F260D76}.Debug|x86.Build.0 = Debug|Win32
{9B333A65-9F92-4CD4-BA2A-D0B87F260D76}.Release|x86.ActiveCfg = Release|Win32
{9B333A65-9F92-4CD4-BA2A-D0B87F260D76}.Release|x86.Build.0 = Release|Win32
{4A8C9CF4-5B8A-4ABA-966C-8F2DC6DB207E}.Debug|x86.ActiveCfg = Debug|Win32
{4A8C9CF4-5B8A-4ABA-966C-8F2DC6DB207E}.Debug|x86.Build.0 = Debug|Win32
{4A8C9CF4-5B8A-4ABA-966C-8F2DC6DB207E}.Release|x86.ActiveCfg = Release|Win32
{4A8C9CF4-5B8A-4ABA-966C-8F2DC6DB207E}.Release|x86.Build.0 = Release|Win32
{429DBC30-E80B-498A-8FD1-49EDE558ED23}.Debug|x86.ActiveCfg = Debug|Win32
{429DBC30-E80B-498A-8FD1-49EDE558ED23}.Debug|x86.Build.0 = Debug|Win32
{429DBC30-E80B-498A-8FD1-49EDE558ED23}.Release|x86.ActiveCfg = Release|Win32
{429DBC30-E80B-498A-8FD1-49EDE558ED23}.Release|x86.Build.0 = Release|Win32
{B2056069-C9F4-47AB-9A65-699DC2475BAA}.Debug|x86.ActiveCfg = Debug|Win32
{B2056069-C9F4-47AB-9A65-699DC2475BAA}.Debug|x86.Build.0 = Debug|Win32
{B2056069-C9F4-47AB-9A65-699DC2475BAA}.Release|x86.ActiveCfg = Release|Win32
{B2056069-C9F4-47AB-9A65-699DC2475BAA}.Release|x86.Build.0 = Release|Win32
{89DE4940-B31B-4136-A2F1-AF66418A7EC5}.Debug|x86.ActiveCfg = Debug|Win32
{89DE4940-B31B-4136-A2F1-AF66418A7EC5}.Debug|x86.Build.0 = Debug|Win32
{89DE4940-B31B-4136-A2F1-AF66418A7EC5}.Release|x86.ActiveCfg = Release|Win32
{89DE4940-B31B-4136-A2F1-AF66418A7EC5}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0888B1C-3B34-471B-A10A-72201D233DB2}
EndGlobalSection
EndGlobal