Support parameters at Transform file
description
"Web.config Transformation Syntax for Web Application Project Deployment" doesn't support parameters, but it will be really useful.
I can use nant syntax, like ${parameter1}.
Will add argument to exe tool, for exmaple: p:parameter1=Value1;parameter2="Value2"
Before transform, I will create new file
string predictionFilePath = transformFilePath + ".prediction";
Which will be transform file with replaced parameters to values.
Looks like easy task.