visual studio 2008 - How to add files to a Resx while maintaining original paths? -


I want to add to my project resource file (resource.rex). Normally, when I add a file, So they are copied to the project directory.

Is there any way I can make Visual Studio copy not , but instead the related path? The related paths work manually while editing the resource file, but I need an automatic solution, if possible.

Any thoughts?

I do not think it is possible outside the box in VS 2008.

I also remember that any questions on the Stackhouse Flow are probably asking anyway, and the same answer was given.

You can probably write a macro that can do this.


Comments