I am currently transforming a config file in my project.
Debug config looks like:
<appSettings file="C:\MyPath\debug.config"></appSettings>
Release looks like this:
<appSettings file="C:\MyPath\release.config"></appSettings>
My goal is to switch the file location depending on build profile.
I cannot find a way to transform the file value in the release version.
Reference to similar solution or documentation would be awesome.