Compare commits

...

2 Commits

Author SHA1 Message Date
Colin Xu
f22048c87f 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>
2023-02-26 23:36:49 -08:00
Colin Xu
0f5fdf8131 Add nuget CLI tool.
v6.4.0 from https://www.nuget.org/downloads

Signed-off-by: Colin Xu <colin.xu@gmail.com>
2023-02-27 05:59:33 -08:00
3 changed files with 196 additions and 120 deletions

BIN
.nuget/nuget.exe Normal file

Binary file not shown.

View File

@ -7,14 +7,10 @@
<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_thread-src" version="1.67.0.0" targetFramework="native" />
<package id="Python27" version="2.7.6" targetFramework="Native" />
<package id="Python35" version="3.5.1.1" targetFramework="Native" />
<package id="Python36" version="3.6.0" targetFramework="Native" />
<package id="Python37" version="1.0.0.1" 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="python2" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" />
<package id="python2x86" version="2.7.18" allowedVersions="[2.7.12,3.8.0)" targetFramework="native" />
<package id="python" version="3.11.2" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" />
<package id="pythonx86" version="3.11.2" allowedVersions="[3.5.2,3.12.0)" targetFramework="native" />
<package id="clang-cmake" version="6.0.0.1" targetFramework="Native" />
<package id="llvm-cmake" version="6.0.0.1" targetFramework="Native" />
</packages>

File diff suppressed because it is too large Load Diff