Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个游戏的示例应用程序。我有一个文件夹,我从 Visual Studio 中设置为当前目录,其中包括 pngs、ogg、config.json 等。
当我“发布”这些文件时不包括在内。如何正确地将媒体文件/文件夹添加到项目中?
您右键单击所需的文件,选择Properties并将设置Copy To Output Directory设置为Copy Always或Copy if Newer。
Properties
Copy To Output Directory
Copy Always
Copy if Newer
这将确保它们被“发布”。
在 Visual Studio 中,使用 shift-click 选择您希望发布的所有文件(可能是文件夹中的所有文件)。然后右键单击所选文件列表并选择属性。将构建操作设置为“内容”并将复制到输出目录设置为“始终复制”(或“如果较新则复制”)