Build visual studio C++ project within solution for multiple platforms
问题 I have a Visual Studio solution that contains multiple C# projects and a C++ project. The C++ project is properly configured to build both for x64 and win32 (has separate output directories, proper binaries referred for 32 and 64 and so on) and default configuration is x64. C# projects are configured for Any CPU. How can I configure my solution to build the C++ project for both x64 and win32 when building the entire solution? P.S.: Batch build won't do the job for this case because I need to