I have 2 different visual studio solutions. one is 32 bit solution and other is 64 bit solution. Is there any way I can merge those 2 into a single solution?
can I merge .vcxproj files or something?
I have 2 different visual studio solutions. one is 32 bit solution and other
Share
Just do a diffmerge of the project files. They are plain xml files. That should work.