After some time mainly .net development, i need to work in c++ in a cross platform manner.
I don't want to give up visual studio, so my hope was that it is possible to use visual studio and the windows target as a testbuild, and then every once in a while through means of a vm test the code on linux or mac.
Does anyone have experience in how to best set this up?
I'm especially curious on how you make sure that things like the project file stay in sync with the make files which are probably needed on the *nix platforms.