You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.6 KiB
51 lines
2.6 KiB
<?xml version="1.0" encoding="utf-8" ?> |
|
<configuration> |
|
<configSections> |
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > |
|
<section name="ICSharpCode.XamlDesigner.Configuration.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
|
</sectionGroup> |
|
</configSections> |
|
<userSettings> |
|
<ICSharpCode.XamlDesigner.Configuration.Settings> |
|
<setting name="MainWindowRect" serializeAs="String"> |
|
<value>0,0,0,0</value> |
|
</setting> |
|
<setting name="AvalonDockLayout" serializeAs="String"> |
|
<value><DockingManager> |
|
<ResizingPanel Orientation="Horizontal"> |
|
<ResizingPanel ResizeWidth="200" Orientation="Vertical"> |
|
<DockablePane ResizeHeight="441.36166666666668" Anchor="Left"> |
|
<DockableContent Name="content1" AutoHide="false" /> |
|
</DockablePane> |
|
<DockablePane ResizeWidth="200" Anchor="Left"> |
|
<DockableContent Name="content2" AutoHide="false" /> |
|
</DockablePane> |
|
</ResizingPanel> |
|
<ResizingPanel Orientation="Vertical"> |
|
<DocumentPanePlaceHolder /> |
|
<DockablePane ResizeHeight="138" Anchor="Bottom"> |
|
<DockableContent Name="content3" AutoHide="false" /> |
|
</DockablePane> |
|
</ResizingPanel> |
|
<DockablePane ResizeWidth="271" Anchor="Right"> |
|
<DockableContent Name="content4" AutoHide="false" /> |
|
</DockablePane> |
|
</ResizingPanel> |
|
<Hidden /> |
|
<Windows /> |
|
</DockingManager></value> |
|
</setting> |
|
<setting name="AssemblyList" serializeAs="Xml"> |
|
<value> |
|
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
|
<string>%ProgramFiles%\Reference Assemblies\Microsoft\Framework\v3.0\PresentationFramework.dll</string> |
|
</ArrayOfString> |
|
</value> |
|
</setting> |
|
<setting name="MainWindowState" serializeAs="String"> |
|
<value>Maximized</value> |
|
</setting> |
|
</ICSharpCode.XamlDesigner.Configuration.Settings> |
|
</userSettings> |
|
</configuration> |