sterin/vscode-msbuild-tools

Option to set the solution's platform

Closed this issue · 2 comments

I miss an option to define the platform when invoking msbuild.
In detail, an additional command line argument like /p:Platform=Win32 is missing when invoking msbuild in order to successfully build my solutions.

I want to raise visibility on this feature request. I'm currently just compiling my C++ project for Win32 and x64 (mainly to verify code correctness) but I plan to eventually target multiple other platforms.

This extension seems to work very well for the features it does implement, but being able to build for multiple platforms is critical.

I looks like @Estivoo has already implemented my missing feature in PR #7. Thx :)