Adding missing files to Transforms and VMCore VC++ projects.
[oota-llvm.git] / win32 / Transforms / Transforms.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="Transforms"
6         ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
7         Keyword="Win32Proj"
8         TargetFrameworkVersion="131072"
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="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
24                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25                         ConfigurationType="4"
26                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
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="..\..\include;.."
48                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
49                                 StringPooling="true"
50                                 MinimalRebuild="true"
51                                 BasicRuntimeChecks="3"
52                                 RuntimeLibrary="3"
53                                 ForceConformanceInForLoopScope="true"
54                                 RuntimeTypeInfo="true"
55                                 UsePrecompiledHeader="0"
56                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
57                                 BrowseInformation="1"
58                                 WarningLevel="3"
59                                 Detect64BitPortabilityProblems="false"
60                                 DebugInformationFormat="3"
61                                 DisableSpecificWarnings="4355,4146,4800"
62                         />
63                         <Tool
64                                 Name="VCManagedResourceCompilerTool"
65                         />
66                         <Tool
67                                 Name="VCResourceCompilerTool"
68                         />
69                         <Tool
70                                 Name="VCPreLinkEventTool"
71                         />
72                         <Tool
73                                 Name="VCLibrarianTool"
74                                 OutputFile="$(OutDir)/Transforms.lib"
75                         />
76                         <Tool
77                                 Name="VCALinkTool"
78                         />
79                         <Tool
80                                 Name="VCXDCMakeTool"
81                         />
82                         <Tool
83                                 Name="VCBscMakeTool"
84                         />
85                         <Tool
86                                 Name="VCFxCopTool"
87                         />
88                         <Tool
89                                 Name="VCPostBuildEventTool"
90                         />
91                 </Configuration>
92                 <Configuration
93                         Name="Release|Win32"
94                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
95                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
96                         ConfigurationType="4"
97                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
98                         CharacterSet="2"
99                         >
100                         <Tool
101                                 Name="VCPreBuildEventTool"
102                         />
103                         <Tool
104                                 Name="VCCustomBuildTool"
105                         />
106                         <Tool
107                                 Name="VCXMLDataGeneratorTool"
108                         />
109                         <Tool
110                                 Name="VCWebServiceProxyGeneratorTool"
111                         />
112                         <Tool
113                                 Name="VCMIDLTool"
114                         />
115                         <Tool
116                                 Name="VCCLCompilerTool"
117                                 AdditionalIncludeDirectories="..\..\include;.."
118                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
119                                 StringPooling="true"
120                                 RuntimeLibrary="2"
121                                 ForceConformanceInForLoopScope="true"
122                                 RuntimeTypeInfo="true"
123                                 UsePrecompiledHeader="0"
124                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
125                                 WarningLevel="3"
126                                 Detect64BitPortabilityProblems="false"
127                                 DebugInformationFormat="3"
128                                 DisableSpecificWarnings="4355,4146,4800"
129                         />
130                         <Tool
131                                 Name="VCManagedResourceCompilerTool"
132                         />
133                         <Tool
134                                 Name="VCResourceCompilerTool"
135                         />
136                         <Tool
137                                 Name="VCPreLinkEventTool"
138                         />
139                         <Tool
140                                 Name="VCLibrarianTool"
141                                 OutputFile="$(OutDir)/Transforms.lib"
142                         />
143                         <Tool
144                                 Name="VCALinkTool"
145                         />
146                         <Tool
147                                 Name="VCXDCMakeTool"
148                         />
149                         <Tool
150                                 Name="VCBscMakeTool"
151                         />
152                         <Tool
153                                 Name="VCFxCopTool"
154                         />
155                         <Tool
156                                 Name="VCPostBuildEventTool"
157                         />
158                 </Configuration>
159                 <Configuration
160                         Name="Debug|x64"
161                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
162                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
163                         ConfigurationType="4"
164                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
165                         CharacterSet="2"
166                         >
167                         <Tool
168                                 Name="VCPreBuildEventTool"
169                         />
170                         <Tool
171                                 Name="VCCustomBuildTool"
172                         />
173                         <Tool
174                                 Name="VCXMLDataGeneratorTool"
175                         />
176                         <Tool
177                                 Name="VCWebServiceProxyGeneratorTool"
178                         />
179                         <Tool
180                                 Name="VCMIDLTool"
181                                 TargetEnvironment="3"
182                         />
183                         <Tool
184                                 Name="VCCLCompilerTool"
185                                 Optimization="0"
186                                 AdditionalIncludeDirectories="..\..\include;.."
187                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
188                                 StringPooling="true"
189                                 MinimalRebuild="true"
190                                 BasicRuntimeChecks="3"
191                                 RuntimeLibrary="3"
192                                 ForceConformanceInForLoopScope="true"
193                                 RuntimeTypeInfo="true"
194                                 UsePrecompiledHeader="0"
195                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
196                                 BrowseInformation="1"
197                                 WarningLevel="3"
198                                 Detect64BitPortabilityProblems="false"
199                                 DebugInformationFormat="3"
200                                 DisableSpecificWarnings="4355,4146,4800"
201                         />
202                         <Tool
203                                 Name="VCManagedResourceCompilerTool"
204                         />
205                         <Tool
206                                 Name="VCResourceCompilerTool"
207                         />
208                         <Tool
209                                 Name="VCPreLinkEventTool"
210                         />
211                         <Tool
212                                 Name="VCLibrarianTool"
213                                 OutputFile="$(OutDir)/Transforms.lib"
214                         />
215                         <Tool
216                                 Name="VCALinkTool"
217                         />
218                         <Tool
219                                 Name="VCXDCMakeTool"
220                         />
221                         <Tool
222                                 Name="VCBscMakeTool"
223                         />
224                         <Tool
225                                 Name="VCFxCopTool"
226                         />
227                         <Tool
228                                 Name="VCPostBuildEventTool"
229                         />
230                 </Configuration>
231                 <Configuration
232                         Name="Release|x64"
233                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
234                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
235                         ConfigurationType="4"
236                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
237                         CharacterSet="2"
238                         >
239                         <Tool
240                                 Name="VCPreBuildEventTool"
241                         />
242                         <Tool
243                                 Name="VCCustomBuildTool"
244                         />
245                         <Tool
246                                 Name="VCXMLDataGeneratorTool"
247                         />
248                         <Tool
249                                 Name="VCWebServiceProxyGeneratorTool"
250                         />
251                         <Tool
252                                 Name="VCMIDLTool"
253                                 TargetEnvironment="3"
254                         />
255                         <Tool
256                                 Name="VCCLCompilerTool"
257                                 AdditionalIncludeDirectories="..\..\include;.."
258                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
259                                 StringPooling="true"
260                                 RuntimeLibrary="2"
261                                 ForceConformanceInForLoopScope="true"
262                                 RuntimeTypeInfo="true"
263                                 UsePrecompiledHeader="0"
264                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
265                                 WarningLevel="3"
266                                 Detect64BitPortabilityProblems="false"
267                                 DebugInformationFormat="3"
268                                 DisableSpecificWarnings="4355,4146,4800"
269                         />
270                         <Tool
271                                 Name="VCManagedResourceCompilerTool"
272                         />
273                         <Tool
274                                 Name="VCResourceCompilerTool"
275                         />
276                         <Tool
277                                 Name="VCPreLinkEventTool"
278                         />
279                         <Tool
280                                 Name="VCLibrarianTool"
281                                 OutputFile="$(OutDir)/Transforms.lib"
282                         />
283                         <Tool
284                                 Name="VCALinkTool"
285                         />
286                         <Tool
287                                 Name="VCXDCMakeTool"
288                         />
289                         <Tool
290                                 Name="VCBscMakeTool"
291                         />
292                         <Tool
293                                 Name="VCFxCopTool"
294                         />
295                         <Tool
296                                 Name="VCPostBuildEventTool"
297                         />
298                 </Configuration>
299         </Configurations>
300         <References>
301         </References>
302         <Files>
303                 <Filter
304                         Name="Source Files"
305                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
306                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
307                         >
308                         <Filter
309                                 Name="Instrumentation"
310                                 >
311                                 <File
312                                         RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp"
313                                         >
314                                 </File>
315                                 <File
316                                         RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"
317                                         >
318                                 </File>
319                                 <File
320                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"
321                                         >
322                                 </File>
323                                 <File
324                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h"
325                                         >
326                                 </File>
327                                 <File
328                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp"
329                                         >
330                                 </File>
331                                 <File
332                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"
333                                         >
334                                 </File>
335                         </Filter>
336                         <Filter
337                                 Name="IPO"
338                                 >
339                                 <File
340                                         RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
341                                         >
342                                 </File>
343                                 <File
344                                         RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp"
345                                         >
346                                 </File>
347                                 <File
348                                         RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp"
349                                         >
350                                 </File>
351                                 <File
352                                         RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
353                                         >
354                                 </File>
355                                 <File
356                                         RelativePath="..\..\lib\Transforms\IPO\ExtractGV.cpp"
357                                         >
358                                 </File>
359                                 <File
360                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
361                                         >
362                                 </File>
363                                 <File
364                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp"
365                                         >
366                                 </File>
367                                 <File
368                                         RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp"
369                                         >
370                                 </File>
371                                 <File
372                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
373                                         >
374                                 </File>
375                                 <File
376                                         RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
377                                         >
378                                 </File>
379                                 <File
380                                         RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp"
381                                         >
382                                 </File>
383                                 <File
384                                         RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
385                                         >
386                                 </File>
387                                 <File
388                                         RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
389                                         >
390                                 </File>
391                                 <File
392                                         RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
393                                         >
394                                 </File>
395                                 <File
396                                         RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
397                                         >
398                                 </File>
399                                 <File
400                                         RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
401                                         >
402                                 </File>
403                                 <File
404                                         RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
405                                         >
406                                 </File>
407                                 <File
408                                         RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
409                                         >
410                                 </File>
411                                 <File
412                                         RelativePath="..\..\lib\Transforms\IPO\StructRetPromotion.cpp"
413                                         >
414                                 </File>
415                         </Filter>
416                         <Filter
417                                 Name="Scalar"
418                                 >
419                                 <File
420                                         RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
421                                         >
422                                 </File>
423                                 <File
424                                         RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
425                                         >
426                                 </File>
427                                 <File
428                                         RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp"
429                                         >
430                                 </File>
431                                 <File
432                                         RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"
433                                         >
434                                 </File>
435                                 <File
436                                         RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
437                                         >
438                                 </File>
439                                 <File
440                                         RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
441                                         >
442                                 </File>
443                                 <File
444                                         RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
445                                         >
446                                 </File>
447                                 <File
448                                         RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
449                                         >
450                                 </File>
451                                 <File
452                                         RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
453                                         >
454                                 </File>
455                                 <File
456                                         RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
457                                         >
458                                 </File>
459                                 <File
460                                         RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
461                                         >
462                                 </File>
463                                 <File
464                                         RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
465                                         >
466                                 </File>
467                                 <File
468                                         RelativePath="..\..\lib\Transforms\Scalar\JumpThreading.cpp"
469                                         >
470                                 </File>
471                                 <File
472                                         RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
473                                         >
474                                 </File>
475                                 <File
476                                         RelativePath="..\..\lib\Transforms\Scalar\LoopDeletion.cpp"
477                                         >
478                                 </File>
479                                 <File
480                                         RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
481                                         >
482                                 </File>
483                                 <File
484                                         RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
485                                         >
486                                 </File>
487                                 <File
488                                         RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
489                                         >
490                                 </File>
491                                 <File
492                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
493                                         >
494                                 </File>
495                                 <File
496                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
497                                         >
498                                 </File>
499                                 <File
500                                         RelativePath="..\..\lib\Transforms\Scalar\MemCpyOptimizer.cpp"
501                                         >
502                                 </File>
503                                 <File
504                                         RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"
505                                         >
506                                 </File>
507                                 <File
508                                         RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"
509                                         >
510                                 </File>
511                                 <File
512                                         RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
513                                         >
514                                 </File>
515                                 <File
516                                         RelativePath="..\..\lib\Transforms\Scalar\Scalar.cpp"
517                                         >
518                                 </File>
519                                 <File
520                                         RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
521                                         >
522                                 </File>
523                                 <File
524                                         RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
525                                         >
526                                 </File>
527                                 <File
528                                         RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
529                                         >
530                                 </File>
531                                 <File
532                                         RelativePath="..\..\lib\Transforms\Scalar\SimplifyLibCalls.cpp"
533                                         >
534                                         <FileConfiguration
535                                                 Name="Debug|Win32"
536                                                 >
537                                                 <Tool
538                                                         Name="VCCLCompilerTool"
539                                                         ObjectFile="$(IntDir)\$(InputName)1.obj"
540                                                         XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
541                                                 />
542                                         </FileConfiguration>
543                                         <FileConfiguration
544                                                 Name="Release|Win32"
545                                                 >
546                                                 <Tool
547                                                         Name="VCCLCompilerTool"
548                                                         ObjectFile="$(IntDir)\$(InputName)1.obj"
549                                                         XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
550                                                 />
551                                         </FileConfiguration>
552                                 </File>
553                                 <File
554                                         RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
555                                         >
556                                 </File>
557                                 <File
558                                         RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
559                                         >
560                                 </File>
561                         </Filter>
562                         <Filter
563                                 Name="Parallel"
564                                 >
565                         </Filter>
566                         <Filter
567                                 Name="Utils"
568                                 >
569                                 <File
570                                         RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
571                                         >
572                                 </File>
573                                 <File
574                                         RelativePath="..\..\lib\Transforms\Utils\BasicInliner.cpp"
575                                         >
576                                 </File>
577                                 <File
578                                         RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
579                                         >
580                                 </File>
581                                 <File
582                                         RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
583                                         >
584                                 </File>
585                                 <File
586                                         RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
587                                         >
588                                 </File>
589                                 <File
590                                         RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
591                                         >
592                                 </File>
593                                 <File
594                                         RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
595                                         >
596                                 </File>
597                                 <File
598                                         RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
599                                         >
600                                 </File>
601                                 <File
602                                         RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
603                                         >
604                                 </File>
605                                 <File
606                                         RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
607                                         >
608                                 </File>
609                                 <File
610                                         RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
611                                         >
612                                 </File>
613                                 <File
614                                         RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
615                                         >
616                                 </File>
617                                 <File
618                                         RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
619                                         >
620                                 </File>
621                                 <File
622                                         RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
623                                         >
624                                 </File>
625                                 <File
626                                         RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
627                                         >
628                                 </File>
629                                 <File
630                                         RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
631                                         >
632                                 </File>
633                                 <File
634                                         RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
635                                         >
636                                 </File>
637                                 <File
638                                         RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
639                                         >
640                                 </File>
641                                 <File
642                                         RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
643                                         >
644                                 </File>
645                                 <File
646                                         RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
647                                         >
648                                         <FileConfiguration
649                                                 Name="Debug|Win32"
650                                                 >
651                                                 <Tool
652                                                         Name="VCCLCompilerTool"
653                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
654                                                 />
655                                         </FileConfiguration>
656                                         <FileConfiguration
657                                                 Name="Release|Win32"
658                                                 >
659                                                 <Tool
660                                                         Name="VCCLCompilerTool"
661                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
662                                                 />
663                                         </FileConfiguration>
664                                         <FileConfiguration
665                                                 Name="Debug|x64"
666                                                 >
667                                                 <Tool
668                                                         Name="VCCLCompilerTool"
669                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
670                                                 />
671                                         </FileConfiguration>
672                                         <FileConfiguration
673                                                 Name="Release|x64"
674                                                 >
675                                                 <Tool
676                                                         Name="VCCLCompilerTool"
677                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
678                                                 />
679                                         </FileConfiguration>
680                                 </File>
681                                 <File
682                                         RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
683                                         >
684                                 </File>
685                                 <File
686                                         RelativePath="..\..\lib\Transforms\Utils\UnrollLoop.cpp"
687                                         >
688                                 </File>
689                                 <File
690                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
691                                         >
692                                 </File>
693                         </Filter>
694                 </Filter>
695                 <Filter
696                         Name="Header Files"
697                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
698                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
699                         >
700                         <File
701                                 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
702                                 >
703                         </File>
704                         <File
705                                 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
706                                 >
707                         </File>
708                         <File
709                                 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
710                                 >
711                         </File>
712                         <File
713                                 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
714                                 >
715                         </File>
716                         <File
717                                 RelativePath="..\..\include\llvm\Transforms\IPO.h"
718                                 >
719                         </File>
720                         <File
721                                 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
722                                 >
723                         </File>
724                         <File
725                                 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
726                                 >
727                         </File>
728                         <File
729                                 RelativePath="..\..\include\llvm\Transforms\Scalar.h"
730                                 >
731                         </File>
732                         <File
733                                 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
734                                 >
735                         </File>
736                         <File
737                                 RelativePath="..\..\include\llvm\Transforms\Utils\ValueMapper.h"
738                                 >
739                         </File>
740                 </Filter>
741         </Files>
742         <Globals>
743         </Globals>
744 </VisualStudioProject>