部署/打包图标等资源的最佳实践是什么?我想避免由于图标的数量而造成的文件松散。是否可以在visual studio中创建“资源”dll?如果是这样,这是最好的方法吗?这个过程是什么?
发布于 2009-11-24 06:53:36
是的,嵌入式资源是一条可行的道路。
详细信息请参见Adding a file to a project, that will be added to the exe, and be accessable at runtime和Example code required for how to access embedded .Net image resources in C#。
https://stackoverflow.com/questions/1786355
相似问题