vcfconsolewizard.vcproj

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

VCPROJ
140
字号
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="7.10"	Name="VCFConsoleWizard"	ProjectGUID="{69EC0C18-5D5C-4C79-88E2-72BD2C4B65A2}"	Keyword="CustomAppWizProj">	<Platforms>		<Platform			Name="Win32"/>	</Platforms>	<Configurations>		<Configuration			Name="Debug|Win32"			IntermediateDirectory="$(ConfigurationName)"			ConfigurationType="1">			<Tool				Name="VCCLCompilerTool"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"/>			<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"			IntermediateDirectory="$(ConfigurationName)"			ConfigurationType="1">			<Tool				Name="VCCLCompilerTool"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"/>			<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="Template Files"			Filter="txt">			<File				RelativePath=".\Templates\1033\consoleMain.cpp">			</File>			<File				RelativePath=".\Templates\1033\ReadMe.txt">			</File>		</Filter>		<Filter			Name="HTML Files"			Filter="htm">			<File				RelativePath=".\Html\1033\default.htm"				DeploymentContent="TRUE">			</File>		</Filter>		<Filter			Name="Image Files"			Filter="bmp">		</Filter>		<Filter			Name="Script Files"			Filter="js">			<File				RelativePath=".\Scripts\1033\default.js">			</File>		</Filter>		<Filter			Name="Miscellaneous Files"			Filter="vsz;vsdir;ico;vcproj;csproj;css;inf">			<File				RelativePath=".\default.vcproj">			</File>			<File				RelativePath=".\1033\styles.css">			</File>			<File				RelativePath=".\Templates\1033\Templates.inf">			</File>			<File				RelativePath=".\VCFConsoleWizard.ico">			</File>			<File				RelativePath=".\VCFConsoleWizard.vsdir">			</File>			<File				RelativePath=".\VCFConsoleWizard.vsz">			</File>		</Filter>		<File			RelativePath=".\Images\VCFConsoleWizard.gif">		</File>		<File			RelativePath=".\Images\VCFConsoleWizard_Background.gif">		</File>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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