windows - Compiling same project with two different settings in Visual studio -


I have Visual C ++ solution One project needs to be compiled targeting x86 and x64 with default settings The solution can be compiled once in the file. Is it possible to prepare the solution once, but to build the same project with two different settings?

Thank you in advance for any help.

Visual Studio uses Configuration Manager for this problem in your project Right click on, press "Properties" and you will see the Configuration Manager button at the top of the window that is popped up. Add a new solution platform (x64) and you'll love to go

I usually use to define some things for project compilation (define _X64 in 64-bit compilation), output directory to $ ( SolutionDir) ../../bin/ $ (Configuration) / $ (PlatformName) / $ (ProjectName) / ).


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -