Build and run Visual Studio projects from vim.
Currently builds only x64 projects
VSBuild
Builds the project in the current configuration mode (default: release)VSRun
Runs the first executable found in the projectVSBuildAndRun
Builds the project then runs the first executable foundVSBuildMode(mode)
Sets a build configuration modeVSAddBuildMode(mode) | VSRemoveBuildMode(mode)
Adds/Removes a build configuration mode (temporary solution)