📄 server.vcproj
字号:
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="server"
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug\server"
IntermediateDirectory=".\Debug\server"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\lib"
PreprocessorDefinitions="WIN32,_CONSOLE"
RuntimeLibrary="5"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Debug\server/server.pch"
AssemblerListingLocation=".\Debug\server/"
ObjectFile=".\Debug\server/"
ProgramDataBaseFileName=".\Debug\server/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"
OutputFile=".\Debug\server/server.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug\server/server.pdb"
SubSystem="1"/>
<Tool
Name="VCMIDLTool"
TypeLibraryName=".\Debug\server/server.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release\server"
IntermediateDirectory=".\Release\server"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\..\lib"
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,_SERVER_APP_"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Release\server/server.pch"
AssemblerListingLocation=".\Release\server/"
ObjectFile=".\Release\server/"
ProgramDataBaseFileName=".\Release\server/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"
OutputFile=".\Release\server/server.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Release\server/server.pdb"
SubSystem="1"/>
<Tool
Name="VCMIDLTool"
TypeLibraryName=".\Release\server/server.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="">
<File
RelativePath=".\AppClient.cpp">
</File>
<File
RelativePath=".\AppServer.cpp">
</File>
<File
RelativePath=".\Eventloop.cpp">
</File>
<File
RelativePath=".\TcpClient.cpp">
</File>
<File
RelativePath=".\TcpConnection.cpp">
</File>
<File
RelativePath=".\TcpConnection.sm">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="java -jar ..\..\..\bin\Smc.jar -c++ -g $(InputPath)
"
Outputs="$(TargetName)_sm.h $(TargetName)_sm.cpp"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
CommandLine="java -jar ..\..\..\bin\Smc.jar -c++ $(InputPath)
"
Outputs="$(TargetName)_sm.h $(TargetName)_sm.cpp"/>
</FileConfiguration>
</File>
<File
RelativePath=".\TcpConnection_sm.cpp">
</File>
<File
RelativePath=".\TcpSegment.cpp">
</File>
<File
RelativePath=".\TcpServer.cpp">
</File>
<File
RelativePath=".\server.cpp">
</File>
<File
RelativePath=".\winsock_strerror.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="">
<File
RelativePath=".\AppClient.h">
</File>
<File
RelativePath=".\AppServer.h">
</File>
<File
RelativePath=".\Eventloop.h">
</File>
<File
RelativePath=".\FDHandler.h">
</File>
<File
RelativePath=".\InputListener.h">
</File>
<File
RelativePath=".\TcpClient.h">
</File>
<File
RelativePath=".\TcpConnection.h">
</File>
<File
RelativePath=".\TcpConnectionListener.h">
</File>
<File
RelativePath=".\TcpConnection_sm.h">
</File>
<File
RelativePath=".\TcpSegment.h">
</File>
<File
RelativePath=".\TcpServer.h">
</File>
<File
RelativePath=".\TimerListener.h">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -