Browse Source

add missing file

newNRvisualizers
Peter Forstmeier 13 years ago
parent
commit
1ca86cf0ab
  1. 10
      src/AddIns/Debugger/Debugger.AddIn/Options/DebuggingSymbolsPanelXaml.xaml

10
src/AddIns/Debugger/Debugger.AddIn/Options/DebuggingSymbolsPanelXaml.xaml

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
<optionpanels:OptionPanel x:Class="ICSharpCode.SharpDevelop.Gui.OptionPanels.DebuggingSymbolsPanelXaml"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:optionpanels="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop"
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop">
<Grid>
<gui:StringListEditorXaml x:Name="editor" BrowseForDirectory="True"></gui:StringListEditorXaml>
</Grid>
</optionpanels:OptionPanel>
Loading…
Cancel
Save