diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-23 19:50:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 19:50:36 (GMT) |
commit | 036a2c12010bcc1d8bf35c4550984a8245f9ab5f (patch) | |
tree | 62a6108c3d5553f7ef968d5802875378838d1183 /Tools | |
parent | 05cae2657289d17b2e385095056140153ceec28c (diff) | |
download | cpython-036a2c12010bcc1d8bf35c4550984a8245f9ab5f.zip cpython-036a2c12010bcc1d8bf35c4550984a8245f9ab5f.tar.gz cpython-036a2c12010bcc1d8bf35c4550984a8245f9ab5f.tar.bz2 |
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
(cherry picked from commit d9301703fb1086cafbd730c17e3d450a192485d6)
Co-authored-by: Crowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/bundle/bootstrap/pythonba.vcxproj | 2 |
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> |