Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
Devang Patel | aa1e15b | 2008-05-15 18:46:28 +0000 | [diff] [blame] | 4 | Version="8.00" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 | Name="Fibonacci" |
| 6 | ProjectGUID="{48FB551D-E37E-42EC-BC97-FF7219774867}" |
| 7 | RootNamespace="Fibonacci" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 8 | Keyword="Win32Proj" |
| 9 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 10 | <Platforms> |
| 11 | <Platform |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 12 | Name="Win32" |
| 13 | /> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 14 | <Platform |
| 15 | Name="x64" |
| 16 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 17 | </Platforms> |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 18 | <ToolFiles> |
| 19 | </ToolFiles> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 20 | <Configurations> |
| 21 | <Configuration |
| 22 | Name="Debug|Win32" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 23 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 24 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 25 | ConfigurationType="1" |
Chris Lattner | a1983e7 | 2008-06-20 05:35:58 +0000 | [diff] [blame] | 26 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 27 | CharacterSet="2" |
| 28 | > |
| 29 | <Tool |
| 30 | Name="VCPreBuildEventTool" |
| 31 | /> |
| 32 | <Tool |
| 33 | Name="VCCustomBuildTool" |
| 34 | /> |
| 35 | <Tool |
| 36 | Name="VCXMLDataGeneratorTool" |
| 37 | /> |
| 38 | <Tool |
| 39 | Name="VCWebServiceProxyGeneratorTool" |
| 40 | /> |
| 41 | <Tool |
| 42 | Name="VCMIDLTool" |
| 43 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 44 | <Tool |
| 45 | Name="VCCLCompilerTool" |
| 46 | Optimization="0" |
| 47 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | 502c922 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 48 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 49 | StringPooling="true" |
| 50 | MinimalRebuild="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 51 | BasicRuntimeChecks="3" |
| 52 | RuntimeLibrary="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 53 | ForceConformanceInForLoopScope="true" |
| 54 | RuntimeTypeInfo="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 55 | UsePrecompiledHeader="0" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 56 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 57 | BrowseInformation="1" |
| 58 | WarningLevel="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 59 | Detect64BitPortabilityProblems="false" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 60 | DebugInformationFormat="4" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 61 | DisableSpecificWarnings="4355,4146,4800" |
| 62 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 63 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 64 | Name="VCManagedResourceCompilerTool" |
| 65 | /> |
| 66 | <Tool |
| 67 | Name="VCResourceCompilerTool" |
| 68 | /> |
| 69 | <Tool |
| 70 | Name="VCPreLinkEventTool" |
| 71 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 72 | <Tool |
| 73 | Name="VCLinkerTool" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 74 | AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 75 | OutputFile="$(OutDir)/Fibonacci.exe" |
| 76 | LinkIncremental="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 77 | GenerateDebugInformation="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 78 | ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb" |
| 79 | SubSystem="1" |
| 80 | OptimizeReferences="0" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 81 | TargetMachine="1" |
| 82 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 83 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 84 | Name="VCALinkTool" |
| 85 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 86 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 87 | Name="VCManifestTool" |
| 88 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 89 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 90 | Name="VCXDCMakeTool" |
| 91 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 92 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 93 | Name="VCBscMakeTool" |
| 94 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 95 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 96 | Name="VCFxCopTool" |
| 97 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 98 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 99 | Name="VCAppVerifierTool" |
| 100 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 101 | <Tool |
Devang Patel | aa1e15b | 2008-05-15 18:46:28 +0000 | [diff] [blame] | 102 | Name="VCWebDeploymentTool" |
| 103 | /> |
| 104 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 105 | Name="VCPostBuildEventTool" |
| 106 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 107 | </Configuration> |
| 108 | <Configuration |
| 109 | Name="Release|Win32" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 110 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 111 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 112 | ConfigurationType="1" |
Chris Lattner | a1983e7 | 2008-06-20 05:35:58 +0000 | [diff] [blame] | 113 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 114 | CharacterSet="2" |
| 115 | > |
| 116 | <Tool |
| 117 | Name="VCPreBuildEventTool" |
| 118 | /> |
| 119 | <Tool |
| 120 | Name="VCCustomBuildTool" |
| 121 | /> |
| 122 | <Tool |
| 123 | Name="VCXMLDataGeneratorTool" |
| 124 | /> |
| 125 | <Tool |
| 126 | Name="VCWebServiceProxyGeneratorTool" |
| 127 | /> |
| 128 | <Tool |
| 129 | Name="VCMIDLTool" |
| 130 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 131 | <Tool |
| 132 | Name="VCCLCompilerTool" |
| 133 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | 502c922 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 134 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 135 | StringPooling="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 136 | RuntimeLibrary="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 137 | ForceConformanceInForLoopScope="true" |
| 138 | RuntimeTypeInfo="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 139 | UsePrecompiledHeader="0" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 140 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 141 | WarningLevel="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 142 | Detect64BitPortabilityProblems="false" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 143 | DebugInformationFormat="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 144 | DisableSpecificWarnings="4355,4146,4800" |
| 145 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 146 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 147 | Name="VCManagedResourceCompilerTool" |
| 148 | /> |
| 149 | <Tool |
| 150 | Name="VCResourceCompilerTool" |
| 151 | /> |
| 152 | <Tool |
| 153 | Name="VCPreLinkEventTool" |
| 154 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 155 | <Tool |
| 156 | Name="VCLinkerTool" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 157 | AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 158 | OutputFile="$(OutDir)/Fibonacci.exe" |
| 159 | LinkIncremental="1" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 160 | GenerateDebugInformation="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 161 | SubSystem="1" |
| 162 | OptimizeReferences="2" |
| 163 | EnableCOMDATFolding="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 164 | TargetMachine="1" |
| 165 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 166 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 167 | Name="VCALinkTool" |
| 168 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 169 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 170 | Name="VCManifestTool" |
| 171 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 172 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 173 | Name="VCXDCMakeTool" |
| 174 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 175 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 176 | Name="VCBscMakeTool" |
| 177 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 178 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 179 | Name="VCFxCopTool" |
| 180 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 181 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 182 | Name="VCAppVerifierTool" |
| 183 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 184 | <Tool |
Devang Patel | aa1e15b | 2008-05-15 18:46:28 +0000 | [diff] [blame] | 185 | Name="VCWebDeploymentTool" |
| 186 | /> |
| 187 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 188 | Name="VCPostBuildEventTool" |
| 189 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 190 | </Configuration> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 191 | <Configuration |
| 192 | Name="Debug|x64" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 193 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 194 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 195 | ConfigurationType="1" |
| 196 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 197 | CharacterSet="2" |
| 198 | > |
| 199 | <Tool |
| 200 | Name="VCPreBuildEventTool" |
| 201 | /> |
| 202 | <Tool |
| 203 | Name="VCCustomBuildTool" |
| 204 | /> |
| 205 | <Tool |
| 206 | Name="VCXMLDataGeneratorTool" |
| 207 | /> |
| 208 | <Tool |
| 209 | Name="VCWebServiceProxyGeneratorTool" |
| 210 | /> |
| 211 | <Tool |
| 212 | Name="VCMIDLTool" |
| 213 | TargetEnvironment="3" |
| 214 | /> |
| 215 | <Tool |
| 216 | Name="VCCLCompilerTool" |
| 217 | Optimization="0" |
| 218 | AdditionalIncludeDirectories="..\..\include;.." |
| 219 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
| 220 | StringPooling="true" |
| 221 | MinimalRebuild="true" |
| 222 | BasicRuntimeChecks="3" |
| 223 | RuntimeLibrary="3" |
| 224 | ForceConformanceInForLoopScope="true" |
| 225 | RuntimeTypeInfo="true" |
| 226 | UsePrecompiledHeader="0" |
| 227 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 228 | BrowseInformation="1" |
| 229 | WarningLevel="3" |
| 230 | Detect64BitPortabilityProblems="false" |
| 231 | DebugInformationFormat="3" |
| 232 | DisableSpecificWarnings="4355,4146,4800" |
| 233 | /> |
| 234 | <Tool |
| 235 | Name="VCManagedResourceCompilerTool" |
| 236 | /> |
| 237 | <Tool |
| 238 | Name="VCResourceCompilerTool" |
| 239 | /> |
| 240 | <Tool |
| 241 | Name="VCPreLinkEventTool" |
| 242 | /> |
| 243 | <Tool |
| 244 | Name="VCLinkerTool" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 245 | AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 246 | OutputFile="$(OutDir)/Fibonacci.exe" |
| 247 | LinkIncremental="2" |
| 248 | GenerateDebugInformation="true" |
| 249 | ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb" |
| 250 | SubSystem="1" |
| 251 | OptimizeReferences="0" |
| 252 | TargetMachine="17" |
| 253 | /> |
| 254 | <Tool |
| 255 | Name="VCALinkTool" |
| 256 | /> |
| 257 | <Tool |
| 258 | Name="VCManifestTool" |
| 259 | /> |
| 260 | <Tool |
| 261 | Name="VCXDCMakeTool" |
| 262 | /> |
| 263 | <Tool |
| 264 | Name="VCBscMakeTool" |
| 265 | /> |
| 266 | <Tool |
| 267 | Name="VCFxCopTool" |
| 268 | /> |
| 269 | <Tool |
| 270 | Name="VCAppVerifierTool" |
| 271 | /> |
| 272 | <Tool |
| 273 | Name="VCWebDeploymentTool" |
| 274 | /> |
| 275 | <Tool |
| 276 | Name="VCPostBuildEventTool" |
| 277 | /> |
| 278 | </Configuration> |
| 279 | <Configuration |
| 280 | Name="Release|x64" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 281 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 282 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 283 | ConfigurationType="1" |
| 284 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 285 | CharacterSet="2" |
| 286 | > |
| 287 | <Tool |
| 288 | Name="VCPreBuildEventTool" |
| 289 | /> |
| 290 | <Tool |
| 291 | Name="VCCustomBuildTool" |
| 292 | /> |
| 293 | <Tool |
| 294 | Name="VCXMLDataGeneratorTool" |
| 295 | /> |
| 296 | <Tool |
| 297 | Name="VCWebServiceProxyGeneratorTool" |
| 298 | /> |
| 299 | <Tool |
| 300 | Name="VCMIDLTool" |
| 301 | TargetEnvironment="3" |
| 302 | /> |
| 303 | <Tool |
| 304 | Name="VCCLCompilerTool" |
| 305 | AdditionalIncludeDirectories="..\..\include;.." |
| 306 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
| 307 | StringPooling="true" |
| 308 | RuntimeLibrary="2" |
| 309 | ForceConformanceInForLoopScope="true" |
| 310 | RuntimeTypeInfo="true" |
| 311 | UsePrecompiledHeader="0" |
| 312 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 313 | WarningLevel="3" |
| 314 | Detect64BitPortabilityProblems="false" |
| 315 | DebugInformationFormat="3" |
| 316 | DisableSpecificWarnings="4355,4146,4800" |
| 317 | /> |
| 318 | <Tool |
| 319 | Name="VCManagedResourceCompilerTool" |
| 320 | /> |
| 321 | <Tool |
| 322 | Name="VCResourceCompilerTool" |
| 323 | /> |
| 324 | <Tool |
| 325 | Name="VCPreLinkEventTool" |
| 326 | /> |
| 327 | <Tool |
| 328 | Name="VCLinkerTool" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 329 | AdditionalDependencies="$(ProjectDir)..\X86\$(IntDir)\X86TargetMachine.obj" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 330 | OutputFile="$(OutDir)/Fibonacci.exe" |
| 331 | LinkIncremental="1" |
| 332 | GenerateDebugInformation="true" |
| 333 | SubSystem="1" |
| 334 | OptimizeReferences="2" |
| 335 | EnableCOMDATFolding="2" |
| 336 | TargetMachine="17" |
| 337 | /> |
| 338 | <Tool |
| 339 | Name="VCALinkTool" |
| 340 | /> |
| 341 | <Tool |
| 342 | Name="VCManifestTool" |
| 343 | /> |
| 344 | <Tool |
| 345 | Name="VCXDCMakeTool" |
| 346 | /> |
| 347 | <Tool |
| 348 | Name="VCBscMakeTool" |
| 349 | /> |
| 350 | <Tool |
| 351 | Name="VCFxCopTool" |
| 352 | /> |
| 353 | <Tool |
| 354 | Name="VCAppVerifierTool" |
| 355 | /> |
| 356 | <Tool |
| 357 | Name="VCWebDeploymentTool" |
| 358 | /> |
| 359 | <Tool |
| 360 | Name="VCPostBuildEventTool" |
| 361 | /> |
| 362 | </Configuration> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 363 | </Configurations> |
| 364 | <References> |
| 365 | </References> |
| 366 | <Files> |
| 367 | <Filter |
| 368 | Name="Source Files" |
| 369 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 370 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 371 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 372 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 373 | RelativePath="..\..\examples\Fibonacci\fibonacci.cpp" |
| 374 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 375 | </File> |
| 376 | </Filter> |
| 377 | <Filter |
| 378 | Name="Header Files" |
| 379 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 380 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 381 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 382 | </Filter> |
| 383 | </Files> |
| 384 | <Globals> |
| 385 | </Globals> |
| 386 | </VisualStudioProject> |