Updated VC++ build system.
[oota-llvm.git] / win32 / Transforms / Transforms.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="Transforms"
6         ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13         </Platforms>
14         <ToolFiles>
15         </ToolFiles>
16         <Configurations>
17                 <Configuration
18                         Name="Debug|Win32"
19                         OutputDirectory="..\Debug"
20                         IntermediateDirectory="Debug"
21                         ConfigurationType="4"
22                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                         CharacterSet="2"
24                         >
25                         <Tool
26                                 Name="VCPreBuildEventTool"
27                         />
28                         <Tool
29                                 Name="VCCustomBuildTool"
30                         />
31                         <Tool
32                                 Name="VCXMLDataGeneratorTool"
33                         />
34                         <Tool
35                                 Name="VCWebServiceProxyGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCMIDLTool"
39                         />
40                         <Tool
41                                 Name="VCCLCompilerTool"
42                                 Optimization="0"
43                                 AdditionalIncludeDirectories="..\..\include;.."
44                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
45                                 StringPooling="true"
46                                 MinimalRebuild="true"
47                                 BasicRuntimeChecks="3"
48                                 RuntimeLibrary="3"
49                                 ForceConformanceInForLoopScope="true"
50                                 RuntimeTypeInfo="true"
51                                 UsePrecompiledHeader="0"
52                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
53                                 BrowseInformation="1"
54                                 WarningLevel="3"
55                                 Detect64BitPortabilityProblems="false"
56                                 DebugInformationFormat="3"
57                                 DisableSpecificWarnings="4355,4146,4800"
58                         />
59                         <Tool
60                                 Name="VCManagedResourceCompilerTool"
61                         />
62                         <Tool
63                                 Name="VCResourceCompilerTool"
64                         />
65                         <Tool
66                                 Name="VCPreLinkEventTool"
67                         />
68                         <Tool
69                                 Name="VCLibrarianTool"
70                                 OutputFile="$(OutDir)/Transforms.lib"
71                         />
72                         <Tool
73                                 Name="VCALinkTool"
74                         />
75                         <Tool
76                                 Name="VCXDCMakeTool"
77                         />
78                         <Tool
79                                 Name="VCBscMakeTool"
80                         />
81                         <Tool
82                                 Name="VCFxCopTool"
83                         />
84                         <Tool
85                                 Name="VCPostBuildEventTool"
86                         />
87                 </Configuration>
88                 <Configuration
89                         Name="Release|Win32"
90                         OutputDirectory="..\Release"
91                         IntermediateDirectory="Release"
92                         ConfigurationType="4"
93                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
94                         CharacterSet="2"
95                         >
96                         <Tool
97                                 Name="VCPreBuildEventTool"
98                         />
99                         <Tool
100                                 Name="VCCustomBuildTool"
101                         />
102                         <Tool
103                                 Name="VCXMLDataGeneratorTool"
104                         />
105                         <Tool
106                                 Name="VCWebServiceProxyGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCMIDLTool"
110                         />
111                         <Tool
112                                 Name="VCCLCompilerTool"
113                                 AdditionalIncludeDirectories="..\..\include;.."
114                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
115                                 StringPooling="true"
116                                 RuntimeLibrary="2"
117                                 ForceConformanceInForLoopScope="true"
118                                 RuntimeTypeInfo="true"
119                                 UsePrecompiledHeader="0"
120                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
121                                 WarningLevel="3"
122                                 Detect64BitPortabilityProblems="false"
123                                 DebugInformationFormat="3"
124                                 DisableSpecificWarnings="4355,4146,4800"
125                         />
126                         <Tool
127                                 Name="VCManagedResourceCompilerTool"
128                         />
129                         <Tool
130                                 Name="VCResourceCompilerTool"
131                         />
132                         <Tool
133                                 Name="VCPreLinkEventTool"
134                         />
135                         <Tool
136                                 Name="VCLibrarianTool"
137                                 OutputFile="$(OutDir)/Transforms.lib"
138                         />
139                         <Tool
140                                 Name="VCALinkTool"
141                         />
142                         <Tool
143                                 Name="VCXDCMakeTool"
144                         />
145                         <Tool
146                                 Name="VCBscMakeTool"
147                         />
148                         <Tool
149                                 Name="VCFxCopTool"
150                         />
151                         <Tool
152                                 Name="VCPostBuildEventTool"
153                         />
154                 </Configuration>
155         </Configurations>
156         <References>
157         </References>
158         <Files>
159                 <Filter
160                         Name="Source Files"
161                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
162                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
163                         >
164                         <Filter
165                                 Name="Instrumentation"
166                                 >
167                                 <File
168                                         RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp"
169                                         >
170                                 </File>
171                                 <File
172                                         RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"
173                                         >
174                                 </File>
175                                 <File
176                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"
177                                         >
178                                 </File>
179                                 <File
180                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h"
181                                         >
182                                 </File>
183                                 <File
184                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp"
185                                         >
186                                 </File>
187                                 <File
188                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"
189                                         >
190                                 </File>
191                         </Filter>
192                         <Filter
193                                 Name="IPO"
194                                 >
195                                 <File
196                                         RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
197                                         >
198                                 </File>
199                                 <File
200                                         RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp"
201                                         >
202                                 </File>
203                                 <File
204                                         RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp"
205                                         >
206                                 </File>
207                                 <File
208                                         RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
209                                         >
210                                 </File>
211                                 <File
212                                         RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"
213                                         >
214                                 </File>
215                                 <File
216                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
217                                         >
218                                 </File>
219                                 <File
220                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp"
221                                         >
222                                 </File>
223                                 <File
224                                         RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp"
225                                         >
226                                 </File>
227                                 <File
228                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
229                                         >
230                                 </File>
231                                 <File
232                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.h"
233                                         >
234                                 </File>
235                                 <File
236                                         RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
237                                         >
238                                 </File>
239                                 <File
240                                         RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp"
241                                         >
242                                 </File>
243                                 <File
244                                         RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
245                                         >
246                                 </File>
247                                 <File
248                                         RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
249                                         >
250                                 </File>
251                                 <File
252                                         RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
253                                         >
254                                 </File>
255                                 <File
256                                         RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
257                                         >
258                                 </File>
259                                 <File
260                                         RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
261                                         >
262                                 </File>
263                                 <File
264                                         RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"
265                                         >
266                                 </File>
267                                 <File
268                                         RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
269                                         >
270                                 </File>
271                                 <File
272                                         RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
273                                         >
274                                 </File>
275                         </Filter>
276                         <Filter
277                                 Name="Scalar"
278                                 >
279                                 <File
280                                         RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
281                                         >
282                                 </File>
283                                 <File
284                                         RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
285                                         >
286                                 </File>
287                                 <File
288                                         RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp"
289                                         >
290                                 </File>
291                                 <File
292                                         RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"
293                                         >
294                                 </File>
295                                 <File
296                                         RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
297                                         >
298                                 </File>
299                                 <File
300                                         RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp"
301                                         >
302                                 </File>
303                                 <File
304                                         RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
305                                         >
306                                 </File>
307                                 <File
308                                         RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
309                                         >
310                                 </File>
311                                 <File
312                                         RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
313                                         >
314                                 </File>
315                                 <File
316                                         RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
317                                         >
318                                 </File>
319                                 <File
320                                         RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
321                                         >
322                                 </File>
323                                 <File
324                                         RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
325                                         >
326                                 </File>
327                                 <File
328                                         RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
329                                         >
330                                 </File>
331                                 <File
332                                         RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
333                                         >
334                                 </File>
335                                 <File
336                                         RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
337                                         >
338                                 </File>
339                                 <File
340                                         RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
341                                         >
342                                 </File>
343                                 <File
344                                         RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
345                                         >
346                                 </File>
347                                 <File
348                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
349                                         >
350                                 </File>
351                                 <File
352                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
353                                         >
354                                 </File>
355                                 <File
356                                         RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp"
357                                         >
358                                 </File>
359                                 <File
360                                         RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
361                                         >
362                                 </File>
363                                 <File
364                                         RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"
365                                         >
366                                 </File>
367                                 <File
368                                         RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"
369                                         >
370                                 </File>
371                                 <File
372                                         RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
373                                         >
374                                 </File>
375                                 <File
376                                         RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
377                                         >
378                                 </File>
379                                 <File
380                                         RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
381                                         >
382                                 </File>
383                                 <File
384                                         RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
385                                         >
386                                 </File>
387                                 <File
388                                         RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
389                                         >
390                                 </File>
391                                 <File
392                                         RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
393                                         >
394                                 </File>
395                         </Filter>
396                         <Filter
397                                 Name="Parallel"
398                                 >
399                         </Filter>
400                         <Filter
401                                 Name="Utils"
402                                 >
403                                 <File
404                                         RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
405                                         >
406                                 </File>
407                                 <File
408                                         RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
409                                         >
410                                 </File>
411                                 <File
412                                         RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
413                                         >
414                                 </File>
415                                 <File
416                                         RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
417                                         >
418                                 </File>
419                                 <File
420                                         RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
421                                         >
422                                 </File>
423                                 <File
424                                         RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
425                                         >
426                                 </File>
427                                 <File
428                                         RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
429                                         >
430                                 </File>
431                                 <File
432                                         RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
433                                         >
434                                 </File>
435                                 <File
436                                         RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
437                                         >
438                                 </File>
439                                 <File
440                                         RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
441                                         >
442                                 </File>
443                                 <File
444                                         RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
445                                         >
446                                 </File>
447                                 <File
448                                         RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
449                                         >
450                                 </File>
451                                 <File
452                                         RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
453                                         >
454                                 </File>
455                                 <File
456                                         RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
457                                         >
458                                 </File>
459                                 <File
460                                         RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
461                                         >
462                                 </File>
463                                 <File
464                                         RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp"
465                                         >
466                                 </File>
467                                 <File
468                                         RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
469                                         >
470                                 </File>
471                                 <File
472                                         RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
473                                         >
474                                 </File>
475                                 <File
476                                         RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
477                                         >
478                                 </File>
479                                 <File
480                                         RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
481                                         >
482                                         <FileConfiguration
483                                                 Name="Debug|Win32"
484                                                 >
485                                                 <Tool
486                                                         Name="VCCLCompilerTool"
487                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
488                                                 />
489                                         </FileConfiguration>
490                                         <FileConfiguration
491                                                 Name="Release|Win32"
492                                                 >
493                                                 <Tool
494                                                         Name="VCCLCompilerTool"
495                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
496                                                 />
497                                         </FileConfiguration>
498                                 </File>
499                                 <File
500                                         RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
501                                         >
502                                 </File>
503                                 <File
504                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
505                                         >
506                                 </File>
507                                 <File
508                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h"
509                                         >
510                                 </File>
511                         </Filter>
512                 </Filter>
513                 <Filter
514                         Name="Header Files"
515                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
516                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
517                         >
518                         <File
519                                 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
520                                 >
521                         </File>
522                         <File
523                                 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
524                                 >
525                         </File>
526                         <File
527                                 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
528                                 >
529                         </File>
530                         <File
531                                 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
532                                 >
533                         </File>
534                         <File
535                                 RelativePath="..\..\include\llvm\Transforms\IPO.h"
536                                 >
537                         </File>
538                         <File
539                                 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
540                                 >
541                         </File>
542                         <File
543                                 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
544                                 >
545                         </File>
546                         <File
547                                 RelativePath="..\..\include\llvm\Transforms\Scalar.h"
548                                 >
549                         </File>
550                         <File
551                                 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
552                                 >
553                         </File>
554                 </Filter>
555         </Files>
556         <Globals>
557         </Globals>
558 </VisualStudioProject>