Staging
v0.8.1
https://github.com/python/cpython
Revision 37f15bcfed4133f5ed79abf7e01eb052e2a60592 authored by Yury Selivanov on 20 February 2014, 21:20:44 UTC, committed by Yury Selivanov on 20 February 2014, 21:20:44 UTC
1 parent 934c885
Raw File
Tip revision: 37f15bcfed4133f5ed79abf7e01eb052e2a60592 authored by Yury Selivanov on 20 February 2014, 21:20:44 UTC
asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706
Tip revision: 37f15bc
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