Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioPropertySheet |
| 3 | ProjectType="Visual C++" |
| 4 | Version="8.00" |
| 5 | Name="pginstrument" |
Christian Heimes | c139a9b | 2007-11-22 10:25:50 +0000 | [diff] [blame] | 6 | OutputDirectory="$(OutDirPGI)" |
| 7 | IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 8 | > |
| 9 | <Tool |
| 10 | Name="VCCLCompilerTool" |
Christian Heimes | 62a8ee1 | 2007-11-23 07:03:16 +0000 | [diff] [blame] | 11 | Optimization="3" |
| 12 | InlineFunctionExpansion="2" |
| 13 | EnableIntrinsicFunctions="true" |
| 14 | FavorSizeOrSpeed="1" |
| 15 | OmitFramePointers="true" |
| 16 | EnableFiberSafeOptimizations="false" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 17 | WholeProgramOptimization="true" |
Christian Heimes | 62a8ee1 | 2007-11-23 07:03:16 +0000 | [diff] [blame] | 18 | StringPooling="true" |
| 19 | ExceptionHandling="0" |
| 20 | BufferSecurityCheck="false" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 21 | /> |
| 22 | <Tool |
| 23 | Name="VCLinkerTool" |
Christian Heimes | 62a8ee1 | 2007-11-23 07:03:16 +0000 | [diff] [blame] | 24 | OptimizeReferences="2" |
| 25 | EnableCOMDATFolding="2" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 26 | LinkTimeCodeGeneration="2" |
Christian Heimes | c139a9b | 2007-11-22 10:25:50 +0000 | [diff] [blame] | 27 | ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd" |
| 28 | ImportLibrary="$(OutDirPGI)\$(TargetName).lib" |
| 29 | /> |
| 30 | <UserMacro |
| 31 | Name="OutDirPGI" |
| 32 | Value="$(SolutionDir)$(PlatformName)-pgi\" |
Christian Heimes | bfd4985 | 2007-11-20 09:34:16 +0000 | [diff] [blame] | 33 | /> |
| 34 | </VisualStudioPropertySheet> |