| 1 |
sysadm |
1.1 |
<?xml version="1.0" encoding="Windows-1252"?>
|
| 2 |
|
|
<VisualStudioProject
|
| 3 |
|
|
ProjectType="Visual C++"
|
| 4 |
|
|
Version="7.10"
|
| 5 |
|
|
Name="d2dbsConsole"
|
| 6 |
|
|
ProjectGUID="{300F80E0-1A0E-4639-AEB9-18A692FF35F2}"
|
| 7 |
|
|
RootNamespace="d2dbsConsole"
|
| 8 |
|
|
Keyword="ManagedCProj">
|
| 9 |
|
|
<Platforms>
|
| 10 |
|
|
<Platform
|
| 11 |
|
|
Name="Win32"/>
|
| 12 |
|
|
</Platforms>
|
| 13 |
|
|
<Configurations>
|
| 14 |
|
|
<Configuration
|
| 15 |
|
|
Name="Debug|Win32"
|
| 16 |
|
|
OutputDirectory="..\bin"
|
| 17 |
|
|
IntermediateDirectory="..\obj\$(ProjectName)_debug"
|
| 18 |
|
|
ConfigurationType="1"
|
| 19 |
|
|
UseOfMFC="0"
|
| 20 |
|
|
UseOfATL="0"
|
| 21 |
|
|
CharacterSet="2"
|
| 22 |
|
|
WholeProgramOptimization="TRUE">
|
| 23 |
|
|
<Tool
|
| 24 |
|
|
Name="VCCLCompilerTool"
|
| 25 |
|
|
Optimization="2"
|
| 26 |
|
|
GlobalOptimizations="FALSE"
|
| 27 |
|
|
InlineFunctionExpansion="1"
|
| 28 |
|
|
EnableIntrinsicFunctions="FALSE"
|
| 29 |
|
|
FavorSizeOrSpeed="1"
|
| 30 |
|
|
OmitFramePointers="TRUE"
|
| 31 |
|
|
OptimizeForProcessor="0"
|
| 32 |
|
|
OptimizeForWindowsApplication="TRUE"
|
| 33 |
|
|
AdditionalIncludeDirectories="../src;"$(SolutionDir)/..""
|
| 34 |
|
|
PreprocessorDefinitions="_DEBUG;WIN32"
|
| 35 |
|
|
StringPooling="TRUE"
|
| 36 |
|
|
RuntimeLibrary="0"
|
| 37 |
|
|
StructMemberAlignment="1"
|
| 38 |
|
|
EnableFunctionLevelLinking="TRUE"
|
| 39 |
|
|
UsePrecompiledHeader="0"
|
| 40 |
|
|
WarningLevel="1"
|
| 41 |
|
|
Detect64BitPortabilityProblems="TRUE"
|
| 42 |
|
|
DebugInformationFormat="3"
|
| 43 |
|
|
CallingConvention="0"
|
| 44 |
|
|
CompileAs="1"/>
|
| 45 |
|
|
<Tool
|
| 46 |
|
|
Name="VCCustomBuildTool"/>
|
| 47 |
|
|
<Tool
|
| 48 |
|
|
Name="VCLinkerTool"
|
| 49 |
|
|
AdditionalOptions="ws2_32.lib"
|
| 50 |
|
|
OutputFile="$(OutDir)/$(ProjectName)_debug.exe"
|
| 51 |
|
|
LinkIncremental="1"
|
| 52 |
|
|
GenerateDebugInformation="TRUE"
|
| 53 |
|
|
SubSystem="1"
|
| 54 |
|
|
OptimizeReferences="2"
|
| 55 |
|
|
EnableCOMDATFolding="2"
|
| 56 |
|
|
TargetMachine="1"/>
|
| 57 |
|
|
<Tool
|
| 58 |
|
|
Name="VCMIDLTool"/>
|
| 59 |
|
|
<Tool
|
| 60 |
|
|
Name="VCPostBuildEventTool"/>
|
| 61 |
|
|
<Tool
|
| 62 |
|
|
Name="VCPreBuildEventTool"/>
|
| 63 |
|
|
<Tool
|
| 64 |
|
|
Name="VCPreLinkEventTool"/>
|
| 65 |
|
|
<Tool
|
| 66 |
|
|
Name="VCResourceCompilerTool"
|
| 67 |
|
|
AdditionalIncludeDirectories="..\src\"/>
|
| 68 |
|
|
<Tool
|
| 69 |
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
| 70 |
|
|
<Tool
|
| 71 |
|
|
Name="VCXMLDataGeneratorTool"/>
|
| 72 |
|
|
<Tool
|
| 73 |
|
|
Name="VCWebDeploymentTool"/>
|
| 74 |
|
|
<Tool
|
| 75 |
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
| 76 |
|
|
<Tool
|
| 77 |
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
| 78 |
|
|
</Configuration>
|
| 79 |
|
|
<Configuration
|
| 80 |
|
|
Name="Release|Win32"
|
| 81 |
|
|
OutputDirectory="..\bin"
|
| 82 |
|
|
IntermediateDirectory="..\obj\$(ProjectName)"
|
| 83 |
|
|
ConfigurationType="1"
|
| 84 |
|
|
UseOfMFC="0"
|
| 85 |
|
|
UseOfATL="0"
|
| 86 |
|
|
CharacterSet="2"
|
| 87 |
|
|
WholeProgramOptimization="TRUE">
|
| 88 |
|
|
<Tool
|
| 89 |
|
|
Name="VCCLCompilerTool"
|
| 90 |
|
|
Optimization="2"
|
| 91 |
|
|
GlobalOptimizations="FALSE"
|
| 92 |
|
|
InlineFunctionExpansion="1"
|
| 93 |
|
|
EnableIntrinsicFunctions="FALSE"
|
| 94 |
|
|
FavorSizeOrSpeed="1"
|
| 95 |
|
|
OmitFramePointers="TRUE"
|
| 96 |
|
|
OptimizeForProcessor="0"
|
| 97 |
|
|
OptimizeForWindowsApplication="TRUE"
|
| 98 |
|
|
AdditionalIncludeDirectories="../src;"$(SolutionDir)/..""
|
| 99 |
|
|
PreprocessorDefinitions="NDEBUG;WIN32"
|
| 100 |
|
|
StringPooling="TRUE"
|
| 101 |
|
|
RuntimeLibrary="0"
|
| 102 |
|
|
StructMemberAlignment="1"
|
| 103 |
|
|
EnableFunctionLevelLinking="TRUE"
|
| 104 |
|
|
UsePrecompiledHeader="0"
|
| 105 |
|
|
WarningLevel="1"
|
| 106 |
|
|
Detect64BitPortabilityProblems="TRUE"
|
| 107 |
|
|
DebugInformationFormat="0"
|
| 108 |
|
|
CallingConvention="0"
|
| 109 |
|
|
CompileAs="1"/>
|
| 110 |
|
|
<Tool
|
| 111 |
|
|
Name="VCCustomBuildTool"/>
|
| 112 |
|
|
<Tool
|
| 113 |
|
|
Name="VCLinkerTool"
|
| 114 |
|
|
AdditionalOptions="ws2_32.lib"
|
| 115 |
|
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
| 116 |
|
|
LinkIncremental="1"
|
| 117 |
|
|
GenerateDebugInformation="FALSE"
|
| 118 |
|
|
SubSystem="1"
|
| 119 |
|
|
OptimizeReferences="2"
|
| 120 |
|
|
EnableCOMDATFolding="2"
|
| 121 |
|
|
TargetMachine="1"/>
|
| 122 |
|
|
<Tool
|
| 123 |
|
|
Name="VCMIDLTool"/>
|
| 124 |
|
|
<Tool
|
| 125 |
|
|
Name="VCPostBuildEventTool"/>
|
| 126 |
|
|
<Tool
|
| 127 |
|
|
Name="VCPreBuildEventTool"/>
|
| 128 |
|
|
<Tool
|
| 129 |
|
|
Name="VCPreLinkEventTool"/>
|
| 130 |
|
|
<Tool
|
| 131 |
|
|
Name="VCResourceCompilerTool"
|
| 132 |
|
|
AdditionalIncludeDirectories="..\src\"/>
|
| 133 |
|
|
<Tool
|
| 134 |
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
| 135 |
|
|
<Tool
|
| 136 |
|
|
Name="VCXMLDataGeneratorTool"/>
|
| 137 |
|
|
<Tool
|
| 138 |
|
|
Name="VCWebDeploymentTool"/>
|
| 139 |
|
|
<Tool
|
| 140 |
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
| 141 |
|
|
<Tool
|
| 142 |
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
| 143 |
|
|
</Configuration>
|
| 144 |
|
|
</Configurations>
|
| 145 |
|
|
<References>
|
| 146 |
|
|
</References>
|
| 147 |
|
|
<Files>
|
| 148 |
|
|
<Filter
|
| 149 |
|
|
Name="Source Files"
|
| 150 |
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
| 151 |
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
| 152 |
|
|
<Filter
|
| 153 |
|
|
Name="d2dbs"
|
| 154 |
|
|
Filter="">
|
| 155 |
|
|
<File
|
| 156 |
|
|
RelativePath="..\src\d2dbs\charlock.c">
|
| 157 |
|
|
</File>
|
| 158 |
|
|
<File
|
| 159 |
|
|
RelativePath="..\src\d2dbs\cmdline_parse.c">
|
| 160 |
|
|
</File>
|
| 161 |
|
|
<File
|
| 162 |
|
|
RelativePath="..\src\d2dbs\d2ladder.c">
|
| 163 |
|
|
</File>
|
| 164 |
|
|
<File
|
| 165 |
|
|
RelativePath="..\src\d2dbs\dbsdupecheck.c">
|
| 166 |
|
|
</File>
|
| 167 |
|
|
<File
|
| 168 |
|
|
RelativePath="..\src\d2dbs\dbserver.c">
|
| 169 |
|
|
</File>
|
| 170 |
|
|
<File
|
| 171 |
|
|
RelativePath="..\src\d2dbs\dbspacket.c">
|
| 172 |
|
|
</File>
|
| 173 |
|
|
<File
|
| 174 |
|
|
RelativePath="..\src\d2dbs\handle_signal.c">
|
| 175 |
|
|
</File>
|
| 176 |
|
|
<File
|
| 177 |
|
|
RelativePath="..\src\d2dbs\main.c">
|
| 178 |
|
|
</File>
|
| 179 |
|
|
<File
|
| 180 |
|
|
RelativePath="..\src\d2dbs\prefs.c">
|
| 181 |
|
|
</File>
|
| 182 |
|
|
</Filter>
|
| 183 |
|
|
<Filter
|
| 184 |
|
|
Name="common"
|
| 185 |
|
|
Filter="">
|
| 186 |
|
|
<File
|
| 187 |
|
|
RelativePath="..\src\common\addr.c">
|
| 188 |
|
|
</File>
|
| 189 |
|
|
<File
|
| 190 |
|
|
RelativePath="..\src\common\bn_type.c">
|
| 191 |
|
|
</File>
|
| 192 |
|
|
<File
|
| 193 |
|
|
RelativePath="..\src\common\d2char_checksum.c">
|
| 194 |
|
|
</File>
|
| 195 |
|
|
<File
|
| 196 |
|
|
RelativePath="..\src\common\eventlog.c">
|
| 197 |
|
|
</File>
|
| 198 |
|
|
<File
|
| 199 |
|
|
RelativePath="..\src\common\hexdump.c">
|
| 200 |
|
|
</File>
|
| 201 |
|
|
<File
|
| 202 |
|
|
RelativePath="..\src\common\list.c">
|
| 203 |
|
|
</File>
|
| 204 |
|
|
<File
|
| 205 |
|
|
RelativePath="..\src\common\network.c">
|
| 206 |
|
|
</File>
|
| 207 |
|
|
<File
|
| 208 |
|
|
RelativePath="..\src\common\packet.c">
|
| 209 |
|
|
</File>
|
| 210 |
|
|
<File
|
| 211 |
|
|
RelativePath="..\src\common\util.c">
|
| 212 |
|
|
</File>
|
| 213 |
|
|
<File
|
| 214 |
|
|
RelativePath="..\src\common\xalloc.c">
|
| 215 |
|
|
</File>
|
| 216 |
|
|
</Filter>
|
| 217 |
|
|
<Filter
|
| 218 |
|
|
Name="compat"
|
| 219 |
|
|
Filter="">
|
| 220 |
|
|
<File
|
| 221 |
|
|
RelativePath="..\src\compat\inet_aton.c">
|
| 222 |
|
|
</File>
|
| 223 |
|
|
<File
|
| 224 |
|
|
RelativePath="..\src\compat\psock.c">
|
| 225 |
|
|
</File>
|
| 226 |
|
|
<File
|
| 227 |
|
|
RelativePath="..\src\compat\strerror.c">
|
| 228 |
|
|
</File>
|
| 229 |
|
|
<File
|
| 230 |
|
|
RelativePath="..\src\compat\strsep.c">
|
| 231 |
|
|
</File>
|
| 232 |
|
|
</Filter>
|
| 233 |
|
|
<Filter
|
| 234 |
|
|
Name="d2cs"
|
| 235 |
|
|
Filter="">
|
| 236 |
|
|
<File
|
| 237 |
|
|
RelativePath="..\src\d2cs\conf.c">
|
| 238 |
|
|
</File>
|
| 239 |
|
|
<File
|
| 240 |
|
|
RelativePath="..\src\d2cs\xstring.c">
|
| 241 |
|
|
</File>
|
| 242 |
|
|
</Filter>
|
| 243 |
|
|
<Filter
|
| 244 |
|
|
Name="win32"
|
| 245 |
|
|
Filter="">
|
| 246 |
|
|
<File
|
| 247 |
|
|
RelativePath="..\src\win32\service.c">
|
| 248 |
|
|
</File>
|
| 249 |
|
|
</Filter>
|
| 250 |
|
|
</Filter>
|
| 251 |
|
|
<Filter
|
| 252 |
|
|
Name="Header Files"
|
| 253 |
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
| 254 |
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
| 255 |
|
|
<Filter
|
| 256 |
|
|
Name="d2dbs"
|
| 257 |
|
|
Filter="">
|
| 258 |
|
|
<File
|
| 259 |
|
|
RelativePath="..\src\d2dbs\charlock.h">
|
| 260 |
|
|
</File>
|
| 261 |
|
|
<File
|
| 262 |
|
|
RelativePath="..\src\d2dbs\cmdline_parse.h">
|
| 263 |
|
|
</File>
|
| 264 |
|
|
<File
|
| 265 |
|
|
RelativePath="..\src\d2dbs\d2ladder.h">
|
| 266 |
|
|
</File>
|
| 267 |
|
|
<File
|
| 268 |
|
|
RelativePath="..\src\d2dbs\dbsdupecheck.h">
|
| 269 |
|
|
</File>
|
| 270 |
|
|
<File
|
| 271 |
|
|
RelativePath="..\src\d2dbs\dbserver.h">
|
| 272 |
|
|
</File>
|
| 273 |
|
|
<File
|
| 274 |
|
|
RelativePath="..\src\d2dbs\dbspacket.h">
|
| 275 |
|
|
</File>
|
| 276 |
|
|
<File
|
| 277 |
|
|
RelativePath="..\src\d2dbs\handle_signal.h">
|
| 278 |
|
|
</File>
|
| 279 |
|
|
<File
|
| 280 |
|
|
RelativePath="..\src\d2dbs\prefs.h">
|
| 281 |
|
|
</File>
|
| 282 |
|
|
<File
|
| 283 |
|
|
RelativePath="..\src\d2dbs\setup.h">
|
| 284 |
|
|
</File>
|
| 285 |
|
|
<File
|
| 286 |
|
|
RelativePath="..\src\d2dbs\version.h">
|
| 287 |
|
|
</File>
|
| 288 |
|
|
</Filter>
|
| 289 |
|
|
<Filter
|
| 290 |
|
|
Name="common"
|
| 291 |
|
|
Filter="">
|
| 292 |
|
|
<File
|
| 293 |
|
|
RelativePath="..\src\common\addr.h">
|
| 294 |
|
|
</File>
|
| 295 |
|
|
<File
|
| 296 |
|
|
RelativePath="..\src\common\bn_type.h">
|
| 297 |
|
|
</File>
|
| 298 |
|
|
<File
|
| 299 |
|
|
RelativePath="..\src\common\d2char_checksum.h">
|
| 300 |
|
|
</File>
|
| 301 |
|
|
<File
|
| 302 |
|
|
RelativePath="..\src\common\eventlog.h">
|
| 303 |
|
|
</File>
|
| 304 |
|
|
<File
|
| 305 |
|
|
RelativePath="..\src\common\hexdump.h">
|
| 306 |
|
|
</File>
|
| 307 |
|
|
<File
|
| 308 |
|
|
RelativePath="..\src\common\list.h">
|
| 309 |
|
|
</File>
|
| 310 |
|
|
<File
|
| 311 |
|
|
RelativePath="..\src\common\network.h">
|
| 312 |
|
|
</File>
|
| 313 |
|
|
<File
|
| 314 |
|
|
RelativePath="..\src\common\packet.h">
|
| 315 |
|
|
</File>
|
| 316 |
|
|
<File
|
| 317 |
|
|
RelativePath="..\src\common\util.h">
|
| 318 |
|
|
</File>
|
| 319 |
|
|
<File
|
| 320 |
|
|
RelativePath="..\src\common\xalloc.h">
|
| 321 |
|
|
</File>
|
| 322 |
|
|
</Filter>
|
| 323 |
|
|
<Filter
|
| 324 |
|
|
Name="compat"
|
| 325 |
|
|
Filter="">
|
| 326 |
|
|
<File
|
| 327 |
|
|
RelativePath="..\src\compat\inet_aton.h">
|
| 328 |
|
|
</File>
|
| 329 |
|
|
<File
|
| 330 |
|
|
RelativePath="..\src\compat\psock.h">
|
| 331 |
|
|
</File>
|
| 332 |
|
|
<File
|
| 333 |
|
|
RelativePath="..\src\compat\strerror.h">
|
| 334 |
|
|
</File>
|
| 335 |
|
|
<File
|
| 336 |
|
|
RelativePath="..\src\compat\strsep.h">
|
| 337 |
|
|
</File>
|
| 338 |
|
|
</Filter>
|
| 339 |
|
|
<Filter
|
| 340 |
|
|
Name="d2cs"
|
| 341 |
|
|
Filter="">
|
| 342 |
|
|
<File
|
| 343 |
|
|
RelativePath="..\src\d2cs\conf.h">
|
| 344 |
|
|
</File>
|
| 345 |
|
|
<File
|
| 346 |
|
|
RelativePath="..\src\d2cs\xstring.h">
|
| 347 |
|
|
</File>
|
| 348 |
|
|
</Filter>
|
| 349 |
|
|
<Filter
|
| 350 |
|
|
Name="win32"
|
| 351 |
|
|
Filter="">
|
| 352 |
|
|
<File
|
| 353 |
|
|
RelativePath="..\src\win32\service.h">
|
| 354 |
|
|
</File>
|
| 355 |
|
|
</Filter>
|
| 356 |
|
|
</Filter>
|
| 357 |
|
|
<Filter
|
| 358 |
|
|
Name="Resource Files"
|
| 359 |
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
| 360 |
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
| 361 |
|
|
<File
|
| 362 |
|
|
RelativePath="..\src\win32\console_resource.rc">
|
| 363 |
|
|
</File>
|
| 364 |
|
|
</Filter>
|
| 365 |
|
|
</Files>
|
| 366 |
|
|
<Globals>
|
| 367 |
|
|
</Globals>
|
| 368 |
|
|
</VisualStudioProject>
|