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

📄 tree_sum.vcproj

📁 因特尔公司的结束构建库。开发多线程应用的不错的一个环境 。
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="7.10"	Name="tree_sum"	ProjectGUID="{C931C7A2-074E-4150-9E7A-39A03250411D}"	RootNamespace="tree_sum"	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">			<Tool				Name="VCCLCompilerTool"				Optimization="0"				AdditionalIncludeDirectories="$(TBB21_INSTALL_DIR)\include"				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TBB_DO_ASSERT"				RuntimeLibrary="3"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"				DebugInformationFormat="3"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb_debug.lib tbbmalloc_debug.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib"				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; &amp;&amp; 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">			<Tool				Name="VCCLCompilerTool"				AdditionalIncludeDirectories="$(TBB21_INSTALL_DIR)\include"				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"				RuntimeLibrary="2"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="TRUE"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb.lib tbbmalloc.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="$(TBB21_INSTALL_DIR)\ia32\vc7.1\lib"				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; &amp;&amp; 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>	</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="..\main.cpp">			</File>			<File				RelativePath="..\OptimizedParallelSumTree.cpp">			</File>			<File				RelativePath="..\SerialSumTree.cpp">			</File>			<File				RelativePath="..\SimpleParallelSumTree.cpp">			</File>		</Filter>		<Filter			Name="Header Files"			Filter="">			<File				RelativePath="..\common.h">			</File>		</Filter>		<File			RelativePath="..\index.html">		</File>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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