Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <PropertyGroup Label="UserMacros"> |
| 4 | <OutDirPGI>$(SolutionDir)$(Platform)-pgi\</OutDirPGI> |
| 5 | </PropertyGroup> |
| 6 | <PropertyGroup> |
| 7 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 8 | <OutDir>$(OutDirPGI)\</OutDir> |
| 9 | <IntDir>$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\</IntDir> |
| 10 | </PropertyGroup> |
| 11 | <ItemDefinitionGroup> |
| 12 | <ClCompile> |
| 13 | <Optimization>MaxSpeed</Optimization> |
| 14 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 15 | <IntrinsicFunctions>false</IntrinsicFunctions> |
| 16 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
| 17 | <OmitFramePointers>true</OmitFramePointers> |
| 18 | <EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations> |
| 19 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 20 | <StringPooling>true</StringPooling> |
| 21 | <ExceptionHandling> |
| 22 | </ExceptionHandling> |
| 23 | <BufferSecurityCheck>false</BufferSecurityCheck> |
| 24 | </ClCompile> |
| 25 | <Link> |
| 26 | <OptimizeReferences>true</OptimizeReferences> |
Martin v. Löwis | d49b323 | 2012-08-01 11:06:53 +0200 | [diff] [blame] | 27 | <EnableCOMDATFolding>false</EnableCOMDATFolding> |
Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 28 | <LinkTimeCodeGeneration>PGInstrument</LinkTimeCodeGeneration> |
| 29 | <ProfileGuidedDatabase>$(SolutionDir)$(Platform)-pgi\$(TargetName).pgd</ProfileGuidedDatabase> |
| 30 | <ImportLibrary>$(OutDirPGI)\$(TargetName).lib</ImportLibrary> |
| 31 | </Link> |
| 32 | </ItemDefinitionGroup> |
| 33 | <ItemGroup> |
| 34 | <BuildMacro Include="OutDirPGI"> |
| 35 | <Value>$(OutDirPGI)</Value> |
| 36 | </BuildMacro> |
| 37 | </ItemGroup> |
Martin v. Löwis | d49b323 | 2012-08-01 11:06:53 +0200 | [diff] [blame] | 38 | </Project> |