forked from AlanMorel/MapleServer2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMapleServer2.sln
53 lines (53 loc) · 3.14 KB
/
MapleServer2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapleServer2", "MapleServer2\MapleServer2.csproj", "{75C6A294-BB12-4003-A3D8-F5472DBE1ACD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaplePacketLib2", "MaplePacketLib2\MaplePacketLib2.csproj", "{7B4D0AF3-870E-417A-B44F-8FFD10F8F9CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maple2Storage", "Maple2Storage\Maple2Storage.csproj", "{9B4F568F-AF1B-4941-BF44-132F42BF6DF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameDataParser", "GameDataParser\GameDataParser.csproj", "{977E8028-3EB4-4DBA-9AC4-81961AAEEB9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC72CD08-B2A9-4D37-B26B-638C64DC1D8A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ms2Database", "Ms2Database\Ms2Database.csproj", "{F021381E-8A42-4A9F-8183-47783ED4BB4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75C6A294-BB12-4003-A3D8-F5472DBE1ACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C6A294-BB12-4003-A3D8-F5472DBE1ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C6A294-BB12-4003-A3D8-F5472DBE1ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C6A294-BB12-4003-A3D8-F5472DBE1ACD}.Release|Any CPU.Build.0 = Release|Any CPU
{7B4D0AF3-870E-417A-B44F-8FFD10F8F9CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B4D0AF3-870E-417A-B44F-8FFD10F8F9CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B4D0AF3-870E-417A-B44F-8FFD10F8F9CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4F568F-AF1B-4941-BF44-132F42BF6DF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B4F568F-AF1B-4941-BF44-132F42BF6DF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B4F568F-AF1B-4941-BF44-132F42BF6DF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4F568F-AF1B-4941-BF44-132F42BF6DF4}.Release|Any CPU.Build.0 = Release|Any CPU
{977E8028-3EB4-4DBA-9AC4-81961AAEEB9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{977E8028-3EB4-4DBA-9AC4-81961AAEEB9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{977E8028-3EB4-4DBA-9AC4-81961AAEEB9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{977E8028-3EB4-4DBA-9AC4-81961AAEEB9A}.Release|Any CPU.Build.0 = Release|Any CPU
{F021381E-8A42-4A9F-8183-47783ED4BB4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F021381E-8A42-4A9F-8183-47783ED4BB4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F021381E-8A42-4A9F-8183-47783ED4BB4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F021381E-8A42-4A9F-8183-47783ED4BB4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {916C0D22-565A-4BB2-B94D-D1CC2926E3A3}
EndGlobalSection
EndGlobal