Updated VC++ build system
[oota-llvm.git] / win32 / AsmParser / AsmParser.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="AsmParser"
6         ProjectGUID="{3DC216F5-1DDD-478A-84F8-C124E5C31982}"
7         RootNamespace="AsmParser"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14         </Platforms>
15         <ToolFiles>
16         </ToolFiles>
17         <Configurations>
18                 <Configuration
19                         Name="Debug|Win32"
20                         OutputDirectory="..\Debug"
21                         IntermediateDirectory="Debug"
22                         ConfigurationType="4"
23                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                         CharacterSet="2"
25                         >
26                         <Tool
27                                 Name="VCPreBuildEventTool"
28                         />
29                         <Tool
30                                 Name="VCCustomBuildTool"
31                         />
32                         <Tool
33                                 Name="VCXMLDataGeneratorTool"
34                         />
35                         <Tool
36                                 Name="VCWebServiceProxyGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCMIDLTool"
40                         />
41                         <Tool
42                                 Name="VCCLCompilerTool"
43                                 Optimization="0"
44                                 AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
45                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
46                                 StringPooling="true"
47                                 MinimalRebuild="true"
48                                 BasicRuntimeChecks="3"
49                                 RuntimeLibrary="3"
50                                 ForceConformanceInForLoopScope="true"
51                                 RuntimeTypeInfo="true"
52                                 UsePrecompiledHeader="0"
53                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
54                                 BrowseInformation="1"
55                                 WarningLevel="3"
56                                 Detect64BitPortabilityProblems="false"
57                                 DebugInformationFormat="3"
58                                 DisableSpecificWarnings="4355,4146,4800"
59                         />
60                         <Tool
61                                 Name="VCManagedResourceCompilerTool"
62                         />
63                         <Tool
64                                 Name="VCResourceCompilerTool"
65                         />
66                         <Tool
67                                 Name="VCPreLinkEventTool"
68                         />
69                         <Tool
70                                 Name="VCLibrarianTool"
71                                 OutputFile="$(OutDir)/AsmParser.lib"
72                         />
73                         <Tool
74                                 Name="VCALinkTool"
75                         />
76                         <Tool
77                                 Name="VCXDCMakeTool"
78                         />
79                         <Tool
80                                 Name="VCBscMakeTool"
81                         />
82                         <Tool
83                                 Name="VCFxCopTool"
84                         />
85                         <Tool
86                                 Name="VCPostBuildEventTool"
87                         />
88                 </Configuration>
89                 <Configuration
90                         Name="Release|Win32"
91                         OutputDirectory="..\Release"
92                         IntermediateDirectory="Release"
93                         ConfigurationType="4"
94                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
95                         CharacterSet="2"
96                         >
97                         <Tool
98                                 Name="VCPreBuildEventTool"
99                         />
100                         <Tool
101                                 Name="VCCustomBuildTool"
102                         />
103                         <Tool
104                                 Name="VCXMLDataGeneratorTool"
105                         />
106                         <Tool
107                                 Name="VCWebServiceProxyGeneratorTool"
108                         />
109                         <Tool
110                                 Name="VCMIDLTool"
111                         />
112                         <Tool
113                                 Name="VCCLCompilerTool"
114                                 AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
115                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
116                                 StringPooling="true"
117                                 RuntimeLibrary="2"
118                                 ForceConformanceInForLoopScope="true"
119                                 RuntimeTypeInfo="true"
120                                 UsePrecompiledHeader="0"
121                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
122                                 WarningLevel="3"
123                                 Detect64BitPortabilityProblems="false"
124                                 DebugInformationFormat="3"
125                                 DisableSpecificWarnings="4355,4146,4800"
126                         />
127                         <Tool
128                                 Name="VCManagedResourceCompilerTool"
129                         />
130                         <Tool
131                                 Name="VCResourceCompilerTool"
132                         />
133                         <Tool
134                                 Name="VCPreLinkEventTool"
135                         />
136                         <Tool
137                                 Name="VCLibrarianTool"
138                                 OutputFile="$(OutDir)/AsmParser.lib"
139                         />
140                         <Tool
141                                 Name="VCALinkTool"
142                         />
143                         <Tool
144                                 Name="VCXDCMakeTool"
145                         />
146                         <Tool
147                                 Name="VCBscMakeTool"
148                         />
149                         <Tool
150                                 Name="VCFxCopTool"
151                         />
152                         <Tool
153                                 Name="VCPostBuildEventTool"
154                         />
155                 </Configuration>
156         </Configurations>
157         <References>
158         </References>
159         <Files>
160                 <Filter
161                         Name="Source Files"
162                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
163                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
164                         >
165                         <File
166                                 RelativePath="..\..\lib\AsmParser\Lexer.l"
167                                 >
168                                 <FileConfiguration
169                                         Name="Debug|Win32"
170                                         >
171                                         <Tool
172                                                 Name="VCCustomBuildTool"
173                                                 Description="Flexing $(InputFileName)"
174                                                 CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)&#x0D;&#x0A;"
175                                                 Outputs="$(InputName).cpp"
176                                         />
177                                 </FileConfiguration>
178                                 <FileConfiguration
179                                         Name="Release|Win32"
180                                         >
181                                         <Tool
182                                                 Name="VCCustomBuildTool"
183                                                 Description="Flexing $(InputFileName)"
184                                                 CommandLine="..\doflex.cmd release $(InputName) $(InputPath)&#x0D;&#x0A;"
185                                                 Outputs="$(InputName).cpp"
186                                         />
187                                 </FileConfiguration>
188                         </File>
189                         <File
190                                 RelativePath="..\..\lib\AsmParser\llvmAsmParser.y"
191                                 >
192                                 <FileConfiguration
193                                         Name="Debug|Win32"
194                                         >
195                                         <Tool
196                                                 Name="VCCustomBuildTool"
197                                                 Description="Bisoning $(InputFileName)"
198                                                 CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath)&#x0D;&#x0A;"
199                                                 Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"
200                                         />
201                                 </FileConfiguration>
202                                 <FileConfiguration
203                                         Name="Release|Win32"
204                                         >
205                                         <Tool
206                                                 Name="VCCustomBuildTool"
207                                                 Description="Bisoning $(InputFileName)"
208                                                 CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath)&#x0D;&#x0A;"
209                                                 Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"
210                                         />
211                                 </FileConfiguration>
212                         </File>
213                         <File
214                                 RelativePath="..\..\lib\AsmParser\Parser.cpp"
215                                 >
216                         </File>
217                 </Filter>
218                 <Filter
219                         Name="Header Files"
220                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
221                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
222                         >
223                         <File
224                                 RelativePath="..\..\include\llvm\Assembly\Parser.h"
225                                 >
226                         </File>
227                         <File
228                                 RelativePath="..\..\lib\AsmParser\ParserInternals.h"
229                                 >
230                         </File>
231                 </Filter>
232                 <Filter
233                         Name="Generated Files"
234                         >
235                         <File
236                                 RelativePath="Lexer.cpp"
237                                 >
238                         </File>
239                         <File
240                                 RelativePath="llvmAsmParser.cpp"
241                                 >
242                         </File>
243                         <File
244                                 RelativePath="llvmAsmParser.h"
245                                 >
246                         </File>
247                 </Filter>
248         </Files>
249         <Globals>
250         </Globals>
251 </VisualStudioProject>