If I have some files that I want to copy from my project to the .\bin\debug\ folder during compilation, then it seems to me that I should put them in the root of the project. Putting them in a subfolder seems to copy them to the .\bin\debug\ folder in the same structure in which they are stored.
Is there any way to avoid this?
Just to be clear: if I have MyFirstConfigFile.txt and MySecondConfigFile.txt in the ConfigFiles folder, and I set them to Copy to the output, which will Copy ..., they will appear in the folder .\bin\debug\ConfigFiles\ . I want them to appear in the folder .\bin\debug\ .
c # visual-studio
Andrew Ducker Apr 14 '09 at 14:43 2009-04-14 14:43
source share