|
|
|
@ -1,21 +1,17 @@
@@ -1,21 +1,17 @@
|
|
|
|
|
<optionpanels:ProjectOptionPanel x:Class="ICSharpCode.CodeAnalysis.AnalysisProjectOptionsPanel" |
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop" |
|
|
|
|
|
|
|
|
|
xmlns:optionpanels="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels;assembly=ICSharpCode.SharpDevelop" |
|
|
|
|
xmlns:project="clr-namespace:ICSharpCode.SharpDevelop.Project;assembly=ICSharpCode.SharpDevelop" |
|
|
|
|
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets" |
|
|
|
|
xmlns:tv="http://icsharpcode.net/sharpdevelop/treeview" |
|
|
|
|
xmlns:local="clr-namespace:ICSharpCode.CodeAnalysis" |
|
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core"> |
|
|
|
|
|
|
|
|
|
<ScrollViewer VerticalScrollBarVisibility="Auto"> |
|
|
|
|
<!-- xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop"--> |
|
|
|
|
<Grid > |
|
|
|
|
<Grid.RowDefinitions> |
|
|
|
|
<RowDefinition Height="Auto"></RowDefinition> |
|
|
|
|
<RowDefinition Height="Auto"></RowDefinition> |
|
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
|
<ColumnDefinition Width="Auto"></ColumnDefinition> |
|
|
|
@ -34,9 +30,9 @@
@@ -34,9 +30,9 @@
|
|
|
|
|
Click="ChangeRuleAssembliesButtonClick" |
|
|
|
|
Content="{core:Localize ICSharpCode.CodeAnalysis.ProjectOptions.AddRemoveRuleAssembly}"></Button> |
|
|
|
|
|
|
|
|
|
<tv:SharpTreeView x:Name="ruleTreeView" ShowRoot="False" ShowLines="False" IsSynchronizedWithCurrentItem="True" |
|
|
|
|
Grid.Row="2" Grid.ColumnSpan="3"> |
|
|
|
|
|
|
|
|
|
<tv:SharpTreeView x:Name="ruleTreeView" Grid.Row="2" Grid.ColumnSpan="3" |
|
|
|
|
VerticalAlignment="Stretch" |
|
|
|
|
ShowRoot="False" ShowLines="False" IsSynchronizedWithCurrentItem="True"> |
|
|
|
|
<ListView.View> |
|
|
|
|
<tv:SharpGridView > |
|
|
|
|
<tv:SharpGridView.Columns> |
|
|
|
@ -83,5 +79,4 @@
@@ -83,5 +79,4 @@
|
|
|
|
|
</tv:SharpTreeView> |
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
|
</ScrollViewer> |
|
|
|
|
</optionpanels:ProjectOptionPanel> |