1 <?xml version="1.0" encoding="windows-1251"?>
3 ProjectType="Visual C++"
5 Name="convex_hull_sample"
6 ProjectGUID="{5F897A77-EBD9-4462-94D4-06E2ADE47F3B}"
7 RootNamespace="convex_hull_sample"
23 OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"
24 IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"
29 Name="VCPreBuildEventTool"
32 Name="VCCustomBuildTool"
35 Name="VCXMLDataGeneratorTool"
38 Name="VCWebServiceProxyGeneratorTool"
44 Name="VCCLCompilerTool"
46 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
47 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TBB_USE_DEBUG"
49 UsePrecompiledHeader="0"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="3"
54 Name="VCManagedResourceCompilerTool"
57 Name="VCResourceCompilerTool"
60 Name="VCPreLinkEventTool"
64 AdditionalDependencies="tbb_debug.lib"
66 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\ia32\vc8\lib"
67 GenerateDebugInformation="true"
88 Name="VCAppVerifierTool"
91 Name="VCWebDeploymentTool"
94 Name="VCPostBuildEventTool"
95 Description="Copying DLLs and PDBs"
96 CommandLine="copy /Y "$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb_debug.dll" "$(OutDir)"
 copy "$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb_debug.pdb" "$(OutDir)""
101 OutputDirectory="$(TEMP)\tbb_examples\$(PlatformName)\$(ConfigurationName)"
102 IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(PlatformName)\$(ConfigurationName)"
103 ConfigurationType="1"
107 Name="VCPreBuildEventTool"
110 Name="VCCustomBuildTool"
113 Name="VCXMLDataGeneratorTool"
116 Name="VCWebServiceProxyGeneratorTool"
120 TargetEnvironment="3"
123 Name="VCCLCompilerTool"
125 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
126 PreprocessorDefinitions="WIN64;_DEBUG;_CONSOLE;TBB_USE_DEBUG"
128 UsePrecompiledHeader="0"
129 DebugInformationFormat="3"
132 Name="VCManagedResourceCompilerTool"
135 Name="VCResourceCompilerTool"
138 Name="VCPreLinkEventTool"
142 AdditionalDependencies="tbb_debug.lib"
144 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\intel64\vc8\lib"
145 GenerateDebugInformation="true"
154 Name="VCManifestTool"
166 Name="VCAppVerifierTool"
169 Name="VCWebDeploymentTool"
172 Name="VCPostBuildEventTool"
173 Description="Copying DLLs and PDBs"
174 CommandLine="copy /Y "$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb_debug.dll" "$(OutDir)"
 copy "$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb_debug.pdb" "$(OutDir)""
179 OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"
180 IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"
181 ConfigurationType="1"
185 Name="VCPreBuildEventTool"
188 Name="VCCustomBuildTool"
191 Name="VCXMLDataGeneratorTool"
194 Name="VCWebServiceProxyGeneratorTool"
200 Name="VCCLCompilerTool"
202 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
203 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
205 UsePrecompiledHeader="0"
206 Detect64BitPortabilityProblems="true"
207 DebugInformationFormat="3"
210 Name="VCManagedResourceCompilerTool"
213 Name="VCResourceCompilerTool"
216 Name="VCPreLinkEventTool"
220 AdditionalDependencies="tbb.lib"
222 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\ia32\vc8\lib"
223 GenerateDebugInformation="true"
225 OptimizeReferences="2"
226 EnableCOMDATFolding="2"
234 Name="VCManifestTool"
246 Name="VCAppVerifierTool"
249 Name="VCWebDeploymentTool"
252 Name="VCPostBuildEventTool"
253 Description="Copying DLLs and PDBs"
254 CommandLine="copy /Y "$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb.dll" "$(OutDir)"
 copy "$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb.pdb" "$(OutDir)""
259 OutputDirectory="$(TEMP)\tbb_examples\$(PlatformName)\$(ConfigurationName)"
260 IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(PlatformName)\$(ConfigurationName)"
261 ConfigurationType="1"
265 Name="VCPreBuildEventTool"
268 Name="VCCustomBuildTool"
271 Name="VCXMLDataGeneratorTool"
274 Name="VCWebServiceProxyGeneratorTool"
278 TargetEnvironment="3"
281 Name="VCCLCompilerTool"
283 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
284 PreprocessorDefinitions="WIN64;NDEBUG;_CONSOLE"
286 UsePrecompiledHeader="0"
287 DebugInformationFormat="3"
290 Name="VCManagedResourceCompilerTool"
293 Name="VCResourceCompilerTool"
296 Name="VCPreLinkEventTool"
300 AdditionalDependencies="tbb.lib"
302 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\intel64\vc8\lib"
303 GenerateDebugInformation="true"
305 OptimizeReferences="2"
306 EnableCOMDATFolding="2"
314 Name="VCManifestTool"
326 Name="VCAppVerifierTool"
329 Name="VCWebDeploymentTool"
332 Name="VCPostBuildEventTool"
333 Description="Copying DLLs and PDBs"
334 CommandLine="copy /Y "$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb.dll" "$(OutDir)"
 copy "$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb.pdb" "$(OutDir)""
343 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
344 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
347 RelativePath="..\convex_hull_sample.cpp"
353 Filter="h;hpp;hxx;hm;inl;inc;xsd"
354 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
357 RelativePath="..\convex_hull.h"
364 </VisualStudioProject>
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams