I have a visual studio solution, which contains several C ++ projects and a SQL DB project, which is published to an instance of localdb. Versioning is done using Team Foundation Server.
My question is: How can I configure the sql project in the solution so that in addition to changing and sharing the DB schema with the team, can I also share the data we are entering?