summaryrefslogtreecommitdiff
path: root/PCbuild/pyproject.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-11-04 16:28:47 -0700
committerGitHub <noreply@github.com>2017-11-04 16:28:47 -0700
commit0d2a9088d16826343344b04461c8be44b4008710 (patch)
treef956ba2cf4b76578bf98cfcb6537bbd1aa88dca9 /PCbuild/pyproject.props
parentaafece7a9e010075fff4420cfbb16f1ec0342698 (diff)
downloadcpython-git-0d2a9088d16826343344b04461c8be44b4008710.tar.gz
bpo-31944: Fixes build and Modify button (#4278)
Diffstat (limited to 'PCbuild/pyproject.props')
-rw-r--r--PCbuild/pyproject.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 42ead00d5a..7016130b6f 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -7,6 +7,7 @@
<OutDir Condition="!HasTrailingSlash($(OutDir))">$(OutDir)\</OutDir>
<Py_IntDir Condition="'$(Py_IntDir)' == ''">$(MSBuildThisFileDirectory)obj\</Py_IntDir>
<IntDir>$(Py_IntDir)\$(MajorVersionNumber)$(MinorVersionNumber)$(ArchName)_$(Configuration)\$(ProjectName)\</IntDir>
+ <IntDir>$(IntDir.Replace(`\\`, `\`))</IntDir>
<TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName>
<TargetName>$(TargetName)$(PyDebugExt)</TargetName>
<GenerateManifest>false</GenerateManifest>