i have visual studio solution for Windows os , its combination of 5 projects . i want to port it to linux os , so i started by creating linux solution and adding the project one by one and compile it .
do i need to copy all source code/includes to the linux remote server and add includes directory to that source code or there is a way to tell visual studio to copy all external dependencies to remote linux server ?
thanks.