How do you create a resource-only assembly? Anonymous User 04-Nov-2011 2156 1 Answers Last updated:9/15/2020 9:31:33 PM
Anonymous User 04-Nov-2011 Resources are non executable data in an application and the data can be updated without recompiling application, resource assemblies can be created as follows: Add resource files to an empty project. Built the project.The resource will get compiled into assembly.
Anonymous User
Resources are non executable data in an application and the data can be updated without recompiling application, resource assemblies can be created as follows: