Staging
v0.5.1
https://github.com/python/cpython
Revision 139cd4352f38e3e1d6b1f86033dc86ec61620e72 authored by Trent Nelson on 21 August 2012, 01:40:21 UTC, committed by Trent Nelson on 21 August 2012, 01:40:21 UTC
2 parent s a5e5797 + 514dbb0
Raw File
Tip revision: 139cd4352f38e3e1d6b1f86033dc86ec61620e72 authored by Trent Nelson on 21 August 2012, 01:40:21 UTC
Issue #15285: Refactor connect timeout test in test_timeout.
Tip revision: 139cd43
pyd_d.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="debug.props" />
    <Import Project="pyproject.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <LinkIncremental>false</LinkIncremental>
    <GenerateManifest>false</GenerateManifest>
    <EmbedManifest>false</EmbedManifest>
    <TargetExt>.pyd</TargetExt>
    <TargetName>$(ProjectName)_d</TargetName>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
      <IntrinsicFunctions>false</IntrinsicFunctions>
      <PreprocessorDefinitions>Py_BUILD_CORE_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    </ClCompile>
    <Link />
    <PostBuildEvent>
      <Command>
      </Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemGroup />
</Project>
back to top