From 2f26ddf7431c40c50f0ab70f5d094636e169aa56 Mon Sep 17 00:00:00 2001 From: "oleg.shilo" Date: Thu, 10 Jan 2019 22:23:53 +1100 Subject: [PATCH] Issue #561: Typo in WixProject.cs --- Source/src/WixSharp/WixProject.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Source/src/WixSharp/WixProject.cs b/Source/src/WixSharp/WixProject.cs index b7fd061e..87c5763e 100644 --- a/Source/src/WixSharp/WixProject.cs +++ b/Source/src/WixSharp/WixProject.cs @@ -129,14 +129,12 @@ public string Language } /// - /// WiX linker Light.exe options (e.g. -sice:ICE30). - /// The default value is "-sw1076 -sw1079" (disable warning 1076 and 1079). + /// WiX linker Light.exe options (e.g. "-sice:ICE30 -sw1076" (disable warning 1076 and ICE warning 30). /// public string LightOptions = ""; /// - /// WiX compiler Candle.exe options. - /// The default value is "-sw1076" (disable warning 1026). + /// WiX compiler Candle.exe options (e.g. "-sw1076" to disable warning 1026). /// public string CandleOptions = "";