* unload WMOs when unloading map tile * removed silly old chat AI * misc stuff & cleanups
347 lines
8.6 KiB
XML
347 lines
8.6 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="shared"
|
|
ProjectGUID="{F548FC51-24A4-45FF-A381-BEBC39F18270}"
|
|
RootNamespace="PseuWoW_Controller"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)/temp/$(ProjectName)/$(ConfigurationName)"
|
|
IntermediateDirectory="$(SolutionDir)/temp/$(ProjectName)/$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="dep/include;Client;shared"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeTypeInfo="FALSE"
|
|
PrecompiledHeaderFile=".\Debug/PseuWoW_Controller.pch"
|
|
AssemblerListingLocation="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/"
|
|
ObjectFile="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalDependencies="winmm.lib libeay32MT.lib"
|
|
AdditionalLibraryDirectories="dep/lib/static"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName=".\Debug/PseuWoW_Controller.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1031"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)/temp/$(ProjectName)/$(ConfigurationName)"
|
|
IntermediateDirectory="$(SolutionDir)/temp/$(ProjectName)/$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories="dep/include;Client;shared"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="FALSE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
EnableEnhancedInstructionSet="0"
|
|
RuntimeTypeInfo="FALSE"
|
|
PrecompiledHeaderFile=".\Release/PseuWoW_Controller.pch"
|
|
AssemblerListingLocation="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/"
|
|
ObjectFile="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalDependencies="winmm.lib libeay32MT.lib"
|
|
AdditionalLibraryDirectories="dep/lib/static"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TypeLibraryName=".\Release/PseuWoW_Controller.tlb"
|
|
HeaderFileName=""/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1031"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath=".\shared\ByteBuffer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\common.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\DebugStuff.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\log.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\log.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\ProgressBar.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\ProgressBar.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\SysDefs.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\tools.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\tools.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Widen.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\ZCompressor.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\ZCompressor.h">
|
|
</File>
|
|
<Filter
|
|
Name="Network"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\shared\Network\Base64.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Base64.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\CircularBuffer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\CircularBuffer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\ListenSocket.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Parse.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Parse.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\PoolSocket.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\PoolSocket.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\ResolvServer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\ResolvServer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\ResolvSocket.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\ResolvSocket.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Socket.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Socket.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\socket_include.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\socket_include.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\SocketHandler.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\SocketHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\SocketThread.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\SocketThread.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\StdLog.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\StdoutLog.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\StdoutLog.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\TcpSocket.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\TcpSocket.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Thread.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Thread.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\UdpSocket.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\UdpSocket.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Utility.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Network\Utility.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Map File Classes"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\shared\ADTFile.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\ADTFile.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\ADTFileStructs.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\MapTile.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\MapTile.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\WDTFile.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\WDTFile.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\WMOFile.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\WMOFile.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Auth">
|
|
<File
|
|
RelativePath=".\shared\Auth\AuthCrypt.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\AuthCrypt.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\BigNumber.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\BigNumber.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\Hmac.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\Hmac.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\md5.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\md5.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\MD5Hash.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\Sha1.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\shared\Auth\Sha1.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|