How can I copy the embedded resource into output directory as well?
问题 I have a rules file for workflow within my solution and its properties are Build Action = Embedded Resource, Copy to Output Directory = Copy always I can't change the build action to Content, otherwise the workflow compilation won't work. However, I need the file to be deployed to the output folder and it seems not to work. Is there anything I'm missing ? 回答1: If the file is set as an embedded resource, it should be embedded directly into the EXE as far as I know. Regardless, you can add a