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

📄 machdevice.vcproj

📁 MachDevice Project: Blank Plugin
💻 VCPROJ
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="MachDevice"
	ProjectGUID="{3BCE2258-BDC9-4403-941A-1B21D07BC585}"
	Keyword="MFCDLLProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="2"
			UseOfMFC="1"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="../MachIncludes"
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="winmm.lib Iphlpapi.lib"
				OutputFile="..\Digitizer.dll"
				LinkIncremental="2"
				AdditionalLibraryDirectories=" "
				ModuleDefinitionFile=".\MachDevice.def"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				ImportLibrary="$(OutDir)/MachDevice.lib"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="FALSE"
				TargetEnvironment="1"
				TypeLibraryName="$(IntDir)/$(ProjectName).tlb"/>
			<Tool
				Name="VCPostBuildEventTool"
				Description="Performing registration"
				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
			<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="2"
			UseOfMFC="1"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\MachIncludes"
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
				RuntimeLibrary="0"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="winmm.lib Iphlpapi.lib"
				OutputFile="..\Digitizing.dll"
				Version="1.0"
				LinkIncremental="1"
				ModuleDefinitionFile=".\MachDevice.def"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				ImportLibrary="$(OutDir)/MachDevice.lib"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="FALSE"
				TargetEnvironment="1"
				TypeLibraryName="$(IntDir)/$(ProjectName).tlb"/>
			<Tool
				Name="VCPostBuildEventTool"
				Description="Performing registration"
				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
			<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=".\MachDevice.cpp">
			</File>
			<File
				RelativePath=".\MachDevice.def">
			</File>
			<File
				RelativePath=".\MachDevice.idl">
			</File>
			<File
				RelativePath=".\MachDevImplementation.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=".\XMLProfile.cpp">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath=".\MachDevice.h">
			</File>
			<File
				RelativePath=".\MachDevImplementation.h">
			</File>
			<File
				RelativePath=".\Resource.h">
			</File>
			<File
				RelativePath=".\stdafx.h">
			</File>
			<File
				RelativePath=".\XMLProfile.h">
			</File>
			<Filter
				Name="MachIncludes"
				Filter="">
				<File
					RelativePath="..\MachIncludes\3dmath.h">
				</File>
				<File
					RelativePath="..\MachIncludes\_collection.h">
				</File>
				<File
					RelativePath="..\MachIncludes\_Font.h">
				</File>
				<File
					RelativePath="..\MachIncludes\_Picture.h">
				</File>
				<File
					RelativePath="..\MachIncludes\activdbg.h">
				</File>
				<File
					RelativePath="..\MachIncludes\activscp_plus.h">
				</File>
				<File
					RelativePath="..\MachIncludes\AddonDlg.h">
				</File>
				<File
					RelativePath="..\MachIncludes\AppFuncs.h">
				</File>
				<File
					RelativePath="..\MachIncludes\AxisMotor.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Backlash.h">
				</File>
				<File
					RelativePath="..\MachIncludes\BallController.h">
				</File>
				<File
					RelativePath="..\MachIncludes\BugReport.h">
				</File>
				<File
					RelativePath="..\MachIncludes\ButtonFunctions.h">
				</File>
				<File
					RelativePath="..\MachIncludes\canon.h">
				</File>
				<File
					RelativePath="..\MachIncludes\CaptureVideo.h">
				</File>
				<File
					RelativePath="..\MachIncludes\CDXFReader.h">
				</File>
				<File
					RelativePath="..\MachIncludes\cimage.h">
				</File>
				<File
					RelativePath="..\MachIncludes\cimagebufferxctrl1.h">
				</File>
				<File
					RelativePath="..\MachIncludes\circinterp.h">
				</File>
				<File
					RelativePath="..\MachIncludes\ConfCheck.h">
				</File>
				<File
					RelativePath="..\MachIncludes\ControlRect.h">
				</File>
				<File
					RelativePath="..\MachIncludes\CSimpleDib.h">
				</File>
				<File
					RelativePath="..\MachIncludes\devintf.h">
				</File>
				<File
					RelativePath="..\MachIncludes\DoHelp.h">
				</File>
				<File
					RelativePath="..\MachIncludes\DRO2.h">
				</File>
				<File
					RelativePath="..\MachIncludes\DROValues.h">
				</File>
				<File
					RelativePath="..\MachIncludes\EmergButton.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Enable.h">
				</File>
				<File
					RelativePath="..\MachIncludes\EncCal.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Encoders.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Engine.h">
				</File>
				<File
					RelativePath="..\MachIncludes\FileList.h">
				</File>
				<File
					RelativePath="..\MachIncludes\FileOperations.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Fixtures.h">
				</File>
				<File
					RelativePath="..\MachIncludes\font.h">
				</File>
				<File
					RelativePath="..\MachIncludes\FontSelect.h">
				</File>
				<File
					RelativePath="..\MachIncludes\FormelParser.h">
				</File>
				<File
					RelativePath="..\MachIncludes\FormulaSet.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Ftd2xx.h">
				</File>
				<File
					RelativePath="..\MachIncludes\G100Buffer.h">
				</File>
				<File
					RelativePath="..\MachIncludes\G100Machine.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GeckoExchange.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GeckoIP.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GeckoMonitor.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GeckoMonitoring.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GeckoThread.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GenUDPSocket.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GetCoords.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GodeList.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GrandDog.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GREXMotor.h">
				</File>
				<File
					RelativePath="..\MachIncludes\GState.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Helper.h">
				</File>
				<File
					RelativePath="..\MachIncludes\HomanConf.h">
				</File>
				<File
					RelativePath="..\MachIncludes\HotKeys.h">
				</File>
				<File
					RelativePath="..\MachIncludes\IMapi.h">
				</File>
				<File
					RelativePath="..\MachIncludes\InputSignals.h">
				</File>
				<File
					RelativePath="..\MachIncludes\JMatrixCtrl.h">
				</File>
				<File
					RelativePath="..\MachIncludes\Labels.h">
				</File>
				<File
					RelativePath="..\MachIncludes\LathePath.h">
				</File>
				<File
					RelativePath="..\MachIncludes\LayerControl.h">
				</File>
				<File
					RelativePath="..\MachIncludes\LedButton.h">
				</File>
				<File
					RelativePath="..\MachIncludes\LEDConditions.h">
				</File>
				<File
					RelativePath="..\MachIncludes\LeftView.h">
				</File>

⌨️ 快捷键说明

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