We had the issue described here at work last week with SlowCheetah and multiple transformed XML files to be deployed via a Setup Project. After digging through the SlowCheetah and Microsoft MSBuild scripts I still haven’t found the SlowCheetah fix yet but will keep trying.
In the meantime, I did find a workaround.
Workaround Steps
- Exclude the xml files from the Primary Output
- Add the transformed xml files from the bin/[Configuration] folder of the project
- Rebuild the setup project