I'm working on a Silverlight 5 application, trying to use SlowCheetah to get my xml transformations to happen during the build process, so that it's only done during the deployment part of the build. My issue is that, although my "release" folder is getting the transformed file, when I release the code, the xap file isn't recognizing the transformed file and is bringing in the base *.ClientConfig file.
I've tried Len Charest's post without success.
Has anyone overcome this?