I have a database project in Visual Studio 2013, with a post deployment script that uses SQLCMD mode.
The problem I am having is that the project defaults to non-SQLCMD mode every time the project is opened. This means that every time the project is opened, the Error List will be flooded with errors like "Incorrect syntax near ':'." until the developer opens the deployment script and clicks the SQLCMD Mode button.
Is there a way to default to keeping SQLCMD Mode on so developers don't have to do this each time they open the project?