How do I change which files by default have build property of content in visual studio.
- by DSWD
When adding a PDF, CSV, etc... to a project I have to go to the properties of every file and change the build action to Content.
Is there a way to change the list of extensions that are recognized in a project so that this will happen when I include a pdf or csv in my project automatically.
Thanks,