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

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