| 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 |   <ImportGroup Label="PropertySheets"> | 
 | 4 |     <Import Project="$(SolutionDir)\pginstrument.props" /> | 
 | 5 |   </ImportGroup> | 
 | 6 |   <PropertyGroup> | 
 | 7 |     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 
 | 8 |     <OutDir>$(SolutionDir)$(PlatformName)-pgo\</OutDir> | 
 | 9 |   </PropertyGroup> | 
 | 10 |   <ItemDefinitionGroup> | 
 | 11 |     <Link> | 
 | 12 |       <AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies> | 
 | 13 |       <LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration> | 
| Martin v. Löwis | 4784e02 | 2012-08-24 16:12:28 +0200 | [diff] [blame] | 14 |       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | 
| Brian Curtin | 401f9f3 | 2012-05-13 11:19:23 -0500 | [diff] [blame] | 15 |     </Link> | 
 | 16 |   </ItemDefinitionGroup> | 
 | 17 | </Project> |