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