I\'m just in the middle of migrating my solutions from Visual Studio 2010 to Visual Studio 2013.
I have this (maybe) silly problem with database comparisons options. I w
There isn't a corresponding option with the SSDT framework (what replaced DB Projects). The best you can do is save your schema compare, then include it in the project. (It doesn't get included by default, even though the file itself is saved.) That will save your options so you can easily get them back. Not as convenient in some ways, but it does work. I miss being able to set the defaults as well.