I have an XNA Game Project (game) with (default) contains an embedded content project. I want to reuse this nested content project in another project (game editor) in the same solution.
I added a link to the content, but the content files are not copied to the output directory (the content directory is created, but empty).
Does anyone know how to solve this?
source
share