I am creating SSDT project using visual studio, I want to remove the users-related object from the dacpac file before deploying it.
I tried to exclude objects from the 'Advanced Deployment Settings' but as you can see on the following screenshot, all options are disabled. could you please advise on this?

If you mark
DROP objects in target but not in projectbefore you go inAdvancedyou will get them enabled: