Visual studio not copying content files from indirectly referenced project
问题 I have the following project structure: Library1 <--[project reference]-- Library2 <--[ref]-- Executable -------- -------- ---------- ContentFile .cs files .cs files .cs files All project references have CopyLocal = true. When I build the project, the ContentFile gets copied to Library2 's output directory, but not to Executable 's output directory, meaning that the executable is missing ContentFile when the application runs. Why is the content file being copied to Library2 's output