Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
335 lines
20 KiB
XML
335 lines
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug_MY|Win32">
|
|
<Configuration>Debug_MY</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug_NoGD|Win32">
|
|
<Configuration>Debug_NoGD</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release_MY|Win32">
|
|
<Configuration>Release_MY</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release_NoGD|Win32">
|
|
<Configuration>Release_NoGD</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{91662620-CEB4-4184-B1E5-7EA48A8E2F8D}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../Library/$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../Intermediate/$(ProjectName)/$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../Library/$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../Intermediate/$(ProjectName)/$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'">../../Library/$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'">../../Intermediate/$(ProjectName)/$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'">../../Library/$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'">../../Intermediate/$(ProjectName)/$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'">../../Library/$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'">../../Intermediate/$(ProjectName)/$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'">../../Library/$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'">../../Intermediate/$(ProjectName)/$(Configuration)\</IntDir>
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IncludePath);C:\project\trunk\Client\Library\dxx8\include</IncludePath>
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\project\trunk\Client\Library\dxx8\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../MemoryManager;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<OpenMPSupport>
|
|
</OpenMPSupport>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)RylServerLibrary.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../MemoryManager;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;NO_GAMEGUARD;_LIB;_USE_32BIT_TIME_T;</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)RylServerLibrary.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoGD|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../MemoryManager;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)RylServerLibrary.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_NoGD|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../MemoryManager;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)RylServerLibrary.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_MY|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../MemoryManager;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)RylServerLibrary.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_MY|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>../;./;../BaseLibrary;../MemoryManager;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)RylServerLibrary.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Utility\ServerAppFramework\ServerWindowFramework.cpp" />
|
|
<ClCompile Include="Utility\ServerAppFramework\ConsoleWindow\ConsoleCMDFactory.cpp" />
|
|
<ClCompile Include="Utility\ServerAppFramework\ConsoleWindow\ConsoleWindow.cpp" />
|
|
<ClCompile Include="Utility\ServerAppFramework\SysTray\SysTray.cpp" />
|
|
<ClCompile Include="Utility\ServerAppFramework\MsgProc\MsgProc.cpp" />
|
|
<ClCompile Include="Utility\ServerAppFramework\MsgProc\TimerProc.cpp" />
|
|
<ClCompile Include="Utility\Setup\ServerSetup.cpp" />
|
|
<ClCompile Include="Utility\Filter\Filter.cpp" />
|
|
<ClCompile Include="Network\Packet\PacketBase.cpp" />
|
|
<ClCompile Include="Network\Packet\PacketStatistics.cpp" />
|
|
<ClCompile Include="Network\Packet\WrapPacket.cpp" />
|
|
<ClCompile Include="Network\Dispatch\CheckPing.cpp" />
|
|
<ClCompile Include="Network\Dispatch\MultiDispatchStorage.cpp" />
|
|
<ClCompile Include="Network\Dispatch\MultiThreadDispatch.cpp" />
|
|
<ClCompile Include="Network\Dispatch\RylServerDispatch.cpp" />
|
|
<ClCompile Include="Network\Dispatch\SingleDispatchStorage.cpp" />
|
|
<ClCompile Include="Network\XORCrypt\XORCrypt.cpp" />
|
|
<ClCompile Include="Network\XORCrypt\XORCryptoCodeList.cpp" />
|
|
<ClCompile Include="Network\Stream\SendStream.cpp" />
|
|
<ClCompile Include="Network\Stream\Serializer.cpp" />
|
|
<ClCompile Include="Network\Session\LimitUserByIP.cpp" />
|
|
<ClCompile Include="Network\ClientNetwork\ClientEventHandler.cpp" />
|
|
<ClCompile Include="Network\ClientNetwork\MessageBlock.cpp" />
|
|
<ClCompile Include="Network\ClientNetwork\NetworkMsgBlock.cpp" />
|
|
<ClCompile Include="Network\ClientNetwork\Session.cpp" />
|
|
<ClCompile Include="Network\ClientNetwork\SessionMgr.cpp" />
|
|
<ClCompile Include="Network\ClientNetwork\TCPSession.cpp" />
|
|
<ClCompile Include="Network\ClientNetwork\UDPSession.cpp" />
|
|
<ClCompile Include="Db\AdminDBComponent.cpp" />
|
|
<ClCompile Include="Db\AuthDBComponent.cpp" />
|
|
<ClCompile Include="Db\BillingDBComponent.cpp" />
|
|
<ClCompile Include="Db\DBComponent.cpp" />
|
|
<ClCompile Include="Db\GameDBComponent.cpp" />
|
|
<ClCompile Include="Db\GuildDBComponent.cpp" />
|
|
<ClCompile Include="Community\BanList.cpp" />
|
|
<ClCompile Include="Community\FriendList.cpp" />
|
|
<ClCompile Include="stdafx.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Utility\ServerAppFramework\ServerWindowFramework.h" />
|
|
<ClInclude Include="Utility\ServerAppFramework\ConsoleWindow\ConsoleCMDFactory.h" />
|
|
<ClInclude Include="Utility\ServerAppFramework\ConsoleWindow\ConsoleWindow.h" />
|
|
<ClInclude Include="Utility\ServerAppFramework\SysTray\SysTray.h" />
|
|
<ClInclude Include="Utility\ServerAppFramework\MsgProc\MsgProc.h" />
|
|
<ClInclude Include="Utility\ServerAppFramework\MsgProc\TimerProc.h" />
|
|
<ClInclude Include="Utility\Setup\GlobalConstants.h" />
|
|
<ClInclude Include="Utility\Setup\ServerSetup.h" />
|
|
<ClInclude Include="Utility\Filter\Filter.h" />
|
|
<ClInclude Include="Network\Packet\ChatToolPacketCmd.h" />
|
|
<ClInclude Include="Network\Packet\ManagePacketCmd.h" />
|
|
<ClInclude Include="Network\Packet\PacketBase.h" />
|
|
<ClInclude Include="Network\Packet\PacketCommand.h" />
|
|
<ClInclude Include="Network\Packet\PacketDispatchTable.h" />
|
|
<ClInclude Include="Network\Packet\PacketStatistics.h" />
|
|
<ClInclude Include="Network\Packet\WrapPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\AuthServerToDBAgentServer.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\BGServerPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\CastlePacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\ClientToAuthServer.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\ClientToLoginServer.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\DataPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\FriendPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\GameEventPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\GameLogPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\GuildPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\PartyPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\RankingPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\ServerInfo.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\ServerLogPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\ServerPacket.h" />
|
|
<ClInclude Include="Network\Packet\PacketStruct\UnifiedCharPacket.h" />
|
|
<ClInclude Include="Network\Dispatch\CheckPing.h" />
|
|
<ClInclude Include="Network\Dispatch\MultiDispatchStorage.h" />
|
|
<ClInclude Include="Network\Dispatch\MultiThreadDispatch.h" />
|
|
<ClInclude Include="Network\Dispatch\RylServerDispatch.h" />
|
|
<ClInclude Include="Network\Dispatch\SingleDispatchStorage.h" />
|
|
<ClInclude Include="Network\XORCrypt\XORCrypt.h" />
|
|
<ClInclude Include="Network\Stream\SendStream.h" />
|
|
<ClInclude Include="Network\Stream\Serializer.h" />
|
|
<ClInclude Include="Network\Session\CreatePolicy.h" />
|
|
<ClInclude Include="Network\Session\LimitUserByIP.h" />
|
|
<ClInclude Include="Network\ClientNetwork\ClientEventHandler.h" />
|
|
<ClInclude Include="Network\ClientNetwork\EventHandler.h" />
|
|
<ClInclude Include="Network\ClientNetwork\MessageBlock.h" />
|
|
<ClInclude Include="Network\ClientNetwork\NetworkMsgBlock.h" />
|
|
<ClInclude Include="Network\ClientNetwork\NullHandler.h" />
|
|
<ClInclude Include="Network\ClientNetwork\NullSession.h" />
|
|
<ClInclude Include="Network\ClientNetwork\Session.h" />
|
|
<ClInclude Include="Network\ClientNetwork\SessionMgr.h" />
|
|
<ClInclude Include="Network\ClientNetwork\TCPSession.h" />
|
|
<ClInclude Include="Network\ClientNetwork\UDPSession.h" />
|
|
<ClInclude Include="Db\AdminDBComponent.h" />
|
|
<ClInclude Include="Db\AuthDBComponent.h" />
|
|
<ClInclude Include="Db\BillingDBComponent.h" />
|
|
<ClInclude Include="Db\DBComponent.h" />
|
|
<ClInclude Include="Db\DBdefine.h" />
|
|
<ClInclude Include="Db\GameDBComponent.h" />
|
|
<ClInclude Include="Db\GuildDBComponent.h" />
|
|
<ClInclude Include="Community\BanList.h" />
|
|
<ClInclude Include="Community\FriendList.h" />
|
|
<ClInclude Include="stdafx.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BaseLibrary\BaseLibrary.vcxproj">
|
|
<Project>{585cfc82-602a-466b-8e86-1a4fd1d442ca}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<Private>true</Private>
|
|
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MemoryManager\MemoryManager.vcxproj">
|
|
<Project>{7b602b2e-c629-4311-b7f6-c9177660ada1}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<Private>true</Private>
|
|
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |