I'm just starting to work with database projects in Visual Studio 2010, and I'm wondering how I get the differential script generator to include a DROP TABLE statement. If I create a new table script in the Tables folder, the differential picks that up and includes a CREATE TABLE statement in the deployment script, but when I delete that SQL file from the project, it doesn't put a DROP in the script.
I've verified that this applies to stored procedures as well. Is there any way to get rid of existing objects in the database?
Note: I think this would apply to Visual Studio 2008 Team System for Database Developers (Data Dude) GDR as well.