📄 tacheon.serial.vcproj
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="tacheon.serial" ProjectGUID="{1D7176EE-63B6-48F2-AB83-FFAD2048C25D}" RootNamespace="tacheon.serial" Keyword="Win32Proj"> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)" IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)" ConfigurationType="1" CharacterSet="2" WholeProgramOptimization="TRUE"> <Tool Name="VCCLCompilerTool" Optimization="0" FavorSizeOrSpeed="1" OmitFramePointers="TRUE" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG" BasicRuntimeChecks="3" RuntimeLibrary="3" EnableFunctionLevelLinking="TRUE" EnableEnhancedInstructionSet="2" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(IntDir)/$(InputName).pdb" WarningLevel="2" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" LinkIncremental="1" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" TargetMachine="1" FixedBaseAddress="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="$(TEMP)\tbb_examples\$(ConfigurationName)" IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)" ConfigurationType="1" CharacterSet="2" WholeProgramOptimization="TRUE"> <Tool Name="VCCLCompilerTool" FavorSizeOrSpeed="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" EnableEnhancedInstructionSet="2" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(IntDir)/$(InputName).pdb" WarningLevel="2" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" LinkIncremental="1" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1" FixedBaseAddress="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="DD Release|Win32" OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)" IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)" ConfigurationType="1" CharacterSet="2" WholeProgramOptimization="TRUE"> <Tool Name="VCCLCompilerTool" FavorSizeOrSpeed="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" EnableEnhancedInstructionSet="2" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(IntDir)/$(InputName).pdb" WarningLevel="2" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" LinkIncremental="1" AdditionalLibraryDirectories="$(DXSDK_DIR)\lib\x86" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1" FixedBaseAddress="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="DD Debug|Win32" OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)" IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)" ConfigurationType="1" CharacterSet="2" WholeProgramOptimization="TRUE"> <Tool Name="VCCLCompilerTool" Optimization="0" FavorSizeOrSpeed="1" OmitFramePointers="TRUE" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG" BasicRuntimeChecks="3" RuntimeLibrary="3" EnableFunctionLevelLinking="TRUE" EnableEnhancedInstructionSet="2" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(IntDir)/$(InputName).pdb" WarningLevel="2" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" LinkIncremental="1" AdditionalLibraryDirectories="$(DXSDK_DIR)\lib\x86" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" TargetMachine="1" FixedBaseAddress="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> <ProjectReference ReferencedProjectIdentifier="{1D7176EE-63B6-48F2-AB83-FFAD2149C25E}" Name="tacheon.common"/> </References> <Files> <File RelativePath="..\src\trace.serial.cpp"> </File> </Files> <Globals> </Globals></VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -