Staging
v0.8.1
https://github.com/python/cpython
Revision af002e6482fbd6f6c6e87c69c72d3097578a29fe authored by Brett Cannon on 18 October 2013, 15:39:32 UTC, committed by Brett Cannon on 18 October 2013, 15:39:32 UTC
2 parent s 27e27f7 + 44455e8
Raw File
Tip revision: af002e6482fbd6f6c6e87c69c72d3097578a29fe authored by Brett Cannon on 18 October 2013, 15:39:32 UTC
merge
Tip revision: af002e6
pyd.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="release.props" />
    <Import Project="pyproject.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <GenerateManifest>false</GenerateManifest>
    <EmbedManifest>false</EmbedManifest>
    <TargetExt>.pyd</TargetExt>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <PreprocessorDefinitions>Py_BUILD_CORE_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    </ClCompile>
    <Link>
    </Link>
    <PostBuildEvent>
      <Command>
      </Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
</Project>
back to top