//========================================================================================== // Constructors //========================================================================================== public WixProjectConfiguration(WixProject project, string name) : base(project, name) { }