mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
820
thirdparty/raknet/Source/RakNet3.0.vcproj
vendored
Normal file
820
thirdparty/raknet/Source/RakNet3.0.vcproj
vendored
Normal file
@@ -0,0 +1,820 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="RakNet3.0"
|
||||
ProjectGUID="{706D75CF-7D40-467B-AA96-8BD2972C4B01}"
|
||||
RootNamespace="RakNet30"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)Source\Engine\RakNet3.0\CrashReporter";"$(SolutionDir)Source\Engine\RakNet3.0""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="false"
|
||||
TreatWChar_tAsBuiltInType="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="$(SolutionDir)Lib\$(ConfigurationName)\$(ProjectName).lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)Source\Engine\RakNet3.0\CrashReporter";"$(SolutionDir)Source\Engine\RakNet3.0""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="false"
|
||||
TreatWChar_tAsBuiltInType="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="$(SolutionDir)Lib\$(ConfigurationName)\$(ProjectName).lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\_FindFirst.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_FindFirst.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\AsynchronousFileIO.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\AsynchronousFileIO.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\AutopatcherPatchContext.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\AutopatcherRepositoryInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\BigTypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\BitStream.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\BitStream.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\BitStream_NoTemplate.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CheckSum.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CheckSum.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ClientContextStruct.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CommandParserInterface.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CommandParserInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ConnectionGraph.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ConnectionGraph.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ConsoleServer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ConsoleServer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DataBlockEncryptor.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DataBlockEncryptor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DataCompressor.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DataCompressor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DirectoryDeltaTransfer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DirectoryDeltaTransfer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_BinarySearchTree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_BPlusTree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_BytePool.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_BytePool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_ByteQueue.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_ByteQueue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_Heap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_HuffmanEncodingTree.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_HuffmanEncodingTree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_HuffmanEncodingTreeFactory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_HuffmanEncodingTreeNode.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_LinkedList.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_List.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_Map.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_MemoryPool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_OrderedChannelHeap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_OrderedList.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_Queue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_QueueLinkedList.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_RangeList.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_Table.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_Table.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_Tree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\DS_WeightedGraph.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\EmailSender.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\EmailSender.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\EncodeClassName.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Export.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ExtendedOverlappedPool.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ExtendedOverlappedPool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileList.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileList.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileListTransfer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileListTransfer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileListTransferCBInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileOperations.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileOperations.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FullyConnectedMesh.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FullyConnectedMesh.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GetTime.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\GetTime.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\InternalPacket.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LightweightDatabaseClient.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LightweightDatabaseClient.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LightweightDatabaseCommon.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LightweightDatabaseCommon.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LightweightDatabaseServer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LightweightDatabaseServer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LinuxStrings.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LinuxStrings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LogCommandParser.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LogCommandParser.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MessageFilter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MessageFilter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MessageIdentifiers.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MTUSize.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NatPunchthrough.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NatPunchthrough.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NetworkIDManager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NetworkIDManager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NetworkIDObject.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\NetworkIDObject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketConsoleLogger.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketConsoleLogger.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketFileLogger.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketFileLogger.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketLogger.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketLogger.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketPool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PacketPriority.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PluginInterface.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PluginInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakAssert.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetCommandParser.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetCommandParser.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetDefines.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetMemory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetMemory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetStatistics.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetStatistics.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetTransport.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetTransport.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetTypes.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetTypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetworkFactory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakNetworkFactory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakPeer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakPeer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakPeerInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakSleep.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RakSleep.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Rand.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Rand.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ReliabilityLayer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ReliabilityLayer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Replica.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ReplicaEnums.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ReplicaManager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ReplicaManager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Rijndael-Boxes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Rijndael.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Rijndael.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Router.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Router.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RouterInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RPCMap.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RPCMap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RPCNode.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\RSACrypt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SHA1.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SHA1.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SimpleMutex.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SimpleMutex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SimpleTCPServer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SingleProducerConsumer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SocketLayer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SocketLayer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\StringCompressor.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\StringCompressor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\StringTable.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\StringTable.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SystemAddressList.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SystemAddressList.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TableSerializer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TableSerializer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TCPInterface.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TCPInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TelnetTransport.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TelnetTransport.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ThreadPool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ThreadsafePacketLogger.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ThreadsafePacketLogger.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TransportInterface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Types.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="CrashReporter"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\CrashReporter\CrashReporter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CrashReporter\CrashReporter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CrashReporter\SendFileTo.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CrashReporter\SendFileTo.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Reference in New Issue
Block a user