-
Notifications
You must be signed in to change notification settings - Fork 2
/
AlefServer.sln
79 lines (79 loc) · 5.4 KB
/
AlefServer.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AgpModules", "Projects\AgpModules\AgpModules.vcproj", "{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}"
ProjectSection(ProjectDependencies) = postProject
{A5C4630C-E440-4767-87CC-6B53905D260E} = {A5C4630C-E440-4767-87CC-6B53905D260E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApModules", "Projects\ApModules\ApModules.vcproj", "{A5C4630C-E440-4767-87CC-6B53905D260E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AgsModules", "Projects\AgsModules\AgsModules.vcproj", "{AEA137C2-3EAB-40C8-80B9-78FE659027B2}"
ProjectSection(ProjectDependencies) = postProject
{CFD93F15-C931-4506-8E73-36D3817F8E65} = {CFD93F15-C931-4506-8E73-36D3817F8E65}
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D} = {55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AlefServer", "Projects\AlefServer\AlefServer.vcproj", "{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}"
ProjectSection(ProjectDependencies) = postProject
{AEA137C2-3EAB-40C8-80B9-78FE659027B2} = {AEA137C2-3EAB-40C8-80B9-78FE659027B2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsNetworkLib", "Projects\AsNetworkLib\AsNetworkLib.vcproj", "{CFD93F15-C931-4506-8E73-36D3817F8E65}"
ProjectSection(ProjectDependencies) = postProject
{A5C4630C-E440-4767-87CC-6B53905D260E} = {A5C4630C-E440-4767-87CC-6B53905D260E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Global|Win32 = Debug Global|Win32
Debug Global|x64 = Debug Global|x64
Release Global|Win32 = Release Global|Win32
Release Global|x64 = Release Global|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Debug Global|Win32.ActiveCfg = Debug Global|Win32
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Debug Global|Win32.Build.0 = Debug Global|Win32
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Debug Global|x64.ActiveCfg = Debug Global|x64
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Debug Global|x64.Build.0 = Debug Global|x64
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Release Global|Win32.ActiveCfg = Release Global|Win32
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Release Global|Win32.Build.0 = Release Global|Win32
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Release Global|x64.ActiveCfg = Release Global|x64
{55DEEE27-6B81-4BE1-BBB0-FD4894E6806D}.Release Global|x64.Build.0 = Release Global|x64
{A5C4630C-E440-4767-87CC-6B53905D260E}.Debug Global|Win32.ActiveCfg = Debug Global|Win32
{A5C4630C-E440-4767-87CC-6B53905D260E}.Debug Global|Win32.Build.0 = Debug Global|Win32
{A5C4630C-E440-4767-87CC-6B53905D260E}.Debug Global|x64.ActiveCfg = Debug Global|x64
{A5C4630C-E440-4767-87CC-6B53905D260E}.Debug Global|x64.Build.0 = Debug Global|x64
{A5C4630C-E440-4767-87CC-6B53905D260E}.Release Global|Win32.ActiveCfg = Release Global|Win32
{A5C4630C-E440-4767-87CC-6B53905D260E}.Release Global|Win32.Build.0 = Release Global|Win32
{A5C4630C-E440-4767-87CC-6B53905D260E}.Release Global|x64.ActiveCfg = Release Global|x64
{A5C4630C-E440-4767-87CC-6B53905D260E}.Release Global|x64.Build.0 = Release Global|x64
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Debug Global|Win32.ActiveCfg = Debug Global|Win32
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Debug Global|Win32.Build.0 = Debug Global|Win32
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Debug Global|x64.ActiveCfg = Debug Global|x64
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Debug Global|x64.Build.0 = Debug Global|x64
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Release Global|Win32.ActiveCfg = Release Global|Win32
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Release Global|Win32.Build.0 = Release Global|Win32
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Release Global|x64.ActiveCfg = Release Global|x64
{AEA137C2-3EAB-40C8-80B9-78FE659027B2}.Release Global|x64.Build.0 = Release Global|x64
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Debug Global|Win32.ActiveCfg = Debug Global|Win32
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Debug Global|Win32.Build.0 = Debug Global|Win32
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Debug Global|x64.ActiveCfg = Debug Global|x64
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Debug Global|x64.Build.0 = Debug Global|x64
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Release Global|Win32.ActiveCfg = Release Global|Win32
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Release Global|Win32.Build.0 = Release Global|Win32
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Release Global|x64.ActiveCfg = Release Global|x64
{AEC0E888-B6F6-4610-8F15-31400F7B3F6E}.Release Global|x64.Build.0 = Release Global|x64
{CFD93F15-C931-4506-8E73-36D3817F8E65}.Debug Global|Win32.ActiveCfg = Debug EM64T|x64
{CFD93F15-C931-4506-8E73-36D3817F8E65}.Debug Global|x64.ActiveCfg = Debug|x64
{CFD93F15-C931-4506-8E73-36D3817F8E65}.Debug Global|x64.Build.0 = Debug|x64
{CFD93F15-C931-4506-8E73-36D3817F8E65}.Release Global|Win32.ActiveCfg = Release EM64T|x64
{CFD93F15-C931-4506-8E73-36D3817F8E65}.Release Global|x64.ActiveCfg = Release|x64
{CFD93F15-C931-4506-8E73-36D3817F8E65}.Release Global|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
EndGlobalSection
EndGlobal