[3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#… · python/cpython@44c1b62 (original) (raw)

Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@
86 86 <ClInclude Include="..\Modules\expat\xmltok.h" />
87 87 </ItemGroup>
88 88 <ItemGroup>
89 + <ClCompile Include="..\Modules\expat\loadlibrary.c" />
89 90 <ClCompile Include="..\Modules\_elementtree.c" />
90 91 <ClCompile Include="..\Modules\expat\xmlparse.c" />
91 92 <ClCompile Include="..\Modules\expat\xmlrole.c" />
@@ -103,4 +104,4 @@
103 104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
104 105 <ImportGroup Label="ExtensionTargets">
105 106 </ImportGroup>
106 -</Project>
107 +</Project>