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

📄 pover.vcproj

📁 因特尔公司的结束构建库。开发多线程应用的不错的一个环境 。
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="7.10"	Name="pover"	ProjectGUID="{4BB7B455-1E09-41D3-BC89-6E67C9032F8C}"	Keyword="Win32Proj">	<Platforms>		<Platform			Name="Win32"/>	</Platforms>	<Configurations>		<Configuration			Name="Debug|Win32"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			WholeProgramOptimization="TRUE">			<Tool				Name="VCCLCompilerTool"				Optimization="0"				GlobalOptimizations="TRUE"				InlineFunctionExpansion="2"				FavorSizeOrSpeed="1"				OmitFramePointers="TRUE"				AdditionalIncludeDirectories="&quot;$(TBB21_INSTALL_DIR)\include&quot;"				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CONSOLE"				RuntimeLibrary="3"				EnableFunctionLevelLinking="TRUE"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"				DebugInformationFormat="3"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb_debug.lib tbbmalloc_debug.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="&quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib&quot;"				GenerateDebugInformation="TRUE"				SubSystem="1"				TargetMachine="1"				FixedBaseAddress="1"/>			<Tool				Name="VCMIDLTool"/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb_debug.dll and tbbmalloc_debug.dll"				CommandLine="copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbb_debug.dll&quot; &quot;$(OutDir)&quot;copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbbmalloc_debug.dll&quot; &quot;$(OutDir)&quot;"/>			<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"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			WholeProgramOptimization="TRUE">			<Tool				Name="VCCLCompilerTool"				GlobalOptimizations="TRUE"				InlineFunctionExpansion="2"				FavorSizeOrSpeed="1"				OmitFramePointers="TRUE"				AdditionalIncludeDirectories="&quot;$(TBB21_INSTALL_DIR)\include&quot;"				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CONSOLE"				RuntimeLibrary="2"				EnableFunctionLevelLinking="TRUE"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb.lib tbbmalloc.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="&quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib&quot;"				SubSystem="1"				OptimizeReferences="2"				EnableCOMDATFolding="2"				TargetMachine="1"				FixedBaseAddress="1"/>			<Tool				Name="VCMIDLTool"/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb.dll and tbbmalloc.dll"				CommandLine="copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbb.dll&quot; &quot;$(OutDir)&quot;copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbbmalloc.dll&quot; &quot;$(OutDir)&quot;"/>			<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 GDI|Win32"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			WholeProgramOptimization="TRUE">			<Tool				Name="VCCLCompilerTool"				GlobalOptimizations="TRUE"				InlineFunctionExpansion="2"				FavorSizeOrSpeed="1"				OmitFramePointers="TRUE"				AdditionalIncludeDirectories="&quot;$(TBB21_INSTALL_DIR)\include&quot;"				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WINDOWS"				RuntimeLibrary="2"				EnableFunctionLevelLinking="TRUE"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb.lib tbbmalloc.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="&quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib&quot;"				SubSystem="2"				OptimizeReferences="2"				EnableCOMDATFolding="2"				TargetMachine="1"				FixedBaseAddress="1"/>			<Tool				Name="VCMIDLTool"/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb.dll and tbbmalloc.dll"				CommandLine="copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbb.dll&quot; &quot;$(OutDir)&quot;copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbbmalloc.dll&quot; &quot;$(OutDir)&quot;"/>			<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="Debug GDI|Win32"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			WholeProgramOptimization="TRUE">			<Tool				Name="VCCLCompilerTool"				Optimization="0"				GlobalOptimizations="FALSE"				InlineFunctionExpansion="0"				FavorSizeOrSpeed="1"				OmitFramePointers="TRUE"				AdditionalIncludeDirectories="&quot;$(TBB21_INSTALL_DIR)\include&quot;"				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS"				RuntimeLibrary="3"				EnableFunctionLevelLinking="TRUE"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"				DebugInformationFormat="3"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb_debug.lib tbbmalloc_debug.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="&quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib&quot;"				GenerateDebugInformation="TRUE"				SubSystem="2"				TargetMachine="1"				FixedBaseAddress="1"/>			<Tool				Name="VCMIDLTool"/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb_debug.dll and tbbmalloc_debug.dll"				CommandLine="copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbb_debug.dll&quot; &quot;$(OutDir)&quot;copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbbmalloc_debug.dll&quot; &quot;$(OutDir)&quot;"/>			<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="Debug DD|Win32"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			WholeProgramOptimization="TRUE">			<Tool				Name="VCCLCompilerTool"				Optimization="0"				GlobalOptimizations="FALSE"				InlineFunctionExpansion="0"				FavorSizeOrSpeed="1"				OmitFramePointers="TRUE"				AdditionalIncludeDirectories="&quot;$(TBB21_INSTALL_DIR)\include&quot;;&quot;$(DXSDK_DIR)\include&quot;"				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS"				RuntimeLibrary="3"				EnableFunctionLevelLinking="TRUE"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"				DebugInformationFormat="3"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb_debug.lib tbbmalloc_debug.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="&quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib&quot;;&quot;$(DXSDK_DIR)\lib\x86&quot;"				GenerateDebugInformation="TRUE"				SubSystem="2"				TargetMachine="1"				FixedBaseAddress="1"/>			<Tool				Name="VCMIDLTool"/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb_debug.dll and tbbmalloc_debug.dll"				CommandLine="copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbb_debug.dll&quot; &quot;$(OutDir)&quot;copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbbmalloc_debug.dll&quot; &quot;$(OutDir)&quot;"/>			<Tool				Name="VCPreBuildEventTool"				CommandLine="..\..\..\common\gui\dxcheck.bat"/>			<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 DD|Win32"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			WholeProgramOptimization="TRUE">			<Tool				Name="VCCLCompilerTool"				GlobalOptimizations="TRUE"				InlineFunctionExpansion="2"				FavorSizeOrSpeed="1"				OmitFramePointers="TRUE"				AdditionalIncludeDirectories="&quot;$(TBB21_INSTALL_DIR)\include&quot;;&quot;$(DXSDK_DIR)\include&quot;"				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WINDOWS"				RuntimeLibrary="2"				EnableFunctionLevelLinking="TRUE"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb.lib tbbmalloc.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="&quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib&quot;;&quot;$(DXSDK_DIR)\lib\x86&quot;"				SubSystem="2"				OptimizeReferences="2"				EnableCOMDATFolding="2"				TargetMachine="1"				FixedBaseAddress="1"/>			<Tool				Name="VCMIDLTool"/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb.dll and tbbmalloc.dll"				CommandLine="copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbb.dll&quot; &quot;$(OutDir)&quot;copy &quot;$(TBB21_INSTALL_DIR)\ia32\vc7.1\bin\tbbmalloc.dll&quot; &quot;$(OutDir)&quot;"/>			<Tool				Name="VCPreBuildEventTool"				CommandLine="..\..\..\common\gui\dxcheck.bat"/>			<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="Source Files"			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">			<File				RelativePath="..\polymain.cpp">			</File>			<File				RelativePath="..\polyover.cpp">			</File>			<File				RelativePath="..\pover_video.cpp">			</File>		</Filter>		<Filter			Name="Header Files"			Filter="h;hpp;hxx;hm;inl;inc;xsd"			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">			<File				RelativePath="..\polymain.h">			</File>			<File				RelativePath="..\polyover.h">			</File>			<File				RelativePath="..\pover_global.h">			</File>			<File				RelativePath="..\pover_video.h">			</File>			<File				RelativePath="..\rpolygon.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}">		</Filter>		<Filter			Name="Video Layer"			Filter="">			<File				RelativePath="..\..\..\common\gui\convideo.cpp">				<FileConfiguration					Name="Release GDI|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Debug GDI|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Release DD|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Debug DD|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>			</File>			<File				RelativePath="..\..\..\common\gui\gdivideo.cpp">				<FileConfiguration					Name="Debug|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Release|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Debug DD|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Release DD|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>			</File>			<File				RelativePath="..\..\..\common\gui\ddvideo.cpp">				<FileConfiguration					Name="Debug|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Release|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Debug GDI|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>				<FileConfiguration					Name="Release GDI|Win32"					ExcludedFromBuild="TRUE">					<Tool						Name="VCCLCompilerTool"/>				</FileConfiguration>			</File>			<File				RelativePath="..\..\..\common\gui\video.h">			</File>			<File				RelativePath="..\..\..\common\gui\winvideo.h">			</File>		</Filter>		<File			RelativePath="..\index.html">		</File>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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