📄 vc71_yc.vcproj
字号:
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="vc71_yc"
ProjectGUID="{94EA0D47-8CDD-4923-9241-9F7509A7096D}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="0"
AssemblerOutput="4"
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/vc71_yc.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/vc71_yc.pdb"
SubSystem="1"
TargetMachine="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="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="4"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/vc71_yc.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="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="youngc"
Filter="">
<File
RelativePath="..\..\young\youngc\yc_algorithm.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_algorithm.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_bbstree.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_bbstree.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_chkarray.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_chkarray.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_configuration.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_dblnklst.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_dblnklst.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_definition.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_dymemarr.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_dymemarr.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_dyrscarr.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_dyrscarr.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_function.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_function.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_hashtable.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_hashtable.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_memalgo.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_memalgo.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_memory.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_memory.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_rscalgo.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_rscalgo.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_sglnklst.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_sglnklst.h">
</File>
<File
RelativePath="..\..\young\youngc\yc_string.c">
</File>
<File
RelativePath="..\..\young\youngc\yc_string.h">
</File>
</Filter>
<File
RelativePath=".\test_yc.c">
</File>
<File
RelativePath=".\test_yc_chkarray.c">
</File>
<File
RelativePath=".\test_yc_dblnklst.c">
</File>
<File
RelativePath=".\test_yc_dymemarr.c">
</File>
<File
RelativePath=".\test_yc_dyrscarr.c">
</File>
<File
RelativePath=".\test_yc_hashtable.c">
</File>
<File
RelativePath=".\test_yc_sglnklst.c">
</File>
<File
RelativePath=".\test_yc_string.c">
</File>
<File
RelativePath=".\test_yc_tree.c">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -