In my project in Visual Studio, I have files that I want included in the output, but not compiled or embedded.
I am aware that there are 2 ways to accomplish this.
- Setting the Build Action for the file to 'Content'
- Setting the 'Copy to Output Directory' to 'Copy Always' or 'Copy if newer'
Can someone tell me what the difference is and which scenario is each of the options appropriate for?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…