vcfall_vc80.vcproj

来自「这是VCF框架的代码」· VCPROJ 代码 · 共 73 行

VCPROJ
73
字号
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="8.00"	Name="vcfAll"	ProjectGUID="{A503D5C5-0755-48CA-A345-25672C4B986F}"	Keyword="MakeFileProj"	>	<Platforms>		<Platform			Name="Win32"		/>	</Platforms>	<ToolFiles>	</ToolFiles>	<Configurations>		<Configuration			Name="Debug|Win32"			OutputDirectory=".\Debug"			IntermediateDirectory=".\Debug"			ConfigurationType="10"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"			UseOfMFC="0"			ATLMinimizesCRunTimeLibraryUsage="false"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Debug/vcfAll_vc80.tlb"				HeaderFileName=""			/>			<Tool				Name="VCPostBuildEventTool"			/>		</Configuration>		<Configuration			Name="Release|Win32"			OutputDirectory=".\Release"			IntermediateDirectory=".\Release"			ConfigurationType="10"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"			UseOfMFC="0"			ATLMinimizesCRunTimeLibraryUsage="false"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Release/vcfAll_vc80.tlb"				HeaderFileName=""			/>			<Tool				Name="VCPostBuildEventTool"			/>		</Configuration>	</Configurations>	<References>	</References>	<Files>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?