1) First of all you have to create new filegroup. To do that add following file to your database project:
DataFileGroup.sql
/* Do not change the database path or name variables. Any sqlcmd variables will be properly substituted during build and deployment. */ ALTER DATABASE [$(DatabaseName)] ADD FILEGROUP [DATA]