I moved my VS project on my local machine. Now when I try to build it breaks because it is looking for metadata file in the old location. How can I change these paths?
Error 1 Metadata file 'C:\somelocation\somelocation\kb.dll' could not be found
Where can I tell visual studio where to look for these files?
Thanks!