-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArchknights.sln
86 lines (86 loc) · 5.09 KB
/
Archknights.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppWin32", "AppWin32\AppWin32.vcxproj", "{0A2AB57D-278D-480A-8CFB-C845F52A1B68}"
ProjectSection(ProjectDependencies) = postProject
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811} = {2B7690DF-88BB-4C39-9AA3-F0FE3820B811}
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE} = {834EE0B9-D0D2-4534-AD7C-DF791D55BACE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MysteryEngine", "MysteryEngine\MysteryEngine.vcxproj", "{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client\Client.vcxproj", "{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}"
ProjectSection(ProjectDependencies) = postProject
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE} = {834EE0B9-D0D2-4534-AD7C-DF791D55BACE}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Lim-De|x64 = Lim-De|x64
Lim-De|x86 = Lim-De|x86
Lim-Rel|x64 = Lim-Rel|x64
Lim-Rel|x86 = Lim-Rel|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Debug|x64.ActiveCfg = Debug|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Debug|x64.Build.0 = Debug|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Debug|x86.ActiveCfg = Debug|Win32
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Debug|x86.Build.0 = Debug|Win32
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-De|x64.ActiveCfg = Lim-De|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-De|x64.Build.0 = Lim-De|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-De|x86.ActiveCfg = Debug|Win32
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-De|x86.Build.0 = Debug|Win32
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-Rel|x64.ActiveCfg = Lim-Rel|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-Rel|x64.Build.0 = Lim-Rel|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-Rel|x86.ActiveCfg = Release|Win32
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Lim-Rel|x86.Build.0 = Release|Win32
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Release|x64.ActiveCfg = Release|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Release|x64.Build.0 = Release|x64
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Release|x86.ActiveCfg = Release|Win32
{0A2AB57D-278D-480A-8CFB-C845F52A1B68}.Release|x86.Build.0 = Release|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Debug|x64.ActiveCfg = Debug|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Debug|x64.Build.0 = Debug|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Debug|x86.ActiveCfg = Debug|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Debug|x86.Build.0 = Debug|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-De|x64.ActiveCfg = Lim-De|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-De|x64.Build.0 = Lim-De|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-De|x86.ActiveCfg = Debug|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-De|x86.Build.0 = Debug|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-Rel|x64.ActiveCfg = Lim-Rel|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-Rel|x64.Build.0 = Lim-Rel|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-Rel|x86.ActiveCfg = Debug|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Lim-Rel|x86.Build.0 = Debug|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Release|x64.ActiveCfg = Release|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Release|x64.Build.0 = Release|x64
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Release|x86.ActiveCfg = Release|Win32
{834EE0B9-D0D2-4534-AD7C-DF791D55BACE}.Release|x86.Build.0 = Release|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Debug|x64.ActiveCfg = Debug|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Debug|x64.Build.0 = Debug|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Debug|x86.ActiveCfg = Debug|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Debug|x86.Build.0 = Debug|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-De|x64.ActiveCfg = Lim-De|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-De|x64.Build.0 = Lim-De|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-De|x86.ActiveCfg = Debug|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-De|x86.Build.0 = Debug|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-Rel|x64.ActiveCfg = Lim-Rel|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-Rel|x64.Build.0 = Lim-Rel|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-Rel|x86.ActiveCfg = Debug|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Lim-Rel|x86.Build.0 = Debug|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Release|x64.ActiveCfg = Release|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Release|x64.Build.0 = Release|x64
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Release|x86.ActiveCfg = Release|Win32
{2B7690DF-88BB-4C39-9AA3-F0FE3820B811}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C3B5D2A-DB23-4F45-AB35-4E297D2B14D5}
EndGlobalSection
EndGlobal