Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="7.10" |
| 5 | Name="AsmParser" |
| 6 | ProjectGUID="{3DC216F5-1DDD-478A-84F8-C124E5C31982}" |
| 7 | RootNamespace="AsmParser" |
| 8 | Keyword="Win32Proj"> |
| 9 | <Platforms> |
| 10 | <Platform |
| 11 | Name="Win32"/> |
| 12 | </Platforms> |
| 13 | <Configurations> |
| 14 | <Configuration |
| 15 | Name="Debug|Win32" |
Jeff Cohen | ab79137 | 2005-02-02 06:33:11 +0000 | [diff] [blame] | 16 | OutputDirectory="..\Debug" |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 17 | IntermediateDirectory="Debug" |
| 18 | ConfigurationType="4" |
| 19 | CharacterSet="2"> |
| 20 | <Tool |
| 21 | Name="VCCLCompilerTool" |
| 22 | Optimization="0" |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 23 | AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser" |
Jeff Cohen | 9247d0b | 2006-01-30 04:07:08 +0000 | [diff] [blame] | 24 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" |
Jeff Cohen | 6f0e680 | 2005-12-17 00:14:47 +0000 | [diff] [blame] | 25 | StringPooling="TRUE" |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 26 | MinimalRebuild="TRUE" |
| 27 | BasicRuntimeChecks="3" |
| 28 | RuntimeLibrary="3" |
| 29 | ForceConformanceInForLoopScope="TRUE" |
| 30 | RuntimeTypeInfo="TRUE" |
| 31 | UsePrecompiledHeader="0" |
| 32 | BrowseInformation="1" |
| 33 | WarningLevel="3" |
| 34 | Detect64BitPortabilityProblems="FALSE" |
| 35 | DebugInformationFormat="4" |
Jeff Cohen | b32d785 | 2005-01-30 17:54:12 +0000 | [diff] [blame] | 36 | DisableSpecificWarnings="4355,4146,4800"/> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 37 | <Tool |
| 38 | Name="VCCustomBuildTool"/> |
| 39 | <Tool |
| 40 | Name="VCLibrarianTool" |
| 41 | OutputFile="$(OutDir)/AsmParser.lib"/> |
| 42 | <Tool |
| 43 | Name="VCMIDLTool"/> |
| 44 | <Tool |
| 45 | Name="VCPostBuildEventTool"/> |
| 46 | <Tool |
| 47 | Name="VCPreBuildEventTool"/> |
| 48 | <Tool |
| 49 | Name="VCPreLinkEventTool"/> |
| 50 | <Tool |
| 51 | Name="VCResourceCompilerTool"/> |
| 52 | <Tool |
| 53 | Name="VCWebServiceProxyGeneratorTool"/> |
| 54 | <Tool |
| 55 | Name="VCXMLDataGeneratorTool"/> |
| 56 | <Tool |
| 57 | Name="VCManagedWrapperGeneratorTool"/> |
| 58 | <Tool |
| 59 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 60 | </Configuration> |
| 61 | <Configuration |
| 62 | Name="Release|Win32" |
Jeff Cohen | ab79137 | 2005-02-02 06:33:11 +0000 | [diff] [blame] | 63 | OutputDirectory="..\Release" |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 64 | IntermediateDirectory="Release" |
| 65 | ConfigurationType="4" |
| 66 | CharacterSet="2"> |
| 67 | <Tool |
| 68 | Name="VCCLCompilerTool" |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 69 | AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser" |
Jeff Cohen | 9247d0b | 2006-01-30 04:07:08 +0000 | [diff] [blame] | 70 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" |
Jeff Cohen | 6f0e680 | 2005-12-17 00:14:47 +0000 | [diff] [blame] | 71 | StringPooling="TRUE" |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 72 | RuntimeLibrary="2" |
| 73 | ForceConformanceInForLoopScope="TRUE" |
| 74 | RuntimeTypeInfo="TRUE" |
| 75 | UsePrecompiledHeader="0" |
| 76 | WarningLevel="3" |
| 77 | Detect64BitPortabilityProblems="FALSE" |
| 78 | DebugInformationFormat="3" |
Jeff Cohen | b32d785 | 2005-01-30 17:54:12 +0000 | [diff] [blame] | 79 | DisableSpecificWarnings="4355,4146,4800"/> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 80 | <Tool |
| 81 | Name="VCCustomBuildTool"/> |
| 82 | <Tool |
| 83 | Name="VCLibrarianTool" |
| 84 | OutputFile="$(OutDir)/AsmParser.lib"/> |
| 85 | <Tool |
| 86 | Name="VCMIDLTool"/> |
| 87 | <Tool |
| 88 | Name="VCPostBuildEventTool"/> |
| 89 | <Tool |
| 90 | Name="VCPreBuildEventTool"/> |
| 91 | <Tool |
| 92 | Name="VCPreLinkEventTool"/> |
| 93 | <Tool |
| 94 | Name="VCResourceCompilerTool"/> |
| 95 | <Tool |
| 96 | Name="VCWebServiceProxyGeneratorTool"/> |
| 97 | <Tool |
| 98 | Name="VCXMLDataGeneratorTool"/> |
| 99 | <Tool |
| 100 | Name="VCManagedWrapperGeneratorTool"/> |
| 101 | <Tool |
| 102 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 103 | </Configuration> |
| 104 | </Configurations> |
| 105 | <References> |
| 106 | </References> |
| 107 | <Files> |
| 108 | <Filter |
| 109 | Name="Source Files" |
| 110 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 111 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
| 112 | <File |
| 113 | RelativePath="..\..\lib\AsmParser\Lexer.l"> |
| 114 | <FileConfiguration |
| 115 | Name="Debug|Win32"> |
| 116 | <Tool |
| 117 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 118 | Description="Flexing $(InputFileName)" |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 119 | CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)" |
| 120 | Outputs="$(InputName).cpp"/> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 121 | </FileConfiguration> |
| 122 | <FileConfiguration |
| 123 | Name="Release|Win32"> |
| 124 | <Tool |
| 125 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 126 | Description="Flexing $(InputFileName)" |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 127 | CommandLine="..\doflex.cmd release $(InputName) $(InputPath)" |
| 128 | Outputs="$(InputName).cpp"/> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 129 | </FileConfiguration> |
| 130 | </File> |
| 131 | <File |
| 132 | RelativePath="..\..\lib\AsmParser\llvmAsmParser.y"> |
| 133 | <FileConfiguration |
| 134 | Name="Debug|Win32"> |
| 135 | <Tool |
| 136 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 137 | Description="Bisoning $(InputFileName)" |
Jeff Cohen | 53c13b1 | 2005-10-27 01:10:36 +0000 | [diff] [blame] | 138 | CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath)" |
| 139 | Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 140 | </FileConfiguration> |
| 141 | <FileConfiguration |
| 142 | Name="Release|Win32"> |
| 143 | <Tool |
| 144 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 145 | Description="Bisoning $(InputFileName)" |
Jeff Cohen | 53c13b1 | 2005-10-27 01:10:36 +0000 | [diff] [blame] | 146 | CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath)" |
| 147 | Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 148 | </FileConfiguration> |
| 149 | </File> |
| 150 | <File |
| 151 | RelativePath="..\..\lib\AsmParser\Parser.cpp"> |
| 152 | </File> |
| 153 | </Filter> |
| 154 | <Filter |
| 155 | Name="Header Files" |
| 156 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 157 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> |
| 158 | <File |
Jeff Cohen | c201755 | 2005-01-01 22:30:19 +0000 | [diff] [blame] | 159 | RelativePath="..\..\include\llvm\Assembly\Parser.h"> |
| 160 | </File> |
| 161 | <File |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 162 | RelativePath="..\..\lib\AsmParser\ParserInternals.h"> |
| 163 | </File> |
| 164 | </Filter> |
| 165 | <Filter |
| 166 | Name="Generated Files" |
| 167 | Filter=""> |
| 168 | <File |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 169 | RelativePath="Lexer.cpp"> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 170 | </File> |
| 171 | <File |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 172 | RelativePath="llvmAsmParser.cpp"> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 173 | </File> |
| 174 | <File |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 175 | RelativePath="llvmAsmParser.h"> |
Jeff Cohen | 184d84b | 2005-01-01 20:51:41 +0000 | [diff] [blame] | 176 | </File> |
| 177 | </Filter> |
| 178 | </Files> |
| 179 | <Globals> |
| 180 | </Globals> |
| 181 | </VisualStudioProject> |