Beispiel #1
0
        //==========================================================================================
        // Constructors
        //==========================================================================================

        /// <summary>
        /// Initializes a new instance of the <see cref="WixProject"/> class.
        /// </summary>
        public WixProject(WixProjectSerializer serializer) : base(serializer, new WixBuildSettings())
        {
        }
Beispiel #2
0
 //==========================================================================================
 // Constructors
 //==========================================================================================
 /// <summary>
 /// Initializes a new instance of the <see cref="WixProject"/> class.
 /// </summary>
 public WixProject(WixProjectSerializer serializer)
     : base(serializer, new WixBuildSettings())
 {
 }