I use Visual Studio 2013 with SSDT to develop my database projects. Some projects within solution have dependencies on others. I create deploy/update script with Schema compare tool. I find differences between current project state and the latest project snapshot. After that I create new snapshot.
Now I have to use another computer. When I try to compare project and snapshot I receive a number of errors "The reference to external elements from the source named 'SOMEPROJECT.dacpac' could not be resolved, because no such source is loaded." I think that the problem may be in folder names - previously solution was in "d:\projects\solution name\", now in "c:\solution name\". I can not use disk D: on the new computer.
Any ideas how to fix this?