summaryrefslogtreecommitdiffstats
path: root/PCbuild/pcbuild.proj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-12-10 16:11:21 (GMT)
committerGitHub <noreply@github.com>2018-12-10 16:11:21 (GMT)
commit1c3de541e64f75046b20cdd27bada1557e550bcd (patch)
tree958a34f1023404eb33b87a55ed52b34e3702ccd8 /PCbuild/pcbuild.proj
parentb6ef6f69a9afc979640a5f9883f799de1364bff7 (diff)
downloadcpython-1c3de541e64f75046b20cdd27bada1557e550bcd.zip
cpython-1c3de541e64f75046b20cdd27bada1557e550bcd.tar.gz
cpython-1c3de541e64f75046b20cdd27bada1557e550bcd.tar.bz2
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r--PCbuild/pcbuild.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj
index 9e103e1..77341b4 100644
--- a/PCbuild/pcbuild.proj
+++ b/PCbuild/pcbuild.proj
@@ -70,6 +70,8 @@
<Projects2 Include="_freeze_importlib.vcxproj" />
<!-- python[w].exe -->
<Projects2 Include="python.vcxproj;pythonw.vcxproj" />
+ <!-- venv[w]launcher.exe -->
+ <Projects2 Include="venvlauncher.vcxproj;venvwlauncher.vcxproj" />
</ItemGroup>
<Target Name="Build">