How do I include “content” files in subdirectories in Windows 8.1 Phone?
问题 I'm working on a project with a lot of files (a game). These files can change from outside VS 2013, e.g. by artists. The files are located in subdirectories and our game expects them there. For instance images/items/block.png I've tried using a post-build event xcopy /C /Y /I /R /S /Q "$(SolutionDir)game_data\*" "$(TargetDir)" and also with $(LayoutDir). The problem does not occur on our Desktop (Windows RT Store) project because I just copy the files to the build's AppX directory and when I