My team loves publishing profiles. We have several test environments in which we work, and using Web.config transformations, we can replace the machine names in each environment, configuration parameters, etc., which will greatly simplify the assembly / deployment / testing process.
For example:
Web.config
Web.dev.config
Web.int.config
Web.prod.config
However, we do have some test applications that we use to get into our web services implemented as console applications. We would like to be able to do the same types of conversions in these configuration files so that we can reduce the manual testing work involved in manually editing configuration files during assembly assembly.
Essentially, we want:
App.config
App.dev.config
App.int.config
App.prod.config
, -:
Properties
PublishProfiles
dev.pubxml
int.pubxml
prod.pubxml
, , - - MSBuild, .
, --?