⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 powertoy.vcproj

📁 PowerToy是为方便程序员在命令行窗口中使用Visual Studio.NET 2003 中的各种命令行工具而开发的一个小程序。它在资源管理器的弹出菜单中增加一项[打开命令行窗口]。点击该菜单项后
💻 VCPROJ
字号:
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="PowerToy"
	ProjectGUID="{B27E9733-7C66-4DDB-B7FD-399D1D86A504}"
	Keyword="MFCProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			UseOfMFC="1"
			CharacterSet="1">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="2"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="2052"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<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"
			UseOfMFC="1"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
				MinimalRebuild="FALSE"
				RuntimeLibrary="0"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="1"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="2052"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="源文件"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
			<File
				RelativePath=".\PowerToy.cpp">
			</File>
			<File
				RelativePath=".\PowerToyDlg.cpp">
			</File>
			<File
				RelativePath=".\stdafx.cpp">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="头文件"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath=".\PowerToy.h">
			</File>
			<File
				RelativePath=".\PowerToyDlg.h">
			</File>
			<File
				RelativePath=".\Resource.h">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助编译器的映射文件..."
						CommandLine="echo // 生成的帮助映射文件。使用者为PowerToy.HHP. &gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt; &quot;hlp\HTMLDefines.h&quot;
echo // 命令(ID_* 和 IDM_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 提示(IDP_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 资源(IDR_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 对话框(IDD_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 框架控件(IDW_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
"
						Outputs="hlp\HTMLDefines.h"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助编译器的映射文件..."
						CommandLine="echo // 生成的帮助映射文件。使用者为PowerToy.HHP. &gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt; &quot;hlp\HTMLDefines.h&quot;
echo // 命令(ID_* 和 IDM_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 提示(IDP_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 资源(IDR_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 对话框(IDD_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // 框架控件(IDW_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
"
						Outputs="hlp\HTMLDefines.h"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\resource.hm">
			</File>
			<File
				RelativePath=".\stdafx.h">
			</File>
		</Filter>
		<Filter
			Name="资源文件"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
			<File
				RelativePath=".\res\logo.bmp">
			</File>
			<File
				RelativePath=".\res\PowerToy.ico">
			</File>
			<File
				RelativePath=".\PowerToy.rc">
			</File>
			<File
				RelativePath=".\res\PowerToy.rc2">
			</File>
			<File
				RelativePath=".\res\Tool.ico">
			</File>
		</Filter>
		<Filter
			Name="HTML 帮助文件"
			Filter="hhp;hhc;hhk;gif;jpg">
			<File
				RelativePath=".\hlp\PowerToy.hhc">
			</File>
			<File
				RelativePath=".\hlp\PowerToy.hhk">
			</File>
			<File
				RelativePath=".\hlp\PowerToy.hhp">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助文件..."
						CommandLine="start /wait hhc &quot;hlp\PowerToy.hhp&quot;
if not exist &quot;hlp\PowerToy.chm&quot; goto :HelpError
copy &quot;hlp\PowerToy.chm&quot; &quot;$(OutDir)\PowerToy.chm&quot;
goto :HelpDone
:HelpError
echo hlp\PowerToy.hhp(1) : error:创建帮助文件时遇到问题
echo.
:HelpDone
echo.
"
						AdditionalDependencies="hlp\HTMLDefines.h"
						Outputs="$(OutDir)\$(ProjectName).chm"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="正在生成帮助文件..."
						CommandLine="start /wait hhc &quot;hlp\PowerToy.hhp&quot;
if not exist &quot;hlp\PowerToy.chm&quot; goto :HelpError
copy &quot;hlp\PowerToy.chm&quot; &quot;$(OutDir)\PowerToy.chm&quot;
goto :HelpDone
:HelpError
echo hlp\PowerToy.hhp(1) : error:创建帮助文件时遇到问题
echo.
:HelpDone
echo.
"
						AdditionalDependencies="hlp\HTMLDefines.h"
						Outputs="$(OutDir)\$(ProjectName).chm"/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="HTML 帮助主题"
			Filter="htm;html">
			<File
				RelativePath=".\hlp\HIDD_ROOT_DIALOG.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\HowTo.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\Registry.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\SetupEnvironmentVariables.htm"
				DeploymentContent="TRUE">
			</File>
		</Filter>
		<File
			RelativePath=".\res\PowerToy.manifest">
		</File>
		<File
			RelativePath=".\ReadMe.txt">
		</File>
	</Files>
	<Globals>
		<Global
			Name="RESOURCE_FILE"
			Value="PowerToy.rc"/>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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