]> https://gitweb.dealii.org/ - dealii-svn.git/blob
df911b436788a809654b21b00535aec4ab725f7e
[dealii-svn.git] /
1 <?xml version="1.0" encoding="windows-1251"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8,00"
5         Name="convex_hull_sample"
6         ProjectGUID="{5F897A77-EBD9-4462-94D4-06E2ADE47F3B}"
7         RootNamespace="convex_hull_sample"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Debug|Win32"
23                         OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"
24                         IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"
25                         ConfigurationType="1"
26                         CharacterSet="2"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                         />
31                         <Tool
32                                 Name="VCCustomBuildTool"
33                         />
34                         <Tool
35                                 Name="VCXMLDataGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCWebServiceProxyGeneratorTool"
39                         />
40                         <Tool
41                                 Name="VCMIDLTool"
42                         />
43                         <Tool
44                                 Name="VCCLCompilerTool"
45                                 Optimization="0"
46                                 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
47                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TBB_USE_DEBUG"
48                                 RuntimeLibrary="3"
49                                 UsePrecompiledHeader="0"
50                                 Detect64BitPortabilityProblems="true"
51                                 DebugInformationFormat="3"
52                         />
53                         <Tool
54                                 Name="VCManagedResourceCompilerTool"
55                         />
56                         <Tool
57                                 Name="VCResourceCompilerTool"
58                         />
59                         <Tool
60                                 Name="VCPreLinkEventTool"
61                         />
62                         <Tool
63                                 Name="VCLinkerTool"
64                                 AdditionalDependencies="tbb_debug.lib"
65                                 LinkIncremental="1"
66                                 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\ia32\vc8\lib"
67                                 GenerateDebugInformation="true"
68                                 SubSystem="1"
69                                 TargetMachine="1"
70                                 FixedBaseAddress="1"
71                         />
72                         <Tool
73                                 Name="VCALinkTool"
74                         />
75                         <Tool
76                                 Name="VCManifestTool"
77                         />
78                         <Tool
79                                 Name="VCXDCMakeTool"
80                         />
81                         <Tool
82                                 Name="VCBscMakeTool"
83                         />
84                         <Tool
85                                 Name="VCFxCopTool"
86                         />
87                         <Tool
88                                 Name="VCAppVerifierTool"
89                         />
90                         <Tool
91                                 Name="VCWebDeploymentTool"
92                         />
93                         <Tool
94                                 Name="VCPostBuildEventTool"
95                                 Description="Copying DLLs and PDBs"
96                                 CommandLine="copy /Y &quot;$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb_debug.dll&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A; copy  &quot;$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb_debug.pdb&quot; &quot;$(OutDir)&quot;"
97                         />
98                 </Configuration>
99                 <Configuration
100                         Name="Debug|x64"
101                         OutputDirectory="$(TEMP)\tbb_examples\$(PlatformName)\$(ConfigurationName)"
102                         IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(PlatformName)\$(ConfigurationName)"
103                         ConfigurationType="1"
104                         CharacterSet="2"
105                         >
106                         <Tool
107                                 Name="VCPreBuildEventTool"
108                         />
109                         <Tool
110                                 Name="VCCustomBuildTool"
111                         />
112                         <Tool
113                                 Name="VCXMLDataGeneratorTool"
114                         />
115                         <Tool
116                                 Name="VCWebServiceProxyGeneratorTool"
117                         />
118                         <Tool
119                                 Name="VCMIDLTool"
120                                 TargetEnvironment="3"
121                         />
122                         <Tool
123                                 Name="VCCLCompilerTool"
124                                 Optimization="0"
125                                 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
126                                 PreprocessorDefinitions="WIN64;_DEBUG;_CONSOLE;TBB_USE_DEBUG"
127                                 RuntimeLibrary="3"
128                                 UsePrecompiledHeader="0"
129                                 DebugInformationFormat="3"
130                         />
131                         <Tool
132                                 Name="VCManagedResourceCompilerTool"
133                         />
134                         <Tool
135                                 Name="VCResourceCompilerTool"
136                         />
137                         <Tool
138                                 Name="VCPreLinkEventTool"
139                         />
140                         <Tool
141                                 Name="VCLinkerTool"
142                                 AdditionalDependencies="tbb_debug.lib"
143                                 LinkIncremental="1"
144                                 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\intel64\vc8\lib"
145                                 GenerateDebugInformation="true"
146                                 SubSystem="1"
147                                 TargetMachine="17"
148                                 FixedBaseAddress="1"
149                         />
150                         <Tool
151                                 Name="VCALinkTool"
152                         />
153                         <Tool
154                                 Name="VCManifestTool"
155                         />
156                         <Tool
157                                 Name="VCXDCMakeTool"
158                         />
159                         <Tool
160                                 Name="VCBscMakeTool"
161                         />
162                         <Tool
163                                 Name="VCFxCopTool"
164                         />
165                         <Tool
166                                 Name="VCAppVerifierTool"
167                         />
168                         <Tool
169                                 Name="VCWebDeploymentTool"
170                         />
171                         <Tool
172                                 Name="VCPostBuildEventTool"
173                                 Description="Copying DLLs and PDBs"
174                                 CommandLine="copy /Y &quot;$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb_debug.dll&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A; copy  &quot;$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb_debug.pdb&quot; &quot;$(OutDir)&quot;"
175                         />
176                 </Configuration>
177                 <Configuration
178                         Name="Release|Win32"
179                         OutputDirectory="$(TEMP)\tbb_examples\$(ConfigurationName)"
180                         IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(ConfigurationName)"
181                         ConfigurationType="1"
182                         CharacterSet="2"
183                         >
184                         <Tool
185                                 Name="VCPreBuildEventTool"
186                         />
187                         <Tool
188                                 Name="VCCustomBuildTool"
189                         />
190                         <Tool
191                                 Name="VCXMLDataGeneratorTool"
192                         />
193                         <Tool
194                                 Name="VCWebServiceProxyGeneratorTool"
195                         />
196                         <Tool
197                                 Name="VCMIDLTool"
198                         />
199                         <Tool
200                                 Name="VCCLCompilerTool"
201                                 Optimization="3"
202                                 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
203                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
204                                 RuntimeLibrary="2"
205                                 UsePrecompiledHeader="0"
206                                 Detect64BitPortabilityProblems="true"
207                                 DebugInformationFormat="3"
208                         />
209                         <Tool
210                                 Name="VCManagedResourceCompilerTool"
211                         />
212                         <Tool
213                                 Name="VCResourceCompilerTool"
214                         />
215                         <Tool
216                                 Name="VCPreLinkEventTool"
217                         />
218                         <Tool
219                                 Name="VCLinkerTool"
220                                 AdditionalDependencies="tbb.lib"
221                                 LinkIncremental="1"
222                                 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\ia32\vc8\lib"
223                                 GenerateDebugInformation="true"
224                                 SubSystem="1"
225                                 OptimizeReferences="2"
226                                 EnableCOMDATFolding="2"
227                                 TargetMachine="1"
228                                 FixedBaseAddress="1"
229                         />
230                         <Tool
231                                 Name="VCALinkTool"
232                         />
233                         <Tool
234                                 Name="VCManifestTool"
235                         />
236                         <Tool
237                                 Name="VCXDCMakeTool"
238                         />
239                         <Tool
240                                 Name="VCBscMakeTool"
241                         />
242                         <Tool
243                                 Name="VCFxCopTool"
244                         />
245                         <Tool
246                                 Name="VCAppVerifierTool"
247                         />
248                         <Tool
249                                 Name="VCWebDeploymentTool"
250                         />
251                         <Tool
252                                 Name="VCPostBuildEventTool"
253                                 Description="Copying DLLs and PDBs"
254                                 CommandLine="copy /Y &quot;$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb.dll&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A; copy  &quot;$(TBB22_INSTALL_DIR)\ia32\vc8\bin\tbb.pdb&quot; &quot;$(OutDir)&quot;"
255                         />
256                 </Configuration>
257                 <Configuration
258                         Name="Release|x64"
259                         OutputDirectory="$(TEMP)\tbb_examples\$(PlatformName)\$(ConfigurationName)"
260                         IntermediateDirectory="$(TEMP)\tbb_examples\$(SolutionName)\$(PlatformName)\$(ConfigurationName)"
261                         ConfigurationType="1"
262                         CharacterSet="2"
263                         >
264                         <Tool
265                                 Name="VCPreBuildEventTool"
266                         />
267                         <Tool
268                                 Name="VCCustomBuildTool"
269                         />
270                         <Tool
271                                 Name="VCXMLDataGeneratorTool"
272                         />
273                         <Tool
274                                 Name="VCWebServiceProxyGeneratorTool"
275                         />
276                         <Tool
277                                 Name="VCMIDLTool"
278                                 TargetEnvironment="3"
279                         />
280                         <Tool
281                                 Name="VCCLCompilerTool"
282                                 Optimization="3"
283                                 AdditionalIncludeDirectories="$(TBB22_INSTALL_DIR)\include"
284                                 PreprocessorDefinitions="WIN64;NDEBUG;_CONSOLE"
285                                 RuntimeLibrary="2"
286                                 UsePrecompiledHeader="0"
287                                 DebugInformationFormat="3"
288                         />
289                         <Tool
290                                 Name="VCManagedResourceCompilerTool"
291                         />
292                         <Tool
293                                 Name="VCResourceCompilerTool"
294                         />
295                         <Tool
296                                 Name="VCPreLinkEventTool"
297                         />
298                         <Tool
299                                 Name="VCLinkerTool"
300                                 AdditionalDependencies="tbb.lib"
301                                 LinkIncremental="1"
302                                 AdditionalLibraryDirectories="$(TBB22_INSTALL_DIR)\intel64\vc8\lib"
303                                 GenerateDebugInformation="true"
304                                 SubSystem="1"
305                                 OptimizeReferences="2"
306                                 EnableCOMDATFolding="2"
307                                 TargetMachine="17"
308                                 FixedBaseAddress="1"
309                         />
310                         <Tool
311                                 Name="VCALinkTool"
312                         />
313                         <Tool
314                                 Name="VCManifestTool"
315                         />
316                         <Tool
317                                 Name="VCXDCMakeTool"
318                         />
319                         <Tool
320                                 Name="VCBscMakeTool"
321                         />
322                         <Tool
323                                 Name="VCFxCopTool"
324                         />
325                         <Tool
326                                 Name="VCAppVerifierTool"
327                         />
328                         <Tool
329                                 Name="VCWebDeploymentTool"
330                         />
331                         <Tool
332                                 Name="VCPostBuildEventTool"
333                                 Description="Copying DLLs and PDBs"
334                                 CommandLine="copy /Y &quot;$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb.dll&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A; copy  &quot;$(TBB22_INSTALL_DIR)\intel64\vc8\bin\tbb.pdb&quot; &quot;$(OutDir)&quot;"
335                         />
336                 </Configuration>
337         </Configurations>
338         <References>
339         </References>
340         <Files>
341                 <Filter
342                         Name="Source Files"
343                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
344                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
345                         >
346                         <File
347                                 RelativePath="..\convex_hull_sample.cpp"
348                                 >
349                         </File>
350                 </Filter>
351                 <Filter
352                         Name="Header Files"
353                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
354                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
355                         >
356                         <File
357                                 RelativePath="..\convex_hull.h"
358                                 >
359                         </File>
360                 </Filter>
361         </Files>
362         <Globals>
363         </Globals>
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


Typeset in Trocchi and Trocchi Bold Sans Serif.