Unbreak VC++ build.
[oota-llvm.git] / win32 / Transforms / Transforms.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="Transforms"
6         ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="..\Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="4"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\..\include;.."
23                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
24                                 StringPooling="TRUE"
25                                 MinimalRebuild="TRUE"
26                                 BasicRuntimeChecks="3"
27                                 RuntimeLibrary="3"
28                                 ForceConformanceInForLoopScope="TRUE"
29                                 RuntimeTypeInfo="TRUE"
30                                 UsePrecompiledHeader="0"
31                                 BrowseInformation="1"
32                                 WarningLevel="3"
33                                 Detect64BitPortabilityProblems="FALSE"
34                                 DebugInformationFormat="4"
35                                 DisableSpecificWarnings="4355,4146,4800"/>
36                         <Tool
37                                 Name="VCCustomBuildTool"/>
38                         <Tool
39                                 Name="VCLibrarianTool"
40                                 OutputFile="$(OutDir)/Transforms.lib"/>
41                         <Tool
42                                 Name="VCMIDLTool"/>
43                         <Tool
44                                 Name="VCPostBuildEventTool"/>
45                         <Tool
46                                 Name="VCPreBuildEventTool"/>
47                         <Tool
48                                 Name="VCPreLinkEventTool"/>
49                         <Tool
50                                 Name="VCResourceCompilerTool"/>
51                         <Tool
52                                 Name="VCWebServiceProxyGeneratorTool"/>
53                         <Tool
54                                 Name="VCXMLDataGeneratorTool"/>
55                         <Tool
56                                 Name="VCManagedWrapperGeneratorTool"/>
57                         <Tool
58                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59                 </Configuration>
60                 <Configuration
61                         Name="Release|Win32"
62                         OutputDirectory="..\Release"
63                         IntermediateDirectory="Release"
64                         ConfigurationType="4"
65                         CharacterSet="2">
66                         <Tool
67                                 Name="VCCLCompilerTool"
68                                 AdditionalIncludeDirectories="..\..\include;.."
69                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
70                                 StringPooling="TRUE"
71                                 RuntimeLibrary="2"
72                                 ForceConformanceInForLoopScope="TRUE"
73                                 RuntimeTypeInfo="TRUE"
74                                 UsePrecompiledHeader="0"
75                                 WarningLevel="3"
76                                 Detect64BitPortabilityProblems="FALSE"
77                                 DebugInformationFormat="3"
78                                 DisableSpecificWarnings="4355,4146,4800"/>
79                         <Tool
80                                 Name="VCCustomBuildTool"/>
81                         <Tool
82                                 Name="VCLibrarianTool"
83                                 OutputFile="$(OutDir)/Transforms.lib"/>
84                         <Tool
85                                 Name="VCMIDLTool"/>
86                         <Tool
87                                 Name="VCPostBuildEventTool"/>
88                         <Tool
89                                 Name="VCPreBuildEventTool"/>
90                         <Tool
91                                 Name="VCPreLinkEventTool"/>
92                         <Tool
93                                 Name="VCResourceCompilerTool"/>
94                         <Tool
95                                 Name="VCWebServiceProxyGeneratorTool"/>
96                         <Tool
97                                 Name="VCXMLDataGeneratorTool"/>
98                         <Tool
99                                 Name="VCManagedWrapperGeneratorTool"/>
100                         <Tool
101                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
102                 </Configuration>
103         </Configurations>
104         <References>
105         </References>
106         <Files>
107                 <Filter
108                         Name="Source Files"
109                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
110                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
111                         <File
112                                 RelativePath="..\..\lib\Transforms\ExprTypeConvert.cpp">
113                         </File>
114                         <File
115                                 RelativePath="..\..\lib\Transforms\LevelRaise.cpp">
116                         </File>
117                         <File
118                                 RelativePath="..\..\lib\Transforms\TransformInternals.cpp">
119                         </File>
120                         <File
121                                 RelativePath="..\..\lib\Transforms\TransformInternals.h">
122                         </File>
123                         <Filter
124                                 Name="Instrumentation"
125                                 Filter="">
126                                 <File
127                                         RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp">
128                                 </File>
129                                 <File
130                                         RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp">
131                                 </File>
132                                 <File
133                                         RelativePath="..\..\lib\Transforms\Instrumentation\EmitFunctions.cpp">
134                                 </File>
135                                 <File
136                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
137                                 </File>
138                                 <File
139                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
140                                 </File>
141                                 <File
142                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp">
143                                 </File>
144                                 <File
145                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h">
146                                 </File>
147                                 <File
148                                         RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
149                                 </File>
150                                 <File
151                                         RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
152                                 </File>
153                         </Filter>
154                         <Filter
155                                 Name="IPO"
156                                 Filter="">
157                                 <File
158                                         RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp">
159                                 </File>
160                                 <File
161                                         RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
162                                 </File>
163                                 <File
164                                         RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
165                                 </File>
166                                 <File
167                                         RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
168                                 </File>
169                                 <File
170                                         RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
171                                 </File>
172                                 <File
173                                         RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp">
174                                 </File>
175                                 <File
176                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
177                                 </File>
178                                 <File
179                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
180                                 </File>
181                                 <File
182                                         RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp">
183                                 </File>
184                                 <File
185                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
186                                 </File>
187                                 <File
188                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.h">
189                                 </File>
190                                 <File
191                                         RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp">
192                                 </File>
193                                 <File
194                                         RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp">
195                                 </File>
196                                 <File
197                                         RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp">
198                                 </File>
199                                 <File
200                                         RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp">
201                                 </File>
202                                 <File
203                                         RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp">
204                                 </File>
205                                 <File
206                                         RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp">
207                                 </File>
208                                 <File
209                                         RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
210                                 </File>
211                                 <File
212                                         RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp">
213                                 </File>
214                                 <File
215                                         RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp">
216                                 </File>
217                         </Filter>
218                         <Filter
219                                 Name="Scalar"
220                                 Filter="">
221                                 <File
222                                         RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp">
223                                 </File>
224                                 <File
225                                         RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp">
226                                 </File>
227                                 <File
228                                         RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp">
229                                 </File>
230                                 <File
231                                         RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp">
232                                 </File>
233                                 <File
234                                         RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp">
235                                 </File>
236                                 <File
237                                         RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp">
238                                 </File>
239                                 <File
240                                         RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp">
241                                 </File>
242                                 <File
243                                         RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp">
244                                 </File>
245                                 <File
246                                         RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp">
247                                 </File>
248                                 <File
249                                         RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp">
250                                 </File>
251                                 <File
252                                         RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
253                                 </File>
254                                 <File
255                                         RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
256                                 </File>
257                                 <File
258                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
259                                 </File>
260                                 <File
261                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
262                                 </File>
263                                 <File
264                                         RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
265                                 </File>
266                                 <File
267                                         RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
268                                 </File>
269                                 <File
270                                         RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp">
271                                 </File>
272                                 <File
273                                         RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
274                                 </File>
275                                 <File
276                                         RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp">
277                                 </File>
278                                 <File
279                                         RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
280                                 </File>
281                                 <File
282                                         RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp">
283                                 </File>
284                                 <File
285                                         RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp">
286                                 </File>
287                                 <File
288                                         RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp">
289                                 </File>
290                                 <File
291                                         RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp">
292                                 </File>
293                         </Filter>
294                         <Filter
295                                 Name="Parallel"
296                                 Filter="">
297                         </Filter>
298                         <Filter
299                                 Name="Utils"
300                                 Filter="">
301                                 <File
302                                         RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp">
303                                 </File>
304                                 <File
305                                         RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp">
306                                 </File>
307                                 <File
308                                         RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp">
309                                 </File>
310                                 <File
311                                         RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp">
312                                 </File>
313                                 <File
314                                         RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp">
315                                 </File>
316                                 <File
317                                         RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp">
318                                 </File>
319                                 <File
320                                         RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp">
321                                 </File>
322                                 <File
323                                         RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
324                                 </File>
325                                 <File
326                                         RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp">
327                                 </File>
328                                 <File
329                                         RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
330                                 </File>
331                                 <File
332                                         RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
333                                 </File>
334                                 <File
335                                         RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp">
336                                 </File>
337                                 <File
338                                         RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp">
339                                 </File>
340                                 <File
341                                         RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp">
342                                 </File>
343                                 <File
344                                         RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp">
345                                 </File>
346                                 <File
347                                         RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp">
348                                 </File>
349                                 <File
350                                         RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
351                                 </File>
352                                 <File
353                                         RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp">
354                                         <FileConfiguration
355                                                 Name="Debug|Win32">
356                                                 <Tool
357                                                         Name="VCCLCompilerTool"
358                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
359                                         </FileConfiguration>
360                                         <FileConfiguration
361                                                 Name="Release|Win32">
362                                                 <Tool
363                                                         Name="VCCLCompilerTool"
364                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
365                                         </FileConfiguration>
366                                 </File>
367                                 <File
368                                         RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp">
369                                 </File>
370                                 <File
371                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp">
372                                 </File>
373                                 <File
374                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h">
375                                 </File>
376                         </Filter>
377                 </Filter>
378                 <Filter
379                         Name="Header Files"
380                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
381                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
382                         <File
383                                 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h">
384                         </File>
385                         <File
386                                 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h">
387                         </File>
388                         <File
389                                 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h">
390                         </File>
391                         <File
392                                 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h">
393                         </File>
394                         <File
395                                 RelativePath="..\..\include\llvm\Transforms\IPO.h">
396                         </File>
397                         <File
398                                 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
399                         </File>
400                         <File
401                                 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h">
402                         </File>
403                         <File
404                                 RelativePath="..\..\include\llvm\Transforms\Scalar.h">
405                         </File>
406                         <File
407                                 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h">
408                         </File>
409                 </Filter>
410         </Files>
411         <Globals>
412         </Globals>
413 </VisualStudioProject>