📄 udt.vcproj
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="udt"
ProjectGUID="{D84D100A-7C21-4CCB-B16E-0FB37137C16C}">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="../src"
IntermediateDirectory="../src"
ConfigurationType="2">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/RTC1"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;UDT_EXPORTS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
SmallerTypeCheck="FALSE"
RuntimeLibrary="3"
StructMemberAlignment="0"
BufferSecurityCheck="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="4"
SuppressStartupBanner="TRUE"
CompileOnly="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib user32.lib ws2_32.lib $(NOINHERIT)"
OutputFile="$(outdir)/udt.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
IgnoreAllDefaultLibraries="FALSE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(outdir)/udt.pdb"
SubSystem="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="../src"
IntermediateDirectory="../src"
ConfigurationType="2">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/GS"
Optimization="2"
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
OmitFramePointers="TRUE"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;UDT_EXPORTS"
MinimalRebuild="FALSE"
BasicRuntimeChecks="0"
SmallerTypeCheck="FALSE"
RuntimeLibrary="2"
StructMemberAlignment="0"
UsePrecompiledHeader="0"
WarningLevel="4"
SuppressStartupBanner="TRUE"
CompileOnly="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib user32.lib ws2_32.lib $(NOINHERIT)"
OutputFile="$(outdir)/udt.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(outdir)/udt.pdb"
SubSystem="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;odl;idl;hpj;bat;asm">
<File
RelativePath="..\src\api.cpp">
</File>
<File
RelativePath="..\src\buffer.cpp">
</File>
<File
RelativePath="..\src\ccc.cpp">
</File>
<File
RelativePath="..\src\channel.cpp">
</File>
<File
RelativePath="..\src\common.cpp">
</File>
<File
RelativePath="..\src\control.cpp">
</File>
<File
RelativePath="..\src\core.cpp">
</File>
<File
RelativePath="..\src\list.cpp">
</File>
<File
RelativePath="..\src\packet.cpp">
</File>
<File
RelativePath="..\src\queue.cpp">
</File>
<File
RelativePath="..\src\window.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
<File
RelativePath="..\src\api.h">
</File>
<File
RelativePath="..\src\buffer.h">
</File>
<File
RelativePath="..\src\ccc.h">
</File>
<File
RelativePath="..\src\channel.h">
</File>
<File
RelativePath="..\src\common.h">
</File>
<File
RelativePath="..\src\control.h">
</File>
<File
RelativePath="..\src\core.h">
</File>
<File
RelativePath="..\src\list.h">
</File>
<File
RelativePath="..\src\packet.h">
</File>
<File
RelativePath="..\src\queue.h">
</File>
<File
RelativePath="..\src\udt.h">
</File>
<File
RelativePath="..\src\window.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
</Filter>
<File
RelativePath="readme.txt">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -