|
|
@ -5,9 +5,14 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:optionpanels="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels" |
|
|
|
xmlns:optionpanels="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels" |
|
|
|
xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels" |
|
|
|
xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels" |
|
|
|
xmlns:projects="clr-namespace:ICSharpCode.SharpDevelop.Project" |
|
|
|
|
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core"> |
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<optionpanels:ProjectOptionPanel.Resources> |
|
|
|
|
|
|
|
<local:StringToBoolConverter x:Key="strToBool"></local:StringToBoolConverter> |
|
|
|
|
|
|
|
</optionpanels:ProjectOptionPanel.Resources> |
|
|
|
|
|
|
|
|
|
|
|
<ScrollViewer VerticalScrollBarVisibility="Auto"> |
|
|
|
<ScrollViewer VerticalScrollBarVisibility="Auto"> |
|
|
|
|
|
|
|
|
|
|
|
<StackPanel |
|
|
|
<StackPanel |
|
|
|
Orientation="Vertical"> |
|
|
|
Orientation="Vertical"> |
|
|
|
<GroupBox |
|
|
|
<GroupBox |
|
|
@ -65,7 +70,7 @@ |
|
|
|
VerticalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|
IsEnabled="{Binding ElementName=signAssemblyCheckBox, Path=IsChecked}" |
|
|
|
IsEnabled="{Binding ElementName=signAssemblyCheckBox, Path=IsChecked}" |
|
|
|
Content="{core:Localize Dialog.ProjectOptions.Signing.DelaySignOnly}" |
|
|
|
Content="{core:Localize Dialog.ProjectOptions.Signing.DelaySignOnly}" |
|
|
|
IsChecked="{Binding DelaySign.Value,Converter={StaticResource strTobool}}"> |
|
|
|
IsChecked="{Binding DelaySign.Value,Converter={StaticResource strToBool}}"> |
|
|
|
</CheckBox> |
|
|
|
</CheckBox> |
|
|
|
|
|
|
|
|
|
|
|
<Label |
|
|
|
<Label |
|
|
|