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

📄 convex_hull_sample.vcproj

📁 英特尔&#174 线程构建模块(英特尔&#174 TBB)是一个屡获殊荣的 C++ 运行时库
💻 VCPROJ
字号:
<?xml version="1.0" encoding="windows-1251"?><VisualStudioProject	ProjectType="Visual C++"	Version="8,00"	Name="convex_hull_sample"	ProjectGUID="{5F897A77-EBD9-4462-94D4-06E2ADE47F3B}"	RootNamespace="convex_hull_sample"	Keyword="Win32Proj"	>	<Platforms>		<Platform			Name="Win32"		/>		<Platform			Name="x64"		/>	</Platforms>	<ToolFiles>	</ToolFiles>	<Configurations>		<Configuration			Name="Debug|Win32"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="0"				AdditionalIncludeDirectories="$(TBB20_INSTALL_DIR)\include"				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TBB_DO_ASSERT"				RuntimeLibrary="3"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="true"				DebugInformationFormat="3"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb_debug.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="$(TBB20_INSTALL_DIR)\ia32\vc8\lib"				GenerateDebugInformation="true"				SubSystem="1"				TargetMachine="1"				FixedBaseAddress="1"			/>			<Tool				Name="VCALinkTool"			/>			<Tool				Name="VCManifestTool"			/>			<Tool				Name="VCXDCMakeTool"			/>			<Tool				Name="VCBscMakeTool"			/>			<Tool				Name="VCFxCopTool"			/>			<Tool				Name="VCAppVerifierTool"			/>			<Tool				Name="VCWebDeploymentTool"			/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb_debug.dll"				CommandLine="copy /Y &quot;$(TBB20_INSTALL_DIR)\ia32\vc8\bin\tbb_debug.dll&quot; &quot;$(OutDir)&quot;"			/>		</Configuration>		<Configuration			Name="Debug|x64"			OutputDirectory="$(TEMP)\tbb_examples\$(PlatformName)\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(PlatformName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"				TargetEnvironment="3"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="0"				AdditionalIncludeDirectories="$(TBB20_INSTALL_DIR)\include"				PreprocessorDefinitions="WIN64;_DEBUG;_CONSOLE;TBB_DO_ASSERT"				RuntimeLibrary="3"				UsePrecompiledHeader="0"				DebugInformationFormat="3"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb_debug.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="$(TBB20_INSTALL_DIR)\em64t\vc8\lib"				GenerateDebugInformation="true"				SubSystem="1"				TargetMachine="17"				FixedBaseAddress="1"			/>			<Tool				Name="VCALinkTool"			/>			<Tool				Name="VCManifestTool"			/>			<Tool				Name="VCXDCMakeTool"			/>			<Tool				Name="VCBscMakeTool"			/>			<Tool				Name="VCFxCopTool"			/>			<Tool				Name="VCAppVerifierTool"			/>			<Tool				Name="VCWebDeploymentTool"			/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb_debug.dll"				CommandLine="copy /Y &quot;$(TBB20_INSTALL_DIR)\em64t\vc8\bin\tbb_debug.dll&quot; &quot;$(OutDir)&quot;"			/>		</Configuration>		<Configuration			Name="Release|Win32"			OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="3"				AdditionalIncludeDirectories="$(TBB20_INSTALL_DIR)\include"				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"				RuntimeLibrary="2"				UsePrecompiledHeader="0"				Detect64BitPortabilityProblems="true"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="$(TBB20_INSTALL_DIR)\ia32\vc8\lib"				SubSystem="1"				OptimizeReferences="2"				EnableCOMDATFolding="2"				TargetMachine="1"				FixedBaseAddress="1"			/>			<Tool				Name="VCALinkTool"			/>			<Tool				Name="VCManifestTool"			/>			<Tool				Name="VCXDCMakeTool"			/>			<Tool				Name="VCBscMakeTool"			/>			<Tool				Name="VCFxCopTool"			/>			<Tool				Name="VCAppVerifierTool"			/>			<Tool				Name="VCWebDeploymentTool"			/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb.dll"				CommandLine="copy /Y &quot;$(TBB20_INSTALL_DIR)\ia32\vc8\bin\tbb.dll&quot; &quot;$(OutDir)&quot;"			/>		</Configuration>		<Configuration			Name="Release|x64"			OutputDirectory="$(TEMP)\tbb_examples\$(PlatformName)\$(ConfigurationName)"			IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(PlatformName)\$(ConfigurationName)"			ConfigurationType="1"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"				TargetEnvironment="3"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="3"				AdditionalIncludeDirectories="$(TBB20_INSTALL_DIR)\include"				PreprocessorDefinitions="WIN64;NDEBUG;_CONSOLE"				RuntimeLibrary="2"				UsePrecompiledHeader="0"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="tbb.lib"				LinkIncremental="1"				AdditionalLibraryDirectories="$(TBB20_INSTALL_DIR)\em64t\vc8\lib"				SubSystem="1"				OptimizeReferences="2"				EnableCOMDATFolding="2"				TargetMachine="17"				FixedBaseAddress="1"			/>			<Tool				Name="VCALinkTool"			/>			<Tool				Name="VCManifestTool"			/>			<Tool				Name="VCXDCMakeTool"			/>			<Tool				Name="VCBscMakeTool"			/>			<Tool				Name="VCFxCopTool"			/>			<Tool				Name="VCAppVerifierTool"			/>			<Tool				Name="VCWebDeploymentTool"			/>			<Tool				Name="VCPostBuildEventTool"				Description="Copying tbb.dll"				CommandLine="copy /Y &quot;$(TBB20_INSTALL_DIR)\em64t\vc8\bin\tbb.dll&quot; &quot;$(OutDir)&quot;"			/>		</Configuration>	</Configurations>	<References>	</References>	<Files>		<Filter			Name="Source Files"			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"			>			<File				RelativePath="..\convex_hull_sample.cpp"				>			</File>		</Filter>		<Filter			Name="Header Files"			Filter="h;hpp;hxx;hm;inl;inc;xsd"			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"			>			<File				RelativePath="..\convex_hull.h"				>			</File>		</Filter>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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