slowcheetah transformation on non-web/app.config file that do not reside in application root -


i have web application has config folder containing several custom config files. set of these custom files slowcheetah transformation.

but, slowcheetah create config folder under bin folder , put transformed file there. original untransformed config file(s) sitting in config folder , gets deployed.

does have 'workaround' can hook slowcheetah transformed config file gets deployed original folder.

i don't want aftertargets=transformallfiles copy bin\config folder original config folder because not want overwrite "original" untransformed file everytime build.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -