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

📄 wirelessusbtray.vcproj

📁 Cypress公司开发的2.4G无线键盘鼠标及其Bridge源代码
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="WirelessUSBTray"
	ProjectGUID="{86C953CE-A160-46DD-9680-711DDCCFA6D6}"
	RootNamespace="WirelessUSBTray"
	Keyword="MFCProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			UseOfMFC="1"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\CUSBHidAPI\SDK\h"
				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"
				AdditionalDependencies="..\CUSBHidAPI\SDK\lib\hid.lib setupapi.lib"
				OutputFile="$(OutDir)/WirelessUSB.exe"
				LinkIncremental="2"
				AdditionalLibraryDirectories="..\CUSBHidAPI\SDK\lib"
				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="1033"
				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"
				AdditionalIncludeDirectories="..\CUSBHidAPI\SDK\h"
				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"
				AdditionalDependencies="..\CUSBHidAPI\SDK\lib\hid.lib setupapi.lib"
				OutputFile="$(OutDir)/WirelessUSB.exe"
				LinkIncremental="1"
				AdditionalLibraryDirectories="..\CUSBHidAPI\SDK\lib"
				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="1033"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
			<File
				RelativePath=".\BarIndicator.cpp">
			</File>
			<File
				RelativePath="..\CSystemTrayMFC\CySysTray.cpp">
			</File>
			<File
				RelativePath="..\CUSBHidAPI\HidAPI.cpp">
			</File>
			<File
				RelativePath=".\MainFrm.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>
			<File
				RelativePath=".\WirelessUSBStatusPropertyPage.cpp">
			</File>
			<File
				RelativePath=".\WirelessUSBStatusPropertySheet.cpp">
			</File>
			<File
				RelativePath=".\WirelessUSBTray.cpp">
			</File>
			<File
				RelativePath=".\WirelessUSBTray.hpj">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath=".\BarIndicator.h">
			</File>
			<File
				RelativePath="..\CSystemTrayMFC\CySysTray.h">
			</File>
			<File
				RelativePath="..\CUSBHidAPI\HidAPI.h">
			</File>
			<File
				RelativePath=".\HidTray.h">
			</File>
			<File
				RelativePath=".\MainFrm.h">
			</File>
			<File
				RelativePath=".\Memdc.h">
			</File>
			<File
				RelativePath=".\Resource.h">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating map file for help compiler..."
						CommandLine="echo // Generated Help Map file.  Used by $(ProjectName).hpj. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Resources (IDR_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
"
						Outputs="hlp\$(ProjectName).hm"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating map file for help compiler..."
						CommandLine="echo // Generated Help Map file.  Used by $(ProjectName).hpj. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Resources (IDR_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
"
						Outputs="hlp\$(ProjectName).hm"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\stdafx.h">
			</File>
			<File
				RelativePath=".\WirelessUSBStatusPropertyPage.h">
			</File>
			<File
				RelativePath=".\WirelessUSBStatusPropertySheet.h">
			</File>
			<File
				RelativePath=".\WirelessUSBTray.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
			<File
				RelativePath=".\res\bitmap_sep2.bmp">
			</File>
			<File
				RelativePath=".\res\bitmapsep.bmp">
			</File>
			<File
				RelativePath=".\res\ico00001.ico">
			</File>
			<File
				RelativePath=".\res\icon1.ico">
			</File>
			<File
				RelativePath=".\res\idr_main.ico">
			</File>
			<File
				RelativePath=".\res\WirelessUSBTray.ico">
			</File>
			<File
				RelativePath=".\WirelessUSBTray.rc">
			</File>
			<File
				RelativePath=".\res\WirelessUSBTray.rc2">
			</File>
		</Filter>
		<Filter
			Name="Help Files"
			Filter="rtf;cnt">
			<File
				RelativePath=".\hlp\afxcore.rtf">
			</File>
			<File
				RelativePath=".\hlp\images\bullet.bmp">
			</File>
			<File
				RelativePath=".\hlp\WirelessUSBTray.cnt">
			</File>
		</Filter>
		<File
			RelativePath=".\ReadMe.txt">
		</File>
		<File
			RelativePath=".\WirelessUSBStatusDlg.htm"
			DeploymentContent="TRUE">
		</File>
		<File
			RelativePath=".\res\WirelessUSBTray.manifest">
		</File>
	</Files>
	<Globals>
		<Global
			Name="RESOURCE_FILE"
			Value="WirelessUSBTray.rc"/>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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