Using a new SQL2005 database project in VS2010.
I did import objects and settings, and built the project.
It seems to be stuck at \'Analyzing database schema. Your database pro
For this case, if you wouldn't include it (sql files) in project build, choose option "Not In Build" when creating file(s) or change sql file property Build = "None". That will make changes against .sqlproj file and visual studio restart required.