Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
| 2 | <VisualStudioProject
|
| 3 | ProjectType="Visual C++"
|
Steve Naroff | cf6223c | 2008-05-15 19:53:06 +0000 | [diff] [blame] | 4 | Version="8.00"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 5 | Name="clangAST"
|
| 6 | ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
|
| 7 | RootNamespace="clangAST"
|
| 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"
|
Ted Kremenek | 656ff8c | 2008-06-23 16:18:59 +0000 | [diff] [blame] | 23 | InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 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;..\..\..\..\include;..\..\..\..\win32"
|
Hartmut Kaiser | 1c93c4e | 2007-11-07 19:34:40 +0000 | [diff] [blame] | 45 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 46 | MinimalRebuild="true"
|
| 47 | BasicRuntimeChecks="3"
|
| 48 | RuntimeLibrary="3"
|
| 49 | UsePrecompiledHeader="0"
|
| 50 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
| 51 | WarningLevel="3"
|
| 52 | Detect64BitPortabilityProblems="false"
|
| 53 | DebugInformationFormat="3"
|
| 54 | DisableSpecificWarnings="4146"
|
| 55 | />
|
| 56 | <Tool
|
| 57 | Name="VCManagedResourceCompilerTool"
|
| 58 | />
|
| 59 | <Tool
|
| 60 | Name="VCResourceCompilerTool"
|
| 61 | />
|
| 62 | <Tool
|
| 63 | Name="VCPreLinkEventTool"
|
| 64 | />
|
| 65 | <Tool
|
| 66 | Name="VCLibrarianTool"
|
| 67 | />
|
| 68 | <Tool
|
| 69 | Name="VCALinkTool"
|
| 70 | />
|
| 71 | <Tool
|
| 72 | Name="VCXDCMakeTool"
|
| 73 | />
|
| 74 | <Tool
|
| 75 | Name="VCBscMakeTool"
|
| 76 | />
|
| 77 | <Tool
|
| 78 | Name="VCFxCopTool"
|
| 79 | />
|
| 80 | <Tool
|
| 81 | Name="VCPostBuildEventTool"
|
| 82 | />
|
| 83 | </Configuration>
|
| 84 | <Configuration
|
| 85 | Name="Release|Win32"
|
| 86 | OutputDirectory="..\Release"
|
| 87 | IntermediateDirectory="Release"
|
| 88 | ConfigurationType="4"
|
Ted Kremenek | 656ff8c | 2008-06-23 16:18:59 +0000 | [diff] [blame] | 89 | InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 90 | CharacterSet="2"
|
| 91 | WholeProgramOptimization="1"
|
| 92 | >
|
| 93 | <Tool
|
| 94 | Name="VCPreBuildEventTool"
|
| 95 | />
|
| 96 | <Tool
|
| 97 | Name="VCCustomBuildTool"
|
| 98 | />
|
| 99 | <Tool
|
| 100 | Name="VCXMLDataGeneratorTool"
|
| 101 | />
|
| 102 | <Tool
|
| 103 | Name="VCWebServiceProxyGeneratorTool"
|
| 104 | />
|
| 105 | <Tool
|
| 106 | Name="VCMIDLTool"
|
| 107 | />
|
| 108 | <Tool
|
| 109 | Name="VCCLCompilerTool"
|
| 110 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
|
Hartmut Kaiser | 1c93c4e | 2007-11-07 19:34:40 +0000 | [diff] [blame] | 111 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 112 | RuntimeLibrary="2"
|
| 113 | UsePrecompiledHeader="0"
|
| 114 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
| 115 | WarningLevel="3"
|
| 116 | Detect64BitPortabilityProblems="false"
|
| 117 | DebugInformationFormat="3"
|
| 118 | DisableSpecificWarnings="4146"
|
| 119 | />
|
| 120 | <Tool
|
| 121 | Name="VCManagedResourceCompilerTool"
|
| 122 | />
|
| 123 | <Tool
|
| 124 | Name="VCResourceCompilerTool"
|
| 125 | />
|
| 126 | <Tool
|
| 127 | Name="VCPreLinkEventTool"
|
| 128 | />
|
| 129 | <Tool
|
| 130 | Name="VCLibrarianTool"
|
| 131 | />
|
| 132 | <Tool
|
| 133 | Name="VCALinkTool"
|
| 134 | />
|
| 135 | <Tool
|
| 136 | Name="VCXDCMakeTool"
|
| 137 | />
|
| 138 | <Tool
|
| 139 | Name="VCBscMakeTool"
|
| 140 | />
|
| 141 | <Tool
|
| 142 | Name="VCFxCopTool"
|
| 143 | />
|
| 144 | <Tool
|
| 145 | Name="VCPostBuildEventTool"
|
| 146 | />
|
| 147 | </Configuration>
|
| 148 | </Configurations>
|
| 149 | <References>
|
| 150 | </References>
|
| 151 | <Files>
|
| 152 | <Filter
|
| 153 | Name="Source Files"
|
| 154 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
| 155 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
| 156 | >
|
| 157 | <File
|
Steve Naroff | e5cfa88 | 2009-01-26 18:09:40 +0000 | [diff] [blame] | 158 | RelativePath="..\..\lib\AST\APValue.cpp"
|
| 159 | >
|
| 160 | </File>
|
| 161 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 162 | RelativePath="..\..\lib\AST\ASTConsumer.cpp"
|
Steve Naroff | f34729a | 2008-03-05 22:16:33 +0000 | [diff] [blame] | 163 | >
|
| 164 | </File>
|
| 165 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 166 | RelativePath="..\..\lib\AST\ASTContext.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 167 | >
|
| 168 | </File>
|
| 169 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 170 | RelativePath="..\..\lib\AST\Builtins.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 171 | >
|
| 172 | </File>
|
| 173 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 174 | RelativePath="..\..\lib\AST\CFG.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 175 | >
|
| 176 | </File>
|
| 177 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 178 | RelativePath="..\..\lib\AST\Decl.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 179 | >
|
| 180 | </File>
|
| 181 | <File
|
Steve Naroff | e5cfa88 | 2009-01-26 18:09:40 +0000 | [diff] [blame] | 182 | RelativePath="..\..\lib\AST\DeclarationName.cpp"
|
| 183 | >
|
| 184 | </File>
|
| 185 | <File
|
Eli Friedman | f401bc1 | 2008-06-07 16:34:27 +0000 | [diff] [blame] | 186 | RelativePath="..\..\lib\AST\DeclBase.cpp"
|
| 187 | >
|
| 188 | </File>
|
| 189 | <File
|
Ted Kremenek | 7a85d1c | 2008-07-02 00:57:42 +0000 | [diff] [blame] | 190 | RelativePath="..\..\lib\AST\DeclCXX.cpp"
|
| 191 | >
|
| 192 | </File>
|
| 193 | <File
|
Steve Naroff | a7996d4 | 2008-10-10 16:41:38 +0000 | [diff] [blame] | 194 | RelativePath="..\..\lib\AST\DeclGroup.cpp"
|
| 195 | >
|
| 196 | </File>
|
| 197 | <File
|
Steve Naroff | ea9e170 | 2008-03-18 20:05:40 +0000 | [diff] [blame] | 198 | RelativePath="..\..\lib\AST\DeclObjC.cpp"
|
| 199 | >
|
| 200 | </File>
|
| 201 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 202 | RelativePath="..\..\lib\AST\DeclSerialization.cpp"
|
Hartmut Kaiser | d22b492 | 2007-10-25 22:58:31 +0000 | [diff] [blame] | 203 | >
|
| 204 | </File>
|
| 205 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 206 | RelativePath="..\..\lib\AST\Expr.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 207 | >
|
| 208 | </File>
|
| 209 | <File
|
Cedric Venet | cdfc641 | 2008-07-06 14:45:13 +0000 | [diff] [blame] | 210 | RelativePath="..\..\lib\AST\ExprConstant.cpp"
|
| 211 | >
|
| 212 | </File>
|
| 213 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 214 | RelativePath="..\..\lib\AST\ExprCXX.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 215 | >
|
| 216 | </File>
|
| 217 | <File
|
Steve Naroff | 4f4b63c | 2008-10-24 01:19:59 +0000 | [diff] [blame] | 218 | RelativePath="..\..\lib\AST\InheritViz.cpp"
|
| 219 | >
|
| 220 | </File>
|
| 221 | <File
|
Ted Kremenek | 656ff8c | 2008-06-23 16:18:59 +0000 | [diff] [blame] | 222 | RelativePath="..\..\lib\AST\ParentMap.cpp"
|
| 223 | >
|
| 224 | </File>
|
| 225 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 226 | RelativePath="..\..\lib\AST\Stmt.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 227 | >
|
| 228 | </File>
|
| 229 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 230 | RelativePath="..\..\lib\AST\StmtDumper.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 231 | >
|
| 232 | </File>
|
| 233 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 234 | RelativePath="..\..\lib\AST\StmtIterator.cpp"
|
Hartmut Kaiser | 19f092a | 2007-10-18 12:32:10 +0000 | [diff] [blame] | 235 | >
|
| 236 | </File>
|
| 237 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 238 | RelativePath="..\..\lib\AST\StmtPrinter.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 239 | >
|
| 240 | </File>
|
| 241 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 242 | RelativePath="..\..\lib\AST\StmtSerialization.cpp"
|
Hartmut Kaiser | 524233c | 2007-11-02 01:44:32 +0000 | [diff] [blame] | 243 | >
|
| 244 | </File>
|
| 245 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 246 | RelativePath="..\..\lib\AST\StmtViz.cpp"
|
Hartmut Kaiser | 2367e63 | 2007-09-20 13:35:09 +0000 | [diff] [blame] | 247 | >
|
| 248 | </File>
|
| 249 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 250 | RelativePath="..\..\lib\AST\TranslationUnit.cpp"
|
Steve Naroff | f34729a | 2008-03-05 22:16:33 +0000 | [diff] [blame] | 251 | >
|
| 252 | </File>
|
| 253 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 254 | RelativePath="..\..\lib\AST\Type.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 255 | >
|
| 256 | </File>
|
Hartmut Kaiser | 10b945c | 2007-10-29 21:54:46 +0000 | [diff] [blame] | 257 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 258 | RelativePath="..\..\lib\AST\TypeSerialization.cpp"
|
Hartmut Kaiser | 10b945c | 2007-10-29 21:54:46 +0000 | [diff] [blame] | 259 | >
|
| 260 | </File>
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 261 | </Filter>
|
| 262 | <Filter
|
| 263 | Name="Header Files"
|
| 264 | Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
| 265 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
| 266 | >
|
| 267 | <File
|
| 268 | RelativePath="..\..\include\clang\AST\AST.h"
|
| 269 | >
|
| 270 | </File>
|
| 271 | <File
|
Hartmut Kaiser | 1ff4f0c | 2007-09-16 00:04:22 +0000 | [diff] [blame] | 272 | RelativePath="..\..\include\clang\AST\ASTConsumer.h"
|
| 273 | >
|
| 274 | </File>
|
| 275 | <File
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 276 | RelativePath="..\..\include\clang\AST\ASTContext.h"
|
| 277 | >
|
| 278 | </File>
|
| 279 | <File
|
| 280 | RelativePath="..\..\include\clang\AST\Builtins.h"
|
| 281 | >
|
| 282 | </File>
|
| 283 | <File
|
| 284 | RelativePath="..\..\include\clang\AST\CFG.h"
|
| 285 | >
|
| 286 | </File>
|
| 287 | <File
|
| 288 | RelativePath="..\..\include\clang\AST\Decl.h"
|
| 289 | >
|
| 290 | </File>
|
| 291 | <File
|
Ted Kremenek | 7a85d1c | 2008-07-02 00:57:42 +0000 | [diff] [blame] | 292 | RelativePath="..\..\include\clang\AST\DeclCXX.h"
|
| 293 | >
|
| 294 | </File>
|
| 295 | <File
|
Hartmut Kaiser | 816bd5c | 2007-10-01 23:57:52 +0000 | [diff] [blame] | 296 | RelativePath="..\..\include\clang\AST\DeclObjC.h"
|
| 297 | >
|
| 298 | </File>
|
| 299 | <File
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 300 | RelativePath="..\..\include\clang\AST\Expr.h"
|
| 301 | >
|
| 302 | </File>
|
| 303 | <File
|
| 304 | RelativePath="..\..\include\clang\AST\ExprCXX.h"
|
| 305 | >
|
| 306 | </File>
|
| 307 | <File
|
Ted Kremenek | 656ff8c | 2008-06-23 16:18:59 +0000 | [diff] [blame] | 308 | RelativePath="..\..\include\clang\AST\ParentMap.h"
|
| 309 | >
|
| 310 | </File>
|
| 311 | <File
|
Hartmut Kaiser | 1ff4f0c | 2007-09-16 00:04:22 +0000 | [diff] [blame] | 312 | RelativePath="..\..\include\clang\AST\PrettyPrinter.h"
|
| 313 | >
|
| 314 | </File>
|
| 315 | <File
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 316 | RelativePath="..\..\include\clang\AST\RecordLayout.h"
|
| 317 | >
|
| 318 | </File>
|
| 319 | <File
|
| 320 | RelativePath="..\..\include\clang\AST\Stmt.h"
|
| 321 | >
|
| 322 | </File>
|
| 323 | <File
|
Hartmut Kaiser | 2367e63 | 2007-09-20 13:35:09 +0000 | [diff] [blame] | 324 | RelativePath="..\..\include\clang\AST\StmtGraphTraits.h"
|
| 325 | >
|
| 326 | </File>
|
| 327 | <File
|
Hartmut Kaiser | 19f092a | 2007-10-18 12:32:10 +0000 | [diff] [blame] | 328 | RelativePath="..\..\include\clang\AST\StmtIterator.h"
|
| 329 | >
|
| 330 | </File>
|
| 331 | <File
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 332 | RelativePath="..\..\include\clang\AST\StmtVisitor.h"
|
| 333 | >
|
| 334 | </File>
|
| 335 | <File
|
| 336 | RelativePath="..\..\include\clang\AST\Type.h"
|
| 337 | >
|
| 338 | </File>
|
Steve Naroff | fb40b84 | 2008-10-24 16:53:41 +0000 | [diff] [blame] | 339 | <File
|
| 340 | RelativePath="..\..\include\clang\AST\TypeOrdering.h"
|
| 341 | >
|
| 342 | </File>
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 343 | </Filter>
|
| 344 | </Files>
|
| 345 | <Globals>
|
| 346 | </Globals>
|
| 347 | </VisualStudioProject>
|