summaryrefslogtreecommitdiffstats
path: root/PCbuild/x64.props
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-06-24 17:04:35 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-06-24 17:04:35 (GMT)
commit318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a (patch)
tree7524de1608acc9e9450b247764627388c358b1ff /PCbuild/x64.props
parent03b9ad05d664ba7b4f6038db2d213f47821a63a9 (diff)
downloadcpython-318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a.zip
cpython-318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a.tar.gz
cpython-318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a.tar.bz2
Issue #15102: Fix paths of python executables.
Diffstat (limited to 'PCbuild/x64.props')
-rw-r--r--PCbuild/x64.props6
1 files changed, 0 insertions, 6 deletions
diff --git a/PCbuild/x64.props b/PCbuild/x64.props
index 4fb319b..289d95b 100644
--- a/PCbuild/x64.props
+++ b/PCbuild/x64.props
@@ -3,12 +3,6 @@
<PropertyGroup Label="UserMacros" Condition="'$(HOST_PYTHON)'!=''">
<PythonExe>$(HOST_PYTHON)</PythonExe>
</PropertyGroup>
- <PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- <_PropertySheetDisplayName>amd64</_PropertySheetDisplayName>
- <OutDir>$(SolutionDir)amd64\</OutDir>
- <IntDir>$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalOptions>/USECL:MS_OPTERON /GS- %(AdditionalOptions)</AdditionalOptions>