diff options
author | Crowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com> | 2021-12-03 19:47:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 19:47:38 (GMT) |
commit | d9301703fb1086cafbd730c17e3d450a192485d6 (patch) | |
tree | 6049aa691226c8b79ef01c8b9fc6d3f15ad24100 /Tools/msi | |
parent | 2ff758bd1a144ee712e96ae1db91f476c3b252bb (diff) | |
download | cpython-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.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> |