I'm working on a project where I do some file-replacement/updating based on the Build configuration. I'm seeing behavior where it seems like Xamarin Studio is caching files from Build Configuration 1 even after I switch to Build Configuration 2, clean, and rebuild.
I've confirmed that the files on disk are correct, but upon build/deploy, it appears XS is using old files cached somewhere. Can anyone confirm and point me to a way to purge that cache, keep that caching from happening, etc?
Thanks!