msbuild 0.2.0

Allows builds to run msbuild for visual studio projects
docs.rs failed to build msbuild-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: msbuild-0.1.0

The msbuild crate

This crates provides the functionality of finding the msbuild binary on the system.

Environment Variables

  • The VS_WHERE_PATH environment variable can be used in order overwrite the default path where the crate tries to locate the vswhere.exe binary.

  • The VS_INSTALLATION_PATH environment 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_PATH environment variable can be used in order to to overwrite in what location the library will search for WinSDK installations.