blob: 93b968760c817a5ee98d49280c3a0a4bf062eb6e [file] [log] [blame]
Christian Heimesbfd49852007-11-20 09:34:16 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pginstrument"
Christian Heimesc139a9b2007-11-22 10:25:50 +00006 OutputDirectory="$(OutDirPGI)"
7 IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\"
Christian Heimesbfd49852007-11-20 09:34:16 +00008 >
9 <Tool
10 Name="VCCLCompilerTool"
Christian Heimes43f827b2007-12-04 18:42:04 +000011 Optimization="2"
12 InlineFunctionExpansion="1"
13 EnableIntrinsicFunctions="false"
14 FavorSizeOrSpeed="2"
Christian Heimes62a8ee12007-11-23 07:03:16 +000015 OmitFramePointers="true"
16 EnableFiberSafeOptimizations="false"
Christian Heimesbfd49852007-11-20 09:34:16 +000017 WholeProgramOptimization="true"
Christian Heimes62a8ee12007-11-23 07:03:16 +000018 StringPooling="true"
19 ExceptionHandling="0"
20 BufferSecurityCheck="false"
Christian Heimesbfd49852007-11-20 09:34:16 +000021 />
22 <Tool
23 Name="VCLinkerTool"
Christian Heimes62a8ee12007-11-23 07:03:16 +000024 OptimizeReferences="2"
25 EnableCOMDATFolding="2"
Christian Heimesbfd49852007-11-20 09:34:16 +000026 LinkTimeCodeGeneration="2"
Christian Heimesc139a9b2007-11-22 10:25:50 +000027 ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
28 ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
29 />
30 <UserMacro
31 Name="OutDirPGI"
32 Value="$(SolutionDir)$(PlatformName)-pgi\"
Christian Heimesbfd49852007-11-20 09:34:16 +000033 />
34</VisualStudioPropertySheet>