Tagged Questions
1
vote
2answers
94 views
How do you use portable databases with MsBuild?
I want to store in my solution a project containing the database creation scripts.
When this project is built, it must generate a database file, which will then be used by this and other projects of ...