When building with msbuild we can give the platform as below
<msbuild>
<buildArgs>Platform=x86</buildArgs>
</msbuild>
Do you know how to speficify the platform if we are using devenv?
<devenv>
???
</devenv>
When building with msbuild we can give the platform as below
<msbuild>
<buildArgs>Platform=x86</buildArgs>
</msbuild>
Do you know how to speficify the platform if we are using devenv?
<devenv>
???
</devenv>
Use this syntax:
for example: