summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyproject.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-03-17 20:57:38 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-03-17 20:57:38 (GMT)
commit6373ba5199fe706f174aed482d77e2bb4b29e2f0 (patch)
treea0e0196e138f1197e1d7dc8e5e013307dbea4f50 /PCbuild/pyproject.props
parent42867c73c9794f8f4968abef0572fd950748559c (diff)
downloadcpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.zip
cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.gz
cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.bz2
Bump Windows build to 3.5
Diffstat (limited to 'PCbuild/pyproject.props')
-rw-r--r--PCbuild/pyproject.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 5f40b15..f28370f 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -5,7 +5,7 @@
<OutDir>$(SolutionDir)</OutDir>
<IntDir>$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir>
<LinkIncremental>false</LinkIncremental>
- </PropertyGroup>
+ </PropertyGroup>
<PropertyGroup Condition="'$(Platform)'=='x64'">
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<_PropertySheetDisplayName>amd64</_PropertySheetDisplayName>
@@ -13,7 +13,7 @@
<IntDir>$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Label="UserMacros">
- <PyDllName>python34$(PyDebugExt)</PyDllName>
+ <PyDllName>python35$(PyDebugExt)</PyDllName>
<PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
<externalsDir>..\..</externalsDir>