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="clangParse"
|
| 6 | ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
|
| 7 | RootNamespace="clangParse"
|
| 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"
|
Steve Naroff | 55eb68d | 2009-01-22 23:06:24 +0000 | [diff] [blame] | 49 | DisableLanguageExtensions="true"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 50 | UsePrecompiledHeader="0"
|
| 51 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
| 52 | WarningLevel="3"
|
| 53 | Detect64BitPortabilityProblems="false"
|
| 54 | DebugInformationFormat="3"
|
| 55 | DisableSpecificWarnings="4146"
|
| 56 | />
|
| 57 | <Tool
|
| 58 | Name="VCManagedResourceCompilerTool"
|
| 59 | />
|
| 60 | <Tool
|
| 61 | Name="VCResourceCompilerTool"
|
| 62 | />
|
| 63 | <Tool
|
| 64 | Name="VCPreLinkEventTool"
|
| 65 | />
|
| 66 | <Tool
|
| 67 | Name="VCLibrarianTool"
|
| 68 | />
|
| 69 | <Tool
|
| 70 | Name="VCALinkTool"
|
| 71 | />
|
| 72 | <Tool
|
| 73 | Name="VCXDCMakeTool"
|
| 74 | />
|
| 75 | <Tool
|
| 76 | Name="VCBscMakeTool"
|
| 77 | />
|
| 78 | <Tool
|
| 79 | Name="VCFxCopTool"
|
| 80 | />
|
| 81 | <Tool
|
| 82 | Name="VCPostBuildEventTool"
|
| 83 | />
|
| 84 | </Configuration>
|
| 85 | <Configuration
|
| 86 | Name="Release|Win32"
|
| 87 | OutputDirectory="..\Release"
|
| 88 | IntermediateDirectory="Release"
|
| 89 | ConfigurationType="4"
|
Ted Kremenek | 656ff8c | 2008-06-23 16:18:59 +0000 | [diff] [blame] | 90 | InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 91 | CharacterSet="2"
|
| 92 | WholeProgramOptimization="1"
|
| 93 | >
|
| 94 | <Tool
|
| 95 | Name="VCPreBuildEventTool"
|
| 96 | />
|
| 97 | <Tool
|
| 98 | Name="VCCustomBuildTool"
|
| 99 | />
|
| 100 | <Tool
|
| 101 | Name="VCXMLDataGeneratorTool"
|
| 102 | />
|
| 103 | <Tool
|
| 104 | Name="VCWebServiceProxyGeneratorTool"
|
| 105 | />
|
| 106 | <Tool
|
| 107 | Name="VCMIDLTool"
|
| 108 | />
|
| 109 | <Tool
|
| 110 | Name="VCCLCompilerTool"
|
| 111 | AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
|
Hartmut Kaiser | 1c93c4e | 2007-11-07 19:34:40 +0000 | [diff] [blame] | 112 | 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] | 113 | RuntimeLibrary="2"
|
| 114 | UsePrecompiledHeader="0"
|
| 115 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
| 116 | WarningLevel="3"
|
| 117 | Detect64BitPortabilityProblems="false"
|
| 118 | DebugInformationFormat="3"
|
| 119 | DisableSpecificWarnings="4146"
|
| 120 | />
|
| 121 | <Tool
|
| 122 | Name="VCManagedResourceCompilerTool"
|
| 123 | />
|
| 124 | <Tool
|
| 125 | Name="VCResourceCompilerTool"
|
| 126 | />
|
| 127 | <Tool
|
| 128 | Name="VCPreLinkEventTool"
|
| 129 | />
|
| 130 | <Tool
|
| 131 | Name="VCLibrarianTool"
|
| 132 | />
|
| 133 | <Tool
|
| 134 | Name="VCALinkTool"
|
| 135 | />
|
| 136 | <Tool
|
| 137 | Name="VCXDCMakeTool"
|
| 138 | />
|
| 139 | <Tool
|
| 140 | Name="VCBscMakeTool"
|
| 141 | />
|
| 142 | <Tool
|
| 143 | Name="VCFxCopTool"
|
| 144 | />
|
| 145 | <Tool
|
| 146 | Name="VCPostBuildEventTool"
|
| 147 | />
|
| 148 | </Configuration>
|
| 149 | </Configurations>
|
| 150 | <References>
|
| 151 | </References>
|
| 152 | <Files>
|
| 153 | <Filter
|
| 154 | Name="Source Files"
|
| 155 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
| 156 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
| 157 | >
|
| 158 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 159 | RelativePath="..\..\lib\Parse\AttributeList.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 160 | >
|
| 161 | </File>
|
| 162 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 163 | RelativePath="..\..\lib\Parse\DeclSpec.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 164 | >
|
| 165 | </File>
|
| 166 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 167 | RelativePath="..\..\lib\Parse\MinimalAction.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 168 | >
|
| 169 | </File>
|
| 170 | <File
|
Ted Kremenek | 74de8d9 | 2008-06-25 17:14:52 +0000 | [diff] [blame] | 171 | RelativePath="..\..\lib\Parse\ParseCXXInlineMethods.cpp"
|
| 172 | >
|
| 173 | </File>
|
| 174 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 175 | RelativePath="..\..\lib\Parse\ParseDecl.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 176 | >
|
| 177 | </File>
|
| 178 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 179 | RelativePath="..\..\lib\Parse\ParseDeclCXX.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 180 | >
|
| 181 | </File>
|
| 182 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 183 | RelativePath="..\..\lib\Parse\ParseExpr.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 184 | >
|
| 185 | </File>
|
| 186 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 187 | RelativePath="..\..\lib\Parse\ParseExprCXX.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 188 | >
|
| 189 | </File>
|
| 190 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 191 | RelativePath="..\..\lib\Parse\ParseInit.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 192 | >
|
| 193 | </File>
|
| 194 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 195 | RelativePath="..\..\lib\Parse\ParseObjc.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 196 | >
|
| 197 | </File>
|
| 198 | <File
|
Steve Naroff | 8e8b0fb | 2008-10-05 00:52:59 +0000 | [diff] [blame] | 199 | RelativePath="..\..\lib\Parse\ParsePragma.cpp"
|
| 200 | >
|
| 201 | </File>
|
| 202 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 203 | RelativePath="..\..\lib\Parse\Parser.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 204 | >
|
| 205 | </File>
|
| 206 | <File
|
Ted Kremenek | f81eac6 | 2008-03-17 21:21:04 +0000 | [diff] [blame] | 207 | RelativePath="..\..\lib\Parse\ParseStmt.cpp"
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 208 | >
|
| 209 | </File>
|
Steve Naroff | 8e8b0fb | 2008-10-05 00:52:59 +0000 | [diff] [blame] | 210 | <File
|
Steve Naroff | e5cfa88 | 2009-01-26 18:09:40 +0000 | [diff] [blame] | 211 | RelativePath="..\..\lib\Parse\ParseTemplate.cpp"
|
| 212 | >
|
| 213 | </File>
|
| 214 | <File
|
Steve Naroff | 8e8b0fb | 2008-10-05 00:52:59 +0000 | [diff] [blame] | 215 | RelativePath="..\..\lib\Parse\ParseTentative.cpp"
|
| 216 | >
|
| 217 | </File>
|
Hartmut Kaiser | fe0a8eb | 2007-09-04 19:06:30 +0000 | [diff] [blame] | 218 | </Filter>
|
| 219 | <Filter
|
| 220 | Name="Header Files"
|
| 221 | Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
| 222 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
| 223 | >
|
| 224 | <File
|
| 225 | RelativePath="..\..\include\clang\Parse\Action.h"
|
| 226 | >
|
| 227 | </File>
|
| 228 | <File
|
| 229 | RelativePath="..\..\include\clang\Parse\AttributeList.h"
|
| 230 | >
|
| 231 | </File>
|
| 232 | <File
|
| 233 | RelativePath="..\..\include\clang\Parse\DeclSpec.h"
|
| 234 | >
|
| 235 | </File>
|
| 236 | <File
|
| 237 | RelativePath="..\..\include\clang\Parse\Parser.h"
|
| 238 | >
|
| 239 | </File>
|
| 240 | <File
|
| 241 | RelativePath="..\..\include\clang\Parse\Scope.h"
|
| 242 | >
|
| 243 | </File>
|
| 244 | </Filter>
|
| 245 | </Files>
|
| 246 | <Globals>
|
| 247 | </Globals>
|
| 248 | </VisualStudioProject>
|