I distribute a c++ program made with visual studio.
Whenever I need to give it to someone I just edit the code with some infos regarding this person to track the executable usage.
I have a server running ubuntu, I already made a shell script that automates the code changes but I can't find a way to compile a visual studio project on linux for windows.
Is it even possible ?
Thanks.