2 unstable releases
| 0.2.0 | Aug 29, 2025 |
|---|---|
| 0.1.0 | Apr 9, 2024 |
#270 in Build Utils
8,085 downloads per month
Used in 2 crates
(via wolfssl-sys)
40KB
789 lines
The msbuild crate
This crates provides the functionality of finding the msbuild binary on the system.
Environment Variables
-
The
VS_WHERE_PATHenvironment variable can be used in order overwrite the default path where the crate tries to locate thevswhere.exebinary. -
The
VS_INSTALLATION_PATHenvironment variable can be used in order to overwrite specify a path to Visual Studio Note! The path must still lead to a binary the fulfills the version requirements otherwise the crate will try to probe the system for a suitable version. -
The
WIN_SDK_PATHenvironment variable can be used in order to to overwrite in what location the library will search for WinSDK installations.
Dependencies
~18–27MB
~345K SLoC