Inluding a file in build
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
I seem to be missing something really obvious. I have an XML file within a c# project that I would like to be included in the output from the build. i.e I want MyApp.exe and MyXMLFile.xml to end up in the Release Folder after I have performed the build. I've set the BuildAction property of the file to Content which I beleived would do the trick. Any help for a stupid problem would be great.