239 lines
5.1 KiB
XML
239 lines
5.1 KiB
XML
<?xml version="1.0" encoding="ks_c_5601-1987"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="Network"
|
|
ProjectGUID="{8451455F-A33B-4B9C-847A-8D86FB97D4D6}"
|
|
RootNamespace="Network"
|
|
Keyword="ManagedCProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
ManagedExtensions="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
|
|
MinimalRebuild="FALSE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="3"
|
|
ProgramDataBaseFileName="../lib/$(ProjectName)_d.pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="../lib/$(ProjectName)_d.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(ProjectDir)\IOCPServer.h $(SolutionDir)\include
|
|
copy $(ProjectDir)\NetworkObject.h $(SolutionDir)\include
|
|
"
|
|
ExcludedFromBuild="TRUE"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\Release"
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
ManagedExtensions="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="TRUE"
|
|
MinimalRebuild="FALSE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
UsePrecompiledHeader="3"
|
|
ProgramDataBaseFileName="../lib/$(ProjectName).pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="../lib/$(ProjectName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(ProjectDir)\IOCPServer.h $(SolutionDir)\include
|
|
copy $(ProjectDir)\NetworkObject.h $(SolutionDir)\include
|
|
"
|
|
ExcludedFromBuild="TRUE"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath=".\Acceptor.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Acceptor.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Acceptor_Worker.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\CircuitQueue.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Connector.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Connector.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Connector_Worker.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\IOCPServer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\IOCPServer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\IoHandler.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\IoHandler.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\IoHandler_Worker.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\main.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\MsWinsockUtil.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\MsWinsockUtil.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\NetBase.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\NetworkDefine.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\NetworkObject.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\NetworkObject.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\RecvBuffer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\RecvBuffer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\RingBufferEx.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\RingBufferEx.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Sample.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SendBuffer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SendBuffer.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Session.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Session.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SessionList.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SessionList.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SessionPool.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SessionPool.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdafx.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdafx.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\WxRingBuffer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\WxRingBuffer.h">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
<Global
|
|
Name="DevPartner_IsInstrumented"
|
|
Value="0"/>
|
|
</Globals>
|
|
</VisualStudioProject>
|