|
|
@ -26,11 +26,11 @@ |
|
|
|
<ColumnDefinition></ColumnDefinition> |
|
|
|
<ColumnDefinition></ColumnDefinition> |
|
|
|
<ColumnDefinition Width="50"></ColumnDefinition> |
|
|
|
<ColumnDefinition Width="50"></ColumnDefinition> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<CheckBox x:Name="debugInfoCheckBox" Margin="0,15,0,0" |
|
|
|
<CheckBox x:Name="debugInfoCheckBox" Margin="5,15,0,0" |
|
|
|
IsChecked="{Binding CheckBoxChecked}" |
|
|
|
IsChecked="{Binding CheckBoxChecked}" |
|
|
|
Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.GenerateDebugInfo}"></CheckBox> |
|
|
|
Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.GenerateDebugInfo}"></CheckBox> |
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="1" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.Library}"></Label> |
|
|
|
<Label Grid.Row="1" Margin="5,5,0,0" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.Library}"></Label> |
|
|
|
<TextBox x:Name="libraryPathTextBox" Grid.Row="2" |
|
|
|
<TextBox x:Name="libraryPathTextBox" Grid.Row="2" |
|
|
|
Text="{Binding LibraryPath.Value, UpdateSourceTrigger=PropertyChanged}"></TextBox> |
|
|
|
Text="{Binding LibraryPath.Value, UpdateSourceTrigger=PropertyChanged}"></TextBox> |
|
|
|
|
|
|
|
|
|
|
@ -39,19 +39,19 @@ |
|
|
|
Height="20" |
|
|
|
Height="20" |
|
|
|
Grid.Column="1" Content="...."></Button> |
|
|
|
Grid.Column="1" Content="...."></Button> |
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="3" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.AdditionalLibs}"></Label> |
|
|
|
<Label Grid.Row="3" Margin="5,5,0,0" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.AdditionalLibs}"></Label> |
|
|
|
<TextBox x:Name="additionalLibsTextBox" Grid.Row="4"></TextBox> |
|
|
|
<TextBox x:Name="additionalLibsTextBox" Grid.Row="4"></TextBox> |
|
|
|
<Button x:Name="additionalLibsButton" Click="AdditionalLibsButton_Click" Grid.Row="4" Grid.Column="1" Margin="5" Content="...." ></Button> |
|
|
|
<Button x:Name="additionalLibsButton" Click="AdditionalLibsButton_Click" Grid.Row="4" Grid.Column="1" Margin="5" Content="...." ></Button> |
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="5" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.AddModule}"></Label> |
|
|
|
<Label Grid.Row="5" Margin="5,5,0,0" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.AddModule}"></Label> |
|
|
|
<TextBox x:Name="addModuleTextBox" Grid.Row="6"></TextBox> |
|
|
|
<TextBox x:Name="addModuleTextBox" Grid.Row="6"></TextBox> |
|
|
|
<Button x:Name="addModuleButton" Click="AddModuleButton_Click" Grid.Row="6" Grid.Column="1" Margin="5" Content="...."></Button> |
|
|
|
<Button x:Name="addModuleButton" Click="AddModuleButton_Click" Grid.Row="6" Grid.Column="1" Margin="5" Content="...."></Button> |
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="7" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.ManagedResourceFile}" ></Label> |
|
|
|
<Label Grid.Row="7" Margin="5,5,0,0" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.Linker.ManagedResourceFile}" ></Label> |
|
|
|
<TextBox x:Name="resourceFileTextBox" Grid.Row="8"></TextBox> |
|
|
|
<TextBox x:Name="resourceFileTextBox" Grid.Row="8"></TextBox> |
|
|
|
<Button x:Name="resourceFileButton" Click="ResourceFileButton_Click" Grid.Row="8" Grid.Column="1" Margin="5" Content="...."></Button> |
|
|
|
<Button x:Name="resourceFileButton" Click="ResourceFileButton_Click" Grid.Row="8" Grid.Column="1" Margin="5" Content="...."></Button> |
|
|
|
|
|
|
|
|
|
|
|
<Label Grid.Row="9" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.AdditionalOptions}"></Label> |
|
|
|
<Label Grid.Row="9" Margin="5,5,0,0" Content="{core:Localize ICSharpCode.CppBinding.ProjectOptions.AdditionalOptions}"></Label> |
|
|
|
<TextBox x:Name="additionalOptionsTextBox" Grid.Row="10" Grid.ColumnSpan="2"></TextBox> |
|
|
|
<TextBox x:Name="additionalOptionsTextBox" Grid.Row="10" Grid.ColumnSpan="2"></TextBox> |
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|