1 <?xml version="1.0" encoding="windows-1251"?>
3 ProjectType="Visual C++"
5 Name="sub_string_finder"
6 ProjectGUID="{3AA40693-F93D-4D4B-B32E-068F511A2525}"
7 RootNamespace="sub_string_finder"
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 "$(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 "$(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"
201 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
202 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
204 UsePrecompiledHeader="0"
205 Detect64BitPortabilityProblems="true"
206 DebugInformationFormat="3"
209 Name="VCManagedResourceCompilerTool"
212 Name="VCResourceCompilerTool"
215 Name="VCPreLinkEventTool"
219 AdditionalDependencies="tbb.lib"
221 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\ia32\vc8\lib"
222 GenerateDebugInformation="true"
224 OptimizeReferences="2"
225 EnableCOMDATFolding="2"
233 Name="VCManifestTool"
245 Name="VCAppVerifierTool"
248 Name="VCWebDeploymentTool"
251 Name="VCPostBuildEventTool"
252 Description="Copying DLLs and PDBs"
253 CommandLine="copy "$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb.dll" "$(OutDir)"
 copy "$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb.pdb" "$(OutDir)""
258 OutputDirectory="$(TEMP)\tbb_examples\$(PlatformName)\$(ConfigurationName)"
259 IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(PlatformName)\$(ConfigurationName)"
260 ConfigurationType="1"
264 Name="VCPreBuildEventTool"
267 Name="VCCustomBuildTool"
270 Name="VCXMLDataGeneratorTool"
273 Name="VCWebServiceProxyGeneratorTool"
277 TargetEnvironment="3"
280 Name="VCCLCompilerTool"
281 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
282 PreprocessorDefinitions="WIN64;NDEBUG;_CONSOLE"
284 UsePrecompiledHeader="0"
285 DebugInformationFormat="3"
288 Name="VCManagedResourceCompilerTool"
291 Name="VCResourceCompilerTool"
294 Name="VCPreLinkEventTool"
298 AdditionalDependencies="tbb.lib"
300 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\intel64\vc8\lib"
301 GenerateDebugInformation="true"
303 OptimizeReferences="2"
304 EnableCOMDATFolding="2"
312 Name="VCManifestTool"
324 Name="VCAppVerifierTool"
327 Name="VCWebDeploymentTool"
330 Name="VCPostBuildEventTool"
331 Description="Copying DLLs and PDBs"
332 CommandLine="copy "$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb.dll" "$(OutDir)"
 copy "$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb.pdb" "$(OutDir)""
341 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
342 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
345 RelativePath="..\sub_string_finder.cpp"
352 </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