From 44c1b62939a6192776dc9d093546154044cb2ecb Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 26 Sep 2017 06:00:28 -0700 Subject: [PATCH] [3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751) * bpo-31170: Fix inclusion of expat in Windows build projects. * Fixes line endings --- PCbuild/_elementtree.vcxproj | 3 ++- PCbuild/_elementtree.vcxproj.filters | 6 ++++++ PCbuild/pyexpat.vcxproj | 1 + PCbuild/pyexpat.vcxproj.filters | 6 ++++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/PCbuild/_elementtree.vcxproj b/PCbuild/_elementtree.vcxproj index 639ba479db..12f3bd2ac3 100644 --- a/PCbuild/_elementtree.vcxproj +++ b/PCbuild/_elementtree.vcxproj @@ -86,6 +86,7 @@ + @@ -103,4 +104,4 @@ - + \ No newline at end of file diff --git a/PCbuild/_elementtree.vcxproj.filters b/PCbuild/_elementtree.vcxproj.filters index ee78295fa9..e36301ca6a 100644 --- a/PCbuild/_elementtree.vcxproj.filters +++ b/PCbuild/_elementtree.vcxproj.filters @@ -68,5 +68,11 @@ Source Files + + Source Files + + + + \ No newline at end of file diff --git a/PCbuild/pyexpat.vcxproj b/PCbuild/pyexpat.vcxproj index a2763f0206..0bed878dfc 100644 --- a/PCbuild/pyexpat.vcxproj +++ b/PCbuild/pyexpat.vcxproj @@ -67,6 +67,7 @@ + diff --git a/PCbuild/pyexpat.vcxproj.filters b/PCbuild/pyexpat.vcxproj.filters index abf362fb0b..919a9ad2b7 100644 --- a/PCbuild/pyexpat.vcxproj.filters +++ b/PCbuild/pyexpat.vcxproj.filters @@ -29,5 +29,11 @@ Source Files + + Source Files + + + + \ No newline at end of file -- 2.50.1