Staging
v0.5.1
https://github.com/python/cpython
Revision e619427f7eb17c370f31c6d4f7625eda8a0e9dce authored by Antoine Pitrou on 04 September 2013, 18:52:14 UTC, committed by Antoine Pitrou on 04 September 2013, 18:52:14 UTC
2 parent s 73821c4 + e93b63b
Raw File
Tip revision: e619427f7eb17c370f31c6d4f7625eda8a0e9dce authored by Antoine Pitrou on 04 September 2013, 18:52:14 UTC
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
Tip revision: e619427
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