I have a VSIX template project, which the user can use to create a project. My requirement is when the user creates a project and tries to builds it, we need to dynamically embed a resource into the project (like reading a file from the machine and adding the content as a resource).
This addition of the dynamic resource should happen during pre-build. Is it possible to achieve this using the VSIX project template?
Thanks in advance