bcamviewer.vcproj

来自「BCAM 1394 Driver」· VCPROJ 代码 · 共 700 行

VCPROJ
700
字号
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="BCAMViewer"
	ProjectGUID="{22948FD5-2A33-4947-BC69-5C530FF81576}"
	RootNamespace="BCAMViewer"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\Debug"
			IntermediateDirectory=".\Debug"
			ConfigurationType="1"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="false"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="true"
				SuppressStartupBanner="true"
				TargetEnvironment="1"
				TypeLibraryName=".\Debug/BCAMViewer.tlb"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,STRICT"
				BasicRuntimeChecks="0"
				RuntimeLibrary="1"
				UsePrecompiledHeader="2"
				PrecompiledHeaderThrough="stdafx.h"
				PrecompiledHeaderFile=".\Debug/BCAMViewer.pch"
				AssemblerListingLocation=".\Debug/"
				ObjectFile=".\Debug/"
				ProgramDataBaseFileName=".\Debug/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1031"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="version.lib setupapi.lib htmlhelp.lib"
				OutputFile="..\..\bin\BCAMViewerd.exe"
				LinkIncremental="2"
				GenerateDebugInformation="true"
				ProgramDatabaseFile=".\Debug/BCAMViewerd.pdb"
				SubSystem="2"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine="if exist copyd.cmd call copyd.cmd"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\Release"
			IntermediateDirectory=".\Release"
			ConfigurationType="1"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="false"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="true"
				SuppressStartupBanner="true"
				TargetEnvironment="1"
				TypeLibraryName=".\Release/BCAMViewer.tlb"
			/>
			<Tool
				Name="VCCLCompilerTool"
				InlineFunctionExpansion="1"
				PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,STRICT"
				StringPooling="true"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="true"
				UsePrecompiledHeader="2"
				PrecompiledHeaderThrough="stdafx.h"
				PrecompiledHeaderFile=".\Release/BCAMViewer.pch"
				AssemblerListingLocation=".\Release/"
				ObjectFile=".\Release/"
				ProgramDataBaseFileName=".\Release/"
				WarningLevel="3"
				SuppressStartupBanner="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1031"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="version.lib setupapi.lib htmlhelp.lib"
				OutputFile="..\..\bin\BCAMViewer.exe"
				LinkIncremental="1"
				SuppressStartupBanner="true"
				GenerateDebugInformation="true"
				ProgramDatabaseFile=".\Release/BCAMViewer.pdb"
				SubSystem="2"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine="if exist copy.cmd call copy.cmd"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
			>
			<File
				RelativePath=".\BCAMViewer.cpp"
				>
			</File>
			<File
				RelativePath=".\BCAMViewer.rc"
				>
			</File>
			<File
				RelativePath=".\BusView.cpp"
				>
			</File>
			<File
				RelativePath=".\Camera.cpp"
				>
			</File>
			<File
				RelativePath=".\CameraFeatureView.cpp"
				>
			</File>
			<File
				RelativePath=".\CameraManager.cpp"
				>
			</File>
			<File
				RelativePath=".\ChkRecursion.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\EditCtrlBase.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\ErrorBox.cpp"
				>
			</File>
			<File
				RelativePath=".\Image.cpp"
				>
			</File>
			<File
				RelativePath=".\ImageView.cpp"
				>
			</File>
			<File
				RelativePath=".\mainfrm.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						BasicRuntimeChecks="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="ParseCmd.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\PropertyDlg.cpp"
				>
			</File>
			<File
				RelativePath=".\RectTracker.cpp"
				>
			</File>
			<File
				RelativePath=".\stdafx.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						BasicRuntimeChecks="0"
						UsePrecompiledHeader="1"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\TBarCtrlBase.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\TBarEditCtrlBase.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\TBarEditCtrlBase_Handler.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\TBarEditCtrlDbl.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\TBarEditCtrlInt.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="0"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\utility.cpp"
				>
			</File>
			<File
				RelativePath=".\WhiteBalancer.cpp"
				>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl"
			>
			<File
				RelativePath=".\aboutdlg.h"
				>
			</File>
			<File
				RelativePath=".\BusView.h"
				>
			</File>
			<File
				RelativePath=".\Camera.h"
				>
			</File>
			<File
				RelativePath=".\CameraFeatureView.h"
				>
			</File>
			<File
				RelativePath=".\CameraManager.h"
				>
			</File>
			<File
				RelativePath=".\ChildFrm.h"
				>
			</File>
			<File
				RelativePath=".\ChkRecursion.h"
				>
			</File>
			<File
				RelativePath=".\DialogView.h"
				>
			</File>
			<File
				RelativePath=".\EditCtrlBase.h"
				>
			</File>
			<File
				RelativePath=".\ErrorBox.h"
				>
			</File>
			<File
				RelativePath=".\Image.h"
				>
			</File>
			<File
				RelativePath=".\ImageView.h"
				>
			</File>
			<File
				RelativePath=".\mainfrm.h"
				>
			</File>
			<File
				RelativePath="ParseCmd.h"
				>
			</File>
			<File
				RelativePath=".\PropertyDlg.h"
				>
			</File>
			<File
				RelativePath=".\RectTracker.h"
				>
			</File>
			<File
				RelativePath=".\resource.h"
				>
			</File>
			<File
				RelativePath=".\stdafx.h"
				>
			</File>
			<File
				RelativePath=".\TBarCtrlBase.h"
				>
			</File>
			<File
				RelativePath=".\TBarEditCtrlBase.h"
				>
			</File>
			<File
				RelativePath=".\TBarEditCtrlDbl.h"
				>
			</File>
			<File
				RelativePath=".\TBarEditCtrlInt.h"
				>
			</File>
			<File
				RelativePath=".\UploadDlg.h"
				>
			</File>
			<File
				RelativePath=".\utility.h"
				>
			</File>
			<File
				RelativePath=".\WhiteBalancer.h"
				>
			</File>
			<File
				RelativePath=".\zoomdlg.h"
				>
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
			>
			<File
				RelativePath=".\res\Arrow4Way.cur"
				>
			</File>
			<File
				RelativePath=".\res\ArrowEW.cur"
				>
			</File>
			<File
				RelativePath=".\res\ArrowNE.cur"
				>
			</File>
			<File
				RelativePath=".\res\ArrowNS.cur"
				>
			</File>
			<File
				RelativePath=".\res\ArrowNW.cur"
				>
			</File>
			<File
				RelativePath="res\BcamViewer.exe.manifest"
				>
				<FileConfiguration
					Name="Debug|Win32"
					ExcludedFromBuild="true"
					>
					<Tool
						Name="VCCustomBuildTool"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					ExcludedFromBuild="true"
					>
					<Tool
						Name="VCCustomBuildTool"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\res\BCAMViewer.ico"
				>
			</File>
			<File
				RelativePath=".\BcamViewer_e.mc"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCustomBuildTool"
						CommandLine="if exist $(InputName)_e.h attrib -R $(InputName)_e.h&#x0D;&#x0A;mc &quot;$(InputPath)&quot; /h .\&#x0D;&#x0A;"
						Outputs="./BcamViewer_e.rc"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCustomBuildTool"
						CommandLine="if exist $(InputName)_e.h attrib -R $(InputName)_e.h&#x0D;&#x0A;mc &quot;$(InputPath)&quot; /h .\&#x0D;&#x0A;"
						Outputs="./BcamViewer_e.rc"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="res\BcamViewerd.exe.manifest"
				>
				<FileConfiguration
					Name="Debug|Win32"
					ExcludedFromBuild="true"
					>
					<Tool
						Name="VCCustomBuildTool"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					ExcludedFromBuild="true"
					>
					<Tool
						Name="VCCustomBuildTool"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\res\BCAMViewerdoc.ico"
				>
			</File>
			<File
				RelativePath=".\res\bitmap1.bmp"
				>
			</File>
			<File
				RelativePath=".\res\bitmap2.bmp"
				>
			</File>
			<File
				RelativePath=".\res\bitmap3.bmp"
				>
			</File>
			<File
				RelativePath=".\res\bitmap4.bmp"
				>
			</File>
			<File
				RelativePath=".\res\cross.cur"
				>
			</File>
			<File
				RelativePath=".\res\move4way.cur"
				>
			</File>
			<File
				RelativePath=".\res\toolbar.bmp"
				>
			</File>
		</Filter>
		<File
			RelativePath=".\Description.txt"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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