Compile a remotely cpoied project in visual studio

30 Views Asked by At

I have got a project code containing the .sln and .vcproj files. The goal is to compile it on my system. For sure when I open .sln file in visual studio, due to the signatures of the path of the original system (where I obtained files) it would not run and compile on my system. What is the way to change path inside all those files and not to go inside each one and manually change them? Say, files on original system was in D:\... while now on mine are in C:\...

0

There are 0 best solutions below