Scenario:
I have a class library project with custom .config files. To build these configuration files, they are set to Content and Always Copy. This library project then refers to at least 4-5 console applications within the same solution. When the solution is built, the class library assembly and custom configuration files are copied to the bin folder of the referenced projects.
What I'm trying to do:
Using SlowCheetah to Convert Custom Configuration Files
Problem:
Although SlowCheetah converts configuration files to a class library project, it does not copy the converted file to referenced projects. that is, it always copies the source / source file.
Found a couple of other threads, but none of them was a solution based on SlowCheetah, any suggestions would be helpful. Please note that I am using Install Shield Limited Edition, so the solution should work for .msi / setup files. In addition, I do not want to link files and apply the conversion in related files, since then I would have to do the same conversion in all the projects referenced.
thanks
app-config slowcheetah
Tony stark
source share