2007-09-05 03:06:30 +08:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2008-05-16 03:53:06 +08:00
|
|
|
Version="8.00"
|
2007-09-05 03:06:30 +08:00
|
|
|
Name="clangAST"
|
|
|
|
ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
|
|
|
|
RootNamespace="clangAST"
|
|
|
|
Keyword="Win32Proj"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="..\Debug"
|
|
|
|
IntermediateDirectory="Debug"
|
|
|
|
ConfigurationType="4"
|
2008-06-24 00:18:59 +08:00
|
|
|
InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
|
2007-09-05 03:06:30 +08:00
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
|
2007-11-08 03:34:40 +08:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
|
2007-09-05 03:06:30 +08:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4146"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="..\Release"
|
|
|
|
IntermediateDirectory="Release"
|
|
|
|
ConfigurationType="4"
|
2008-06-24 00:18:59 +08:00
|
|
|
InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
|
2007-09-05 03:06:30 +08:00
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
|
2007-11-08 03:34:40 +08:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
|
2007-09-05 03:06:30 +08:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4146"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
2009-01-27 02:09:40 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\APValue.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-03-06 06:16:33 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\ASTConsumer.cpp"
|
2008-03-06 06:16:33 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\ASTContext.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\Builtins.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\CFG.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\Decl.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
2009-01-27 02:09:40 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\DeclarationName.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-08 00:34:27 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\DeclBase.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-02 08:57:42 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\DeclCXX.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-10-11 00:41:38 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\DeclGroup.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-03-19 04:05:40 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\DeclObjC.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-10-26 06:58:31 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\DeclSerialization.cpp"
|
2007-10-26 06:58:31 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\Expr.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-06 22:45:13 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\ExprConstant.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\ExprCXX.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
2008-10-24 09:19:59 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\InheritViz.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-24 00:18:59 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\AST\ParentMap.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\Stmt.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\StmtDumper.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-10-18 20:32:10 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\StmtIterator.cpp"
|
2007-10-18 20:32:10 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\StmtPrinter.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-11-02 09:44:32 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\StmtSerialization.cpp"
|
2007-11-02 09:44:32 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-09-20 21:35:09 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\StmtViz.cpp"
|
2007-09-20 21:35:09 +08:00
|
|
|
>
|
|
|
|
</File>
|
2008-03-06 06:16:33 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\TranslationUnit.cpp"
|
2008-03-06 06:16:33 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\Type.cpp"
|
2007-09-05 03:06:30 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-10-30 05:54:46 +08:00
|
|
|
<File
|
2008-03-18 05:21:04 +08:00
|
|
|
RelativePath="..\..\lib\AST\TypeSerialization.cpp"
|
2007-10-30 05:54:46 +08:00
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\AST.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-16 08:04:22 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\ASTConsumer.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\ASTContext.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\Builtins.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\CFG.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\Decl.h"
|
|
|
|
>
|
2008-07-02 08:57:42 +08:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\DeclCXX.h"
|
|
|
|
>
|
2007-09-05 03:06:30 +08:00
|
|
|
</File>
|
2007-10-02 07:57:52 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\DeclObjC.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\Expr.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\ExprCXX.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-24 00:18:59 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\ParentMap.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-16 08:04:22 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\PrettyPrinter.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\RecordLayout.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\Stmt.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-20 21:35:09 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\StmtGraphTraits.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-10-18 20:32:10 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\StmtIterator.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\StmtVisitor.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\Type.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-10-25 00:53:41 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\clang\AST\TypeOrdering.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-09-05 03:06:30 +08:00
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|