I would like to drop the tables included in the database project before creating them so each time I publish the project I do a full build of those tables (as by default it seems to work as an incremental build).
I've seen options to drop the tables (and other entities) that exists in the target DB but not in the source project and what I would like is more or less the opposite. Drop the tables that exists in the DB project from the target before creating them.