Skip to content

Commit

Permalink
Issue #561: Typo in WixProject.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbs-contributor committed Jan 10, 2019
1 parent 87f1ac3 commit 2f26ddf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Source/src/WixSharp/WixProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,12 @@ public string Language
}

/// <summary>
/// WiX linker <c>Light.exe</c> options (e.g. -sice:ICE30).
/// <para>The default value is "-sw1076 -sw1079" (disable warning 1076 and 1079). </para>
/// WiX linker <c>Light.exe</c> options (e.g. "-sice:ICE30 -sw1076" (disable warning 1076 and ICE warning 30).
/// </summary>
public string LightOptions = "";

/// <summary>
/// WiX compiler <c>Candle.exe</c> options.
/// <para>The default value is "-sw1076" (disable warning 1026).</para>
/// WiX compiler <c>Candle.exe</c> options (e.g. "-sw1076" to disable warning 1026).
/// </summary>
public string CandleOptions = "";

Expand Down

0 comments on commit 2f26ddf

Please sign in to comment.