Sorry, something went wrong.
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). CLA MissingOur records indicate the following people have not signed the CLA: For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
Sorry, something went wrong.
| <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '17.0' or '$(VisualStudioVersion)' == '17.0')">v142</BasePlatformToolset> | ||
| <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '16.0' or '$(VisualStudioVersion)' == '16.0')">v142</BasePlatformToolset> | ||
| <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '17.0'">v142</BasePlatformToolset> | ||
| <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '16.0'">v142</BasePlatformToolset> |
There was a problem hiding this comment.
Removed the conditions on MSBuildToolsVersion since as of v16 the MSBuildToolsVersion is always "Current". The VisualStudioVersion does still increase every major version though.
Sorry, something went wrong.
|
GH-29855 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
|
GH-29856 is a backport of this pull request to the 3.9 branch. |
Sorry, something went wrong.
Prevent Directory.Build.props/targets from leaking from directories above the repo.
Docs on Directory.Build.props/targets: https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022
https://bugs.python.org/issue45931