summaryrefslogtreecommitdiffstats
path: root/PCbuild/_elementtree.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-01-09 08:14:46 (GMT)
committerGitHub <noreply@github.com>2018-01-09 08:14:46 (GMT)
commitd135f20ae8887acc7716561bc8f4c7eb6d58d24c (patch)
tree8c988503dc2f0f2dc757442a073c06b7a9a16078 /PCbuild/_elementtree.vcxproj
parentca0c5f26563349ed761af13590acef80e1064eab (diff)
downloadcpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.zip
cpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.tar.gz
cpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.tar.bz2
bpo-32507: Change Windows install to include app-local UCRT (#5119)
Diffstat (limited to 'PCbuild/_elementtree.vcxproj')
-rw-r--r--PCbuild/_elementtree.vcxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/PCbuild/_elementtree.vcxproj b/PCbuild/_elementtree.vcxproj
index 0db61f2..2338af4 100644
--- a/PCbuild/_elementtree.vcxproj
+++ b/PCbuild/_elementtree.vcxproj
@@ -64,9 +64,6 @@
<AdditionalIncludeDirectories>..\Modules\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;USE_PYEXPAT_CAPI;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
- <Link>
- <BaseAddress>0x1D100000</BaseAddress>
- </Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\Modules\expat\ascii.h" />