Update per-configuration python in pre-build event using nuget.

python and pythonx86 for python 3.x
python2 and python2x86 for python 2.x.

Signed-off-by: Colin Xu <colin.xu@gmail.com>
This commit is contained in:
Colin Xu 2023-02-27 06:01:51 -08:00
parent 0f5fdf8131
commit f22048c87f
2 changed files with 196 additions and 120 deletions

View File

@ -7,14 +7,10 @@
<package id="boost_regex-src" version="1.67.0.0" targetFramework="native" /> <package id="boost_regex-src" version="1.67.0.0" targetFramework="native" />
<package id="boost_system-src" version="1.67.0.0" targetFramework="native" /> <package id="boost_system-src" version="1.67.0.0" targetFramework="native" />
<package id="boost_thread-src" version="1.67.0.0" targetFramework="native" /> <package id="boost_thread-src" version="1.67.0.0" targetFramework="native" />
<package id="Python27" version="2.7.6" targetFramework="Native" /> <package id="python2" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" />
<package id="Python35" version="3.5.1.1" targetFramework="Native" /> <package id="python2x86" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" />
<package id="Python36" version="3.6.0" targetFramework="Native" /> <package id="python" version="3.11.2" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" />
<package id="Python37" version="1.0.0.1" targetFramework="Native" /> <package id="pythonx86" version="3.11.2" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" />
<package id="Python38" version="3.8.0" targetFramework="Native" />
<package id="Python39" version="3.9.0" targetFramework="Native" />
<package id="python" version="3.11.2" allowedVersions="[3.10.0,3.12.0)" targetFramework="native" />
<package id="pythonx86" version="3.11.2" allowedVersions="[3.10.0,3.12.0)" targetFramework="native" />
<package id="clang-cmake" version="6.0.0.1" targetFramework="Native" /> <package id="clang-cmake" version="6.0.0.1" targetFramework="Native" />
<package id="llvm-cmake" version="6.0.0.1" targetFramework="Native" /> <package id="llvm-cmake" version="6.0.0.1" targetFramework="Native" />
</packages> </packages>

File diff suppressed because it is too large Load Diff