Add comment.
[oota-llvm.git] / win32 / TableGen / TableGen.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="TableGen"
6         ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}"
7         RootNamespace="TableGen"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Debug|Win32"
23                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
24                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25                         ConfigurationType="1"
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;..;..\..\utils\tablegen"
48                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__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="4"
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="VCLinkerTool"
74                                 OutputFile="$(OutDir)\TableGen.exe"
75                                 LinkIncremental="2"
76                                 AdditionalLibraryDirectories=""
77                                 GenerateDebugInformation="true"
78                                 ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
79                                 SubSystem="1"
80                                 TargetMachine="1"
81                         />
82                         <Tool
83                                 Name="VCALinkTool"
84                         />
85                         <Tool
86                                 Name="VCManifestTool"
87                         />
88                         <Tool
89                                 Name="VCXDCMakeTool"
90                         />
91                         <Tool
92                                 Name="VCBscMakeTool"
93                         />
94                         <Tool
95                                 Name="VCFxCopTool"
96                         />
97                         <Tool
98                                 Name="VCAppVerifierTool"
99                         />
100                         <Tool
101                                 Name="VCWebDeploymentTool"
102                         />
103                         <Tool
104                                 Name="VCPostBuildEventTool"
105                         />
106                 </Configuration>
107                 <Configuration
108                         Name="Release|Win32"
109                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
110                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
111                         ConfigurationType="1"
112                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
113                         CharacterSet="2"
114                         >
115                         <Tool
116                                 Name="VCPreBuildEventTool"
117                         />
118                         <Tool
119                                 Name="VCCustomBuildTool"
120                         />
121                         <Tool
122                                 Name="VCXMLDataGeneratorTool"
123                         />
124                         <Tool
125                                 Name="VCWebServiceProxyGeneratorTool"
126                         />
127                         <Tool
128                                 Name="VCMIDLTool"
129                         />
130                         <Tool
131                                 Name="VCCLCompilerTool"
132                                 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
133                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
134                                 StringPooling="true"
135                                 RuntimeLibrary="2"
136                                 ForceConformanceInForLoopScope="true"
137                                 RuntimeTypeInfo="true"
138                                 UsePrecompiledHeader="0"
139                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
140                                 WarningLevel="3"
141                                 Detect64BitPortabilityProblems="false"
142                                 DebugInformationFormat="3"
143                                 DisableSpecificWarnings="4355,4146,4800"
144                         />
145                         <Tool
146                                 Name="VCManagedResourceCompilerTool"
147                         />
148                         <Tool
149                                 Name="VCResourceCompilerTool"
150                         />
151                         <Tool
152                                 Name="VCPreLinkEventTool"
153                         />
154                         <Tool
155                                 Name="VCLinkerTool"
156                                 OutputFile="$(OutDir)\TableGen.exe"
157                                 LinkIncremental="1"
158                                 AdditionalLibraryDirectories=""
159                                 GenerateDebugInformation="true"
160                                 SubSystem="1"
161                                 OptimizeReferences="2"
162                                 EnableCOMDATFolding="2"
163                                 TargetMachine="1"
164                         />
165                         <Tool
166                                 Name="VCALinkTool"
167                         />
168                         <Tool
169                                 Name="VCManifestTool"
170                         />
171                         <Tool
172                                 Name="VCXDCMakeTool"
173                         />
174                         <Tool
175                                 Name="VCBscMakeTool"
176                         />
177                         <Tool
178                                 Name="VCFxCopTool"
179                         />
180                         <Tool
181                                 Name="VCAppVerifierTool"
182                         />
183                         <Tool
184                                 Name="VCWebDeploymentTool"
185                         />
186                         <Tool
187                                 Name="VCPostBuildEventTool"
188                         />
189                 </Configuration>
190                 <Configuration
191                         Name="Debug|x64"
192                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
193                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
194                         ConfigurationType="1"
195                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
196                         CharacterSet="2"
197                         >
198                         <Tool
199                                 Name="VCPreBuildEventTool"
200                         />
201                         <Tool
202                                 Name="VCCustomBuildTool"
203                         />
204                         <Tool
205                                 Name="VCXMLDataGeneratorTool"
206                         />
207                         <Tool
208                                 Name="VCWebServiceProxyGeneratorTool"
209                         />
210                         <Tool
211                                 Name="VCMIDLTool"
212                                 TargetEnvironment="3"
213                         />
214                         <Tool
215                                 Name="VCCLCompilerTool"
216                                 Optimization="0"
217                                 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
218                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
219                                 StringPooling="true"
220                                 MinimalRebuild="true"
221                                 BasicRuntimeChecks="3"
222                                 RuntimeLibrary="3"
223                                 ForceConformanceInForLoopScope="true"
224                                 RuntimeTypeInfo="true"
225                                 UsePrecompiledHeader="0"
226                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
227                                 BrowseInformation="1"
228                                 WarningLevel="3"
229                                 Detect64BitPortabilityProblems="false"
230                                 DebugInformationFormat="3"
231                                 DisableSpecificWarnings="4355,4146,4800"
232                         />
233                         <Tool
234                                 Name="VCManagedResourceCompilerTool"
235                         />
236                         <Tool
237                                 Name="VCResourceCompilerTool"
238                         />
239                         <Tool
240                                 Name="VCPreLinkEventTool"
241                         />
242                         <Tool
243                                 Name="VCLinkerTool"
244                                 OutputFile="$(OutDir)\TableGen.exe"
245                                 LinkIncremental="2"
246                                 AdditionalLibraryDirectories=""
247                                 GenerateDebugInformation="true"
248                                 ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
249                                 SubSystem="1"
250                                 TargetMachine="17"
251                         />
252                         <Tool
253                                 Name="VCALinkTool"
254                         />
255                         <Tool
256                                 Name="VCManifestTool"
257                         />
258                         <Tool
259                                 Name="VCXDCMakeTool"
260                         />
261                         <Tool
262                                 Name="VCBscMakeTool"
263                         />
264                         <Tool
265                                 Name="VCFxCopTool"
266                         />
267                         <Tool
268                                 Name="VCAppVerifierTool"
269                         />
270                         <Tool
271                                 Name="VCWebDeploymentTool"
272                         />
273                         <Tool
274                                 Name="VCPostBuildEventTool"
275                         />
276                 </Configuration>
277                 <Configuration
278                         Name="Release|x64"
279                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
280                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
281                         ConfigurationType="1"
282                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
283                         CharacterSet="2"
284                         >
285                         <Tool
286                                 Name="VCPreBuildEventTool"
287                         />
288                         <Tool
289                                 Name="VCCustomBuildTool"
290                         />
291                         <Tool
292                                 Name="VCXMLDataGeneratorTool"
293                         />
294                         <Tool
295                                 Name="VCWebServiceProxyGeneratorTool"
296                         />
297                         <Tool
298                                 Name="VCMIDLTool"
299                                 TargetEnvironment="3"
300                         />
301                         <Tool
302                                 Name="VCCLCompilerTool"
303                                 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
304                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
305                                 StringPooling="true"
306                                 RuntimeLibrary="2"
307                                 ForceConformanceInForLoopScope="true"
308                                 RuntimeTypeInfo="true"
309                                 UsePrecompiledHeader="0"
310                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
311                                 WarningLevel="3"
312                                 Detect64BitPortabilityProblems="false"
313                                 DebugInformationFormat="3"
314                                 DisableSpecificWarnings="4355,4146,4800"
315                         />
316                         <Tool
317                                 Name="VCManagedResourceCompilerTool"
318                         />
319                         <Tool
320                                 Name="VCResourceCompilerTool"
321                         />
322                         <Tool
323                                 Name="VCPreLinkEventTool"
324                         />
325                         <Tool
326                                 Name="VCLinkerTool"
327                                 OutputFile="$(OutDir)\TableGen.exe"
328                                 LinkIncremental="1"
329                                 AdditionalLibraryDirectories=""
330                                 GenerateDebugInformation="true"
331                                 SubSystem="1"
332                                 OptimizeReferences="2"
333                                 EnableCOMDATFolding="2"
334                                 TargetMachine="17"
335                         />
336                         <Tool
337                                 Name="VCALinkTool"
338                         />
339                         <Tool
340                                 Name="VCManifestTool"
341                         />
342                         <Tool
343                                 Name="VCXDCMakeTool"
344                         />
345                         <Tool
346                                 Name="VCBscMakeTool"
347                         />
348                         <Tool
349                                 Name="VCFxCopTool"
350                         />
351                         <Tool
352                                 Name="VCAppVerifierTool"
353                         />
354                         <Tool
355                                 Name="VCWebDeploymentTool"
356                         />
357                         <Tool
358                                 Name="VCPostBuildEventTool"
359                         />
360                 </Configuration>
361         </Configurations>
362         <References>
363         </References>
364         <Files>
365                 <Filter
366                         Name="Source Files"
367                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
368                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
369                         >
370                         <File
371                                 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp"
372                                 >
373                         </File>
374                         <File
375                                 RelativePath="..\..\utils\TableGen\CallingConvEmitter.cpp"
376                                 >
377                         </File>
378                         <File
379                                 RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp"
380                                 >
381                         </File>
382                         <File
383                                 RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.cpp"
384                                 >
385                         </File>
386                         <File
387                                 RelativePath="..\..\utils\TableGen\CodeGenInstruction.cpp"
388                                 >
389                         </File>
390                         <File
391                                 RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp"
392                                 >
393                         </File>
394                         <File
395                                 RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp"
396                                 >
397                         </File>
398                         <File
399                                 RelativePath="..\..\utils\TableGen\InstrEnumEmitter.cpp"
400                                 >
401                         </File>
402                         <File
403                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"
404                                 >
405                         </File>
406                         <File
407                                 RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp"
408                                 >
409                         </File>
410                         <File
411                                 RelativePath="..\..\utils\TableGen\Record.cpp"
412                                 >
413                         </File>
414                         <File
415                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp"
416                                 >
417                         </File>
418                         <File
419                                 RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp"
420                                 >
421                         </File>
422                         <File
423                                 RelativePath="..\..\utils\TableGen\TableGen.cpp"
424                                 >
425                         </File>
426                         <File
427                                 RelativePath="..\..\utils\TableGen\TableGenBackend.cpp"
428                                 >
429                         </File>
430                         <File
431                                 RelativePath="..\..\utils\TableGen\TGLexer.cpp"
432                                 >
433                         </File>
434                         <File
435                                 RelativePath="..\..\utils\TableGen\TGParser.cpp"
436                                 >
437                         </File>
438                 </Filter>
439                 <Filter
440                         Name="Header Files"
441                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
442                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
443                         >
444                         <File
445                                 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h"
446                                 >
447                         </File>
448                         <File
449                                 RelativePath="..\..\utils\TableGen\CallingConvEmitter.h"
450                                 >
451                         </File>
452                         <File
453                                 RelativePath="..\..\utils\TableGen\CodeEmitterGen.h"
454                                 >
455                         </File>
456                         <File
457                                 RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.h"
458                                 >
459                         </File>
460                         <File
461                                 RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"
462                                 >
463                         </File>
464                         <File
465                                 RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h"
466                                 >
467                         </File>
468                         <File
469                                 RelativePath="..\..\utils\TableGen\CodeGenRegisters.h"
470                                 >
471                         </File>
472                         <File
473                                 RelativePath="..\..\utils\TableGen\CodeGenTarget.h"
474                                 >
475                         </File>
476                         <File
477                                 RelativePath="..\..\utils\TableGen\DAGISelEmitter.h"
478                                 >
479                         </File>
480                         <File
481                                 RelativePath="..\..\utils\TableGen\InstrEnumEmitter.h"
482                                 >
483                         </File>
484                         <File
485                                 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"
486                                 >
487                         </File>
488                         <File
489                                 RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h"
490                                 >
491                         </File>
492                         <File
493                                 RelativePath="..\..\utils\TableGen\Record.h"
494                                 >
495                         </File>
496                         <File
497                                 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h"
498                                 >
499                         </File>
500                         <File
501                                 RelativePath="..\..\utils\TableGen\SubtargetEmitter.h"
502                                 >
503                         </File>
504                         <File
505                                 RelativePath="..\..\utils\TableGen\TableGenBackend.h"
506                                 >
507                         </File>
508                         <File
509                                 RelativePath="..\..\utils\TableGen\TGLexer.h"
510                                 >
511                         </File>
512                         <File
513                                 RelativePath="..\..\utils\TableGen\TGParser.h"
514                                 >
515                         </File>
516                 </Filter>
517         </Files>
518         <Globals>
519         </Globals>
520 </VisualStudioProject>