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.
有没有办法将包含各种资源文件的文件夹构建到 dll 中?该文件夹可能包含子文件夹,我想保留这些文件的文件夹结构,以便我可以从具有相对路径的 dll 访问文件。
我正在使用 Visual Studio,但似乎我只能添加没有子文件夹的资源文件。你能给我一些关于这个问题的建议吗?
谢谢。