summaryrefslogtreecommitdiffstats
path: root/Tools/msi
diff options
context:
space:
mode:
authorCrowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>2021-12-03 19:47:38 (GMT)
committerGitHub <noreply@github.com>2021-12-03 19:47:38 (GMT)
commitd9301703fb1086cafbd730c17e3d450a192485d6 (patch)
tree6049aa691226c8b79ef01c8b9fc6d3f15ad24100 /Tools/msi
parent2ff758bd1a144ee712e96ae1db91f476c3b252bb (diff)
downloadcpython-d9301703fb1086cafbd730c17e3d450a192485d6.zip
cpython-d9301703fb1086cafbd730c17e3d450a192485d6.tar.gz
cpython-d9301703fb1086cafbd730c17e3d450a192485d6.tar.bz2
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/bundle/bootstrap/pythonba.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/bootstrap/pythonba.vcxproj b/Tools/msi/bundle/bootstrap/pythonba.vcxproj
index ef71fe7..d90b5e3 100644
--- a/Tools/msi/bundle/bootstrap/pythonba.vcxproj
+++ b/Tools/msi/bundle/bootstrap/pythonba.vcxproj
@@ -73,4 +73,4 @@
<None Include="pythonba.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-</Project> \ No newline at end of file
+</Project>