Staging
v0.5.1
https://github.com/python/cpython
Revision 071baa63c4ea3a54a54d90b173dd777e08895976 authored by Zachary Ware on 22 January 2014, 05:07:12 UTC, committed by Zachary Ware on 22 January 2014, 05:07:12 UTC
1 parent 45726d3
Raw File
Tip revision: 071baa63c4ea3a54a54d90b173dd777e08895976 authored by Zachary Ware on 22 January 2014, 05:07:12 UTC
Argument Clinic: make 'destination' directive work.
Tip revision: 071baa6
pgupdate.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="$(SolutionDir)\pginstrument.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <OutDir>$(SolutionDir)$(PlatformName)-pgo\</OutDir>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <Link>
      <AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
      <LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
      <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
    </Link>
  </ItemDefinitionGroup>
</Project>
back to top