summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-10-05 20:35:36 (GMT)
committerGitHub <noreply@github.com>2017-10-05 20:35:36 (GMT)
commit2084b30e540d88b9fc752c5bdcc2f24334af4f2b (patch)
treed3e924741d52f43f1e574a8fd6cb3f33e7f4fa19 /PCbuild
parent36c1d1f1e52ba54007cbecb42c5599e5ff62aa52 (diff)
downloadcpython-2084b30e540d88b9fc752c5bdcc2f24334af4f2b.zip
cpython-2084b30e540d88b9fc752c5bdcc2f24334af4f2b.tar.gz
cpython-2084b30e540d88b9fc752c5bdcc2f24334af4f2b.tar.bz2
bpo-31523: Reliability improvements to the Windows build files (#3900)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pyproject.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index aed8f34..42ead00 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -6,7 +6,7 @@
<OutDir>$(BuildPath)</OutDir>
<OutDir Condition="!HasTrailingSlash($(OutDir))">$(OutDir)\</OutDir>
<Py_IntDir Condition="'$(Py_IntDir)' == ''">$(MSBuildThisFileDirectory)obj\</Py_IntDir>
- <IntDir>$(Py_IntDir)\$(ArchName)_$(Configuration)\$(ProjectName)\</IntDir>
+ <IntDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)$(ArchName)_$(Configuration)\$(ProjectName)\</IntDir>
<TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName>
<TargetName>$(TargetName)$(PyDebugExt)</TargetName>
<GenerateManifest>false</GenerateManifest>