I am new to SlowCheetah. Just installed it today as I need to add more config files to one of my console application to allow different settings for alpha test environment.
So I added a transform featured the name 'alpha' and the transformation is fine. But then I realised that when the project is build, all the referenced dlls' config files gets copied to my target directory.
I don't need that. I only need the config file for my exe. And also the dlls' config files contains sensitive information such as connection string which I intent to hide. I redefined connection strings in my exe's config so the dlls' config files are just unnecessary.
Is there a way to make sure those files do not get included when using SlowCheetah?
Thank you.