mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Visual Studio Project Overhaul + Cleanup * SDL2 project for Windows * Re-added game client icon to SDL2 code * Renamed "AppPlatform_windows" to "AppPlatform_win32" (this is the name of the Windows API and is not representative of the architecture type) * Renamed "LoggerWindows" to "LoggerWin32" * Renamed "SoundSystemWindows to "SoundSystemDS" (DirectSound). This may be used for the 360, so it wouldn't really be Windows-specific then. * Moved "ClientSideNetworkHandler" from "network" to "client/network". We don't need it being compiled for the server if the client's the only thing that needs it. * I wonder if this still works on macOS... * Bugfixes & Fixed for macOS * Options::savePropertiesToFile Logging Bugfix * Silence Winsock Deprecation Warnings in RakNet * VS Project Improvements - Replaced 50 billion relative paths with $(MC_ROOT) - Added $(RAKNET_PATH) variable to override RakNet location - Re-added gitignore for .vcxproj.user files - Added debugging config to Directory.Builds.props - Slimmed down project configurations for SDL2 * VS Project Config Bugfixes - Fixed RakNet header path for additional includes * RakNet Target for XCode * XCode Project Config Fixes * Packet logging * Network VS Project Filter Fix * Fix RakNet Packet ID Length We previously didn't have consistency between old and new C++ regarding PacketType enum length. Now we do. This is required or else it completely breaks networking between the versions. * Additional RakNet Error Handling * Disable packet logging * * Fix CMakeLists.txt This reflects the relocation of ClientSideNetworkHandler.cpp. * * Also add renderer/GL/GL.cpp to the CMakeLists.txt * * Replace libpng with stb_image * * Fix buggy water behavior. * * Put the CMakeLists of the SDL project in debug mode * Visual Studio 2010 Support * * Change the SdlIoCallbacks from an array to a single member. This fixes compilation of the sdl2 target on VS. * * Fix missing _error label. * Revert "* Fix missing _error label." This reverts commit 99a057fc84049a16c864bd840fb439a008af5c74. * Revert "* Replace libpng with stb_image" * info_updateGame Tiles --------- Co-authored-by: Brent Da Mage <BrentDaMage@users.noreply.github.com> Co-authored-by: iProgramInCpp <iprogramincpp@gmail.com>
471 lines
25 KiB
XML
471 lines
25 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|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{4b7fcc5f-7e38-4934-b272-2f5bbef51013}</ProjectGuid>
|
|
<RootNamespace>RakNet</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Minecraft">
|
|
<Import Project="../Directory.Build.props" Condition="'$(MC_GLOBAL_PROPS)'==''" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SDL2|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SDL2|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SDL2|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SDL2|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="$(RAKNET_PATH)\AutopatcherPatchContext.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\AutopatcherRepositoryInterface.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Base64Encoder.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\BitStream.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\CCRakNetSlidingWindow.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\CCRakNetUDT.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\CheckSum.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\CloudClient.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\CloudCommon.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\CloudServer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\CommandParserInterface.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ConnectionGraph2.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ConsoleServer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DataCompressor.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DirectoryDeltaTransfer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DR_SHA1.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_BinarySearchTree.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_BPlusTree.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_BytePool.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_ByteQueue.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_Hash.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_Heap.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_HuffmanEncodingTree.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_HuffmanEncodingTreeFactory.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_HuffmanEncodingTreeNode.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_LinkedList.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_List.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_Map.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_MemoryPool.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_Multilist.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_OrderedChannelHeap.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_OrderedList.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_Queue.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_QueueLinkedList.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_RangeList.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_Table.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_ThreadsafeAllocatingQueue.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_Tree.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DS_WeightedGraph.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\DynDNS.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\EmailSender.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\EmptyHeader.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\EpochTimeToString.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Export.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\FileList.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\FileListNodeContext.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\FileListTransfer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\FileListTransferCBInterface.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\FileOperations.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\FormatString.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\FullyConnectedMesh2.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Getche.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Gets.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\GetTime.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\gettimeofday.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\GridSectorizer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\HTTPConnection.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\HTTPConnection2.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\IncrementalReadInterface.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\InternalPacket.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Itoa.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Kbhit.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\LinuxStrings.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\LocklessTypes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\LogCommandParser.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\MessageFilter.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\MessageIdentifiers.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\MTUSize.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NativeFeatureIncludes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NativeFeatureIncludesOverrides.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NativeTypes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NatPunchthroughClient.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NatPunchthroughServer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NatTypeDetectionClient.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NatTypeDetectionCommon.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NatTypeDetectionServer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NetworkIDManager.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\NetworkIDObject.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PacketConsoleLogger.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PacketFileLogger.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PacketizedTCP.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PacketLogger.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PacketOutputWindowLogger.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PacketPool.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PacketPriority.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PluginInterface2.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PS3Includes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\PS4Includes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Rackspace.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakAlloca.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakAssert.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakMemoryOverride.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetCommandParser.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetDefines.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetDefinesOverrides.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetSmartPtr.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetSocket.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetSocket2.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetStatistics.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetTime.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetTransport2.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetTypes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakNetVersion.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakPeer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakPeerInterface.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakSleep.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakString.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakThread.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RakWString.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Rand.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RandSync.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ReadyEvent.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RefCountedObj.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RelayPlugin.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ReliabilityLayer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ReplicaEnums.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ReplicaManager3.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\Router2.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\RPC4Plugin.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SecureHandshake.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SendToThread.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SignaledEvent.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SimpleMutex.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SimpleTCPServer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SingleProducerConsumer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SocketDefines.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SocketIncludes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SocketLayer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\StatisticsHistory.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\StringCompressor.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\StringTable.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\SuperFastHash.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\TableSerializer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\TCPInterface.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\TeamBalancer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\TeamManager.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\TelnetTransport.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ThreadPool.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\ThreadsafePacketLogger.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\TransportInterface.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\TwoWayAuthentication.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\UDPForwarder.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\UDPProxyClient.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\UDPProxyCommon.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\UDPProxyCoordinator.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\UDPProxyServer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\VariableDeltaSerializer.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\VariableListDeltaTracker.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\VariadicSQLParser.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\VitaIncludes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\WindowsIncludes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\WSAStartupSingleton.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\XBox360Includes.h" />
|
|
<ClInclude Include="$(RAKNET_PATH)\_FindFirst.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="$(RAKNET_PATH)\Base64Encoder.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\BitStream.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\CCRakNetSlidingWindow.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\CCRakNetUDT.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\CheckSum.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\CloudClient.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\CloudCommon.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\CloudServer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\CommandParserInterface.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\ConnectionGraph2.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\ConsoleServer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DataCompressor.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DirectoryDeltaTransfer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DR_SHA1.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DS_BytePool.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DS_ByteQueue.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DS_HuffmanEncodingTree.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DS_Table.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\DynDNS.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\EmailSender.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\EpochTimeToString.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\FileList.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\FileListTransfer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\FileOperations.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\FormatString.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\FullyConnectedMesh2.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\Getche.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\Gets.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\GetTime.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\gettimeofday.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\GridSectorizer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\HTTPConnection.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\HTTPConnection2.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\IncrementalReadInterface.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\Itoa.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\LinuxStrings.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\LocklessTypes.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\LogCommandParser.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\MessageFilter.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\NatPunchthroughClient.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\NatPunchthroughServer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\NatTypeDetectionClient.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\NatTypeDetectionCommon.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\NatTypeDetectionServer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\NetworkIDManager.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\NetworkIDObject.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\PacketConsoleLogger.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\PacketFileLogger.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\PacketizedTCP.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\PacketLogger.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\PacketOutputWindowLogger.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\PluginInterface2.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\PS4Includes.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\Rackspace.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakMemoryOverride.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetCommandParser.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_360_720.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_Berkley.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_Berkley_NativeClient.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_NativeClient.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_PS3_PS4.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_PS4.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_Vita.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_WindowsStore8.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_Windows_Linux.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetSocket2_Windows_Linux_360.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetStatistics.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetTransport2.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakNetTypes.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakPeer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakSleep.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakString.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakThread.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RakWString.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\Rand.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RandSync.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\ReadyEvent.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RelayPlugin.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\ReliabilityLayer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\ReplicaManager3.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\Router2.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\RPC4Plugin.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\SecureHandshake.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\SendToThread.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\SignaledEvent.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\SimpleMutex.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\SocketLayer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\StatisticsHistory.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\StringCompressor.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\StringTable.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\SuperFastHash.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\TableSerializer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\TCPInterface.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\TeamBalancer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\TeamManager.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\TelnetTransport.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\ThreadsafePacketLogger.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\TwoWayAuthentication.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\UDPForwarder.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\UDPProxyClient.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\UDPProxyCoordinator.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\UDPProxyServer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\VariableDeltaSerializer.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\VariableListDeltaTracker.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\VariadicSQLParser.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\VitaIncludes.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\WSAStartupSingleton.cpp" />
|
|
<ClCompile Include="$(RAKNET_PATH)\_FindFirst.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="$(RAKNET_PATH)\RakNet.vcproj" />
|
|
<None Include="$(RAKNET_PATH)\RakNet_vc8.vcproj" />
|
|
<None Include="$(RAKNET_PATH)\RakNet_vc9.vcproj" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |