Skip to content

Instantly share code, notes, and snippets.

@cubanx
Created October 28, 2011 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubanx/1322178 to your computer and use it in GitHub Desktop.
Save cubanx/1322178 to your computer and use it in GitHub Desktop.
Visual Studio Settings Red Team
<UserSettings>
<ApplicationIdentity version="10.0"/>
<ToolsOptions>
<ToolsOptionsCategory name="Environment" RegisteredName="Environment">
<ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package">
<PropertyValue name="ShowMiscFilesProject">false</PropertyValue>
<PropertyValue name="AutoloadExternalChanges">true</PropertyValue>
<PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue>
<PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue>
<PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue>
<PropertyValue name="ReuseSavedActiveDocWindow">false</PropertyValue>
<PropertyValue name="DetectFileChangesOutsideIDE">true</PropertyValue>
<PropertyValue name="DontShowGlobalUndoChangeLossDialog">true</PropertyValue>
<PropertyValue name="AllowEditingReadOnlyFiles">true</PropertyValue>
<PropertyValue name="DocumentDockPreference">0</PropertyValue>
<PropertyValue name="MiscFilesProjectSavesLastNItems">0</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="FindAndReplace" RegisteredName="FindAndReplace" PackageName="Visual Studio Environment Package">
<PropertyValue name="ShowWarningMessages">true</PropertyValue>
<PropertyValue name="InitializeFromEditor">true</PropertyValue>
<PropertyValue name="ShowMessageBoxes">true</PropertyValue>
<PropertyValue name="HideWindowAfterMatchFromQuickFindReplace">false</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Visual Studio Environment Package">
<PropertyValue name="AnimationSpeed">5</PropertyValue>
<PropertyValue name="RichClientExperienceOptions">65535</PropertyValue>
<PropertyValue name="WindowMenuContainsNItems">10</PropertyValue>
<PropertyValue name="CloseButtonActiveTabOnly">true</PropertyValue>
<PropertyValue name="AutoAdjustExperience">true</PropertyValue>
<PropertyValue name="Animations">true</PropertyValue>
<PropertyValue name="AutohidePinActiveTabOnly">false</PropertyValue>
<PropertyValue name="ShowStatusBar">true</PropertyValue>
<PropertyValue name="MRUListContainsNItems">6</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="ProjectsAndSolution" RegisteredName="ProjectsAndSolution" PackageName="Visual Studio Environment Package">
<PropertyValue name="ProjectsLocation">%vsspv_visualstudio_dir%\Projects</PropertyValue>
<PropertyValue name="PromptForRenameSymbol">true</PropertyValue>
<PropertyValue name="TrackFileSelectionInExplorer">false</PropertyValue>
<PropertyValue name="ShowOutputWindowBeforeBuild">true</PropertyValue>
<PropertyValue name="OnRunWhenErrors">2</PropertyValue>
<PropertyValue name="OnRunWhenOutOfDate">4</PropertyValue>
<PropertyValue name="AlwaysShowSolutionNode">true</PropertyValue>
<PropertyValue name="ProjectItemTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ItemTemplates</PropertyValue>
<PropertyValue name="OnlySaveStartupProjectsAndDependencies">true</PropertyValue>
<PropertyValue name="ShowAdvancedBuildConfigurations">true</PropertyValue>
<PropertyValue name="DefaultBehaviorForStartupProjects">1</PropertyValue>
<PropertyValue name="OnRunOrPreview">0</PropertyValue>
<PropertyValue name="MSBuildOutputVerbosity">1</PropertyValue>
<PropertyValue name="ProjectTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ProjectTemplates</PropertyValue>
<PropertyValue name="ShowTaskListAfterBuild">false</PropertyValue>
<PropertyValue name="ConcurrentBuilds">4</PropertyValue>
<PropertyValue name="SaveNewProjects">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="Startup" RegisteredName="Startup" PackageName="Visual Studio Environment Package">
<PropertyValue name="OnStartUp">5</PropertyValue>
<PropertyValue name="StartPageRefreshDownloadedContent">false</PropertyValue>
<PropertyValue name="StartPageRSSUrl">http://go.microsoft.com/fwlink/?linkid=45192&amp;clcid=%VSSPV_LCID_HEX%</PropertyValue>
<PropertyValue name="StartPageRefreshInterval">60</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="TaskList" RegisteredName="TaskList" PackageName="Visual Studio Task List Package">
<PropertyValue name="ConfirmTaskDeletion">true</PropertyValue>
<PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4">
<PropertyValue name="0">TODO:2</PropertyValue>
<PropertyValue name="1">HACK:2</PropertyValue>
<PropertyValue name="2">UNDONE:2</PropertyValue>
<PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue>
</PropertyValue>
<PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue>
<PropertyValue name="DontShowFilePaths">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="WebBrowser" RegisteredName="WebBrowser" PackageName="Visual Studio Web Browser Package">
<PropertyValue name="HomePage">http://go.microsoft.com/fwlink/?LinkId=36568&amp;clcid=%vsspv_lcid_hex%</PropertyValue>
<PropertyValue name="ViewSourceIn">1</PropertyValue>
<PropertyValue name="ViewSourceExternalProgram">%systemroot%\system32\notepad.exe</PropertyValue>
<PropertyValue name="SearchPage">http://go.microsoft.com/fwlink/?LinkId=32722&amp;clcid=%vsspv_lcid_hex%</PropertyValue>
</ToolsOptionsSubCategory>
</ToolsOptionsCategory>
<ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor">
<ToolsOptionsSubCategory name="AllLanguages" RegisteredName="AllLanguages" PackageName="Text Management Package"/>
<ToolsOptionsSubCategory name="Basic" RegisteredName="Basic" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="HideAdvancedMembers">false</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="Basic-Specific" RegisteredName="Basic-Specific" PackageName="Visual Basic Compiler Package">
<PropertyValue name="EnableErrorCorrection">true</PropertyValue>
<PropertyValue name="Outlining">true</PropertyValue>
<PropertyValue name="EnableHighlightReferences">true</PropertyValue>
<PropertyValue name="DisplayLineSeparators">true</PropertyValue>
<PropertyValue name="PrettyListing">false</PropertyValue>
<PropertyValue name="AutoRequiredMemberInsert">true</PropertyValue>
<PropertyValue name="AutoEndInsert">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">false</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">false</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="Visual C# Language Service Package">
<PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
<PropertyValue name="Space_Normalize">0</PropertyValue>
<PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue>
<PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
<PropertyValue name="UnboundItem_ExactMatches">5</PropertyValue>
<PropertyValue name="GenerateConstructorSmartTagEnabled">1</PropertyValue>
<PropertyValue name="CompleteOnSpace">1</PropertyValue>
<PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue>
<PropertyValue name="CollapseInactiveBlocksOnOpen">1</PropertyValue>
<PropertyValue name="Watson_MaxExceptionsToReport">1</PropertyValue>
<PropertyValue name="EditAndContinueReportEnterBreakStateFailure">1</PropertyValue>
<PropertyValue name="TrackMostRecentlyUsed">1</PropertyValue>
<PropertyValue name="FilterKeywordsContextually">1</PropertyValue>
<PropertyValue name="BringUpOnSpace">1</PropertyValue>
<PropertyValue name="Rename_Preview">1</PropertyValue>
<PropertyValue name="EncapsulateField_PreviewReferenceChanges">1</PropertyValue>
<PropertyValue name="DelayBeforeShowingErrors">1500</PropertyValue>
<PropertyValue name="CollapseRegionBlocksOnOpen">1</PropertyValue>
<PropertyValue name="NewLines_Braces_Method">1</PropertyValue>
<PropertyValue name="HighlightReferences">1</PropertyValue>
<PropertyValue name="RefactorNotifyRenameEnabled">1</PropertyValue>
<PropertyValue name="OnlyScanFirstTypeInFileForDesignerAttribute">0</PropertyValue>
<PropertyValue name="Indent_CaseLabels">1</PropertyValue>
<PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
<PropertyValue name="CompletionCommitCharacters">{}[]().,:;+-*/%&amp;|^!~=&lt;&gt;?@#'"\</PropertyValue>
<PropertyValue name="EditAndContinueEnabled">1</PropertyValue>
<PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue>
<PropertyValue name="BringUpOnOverride">1</PropertyValue>
<PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
<PropertyValue name="Rename_Comments">0</PropertyValue>
<PropertyValue name="Squiggles_SemanticAnalysis">0</PropertyValue>
<PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue>
<PropertyValue name="NewLines_Braces_AnonymousMethod">1</PropertyValue>
<PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
<PropertyValue name="BringUpOnIdentifier">1</PropertyValue>
<PropertyValue name="RemoveParameters_PreviewReferenceChanges">1</PropertyValue>
<PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
<PropertyValue name="Space_AfterBasesColon">1</PropertyValue>
<PropertyValue name="Indent_Braces">0</PropertyValue>
<PropertyValue name="CompleteOnNewline">1</PropertyValue>
<PropertyValue name="EncapsulateField_UpdateAllReferences">0</PropertyValue>
<PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
<PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue>
<PropertyValue name="Space_AfterCast">0</PropertyValue>
<PropertyValue name="Colorize">1</PropertyValue>
<PropertyValue name="EditAndContinueReportOpenScopeFailure">0</PropertyValue>
<PropertyValue name="FilterToAllowableTypes">1</PropertyValue>
<PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue>
<PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue>
<PropertyValue name="Watson_DeferSendingUntilLater">0</PropertyValue>
<PropertyValue name="ShowKeywords">1</PropertyValue>
<PropertyValue name="ShowSnippets">1</PropertyValue>
<PropertyValue name="BraceMatchingRectangle">1</PropertyValue>
<PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue>
<PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue>
<PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue>
<PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
<PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue>
<PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue>
<PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
<PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue>
<PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue>
<PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue>
<PropertyValue name="Indent_UnindentLabels">1</PropertyValue>
<PropertyValue name="SmartTagEnabled">1</PropertyValue>
<PropertyValue name="SortUsings">1</PropertyValue>
<PropertyValue name="Rename_Strings">0</PropertyValue>
<PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue>
<PropertyValue name="NewLines_Keywords_Else">1</PropertyValue>
<PropertyValue name="TimeSliceForQuickSearchCaching">50</PropertyValue>
<PropertyValue name="EnableProgressDialogOnWaitForBackground">1</PropertyValue>
<PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
<PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue>
<PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue>
<PropertyValue name="Space_BeforeComma">0</PropertyValue>
<PropertyValue name="Space_AfterMethodCallName">0</PropertyValue>
<PropertyValue name="Space_AfterComma">1</PropertyValue>
<PropertyValue name="ExtractInterface_SelectAll">0</PropertyValue>
<PropertyValue name="ReorderParameters_PreviewReferenceChanges">1</PropertyValue>
<PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
<PropertyValue name="Space_BeforeBasesColon">1</PropertyValue>
<PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue>
<PropertyValue name="Space_AfterDot">0</PropertyValue>
<PropertyValue name="UnboundItemSmartTagEnabled">1</PropertyValue>
<PropertyValue name="AutoComment">1</PropertyValue>
<PropertyValue name="NewLines_Braces_Type">1</PropertyValue>
<PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue>
<PropertyValue name="ImplementInterfaceSmartTagEnabled">1</PropertyValue>
<PropertyValue name="BringUpOnPartial">1</PropertyValue>
<PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue>
<PropertyValue name="EncapsulateField_SearchInStrings">0</PropertyValue>
<PropertyValue name="TimeSliceForQuickSearchSearching">50</PropertyValue>
<PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue>
<PropertyValue name="NewLines_Braces_LambdaExpressionBody">1</PropertyValue>
<PropertyValue name="Space_WithinSquares">0</PropertyValue>
<PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue>
<PropertyValue name="ShowHiddenItems">0</PropertyValue>
<PropertyValue name="Squiggles">0</PropertyValue>
<PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">1</PropertyValue>
<PropertyValue name="Space_WithinCastParentheses">0</PropertyValue>
<PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
<PropertyValue name="Indent_CaseContents">1</PropertyValue>
<PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue>
<PropertyValue name="Watson_ReportExceptions">1</PropertyValue>
<PropertyValue name="GenerateStubSmartTagEnabled">1</PropertyValue>
<PropertyValue name="BringUpOnEventHookup">1</PropertyValue>
<PropertyValue name="ImplementInterface_InsertRegionTags">1</PropertyValue>
<PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
<PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
<PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
<PropertyValue name="Space_BeforeDot">0</PropertyValue>
<PropertyValue name="Indent_BlockContents">1</PropertyValue>
<PropertyValue name="RenameSmartTagEnabled">1</PropertyValue>
<PropertyValue name="ColorizeBoundTypes">1</PropertyValue>
<PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
<PropertyValue name="Rename_Overloads">0</PropertyValue>
<PropertyValue name="EncapsulateField_SearchInComments">0</PropertyValue>
<PropertyValue name="Refactoring_Verification_Enabled">0</PropertyValue>
<PropertyValue name="ProgressDialogDelaySeconds">2</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="CSS" RegisteredName="CSS" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="CSS Specific" RegisteredName="CSS Specific" PackageName="Visual Studio CSS Editing Package"/>
<ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Text Management Package">
<PropertyValue name="DragNDropTextEditing">true</PropertyValue>
<PropertyValue name="VerticalScrollBar">true</PropertyValue>
<PropertyValue name="EditorEmulation">0</PropertyValue>
<PropertyValue name="DetectUTF8WithoutSignature">true</PropertyValue>
<PropertyValue name="TrackChanges">false</PropertyValue>
<PropertyValue name="UndoCaretActions">false</PropertyValue>
<PropertyValue name="SelectionMargin">true</PropertyValue>
<PropertyValue name="GoToAnchorAfterEscape">false</PropertyValue>
<PropertyValue name="HorizontalScrollBar">true</PropertyValue>
<PropertyValue name="AutoDelimiterHighlighting">true</PropertyValue>
<PropertyValue name="MarginIndicatorBar">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="HTML" RegisteredName="HTML" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">1</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="HTML Specific" RegisteredName="HTML Specific" PackageName="Visual Studio HTM Editor Package">
<PropertyValue name="StyleApplicationOverlayColor">16244681</PropertyValue>
<PropertyValue name="LayoutResizeOverlayColor">0</PropertyValue>
<PropertyValue name="LayoutVisibleBorderColor">13027014</PropertyValue>
<PropertyValue name="LayoutUiActivatedBorderColor">13003057</PropertyValue>
<PropertyValue name="LayoutOffsetColor">16487691</PropertyValue>
<PropertyValue name="SpacerCellToolColor">14413810</PropertyValue>
<PropertyValue name="ShowTagToolbar">0</PropertyValue>
<PropertyValue name="RulerAndGridShowRuler">0</PropertyValue>
<PropertyValue name="LayoutTableToolColor">3575607</PropertyValue>
<PropertyValue name="DisableDesignView">0</PropertyValue>
<PropertyValue name="MarkupValidationWarningLevel">2</PropertyValue>
<PropertyValue name="ClientAttrCasing">2</PropertyValue>
<PropertyValue name="AttrValueNotQuoted">0</PropertyValue>
<PropertyValue name="CssPositionDesignMode">2</PropertyValue>
<PropertyValue name="LayerBackgroundLabelColor">15724527</PropertyValue>
<PropertyValue name="AutoThumbnailBorder">1</PropertyValue>
<PropertyValue name="JsEditorTimeout">50</PropertyValue>
<PropertyValue name="AutoIdSnippets">0</PropertyValue>
<PropertyValue name="ManualDtp">243</PropertyValue>
<PropertyValue name="StyleApplicationOverlayBackgroundColor">15577469</PropertyValue>
<PropertyValue name="LayoutSiteSelectedBorderColor">0</PropertyValue>
<PropertyValue name="CssUseHtmlForImageSize">0</PropertyValue>
<PropertyValue name="CssBackgroundDesignMode">2</PropertyValue>
<PropertyValue name="HtmlGifInterlaced">0</PropertyValue>
<PropertyValue name="JsExternalTimeout">2000</PropertyValue>
<PropertyValue name="AutoInsertCloseTag">-1</PropertyValue>
<PropertyValue name="InsertAttrValueQuotesFormatting">-1</PropertyValue>
<PropertyValue name="WebPartColor">7257087</PropertyValue>
<PropertyValue name="TemplateColor">12383999</PropertyValue>
<PropertyValue name="RulerAndGridShowGrid">0</PropertyValue>
<PropertyValue name="ParentRegionColor">128</PropertyValue>
<PropertyValue name="LargePictureFileType">jpg</PropertyValue>
<PropertyValue name="FormatHTMLOnPaste">0</PropertyValue>
<PropertyValue name="WrapTagLength">80</PropertyValue>
<PropertyValue name="SmallPictureFileType">gif</PropertyValue>
<PropertyValue name="HtmlMargin">80</PropertyValue>
<PropertyValue name="JsFailsafeTimeout">15000</PropertyValue>
<PropertyValue name="RequireAngleBracketForTagIntellisense">-1</PropertyValue>
<PropertyValue name="AutoIdOnPasteSourceView">-1</PropertyValue>
<PropertyValue name="RulerAndGridGridSpacing">20</PropertyValue>
<PropertyValue name="EditorOptionFlags">33554440</PropertyValue>
<PropertyValue name="JsMaxCacheFiles">5</PropertyValue>
<PropertyValue name="IdleYield">-1</PropertyValue>
<PropertyValue name="IdleParseDelay">750</PropertyValue>
<PropertyValue name="InsertAttrValueQuotesTyping">0</PropertyValue>
<PropertyValue name="LayoutResizeOverlayBackgroundColor">13172735</PropertyValue>
<PropertyValue name="LayoutPaddingOverlayColor">16765887</PropertyValue>
<PropertyValue name="CssBorderDesignMode">2</PropertyValue>
<PropertyValue name="RulerAndGridSnapToGrid">0</PropertyValue>
<PropertyValue name="LayerLabelTextColor">0</PropertyValue>
<PropertyValue name="LoadToolboxOnIdle">-1</PropertyValue>
<PropertyValue name="ClientTagNotLowerCase">0</PropertyValue>
<PropertyValue name="RestrictionsBOMFlag">4294967295</PropertyValue>
<PropertyValue name="HtmlRightMarginRule">2</PropertyValue>
<PropertyValue name="HtmlBreakInTags">255</PropertyValue>
<PropertyValue name="AutoThumbnailSize">100</PropertyValue>
<PropertyValue name="HTMLSortAttributes">1</PropertyValue>
<PropertyValue name="LayoutMarginOverlayColor">12895452</PropertyValue>
<PropertyValue name="CssPageDesignMode">1</PropertyValue>
<PropertyValue name="RulerAndGridSnapDistance">5</PropertyValue>
<PropertyValue name="RulerAndGridGridLine">2</PropertyValue>
<PropertyValue name="MasterPageDesignOutlineColor">16760311</PropertyValue>
<PropertyValue name="LayoutCellToolColor">16750848</PropertyValue>
<PropertyValue name="AutoThumbnailBorderSize">2</PropertyValue>
<PropertyValue name="MarkupValidationErrorLevel">1</PropertyValue>
<PropertyValue name="VerticalSplitView">0</PropertyValue>
<PropertyValue name="WrapTag">-1</PropertyValue>
<PropertyValue name="ServerAttrCasing">3</PropertyValue>
<PropertyValue name="ServerTagCasing">3</PropertyValue>
<PropertyValue name="TagNotWellFormed">0</PropertyValue>
<PropertyValue name="CssUseShorthands">1</PropertyValue>
<PropertyValue name="CssListDesignMode">2</PropertyValue>
<PropertyValue name="MasterPageParentRegionColor">8650752</PropertyValue>
<PropertyValue name="HtmlJpegCompressions">0</PropertyValue>
<PropertyValue name="IdleOutlineDelay">1800</PropertyValue>
<PropertyValue name="InCSS">-1</PropertyValue>
<PropertyValue name="LayoutMarginOverlayBackgroundColor">14145511</PropertyValue>
<PropertyValue name="CssMarginsDesignMode">2</PropertyValue>
<PropertyValue name="LayoutPaddingOverlayBackgroundColor">16768975</PropertyValue>
<PropertyValue name="HtmlGifTransparent">0</PropertyValue>
<PropertyValue name="EditableColor">7257087</PropertyValue>
<PropertyValue name="AutoThumbnailChisel">0</PropertyValue>
<PropertyValue name="MasterPageContentRegionColor">16739258</PropertyValue>
<PropertyValue name="LayerHandleBackgroundColor">16777215</PropertyValue>
<PropertyValue name="LayerHandleColor">0</PropertyValue>
<PropertyValue name="HtmlJpegQuality">90</PropertyValue>
<PropertyValue name="TargetFriendlyName">XHTML 1.0 Transitional</PropertyValue>
<PropertyValue name="ValidateDeprecated">0</PropertyValue>
<PropertyValue name="ShowAspNonVisualElements">1</PropertyValue>
<PropertyValue name="CssReuseUserClasses">0</PropertyValue>
<PropertyValue name="IdleSelectionSyncDelay">500</PropertyValue>
<PropertyValue name="ShowErrors">-1</PropertyValue>
<PropertyValue name="ClientTagCasing">2</PropertyValue>
<PropertyValue name="RulerAndGridUnit">0</PropertyValue>
<PropertyValue name="RulerAndGridGridColor">11119017</PropertyValue>
<PropertyValue name="HtmlIndentTabs">0</PropertyValue>
<PropertyValue name="StartPageView">1</PropertyValue>
<PropertyValue name="CssIndentTabs">0</PropertyValue>
<PropertyValue name="AutoThumbnailType">0</PropertyValue>
<PropertyValue name="AutoFormAroundControls">1</PropertyValue>
<PropertyValue name="ShowVisualAids">1</PropertyValue>
<PropertyValue name="CssTextDesignMode">2</PropertyValue>
<PropertyValue name="WebPartZoneColor">16750848</PropertyValue>
<PropertyValue name="IdleMainLoopDelay">1200</PropertyValue>
<PropertyValue name="OutlineHTMLOnFileOpen">-1</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="JScript" RegisteredName="JScript" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">false</PropertyValue>
<PropertyValue name="IndentStyle">1</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">false</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="JScript Specific" RegisteredName="JScript Specific" PackageName="Visual Studio HTM Editor Package">
<PropertyValue name="JScriptInsertSpaceAfterKeywords">-1</PropertyValue>
<PropertyValue name="JScriptFormatCompletedBlockOnEndBrace">-1</PropertyValue>
<PropertyValue name="JScriptOnlyUseTabEnterForCompletion">-1</PropertyValue>
<PropertyValue name="JScriptInsertSpaceAfterSemicolonInFor">-1</PropertyValue>
<PropertyValue name="JScriptPlaceOpenBraceOnNewLineForControlBlocks">0</PropertyValue>
<PropertyValue name="JScriptHideExternalUnderscores">0</PropertyValue>
<PropertyValue name="JScriptInsertSpaceBeforeAfterBinaryOperators">-1</PropertyValue>
<PropertyValue name="JScriptInsertSpaceAfterAnonymousFunctionKeyword">-1</PropertyValue>
<PropertyValue name="JScriptFormatOnPaste">-1</PropertyValue>
<PropertyValue name="JScriptFormatCompletedStatementOnSemiColon">-1</PropertyValue>
<PropertyValue name="JScriptPlaceOpenOnNewLineForFunctions">0</PropertyValue>
<PropertyValue name="JScriptValidationErrorLevel">1</PropertyValue>
<PropertyValue name="JScriptShowErrors">-1</PropertyValue>
<PropertyValue name="JScriptValidationWarningLevel">2</PropertyValue>
<PropertyValue name="JScriptInsertSpaceAfterBeforeNonEmptyParens">0</PropertyValue>
<PropertyValue name="JScriptInsertSpaceAfterComma">-1</PropertyValue>
<PropertyValue name="JScriptFormatCompletedLineOnEnter">-1</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="PL/SQL" RegisteredName="PL/SQL" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">1</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="PlainText" RegisteredName="PlainText" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">1</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="T-SQL90" RegisteredName="T-SQL90" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">1</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="SQL" RegisteredName="SQL" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">1</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="XAML" RegisteredName="XAML" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">false</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="XAML Specific" RegisteredName="XAML Specific" PackageName="Microsoft.VisualStudio.Xaml">
<PropertyValue name="AutoReformatOnStartTag">true</PropertyValue>
<PropertyValue name="BlankLineOption">Preserve</PropertyValue>
<PropertyValue name="AutoInsertAttributeQuotes">true</PropertyValue>
<PropertyValue name="WrapColumn">120</PropertyValue>
<PropertyValue name="AutoToolboxPopulate">true</PropertyValue>
<PropertyValue name="AutoReformatOnEndTag">true</PropertyValue>
<PropertyValue name="AutoInsertEndTags">true</PropertyValue>
<PropertyValue name="AutoInsertEndBraces">true</PropertyValue>
<PropertyValue name="QuoteStyle">DoubleQuote</PropertyValue>
<PropertyValue name="AutoOutlining">true</PropertyValue>
<PropertyValue name="WrapTags">false</PropertyValue>
<PropertyValue name="AutoReformatOnPaste">true</PropertyValue>
<PropertyValue name="MaximizeXamlEditor">false</PropertyValue>
<PropertyValue name="AttributeFormat">Preserve</PropertyValue>
<PropertyValue name="KeepFirstAttributeOnSameLine">true</PropertyValue>
<PropertyValue name="AutoInsertCommas">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="XML" RegisteredName="XML" PackageName="Text Management Package">
<PropertyValue name="TabSize">2</PropertyValue>
<PropertyValue name="AutoListMembers">true</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="WordWrapGlyphs">true</PropertyValue>
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
<PropertyValue name="WordWrap">false</PropertyValue>
<PropertyValue name="IndentSize">2</PropertyValue>
<PropertyValue name="CutCopyBlankLines">true</PropertyValue>
<PropertyValue name="AutoListParams">true</PropertyValue>
</ToolsOptionsSubCategory>
</ToolsOptionsCategory>
</ToolsOptions>
<Category name="Environment_Group" RegisteredName="Environment_Group">
<Category name="Environment_Aliases" Category="{AD334E74-368A-4c46-9AF8-F53ABF0775F2}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_Aliases" PackageName="Visual Studio Environment Package">
<Aliases Version="1.0">
<Alias Name="immed" Definition="Tools.ImmediateMode"/>
<Alias Name="props" Definition="View.PropertiesWindow"/>
<Alias Name="memory1" Definition="Debug.Memory1"/>
<Alias Name="memory2" Definition="Debug.Memory2"/>
<Alias Name="memory3" Definition="Debug.Memory3"/>
<Alias Name="Lcase" Definition="Edit.MakeLowercase"/>
<Alias Name="memory4" Definition="Debug.Memory4"/>
<Alias Name="locals" Definition="Debug.Locals"/>
<Alias Name="kb" Definition="Debug.ListCallStack"/>
<Alias Name="da" Definition="Debug.ListMemory /Ansi"/>
<Alias Name="db" Definition="Debug.ListMemory /Format:OneByte"/>
<Alias Name="DelEOL" Definition="Edit.DeleteToEOL"/>
<Alias Name="dc" Definition="Debug.ListMemory /Format:FourBytes /Ansi"/>
<Alias Name="dd" Definition="Debug.ListMemory /Format:FourBytes"/>
<Alias Name="df" Definition="Debug.ListMemory /Format:Float"/>
<Alias Name="WordWrap" Definition="Edit.ToggleWordWrap"/>
<Alias Name="AddProj" Definition="File.AddNewProject"/>
<Alias Name="dq" Definition="Debug.ListMemory /Format:EightBytes"/>
<Alias Name="du" Definition="Debug.ListMemory /Unicode"/>
<Alias Name="designer" Definition="View.ViewDesigner"/>
<Alias Name="ListMembers" Definition="Edit.ListMembers"/>
<Alias Name="code" Definition="View.ViewCode"/>
<Alias Name="ParamInfo" Definition="Edit.ParameterInfo"/>
<Alias Name="DelHSp" Definition="Edit.DeleteHorizontalWhiteSpace"/>
<Alias Name="TileH" Definition="Window.TileHorizontally"/>
<Alias Name="save" Definition="File.SaveSelectedItems"/>
<Alias Name="?" Definition="Debug.Print"/>
<Alias Name="callstack" Definition="Debug.CallStack"/>
<Alias Name="open" Definition="File.OpenFile"/>
<Alias Name="TileV" Definition="Window.TileVertically"/>
<Alias Name="OutlineDefs" Definition="Edit.CollapsetoDefinitions"/>
<Alias Name="CloseAll" Definition="Window.CloseAllDocuments"/>
<Alias Name="ToggleBook" Definition="Edit.ToggleBookmark"/>
<Alias Name="InsertFile" Definition="Edit.InsertFileAsText"/>
<Alias Name="autos" Definition="Debug.Autos"/>
<Alias Name="SaveAll" Definition="File.SaveAll"/>
<Alias Name="new" Definition="File.NewFile"/>
<Alias Name="d" Definition="Debug.ListMemory"/>
<Alias Name="rtc" Definition="Debug.RunToCursor"/>
<Alias Name="navigate" Definition="View.WebBrowser"/>
<Alias Name="g" Definition="Debug.Start"/>
<Alias Name="k" Definition="Debug.ListCallStack"/>
<Alias Name="format" Definition="Edit.FormatSelection"/>
<Alias Name="n" Definition="Debug.SetRadix"/>
<Alias Name="p" Definition="Debug.StepOver"/>
<Alias Name="q" Definition="Debug.StopDebugging"/>
<Alias Name="r" Definition="Debug.ListRegisters"/>
<Alias Name="t" Definition="Debug.StepInto"/>
<Alias Name="~*kb" Definition="Debug.ListCallStack /AllThreads"/>
<Alias Name="u" Definition="Debug.ListDisassembly"/>
<Alias Name="nf" Definition="File.NewFile"/>
<Alias Name="registers" Definition="Debug.Registers"/>
<Alias Name="LineCut" Definition="Edit.LineCut"/>
<Alias Name="memory" Definition="memory1"/>
<Alias Name="|" Definition="Debug.ListProcesses"/>
<Alias Name="~" Definition="Debug.ListThreads"/>
<Alias Name="np" Definition="File.NewProject"/>
<Alias Name="DelBOL" Definition="Edit.DeleteToBOL"/>
<Alias Name="~*k" Definition="Debug.ListCallStack /AllThreads"/>
<Alias Name="NextBook" Definition="Edit.NextBookmark"/>
<Alias Name="TaskList" Definition="View.TaskList"/>
<Alias Name="Ucase" Definition="Edit.MakeUppercase"/>
<Alias Name="NewProj" Definition="File.NewProject"/>
<Alias Name="Untabify" Definition="Edit.UntabifySelectedLines"/>
<Alias Name="GotoBrace" Definition="Edit.GotoBrace"/>
<Alias Name="cls" Definition="Edit.ClearAll"/>
<Alias Name="shell" Definition="Tools.Shell"/>
<Alias Name="of" Definition="File.OpenFile"/>
<Alias Name="log" Definition="Tools.LogCommandWindowOutput"/>
<Alias Name="print" Definition="File.Print"/>
<Alias Name="op" Definition="File.OpenProject"/>
<Alias Name="eval" Definition="Debug.EvaluateStatement"/>
<Alias Name="alias" Definition="Tools.Alias"/>
<Alias Name="watch" Definition="Debug.Watch"/>
<Alias Name="cmd" Definition="View.CommandWindow"/>
<Alias Name="help" Definition="Help.F1Help"/>
<Alias Name="GotoLn" Definition="Edit.GoTo"/>
<Alias Name="disasm" Definition="Debug.Disassembly"/>
<Alias Name="redo" Definition="Edit.Redo"/>
<Alias Name="undo" Definition="Edit.Undo"/>
<Alias Name="tabify" Definition="Edit.TabifySelectedLines"/>
<Alias Name="LineDel" Definition="Edit.LineDelete"/>
<Alias Name="StopOutlining" Definition="Edit.CollapsetoDefinitions"/>
<Alias Name="pr" Definition="Debug.StepOut"/>
<Alias Name="SaveAs" Definition="File.SaveSelectedItemsAs"/>
<Alias Name="FullScreen" Definition="View.FullScreen"/>
<Alias Name="nav" Definition="navigate"/>
<Alias Name="SwapAnchor" Definition="Edit.SwapAnchor"/>
<Alias Name="exit" Definition="File.Exit"/>
<Alias Name="threads" Definition="Debug.Threads"/>
<Alias Name="PrevBook" Definition="Edit.PreviousBookmark"/>
<Alias Name="close" Definition="File.Close"/>
<Alias Name="toolbox" Definition="View.Toolbox"/>
<Alias Name="bl" Definition="Debug.Breakpoints"/>
<Alias Name="bp" Definition="Debug.ToggleBreakpoint"/>
<Alias Name="??" Definition="Debug.QuickWatch"/>
<Alias Name="StopFind" Definition="Edit.FindInFiles /stop"/>
<Alias Name="ClearBook" Definition="Edit.ClearBookmarks"/>
</Aliases>
</Category>
<Category name="Environment_ExternalTools" Category="{E8FAE9E8-FBA2-4474-B134-AB0FFCFB291D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ExternalTools" PackageName="Visual Studio Environment Package">
<PropertyValue name="Dot&amp;fuscator Software Services.Command">%vsspv_vs_install_directory%\PreEmptive Solutions\Dotfuscator Community Edition\Dotfuscator.exe</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.Arguments"/>
<PropertyValue name="Dot&amp;fuscator Software Services.InitialDirectory">$(TargetDir)</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.SourceKeyName">Dot&amp;fuscator Software Services</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.UseOutputWindow">false</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.PromptForArguments">false</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.CloseOnExit">false</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.IsGUIapp">true</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.SaveAllDocs">true</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.UseTaskList">false</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.Unicode">false</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.Package">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Dot&amp;fuscator Software Services.NameID">0</PropertyValue>
<PropertyValue name="Raven Server.Command">$(SolutionDir)\packages\RavenDB.1.0.0.397\server\Raven.Server.exe</PropertyValue>
<PropertyValue name="Raven Server.Arguments"/>
<PropertyValue name="Raven Server.InitialDirectory"/>
<PropertyValue name="Raven Server.SourceKeyName"/>
<PropertyValue name="Raven Server.UseOutputWindow">true</PropertyValue>
<PropertyValue name="Raven Server.PromptForArguments">false</PropertyValue>
<PropertyValue name="Raven Server.CloseOnExit">true</PropertyValue>
<PropertyValue name="Raven Server.IsGUIapp">false</PropertyValue>
<PropertyValue name="Raven Server.SaveAllDocs">true</PropertyValue>
<PropertyValue name="Raven Server.UseTaskList">false</PropertyValue>
<PropertyValue name="Raven Server.Unicode">false</PropertyValue>
<PropertyValue name="Raven Server.Package">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Raven Server.NameID">0</PropertyValue>
<PropertyValue name="Git Bash.Command">C:\dev\Git\bin\sh.exe</PropertyValue>
<PropertyValue name="Git Bash.Arguments"> --login -i</PropertyValue>
<PropertyValue name="Git Bash.InitialDirectory">$(SolutionDir)</PropertyValue>
<PropertyValue name="Git Bash.SourceKeyName"/>
<PropertyValue name="Git Bash.UseOutputWindow">true</PropertyValue>
<PropertyValue name="Git Bash.PromptForArguments">false</PropertyValue>
<PropertyValue name="Git Bash.CloseOnExit">true</PropertyValue>
<PropertyValue name="Git Bash.IsGUIapp">false</PropertyValue>
<PropertyValue name="Git Bash.SaveAllDocs">true</PropertyValue>
<PropertyValue name="Git Bash.UseTaskList">false</PropertyValue>
<PropertyValue name="Git Bash.Unicode">false</PropertyValue>
<PropertyValue name="Git Bash.Package">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Git Bash.NameID">0</PropertyValue>
<PropertyValue name="Parallel Build.Command">C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe</PropertyValue>
<PropertyValue name="Parallel Build.Arguments">/m $(SolutionFileName) /v:m</PropertyValue>
<PropertyValue name="Parallel Build.InitialDirectory">$(SolutionDir)</PropertyValue>
<PropertyValue name="Parallel Build.SourceKeyName"/>
<PropertyValue name="Parallel Build.UseOutputWindow">true</PropertyValue>
<PropertyValue name="Parallel Build.PromptForArguments">false</PropertyValue>
<PropertyValue name="Parallel Build.CloseOnExit">true</PropertyValue>
<PropertyValue name="Parallel Build.IsGUIapp">false</PropertyValue>
<PropertyValue name="Parallel Build.SaveAllDocs">true</PropertyValue>
<PropertyValue name="Parallel Build.UseTaskList">false</PropertyValue>
<PropertyValue name="Parallel Build.Unicode">false</PropertyValue>
<PropertyValue name="Parallel Build.Package">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Parallel Build.NameID">0</PropertyValue>
<PropertyValue name="ToolNames">Dot&amp;fuscator Software Services, Raven Server, Git Bash, Parallel Build</PropertyValue>
</Category>
<Category name="Environment_CallBrowser" Category="{50B05A5D-9174-48eb-851A-B1C616A0B43D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_CallBrowser" PackageName="Visual Studio Environment Package">
<PropertyValue name="CallBrowserSortAlphabetically">true</PropertyValue>
<PropertyValue name="CallBrowserSortByAccess">false</PropertyValue>
<PropertyValue name="CallBrowserShowFullyQualifiedNames">true</PropertyValue>
</Category>
<Category name="Environment_ClassView" Category="{40AF29AB-4C5B-412A-9CE8-465C4FCFE41D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ClassView" PackageName="Visual Studio Environment Package">
<PropertyValue name="ClassViewShowProjectReferences">true</PropertyValue>
<PropertyValue name="ClassViewShowHiddenTypesAndMembers">true</PropertyValue>
<PropertyValue name="ClassViewTypesSortAlphabetically">true</PropertyValue>
<PropertyValue name="ClassViewTypesSortByType">false</PropertyValue>
<PropertyValue name="ClassViewTypesSortByAccess">false</PropertyValue>
<PropertyValue name="ClassViewTypesGroupByType">false</PropertyValue>
<PropertyValue name="ClassViewSearchResultsSortByBestMatch">true</PropertyValue>
<PropertyValue name="ClassViewSearchResultsSortAlphabetically">false</PropertyValue>
<PropertyValue name="ClassViewSearchResultsSortByType">false</PropertyValue>
<PropertyValue name="ClassViewSearchResultsSortByAccess">false</PropertyValue>
<PropertyValue name="ClassViewSearchResultsGroupByType">false</PropertyValue>
<PropertyValue name="ClassViewMembersViewPublic">true</PropertyValue>
<PropertyValue name="ClassViewMembersViewProtected">true</PropertyValue>
<PropertyValue name="ClassViewMembersViewPrivate">true</PropertyValue>
<PropertyValue name="ClassViewMembersViewOther">true</PropertyValue>
<PropertyValue name="ClassViewMembersShowInherited">false</PropertyValue>
<PropertyValue name="ClassViewShowExtensionMembers">false</PropertyValue>
<PropertyValue name="ClassViewShowBaseTypes">true</PropertyValue>
<PropertyValue name="ClassViewShowDerivedTypes">true</PropertyValue>
<PropertyValue name="ClassViewMembersSortAlphabetically">false</PropertyValue>
<PropertyValue name="ClassViewMembersSortByType">true</PropertyValue>
<PropertyValue name="ClassViewMembersSortByAccess">false</PropertyValue>
</Category>
<Category name="Environment_Expansions" Category="{0B9A10B2-C0D0-4a6a-8353-115E9CACF34A}" Package="{F5E7E720-1401-11d1-883B-0000F87579D2}" RegisteredName="Environment_Expansions" PackageName="Text Management Package">
<Expansions Default="true" Version="1.0"/>
</Category>
<Category name="Environment_ErrorList" Category="{68897077-DF64-4628-9BD4-025923684F2F}" Package="{4A9B7E50-AA16-11d0-A8C5-00A0C921A4D2}" RegisteredName="Environment_ErrorList" PackageName="Visual Studio Task List Package">
<PropertyValue name="Version">1</PropertyValue>
<PropertyValue name="ErrorListShowsErrors">true</PropertyValue>
<PropertyValue name="ErrorListShowsWarnings">false</PropertyValue>
<PropertyValue name="ErrorListShowsMessages">false</PropertyValue>
<PropertyValue name="ActiveProvider">{7E5BB8D2-57E5-4FA9-9542-3870395C16A1}</PropertyValue>
<TaskProviders>
<Provider GUID="{7E5BB8D2-57E5-4FA9-9542-3870395C16A1}">
<Columns>
<Column Name="Priority" Width="20" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Bitmap" Width="17" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="ProviderKnowsOrder" Width="19" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Checked" Width="28" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Description" Width="1288" Visibility="Visible" SortPriority="0" SortDirection="Down"/>
<Column Name="File" Width="113" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Line" Width="23" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Column" Width="28" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Project" Width="75" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Category" Width="0" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/>
</Columns>
</Provider>
</TaskProviders>
</Category>
<Category name="Environment_ExtensionManager" Category="{539391d7-9414-4715-b033-8669db0abee1}" Package="{e7576c05-1874-450c-9e98-cf3a0897a069}" RegisteredName="Environment_ExtensionManager" PackageName="Microsoft.VisualStudio.ExtensionManager.VSPackage.ExtensionManagerPackage, Microsoft.VisualStudio.ExtensionManager.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<PropertyValue name="AutomaticallyCheckForUpdates">True</PropertyValue>
<PropertyValue name="EnableAdminExtensions">True</PropertyValue>
<PropertyValue name="EnableOnline">True</PropertyValue>
</Category>
<Category name="Environment_DefaultEditors" Category="{68161AEE-BCA8-4214-B2E4-7875263E49C5}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_DefaultEditors" PackageName="Visual Studio Environment Package">
<PropertyValue name="NumberOfMappings">0</PropertyValue>
<PropertyValue name="NumberOfDefaultEditors">2</PropertyValue>
<PropertyValue name="DefaultEditor&gt;0">cshtml&gt;0&gt;NoGuid&gt;NoGuid</PropertyValue>
<PropertyValue name="DefaultEditor&gt;1">html&gt;2&gt;Firefox&gt;NoGuid&gt;1&gt;Firefox?"C:\Program Files (x86)\Mozilla Firefox\firefox.exe"</PropertyValue>
</Category>
<Category name="Environment_UnifiedFind" Category="{DF00ADDF-C14C-4ffd-9325-634FD605850B}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_UnifiedFind" PackageName="Visual Studio Environment Package">
<PropertyValue name="Options">MatchCase=0 WholeWord=0 Hidden=1 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=1 KeepOpen=1 NameOnly=0 Regex Document FindAll</PropertyValue>
<PropertyValue name="Document Options">MatchCase=0 WholeWord=0 Hidden=1 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=1 KeepOpen=1 NameOnly=0 Regex Document FindAll</PropertyValue>
<PropertyValue name="FiF Options">MatchCase=0 WholeWord=0 Hidden=1 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=1 KeepOpen=1 NameOnly=0 Regex Document FindAll</PropertyValue>
<PropertyValue name="Result list">1</PropertyValue>
<PropertyValue name="ShowEndOfSearch">1</PropertyValue>
<PropertyValue name="ShowNoFound">1</PropertyValue>
<PropertyValue name="ShowAllReplacementsNotAllowed">1</PropertyValue>
<PropertyValue name="ShowSomeReplacementsNotAllowed">1</PropertyValue>
<PropertyValue name="ShowNoMore">1</PropertyValue>
<PropertyValue name="ShowFindStart">1</PropertyValue>
<PropertyValue name="ShowCancel">1</PropertyValue>
<PropertyValue name="ShowCancelBeforeReplacementsMade">1</PropertyValue>
<PropertyValue name="ShowReplaceInFilesWarning">1</PropertyValue>
<PropertyValue name="ShowCancelEntireReplaceAfterCancellingSCC">1</PropertyValue>
<PropertyValue name="FindTextFromEditor">1</PropertyValue>
<PropertyValue name="HideFindAfterMatchFound">0</PropertyValue>
<PropertyValue name="HitReplaced">1</PropertyValue>
<PropertyValue name="Syntax">Regex</PropertyValue>
<PropertyValue name="In Files Pane Display Options">256</PropertyValue>
<PropertyValue name="NumberOfScopes">0</PropertyValue>
</Category>
<Category name="Environment_FindSymbol" Category="{C93260BC-0C07-484a-8188-6F4763BD7FD4}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FindSymbol" PackageName="Visual Studio Environment Package">
<PropertyValue name="FindOptionsIsExpanded">false</PropertyValue>
<PropertyValue name="LookinReferencesIsChecked">true</PropertyValue>
<PropertyValue name="MatchCaseIsChecked">false</PropertyValue>
<PropertyValue name="Type">2</PropertyValue>
<PropertyValue name="SelectedScope">{B1BA9461-FC54-45B3-A484-CB6DD0B95C94}</PropertyValue>
<PropertyValue name="SelectedScopeSubScope">0</PropertyValue>
</Category>
<Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package">
<PropertyValue name="Version">2</PropertyValue>
<FontsAndColors Version="2.0">
<Categories>
<Category GUID="{00CCEE86-3140-4E06-A65A-A92665A40D6F}" FontName="Consolas" FontSize="8" CharSet="0" FontIsDefault="No">
<Items>
<Item Name="Plain Text" Foreground="0x00008000" Background="0x00000000" BoldFont="No"/>
</Items>
</Category>
<Category GUID="{5C48B2CB-0366-4FBF-9786-0BB37E945687}" FontName="Consolas" FontSize="8" CharSet="0" FontIsDefault="No">
<Items>
<Item Name="Plain Text" Foreground="0x00008000" Background="0x00000000" BoldFont="No"/>
</Items>
</Category>
<Category GUID="{6BB65C5A-2F31-4BDE-9F48-8A38DC0C63E7}" FontName="Consolas" FontSize="8" CharSet="0" FontIsDefault="No">
<Items>
<Item Name="Plain Text" Foreground="0x00008000" Background="0x00000000" BoldFont="No"/>
</Items>
</Category>
<Category GUID="{9973EFDF-317D-431C-8BC1-5E88CBFD4F7F}" FontName="Consolas" FontSize="8" CharSet="0" FontIsDefault="No">
<Items>
<Item Name="Plain Text" Foreground="0x00008000" Background="0x00000000" BoldFont="No"/>
</Items>
</Category>
<Category GUID="{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}" FontIsDefault="Yes">
<Items>
<Item Name="Plain Text" Foreground="0x00837B65" Background="0x00201A00" BoldFont="No"/>
<Item Name="Selected Text" Foreground="0x02000000" Background="0x00BB5E00" BoldFont="No"/>
<Item Name="Inactive Selected Text" Foreground="0x02000000" Background="0x00423607" BoldFont="No"/>
<Item Name="Indicator Margin" Foreground="0x02000000" Background="0x00423607" BoldFont="No"/>
<Item Name="Line Numbers" Foreground="0x00756E58" Background="0x00423607" BoldFont="No"/>
<Item Name="Brace Matching (Rectangle)" Foreground="0x02000000" Background="0x001C2D28" BoldFont="No"/>
<Item Name="Breakpoint - Selected" Foreground="0x00FF7777" Background="0x02000000" BoldFont="No"/>
<Item Name="Collapsible Text" Foreground="0x00756E58" Background="0x00423607" BoldFont="No"/>
<Item Name="outlining.collapsehintadornment" Foreground="0x00756E58" Background="0x00423607" BoldFont="No"/>
<Item Name="Comment" Foreground="0x00756E58" Background="0x02000000" BoldFont="No"/>
<Item Name="Compiler Error" Foreground="0x00D28B26" Background="0x02000000" BoldFont="No"/>
<Item Name="CSS Comment" Foreground="0x00756E58" Background="0x02000000" BoldFont="No"/>
<Item Name="CSS Keyword" Foreground="0x00164BCB" Background="0x02000000" BoldFont="No"/>
<Item Name="CSS Property Name" Foreground="0x000089B5" Background="0x02000000" BoldFont="No"/>
<Item Name="CSS Property Value" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="CSS Selector" Foreground="0x00009985" Background="0x02000000" BoldFont="No"/>
<Item Name="CSS String Value" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="SymbolLineClassificationFormat" Foreground="0x00FF9393" Background="0x02000000" BoldFont="No"/>
<Item Name="Excluded Code" Foreground="0x00756E58" Background="0x00423607" BoldFont="No"/>
<Item Name="MarkerFormatDefinition/FindHighlightFormatting" Foreground="0x00000000" Background="0x00007575" BoldFont="No"/>
<Item Name="MarkerFormatDefinition/HighlightedReference" Foreground="0x02000000" Background="0x00E7F2F5" BoldFont="Yes"/>
<Item Name="HTML Attribute" Foreground="0x00837B65" Background="0x02000000" BoldFont="No"/>
<Item Name="HTML Attribute Value" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="HTML Comment" Foreground="0x00756E58" Background="0x02000000" BoldFont="No"/>
<Item Name="HTML Element Name" Foreground="0x00D28B26" Background="0x02000000" BoldFont="No"/>
<Item Name="HTML Entity" Foreground="0x002F32DC" Background="0x02000000" BoldFont="No"/>
<Item Name="HTML Operator" Foreground="0x00837B65" Background="0x02000000" BoldFont="No"/>
<Item Name="HTML Server-Side Script" Foreground="0x008236D3" Background="0x00423607" BoldFont="No"/>
<Item Name="HTML Tag Delimiter" Foreground="0x00837B65" Background="0x02000000" BoldFont="No"/>
<Item Name="Identifier" Foreground="0x00837B65" Background="0x02000000" BoldFont="Yes"/>
<Item Name="Keyword" Foreground="0x00009985" Background="0x02000000" BoldFont="No"/>
<Item Name="Number" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="Operator" Foreground="0x008236D3" Background="0x02000000" BoldFont="No"/>
<Item Name="outlining.square" Foreground="0x00837B65" Background="0x00362B00" BoldFont="No"/>
<Item Name="outlining.verticalrule" Foreground="0x00756E58" Background="0x02000000" BoldFont="No"/>
<Item Name="Preprocessor Keyword" Foreground="0x00164BCB" Background="0x02000000" BoldFont="No"/>
<Item Name="Razor Code" Foreground="0x02000000" Background="0x00423607" BoldFont="No"/>
<Item Name="ReSharper Class Identifier" Foreground="0x00FF8C8C" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Completion Replacement Range" Foreground="0x02000000" Background="0x00E1E4FF" BoldFont="No"/>
<Item Name="ReSharper CSS id selector" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Current Line Highlight" Foreground="0x02000000" Background="0x00403300" BoldFont="No"/>
<Item Name="ReSharper Delegate Identifier" Foreground="0x00FF8282" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Enum Identifier" Foreground="0x00FF8080" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Highlight" Foreground="0x02000000" Background="0x00FACE87" BoldFont="No"/>
<Item Name="ReSharper Highlight Target" Foreground="0x02000000" Background="0x00C1B6FF" BoldFont="No"/>
<Item Name="ReSharper HTML ID attribute" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Hyperlink" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Interface Identifier" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Late Bound Identifier" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper LiveTemplates Current HotSpot mirror" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Namespace Identifier" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Navigation Highlight" Foreground="0x02000000" Background="0x00FACE87" BoldFont="No"/>
<Item Name="ReSharper Read Usage" Foreground="0x02000000" Background="0x00FACE87" BoldFont="No"/>
<Item Name="ReSharper Rearrange Left/Right Code Hint" Foreground="0x02000000" Background="0x0078F9FC" BoldFont="No"/>
<Item Name="ReSharper Rearrange Up/Down Code Hint" Foreground="0x02000000" Background="0x00F3DBB1" BoldFont="No"/>
<Item Name="ReSharper Static Class Identifier" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Struct Identifier" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Template Editor Template Keyword" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Todo Item" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="Yes"/>
<Item Name="ReSharper Type Parameter Identifier" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="ReSharper Warning" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="Script Comment" Foreground="0x00756E58" Background="0x02000000" BoldFont="No"/>
<Item Name="Script Identifier" Foreground="0x000089B5" Background="0x02000000" BoldFont="No"/>
<Item Name="Script Keyword" Foreground="0x00009985" Background="0x02000000" BoldFont="No"/>
<Item Name="Script Number" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="Script Operator" Foreground="0x008236D3" Background="0x02000000" BoldFont="No"/>
<Item Name="Script String" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="Signature Help - Keyword" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="Signature Help - Operator" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="Signature Help - Text" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="Signature Help - User Types(Type parameters)" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="String" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="String(C# @ Verbatim)" Foreground="0x0098A12A" Background="0x02000000" BoldFont="Yes"/>
<Item Name="Syntax Error" Foreground="0x002F32DC" Background="0x02000000" BoldFont="No"/>
<Item Name="Task List Shortcut" Foreground="0x00008000" Background="0x00510000" BoldFont="No"/>
<Item Name="UnderlineClassificationFormatProPack" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="urlformat" Foreground="0x00D28B26" Background="0x02000000" BoldFont="No"/>
<Item Name="User Types" Foreground="0x000089B5" Background="0x02000000" BoldFont="No"/>
<Item Name="User Types(Delegates)" Foreground="0x00C4716C" Background="0x02000000" BoldFont="No"/>
<Item Name="User Types(Enums)" Foreground="0x00C4716C" Background="0x02000000" BoldFont="No"/>
<Item Name="User Types(Interfaces)" Foreground="0x008236D3" Background="0x02000000" BoldFont="No"/>
<Item Name="User Types(Value types)" Foreground="0x000089B5" Background="0x02000000" BoldFont="No"/>
<Item Name="VSCommands.Comments.Todo" Foreground="0x02000000" Background="0x02000000" BoldFont="Yes"/>
<Item Name="VSCommands.DebugOutput.Information" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="VSCommands.FindResults.Match" Foreground="0x02000000" Background="0x02000000" BoldFont="Yes"/>
<Item Name="VSCommands.Xml.KeyAttribute" Foreground="0x02000000" Background="0x02000000" BoldFont="Yes"/>
<Item Name="Warning" Foreground="0x00009985" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Attribute" Foreground="0x00837B65" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Attribute Quotes" Foreground="0x00008000" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Attribute Value" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML CData Section" Foreground="0x00837B65" Background="0x00423607" BoldFont="No"/>
<Item Name="XAML Comment" Foreground="0x00756E58" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Delimiter" Foreground="0x008236D3" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Keyword" Foreground="0x00FF9F9F" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Markup Extension Class" Foreground="0x00164BCB" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Markup Extension Parameter Name" Foreground="0x00009985" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Markup Extension Parameter Value" Foreground="0x000089B5" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Name" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="XAML Text" Foreground="0x00919191" Background="0x02000000" BoldFont="No"/>
<Item Name="XML Attribute" Foreground="0x00837B65" Background="0x02000000" BoldFont="No"/>
<Item Name="XML Attribute Quotes" Foreground="0x00C0C0C0" Background="0x02000000" BoldFont="No"/>
<Item Name="XML Attribute Value" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="XML CData Section" Foreground="0x00837B65" Background="0x00423607" BoldFont="No"/>
<Item Name="XML Comment" Foreground="0x00756E58" Background="0x02000000" BoldFont="No"/>
<Item Name="XML Delimiter" Foreground="0x008236D3" Background="0x02000000" BoldFont="No"/>
<Item Name="XML Doc Comment" Foreground="0x00756E58" Background="0x00423607" BoldFont="No"/>
<Item Name="XML Doc Tag" Foreground="0x00756E58" Background="0x00423607" BoldFont="No"/>
<Item Name="XML Keyword" Foreground="0x00FFBFBF" Background="0x02000000" BoldFont="No"/>
<Item Name="XML Name" Foreground="0x0098A12A" Background="0x02000000" BoldFont="No"/>
<Item Name="XML Text" Foreground="0x00164BCB" Background="0x02000000" BoldFont="No"/>
</Items>
</Category>
<Category GUID="{EE1BE240-4E81-4BEB-8EEA-54322B6B1BF5}" FontName="Consolas" FontSize="8" CharSet="0" FontIsDefault="No">
<Items>
<Item Name="Plain Text" Foreground="0x00008000" Background="0x00000000" BoldFont="No"/>
</Items>
</Category>
<Category GUID="{F9D6BCE6-C669-41DB-8EE7-DD953828685B}" FontName="Consolas" FontSize="8" CharSet="0" FontIsDefault="No">
<Items>
<Item Name="Plain Text" Foreground="0x00008000" Background="0x00000000" BoldFont="No"/>
</Items>
</Category>
</Categories>
</FontsAndColors>
</Category>
<Category name="Environment_KeyBindings" Category="{F09035F1-80D2-4312-8EC4-4D354A4BCB4C}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_KeyBindings" PackageName="Visual Studio Environment Package">
<Version>10.0.0.0</Version>
<KeyboardShortcuts>
<ScopeDefinitions>
<Scope Name="VC Dialog Editor" ID="{543E0C02-8C85-4E43-933A-5EF320E3431F}"/>
<Scope Name="Data Generator" ID="{D3936010-2B3A-4B8E-82D1-F4DCE3B5F898}"/>
<Scope Name="XML (Text) Editor" ID="{FA3CD31E-987B-443A-9B81-186104E8DAC1}"/>
<Scope Name="Text Editor" ID="{8B382828-6202-11D1-8870-0000F87579D2}"/>
<Scope Name="Work Item Results View" ID="{7026002D-01F6-44E7-95CF-A896C00DA3F8}"/>
<Scope Name="ADO.NET Entity Data Model Designer" ID="{C99AEA30-8E36-4515-B76F-496F5A48A6AA}"/>
<Scope Name="Query Designer" ID="{B2C40B32-3A37-4CA9-97B9-FA44248B69FF}"/>
<Scope Name="WebBrowser" ID="{E8B06F41-6D01-11D2-AA7D-00C04F990343}"/>
<Scope Name="DataSet Editor" ID="{B334A759-F450-40A5-BE2A-65937BCD5415}"/>
<Scope Name="F# Interactive" ID="{DEE22B65-9761-4A26-8FB2-759B971D6DFC}"/>
<Scope Name="View Designer" ID="{B968E165-98E0-41F0-8FBE-A8ED1D246A90}"/>
<Scope Name="Global" ID="{5EFC7975-14BC-11CF-9B2B-00AA00573819}"/>
<Scope Name="Class Diagram" ID="{59B0B277-7DDF-4E36-A3ED-02DAC5B9E2FA}"/>
<Scope Name="Work Item Query View" ID="{B6303490-B828-410C-9216-AE727D0E282D}"/>
<Scope Name="Team Foundation Build Detail Editor" ID="{86306A97-84F2-4F5A-889B-1318501AEB5F}"/>
<Scope Name="CSS Source Editor" ID="{A764E89A-518D-11D2-9A89-00C04F79EFC3}"/>
<Scope Name="Database Designer" ID="{CFF78A9B-78A3-45A3-9142-0267AFC261FA}"/>
<Scope Name="Work Item Editor" ID="{40A91D9D-8076-4D28-87C5-5AF9F0ACFE0F}"/>
<Scope Name="VC String Editor" ID="{58442DA9-10DA-4AA9-A2AF-96E4D481379B}"/>
<Scope Name="Settings Designer" ID="{515231AD-C9DC-4AA3-808F-E1B65E72081C}"/>
<Scope Name="VisualStudio" ID="{B465B5AD-8799-4507-B90A-EE29ACF36AF9}"/>
<Scope Name="Windows Forms Designer" ID="{BA09E2AF-9DF2-4068-B2F0-4C7E5CC19E2F}"/>
<Scope Name="VC Accelerator Editor" ID="{EB56D0B5-BEE7-4D0C-8BE6-88A8ED256695}"/>
<Scope Name="Report Designer" ID="{CB3675B8-701E-4F56-9167-2714E167FF3F}"/>
<Scope Name="Workflow Designer" ID="{D4D9FCBC-B26A-4C41-AB9F-11FD2466829A}"/>
<Scope Name="Managed Resources Editor" ID="{FEA4DCC9-3645-44CD-92E7-84B55A16465C}"/>
<Scope Name="Table Designer" ID="{4194FEE5-6777-419F-A5FC-47A536DF1BDB}"/>
<Scope Name="HTML Editor Design View" ID="{CB3FCFEA-03DF-11D1-81D2-00A0C91BBEE3}"/>
<Scope Name="HTML Editor Source View" ID="{CB3FCFEB-03DF-11D1-81D2-00A0C91BBEE3}"/>
<Scope Name="VC Image Editor" ID="{C0BA70ED-069E-412B-9C06-7442E28A11B9}"/>
<Scope Name="XML Schema Designer" ID="{DEE6CEF9-3BCA-449A-82A6-FC757D6956FB}"/>
<Scope Name="Transact-SQL Editor" ID="{C5B506FB-13BA-4381-3A48-41275C4CA2B5}"/>
</ScopeDefinitions>
<DefaultShortcuts/>
<ShortcutsScheme/>
<UserShortcuts>
<RemoveShortcut Command="Tools.RecordTemporaryMacro" Scope="Global">Ctrl+Shift+R</RemoveShortcut>
<RemoveShortcut Command="Refactor.Rename" Scope="Text Editor">F2</RemoveShortcut>
<RemoveShortcut Command="Build.BuildSolution" Scope="Global">F6</RemoveShortcut>
<RemoveShortcut Command="Window.NextDocumentWindow" Scope="Global">Ctrl+F6</RemoveShortcut>
<RemoveShortcut Command="Window.NextToolWindowNav" Scope="Global">Alt+F7</RemoveShortcut>
<RemoveShortcut Command="Window.PreviousToolWindowNav" Scope="Global">Shift+Alt+F7</RemoveShortcut>
<RemoveShortcut Command="Edit.ToggleWordWrap" Scope="Text Editor">Ctrl+E, Ctrl+W</RemoveShortcut>
<RemoveShortcut Command="Edit.SwapAnchor" Scope="Text Editor">Ctrl+E, A</RemoveShortcut>
<RemoveShortcut Command="Edit.DeleteHorizontalWhiteSpace" Scope="Text Editor">Ctrl+E, \</RemoveShortcut>
<RemoveShortcut Command="Edit.ViewWhiteSpace" Scope="Text Editor">Ctrl+E, S</RemoveShortcut>
<RemoveShortcut Command="Edit.FormatSelection" Scope="Text Editor">Ctrl+E, F</RemoveShortcut>
<RemoveShortcut Command="Edit.ToggleTaskListShortcut" Scope="Text Editor">Ctrl+E, T</RemoveShortcut>
<RemoveShortcut Command="Edit.ToggleWordWrap" Scope="Text Editor">Ctrl+E, W</RemoveShortcut>
<RemoveShortcut Command="Edit.CommentSelection" Scope="Text Editor">Ctrl+E, C</RemoveShortcut>
<RemoveShortcut Command="Edit.UncommentSelection" Scope="Text Editor">Ctrl+E, U</RemoveShortcut>
<RemoveShortcut Command="Edit.FormatDocument" Scope="Text Editor">Ctrl+E, D</RemoveShortcut>
<RemoveShortcut Command="Debug.Threads" Scope="Global">Ctrl+Alt+H</RemoveShortcut>
<RemoveShortcut Command="Edit.ListMembers" Scope="Text Editor">Ctrl+J</RemoveShortcut>
<RemoveShortcut Command="View.Output" Scope="Global">Ctrl+Alt+O</RemoveShortcut>
<RemoveShortcut Command="File.NewFile" Scope="Global">Ctrl+N</RemoveShortcut>
<RemoveShortcut Command="File.NewProject" Scope="Global">Ctrl+Shift+N</RemoveShortcut>
<RemoveShortcut Command="Edit.GoToDeclaration" Scope="Global">Ctrl+F12</RemoveShortcut>
<RemoveShortcut Command="Edit.OpenFile" Scope="Global">Ctrl+Shift+G</RemoveShortcut>
<RemoveShortcut Command="Edit.WordTranspose" Scope="Text Editor">Ctrl+Shift+T</RemoveShortcut>
<RemoveShortcut Command="Edit.MakeLowercase" Scope="Text Editor">Ctrl+U</RemoveShortcut>
<RemoveShortcut Command="Debug.Breakpoints" Scope="Global">Ctrl+Alt+B</RemoveShortcut>
<RemoveShortcut Command="Edit.GoToDefinition" Scope="Global">F12</RemoveShortcut>
<RemoveShortcut Command="Edit.FindAllReferences" Scope="Global">Shift+F12</RemoveShortcut>
<RemoveShortcut Command="View.ResourceView" Scope="Global">Ctrl+Shift+E</RemoveShortcut>
<RemoveShortcut Command="Edit.EnableBookmark" Scope="Text Editor">Ctrl+B, E</RemoveShortcut>
<RemoveShortcut Command="Edit.ClearBookmarks" Scope="Text Editor">Ctrl+B, C</RemoveShortcut>
<RemoveShortcut Command="Edit.ToggleBookmark" Scope="Text Editor">Ctrl+B, T</RemoveShortcut>
<RemoveShortcut Command="Edit.NextBookmark" Scope="Text Editor">Ctrl+B, N</RemoveShortcut>
<RemoveShortcut Command="Edit.PreviousBookmark" Scope="Text Editor">Ctrl+B, P</RemoveShortcut>
<RemoveShortcut Command="Debug.BreakatFunction" Scope="Global">Ctrl+B</RemoveShortcut>
<RemoveShortcut Command="Edit.TabLeft" Scope="Text Editor">Shift+Tab</RemoveShortcut>
<RemoveShortcut Command="Edit.SelectPreviousControl" Scope="Global">Shift+Tab</RemoveShortcut>
<RemoveShortcut Command="Tools.RunTemporaryMacro" Scope="Global">Ctrl+Shift+P</RemoveShortcut>
<RemoveShortcut Command="Debug.ToggleDisassembly" Scope="Global">Ctrl+F11</RemoveShortcut>
<RemoveShortcut Command="Debug.Modules" Scope="Global">Ctrl+Alt+U</RemoveShortcut>
<RemoveShortcut Command="Edit.CompleteWord" Scope="Text Editor">Alt+Right Arrow</RemoveShortcut>
<RemoveShortcut Command="Window.PreviousSplitPane" Scope="Global">Shift+F6</RemoveShortcut>
<RemoveShortcut Command="Window.NextSplitPane" Scope="Global">F6</RemoveShortcut>
<RemoveShortcut Command="Edit.LineOpenAbove" Scope="Text Editor">Ctrl+Enter</RemoveShortcut>
<RemoveShortcut Command="View.DocumentOutline" Scope="Global">Ctrl+Alt+T</RemoveShortcut>
<RemoveShortcut Command="View.WebBrowser" Scope="Global">Ctrl+Alt+R</RemoveShortcut>
<RemoveShortcut Command="Edit.WordPreviousExtendColumn" Scope="Text Editor">Ctrl+Shift+Alt+Left Arrow</RemoveShortcut>
<RemoveShortcut Command="Edit.WordNextExtendColumn" Scope="Text Editor">Ctrl+Shift+Alt+Right Arrow</RemoveShortcut>
<RemoveShortcut Command="Edit.FindSymbol" Scope="Global">Alt+F12</RemoveShortcut>
<RemoveShortcut Command="Edit.QuickFindSymbol" Scope="Global">Shift+Alt+F12</RemoveShortcut>
<RemoveShortcut Command="EditorContextMenus.CodeWindow.RunSelection" Scope="Global">Ctrl+Q</RemoveShortcut>
<RemoveShortcut Command="Debug.LocationToolbar.ToggleCurrentThreadFlaggedState" Scope="Global">Ctrl+8</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_DumpChangeManager" Scope="Text Editor">Ctrl+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_DumpChangeManager" Scope="Global">Ctrl+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_MakeMethodNonStatic" Scope="Text Editor">Ctrl+Shift+F4</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_MakeMethodNonStatic" Scope="Global">Ctrl+Shift+F4</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ClassFromParameters" Scope="Text Editor">Ctrl+8</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ClassFromParameters" Scope="Global">Ctrl+8</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Template18" Scope="Text Editor">Ctrl+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Template18" Scope="Global">Ctrl+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_PullUp" Scope="Text Editor">Ctrl+Shift+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_PullUp" Scope="Global">Ctrl+Shift+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_PushDown" Scope="Text Editor">Alt+Enter</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_TypeHierarchy_Browse" Scope="Text Editor">Ctrl+Shift+Space</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoLastEditLocation" Scope="Text Editor">Ctrl+Shift+R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoLastEditLocation" Scope="Global">Ctrl+Shift+R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Text Editor">F2</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Text Editor">Shift+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Global">Shift+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_UnitTest_RunSolution" Scope="Text Editor">Ctrl+Alt+M</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_IntroduceVariable" Scope="Text Editor">Ctrl+Shift+Alt+F</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_IntroduceVariable" Scope="Global">Ctrl+Shift+Alt+F</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowOptions" Scope="Text Editor">Ctrl+Alt+V</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_IntroParameter" Scope="Text Editor">Ctrl+Shift+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_IntroParameter" Scope="Global">Ctrl+Shift+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowLog" Scope="Text Editor">Ctrl+Alt+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_InlineVariable" Scope="Text Editor">Alt+Enter</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_StdAfx" Scope="Text Editor">Ctrl+Alt+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExtractInter" Scope="Text Editor">Ctrl+Shift+F4</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExtractInter" Scope="Global">Ctrl+Shift+F4</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExtractSuper" Scope="Text Editor">Ctrl+8</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExtractSuper" Scope="Global">Ctrl+8</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GoToPsiViewer" Scope="Text Editor">Ctrl+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GoToPsiViewer" Scope="Global">Ctrl+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Constructor2FactoryMethodAction" Scope="Text Editor">Ctrl+Enter</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Template12" Scope="Text Editor">Ctrl+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Template12" Scope="Global">Ctrl+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowTodoExplorer" Scope="Text Editor">Ctrl+Alt+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowTodoExplorer" Scope="Global">Ctrl+Alt+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowUnitTestExplorer" Scope="Text Editor">Ctrl+Alt+R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowUnitTestExplorer" Scope="Global">Ctrl+Alt+R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowLiveTemplates" Scope="Text Editor">Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowLiveTemplates" Scope="Global">Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindUsages" Scope="Text Editor">Ctrl+Shift+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindUsages" Scope="Global">Ctrl+Shift+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindDependentCode" Scope="Text Editor">Ctrl+Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindDependentCode" Scope="Global">Ctrl+Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindReferencedCode" Scope="Text Editor">Ctrl+Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindReferencedCode" Scope="Global">Ctrl+Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPreviousOccurence" Scope="Text Editor">Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPreviousOccurence" Scope="Global">Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextOccurence" Scope="Text Editor">Ctrl+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextOccurence" Scope="Global">Ctrl+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LocateInSolutionExplorerAction" Scope="Text Editor">Ctrl+Alt+H</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LocateInSolutionExplorerAction" Scope="Global">Ctrl+Alt+H</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_CompleteCodeBasic" Scope="Text Editor">Ctrl+Alt+Space</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_CompleteCodeTypeName" Scope="Text Editor">Ctrl+J</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_CompleteCodeSmart" Scope="Text Editor">Ctrl+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ParameterInfo_Show" Scope="Text Editor">Ctrl+Alt+J</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LiveTemplates_Insert" Scope="Text Editor">Alt+Ins</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LiveTemplates_Insert" Scope="Global">Alt+Ins</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_SurroundWith" Scope="Text Editor">Ctrl+Shift+Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Generate" Scope="Text Editor">Ctrl+Shift+Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_MoveUp" Scope="Text Editor">Ctrl+Shift+Alt+Left Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_MoveDown" Scope="Text Editor">Ctrl+Shift+Alt+Right Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_MoveRight" Scope="Text Editor">Ctrl+Shift+W</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExtendSelection" Scope="Text Editor">Ctrl+D</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShrinkSelection" Scope="Text Editor">Ctrl+/</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_DuplicateText" Scope="Text Editor">Ctrl+Shift+/</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LineComment" Scope="Text Editor">Ctrl+Alt+F</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LineComment" Scope="Global">Ctrl+Alt+F</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_BlockComment" Scope="Text Editor">Ctrl+Alt+O</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_BlockComment" Scope="Global">Ctrl+Alt+O</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_BuildTemplateFromSelection" Scope="Text Editor">Ctrl+Q</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_BuildTemplateFromSelection" Scope="Global">Ctrl+Q</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_QuickDoc" Scope="Text Editor">Ctrl+Shift+V</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_PasteMultiple" Scope="Text Editor">Ctrl+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_PasteMultiple" Scope="Global">Ctrl+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoType" Scope="Text Editor">Ctrl+Shift+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoType" Scope="Global">Ctrl+Shift+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFile" Scope="Text Editor">Ctrl+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFile" Scope="Global">Ctrl+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFileMember" Scope="Text Editor">Ctrl+Shift+Alt+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFileMember" Scope="Global">Ctrl+Shift+Alt+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoSymbol" Scope="Text Editor">Ctrl+Shift+G</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoSymbol" Scope="Global">Ctrl+Shift+G</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoDeclaration" Scope="Text Editor">Ctrl+Shift+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoDeclaration" Scope="Global">Ctrl+Shift+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoTypeDeclaration" Scope="Text Editor">Ctrl+U</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoTypeDeclaration" Scope="Global">Ctrl+U</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoBase" Scope="Text Editor">Ctrl+Alt+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoBase" Scope="Global">Ctrl+Alt+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoInheritors" Scope="Text Editor">Ctrl+Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoInheritors" Scope="Global">Ctrl+Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoUsage" Scope="Text Editor">Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoUsage" Scope="Global">Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextMethod" Scope="Text Editor">Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextMethod" Scope="Global">Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevMethod" Scope="Text Editor">Ctrl+[</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevMethod" Scope="Global">Ctrl+[</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoContainingDeclaration" Scope="Text Editor">F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoContainingDeclaration" Scope="Global">F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextHighlight" Scope="Text Editor">Shift+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextHighlight" Scope="Global">Shift+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevHighlight" Scope="Text Editor">Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevHighlight" Scope="Global">Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextErrorInSolution" Scope="Text Editor">Shift+Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextErrorInSolution" Scope="Global">Shift+Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevErrorInSolution" Scope="Text Editor">Ctrl+Shift+Bkspce</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevErrorInSolution" Scope="Global">Ctrl+Shift+Bkspce</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ProductPage" Scope="Text Editor">Ctrl+Shift+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ProductPage" Scope="Global">Ctrl+Shift+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_CompleteCodeSmart" Scope="Text Editor">Ctrl+Shift+Space</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Rename" Scope="Text Editor">F2</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Rename" Scope="Text Editor">Shift+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Rename" Scope="Global">Shift+F6</RemoveShortcut>
<RemoveShortcut Command="Refactor.Rename" Scope="Global">Ctrl+R, Ctrl+R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Move" Scope="Text Editor">F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_Move" Scope="Global">F6</RemoveShortcut>
<RemoveShortcut Command="Refactor.ReorderParameters" Scope="Global">Ctrl+R, Ctrl+O</RemoveShortcut>
<RemoveShortcut Command="TestResults.RunAllTestsInTestResults" Scope="Global">Ctrl+R, D</RemoveShortcut>
<RemoveShortcut Command="TestResults.DebugAllTestsInTestResults" Scope="Global">Ctrl+R, Ctrl+D</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExtractMethod" Scope="Text Editor">Ctrl+Alt+M</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_IntroduceVariable" Scope="Text Editor">Ctrl+Alt+V</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_IntroduceField" Scope="Text Editor">Ctrl+Alt+D</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_IntroParameter" Scope="Text Editor">Ctrl+Alt+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_InlineVariable" Scope="Text Editor">Ctrl+Alt+N</RemoveShortcut>
<RemoveShortcut Command="Refactor.EncapsulateField" Scope="Global">Ctrl+R, Ctrl+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ChangeSignature" Scope="Text Editor">Ctrl+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ChangeSignature" Scope="Global">Ctrl+F6</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowFindResults" Scope="Text Editor">Ctrl+Alt+U</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowFindResults" Scope="Global">Ctrl+Alt+U</RemoveShortcut>
<RemoveShortcut Command="View.FindSymbolResults" Scope="Global">Ctrl+Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_TypeHierarchy_Browse" Scope="Text Editor">Ctrl+Alt+H</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_TypeHierarchy_Browse" Scope="Global">Ctrl+Alt+H</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowCodeStructure" Scope="Text Editor">Ctrl+F11</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowCodeStructure" Scope="Global">Ctrl+F11</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_CleanupCode" Scope="Text Editor">Ctrl+Alt+F</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_CleanupCode" Scope="Global">Ctrl+Alt+F</RemoveShortcut>
<RemoveShortcut Command="Debug.Disassembly" Scope="Global">Ctrl+Alt+D</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowUnitTestExplorer" Scope="Text Editor">Ctrl+Alt+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowUnitTestExplorer" Scope="Global">Ctrl+Alt+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowUnitTestSessions" Scope="Text Editor">Ctrl+Alt+R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowUnitTestSessions" Scope="Global">Ctrl+Alt+R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindUsages" Scope="Text Editor">Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindUsages" Scope="Global">Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindUsagesAdvanced" Scope="Text Editor">Shift+Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindUsagesAdvanced" Scope="Global">Shift+Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_HighlightUsages" Scope="Text Editor">Ctrl+Shift+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_HighlightUsages" Scope="Global">Ctrl+Shift+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPreviousOccurence" Scope="Text Editor">Ctrl+Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPreviousOccurence" Scope="Global">Ctrl+Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextOccurence" Scope="Text Editor">Ctrl+Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextOccurence" Scope="Global">Ctrl+Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoRecentFiles" Scope="Text Editor">Ctrl+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoRecentFiles" Scope="Global">Ctrl+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoRecentEdits" Scope="Text Editor">Ctrl+Shift+Alt+Bkspce</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoRecentEdits" Scope="Global">Ctrl+Shift+Alt+Bkspce</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_CompleteCodeTypeName" Scope="Text Editor">Ctrl+Alt+Space</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ParameterInfo_Show" Scope="Text Editor">Ctrl+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LiveTemplates_Insert" Scope="Text Editor">Ctrl+J</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_SurroundWith" Scope="Text Editor">Ctrl+Alt+J</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShrinkSelection" Scope="Text Editor">Ctrl+Shift+W</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_QuickDoc" Scope="Text Editor">Ctrl+Q</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_QuickDoc" Scope="Global">Ctrl+Q</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_PasteMultiple" Scope="Text Editor">Ctrl+Shift+V</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoType" Scope="Text Editor">Ctrl+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoType" Scope="Global">Ctrl+N</RemoveShortcut>
<RemoveShortcut Command="Edit.CharTranspose" Scope="Text Editor">Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFile" Scope="Text Editor">Ctrl+Shift+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFile" Scope="Global">Ctrl+Shift+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoTypeDeclaration" Scope="Text Editor">Ctrl+Shift+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoTypeDeclaration" Scope="Global">Ctrl+Shift+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFileMember" Scope="Text Editor">Ctrl+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoFileMember" Scope="Global">Ctrl+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoSymbol" Scope="Text Editor">Ctrl+Shift+Alt+N</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoSymbol" Scope="Global">Ctrl+Shift+Alt+N</RemoveShortcut>
<RemoveShortcut Command="Edit.LineTranspose" Scope="Text Editor">Shift+Alt+T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoBase" Scope="Text Editor">Ctrl+U</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoBase" Scope="Global">Ctrl+U</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoInheritors" Scope="Text Editor">Ctrl+Alt+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoInheritors" Scope="Global">Ctrl+Alt+B</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoUsage" Scope="Text Editor">Ctrl+Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoUsage" Scope="Global">Ctrl+Alt+F7</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevErrorInSolution" Scope="Text Editor">Shift+Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevErrorInSolution" Scope="Global">Shift+Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextHighlight" Scope="Text Editor">F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextHighlight" Scope="Global">F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevHighlight" Scope="Text Editor">Shift+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevHighlight" Scope="Global">Shift+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextErrorInSolution" Scope="Text Editor">Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextErrorInSolution" Scope="Global">Alt+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Text Editor">Ctrl+Shift+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Global">Ctrl+Shift+E</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowLog" Scope="Text Editor">Ctrl+Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ShowLog" Scope="Global">Ctrl+Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="ReSharper_SilentCleanupCode" Scope="Text Editor">Ctrl+Shift+Alt+F</RemoveShortcut>
<RemoveShortcut Command="ReSharper_SilentCleanupCode" Scope="Global">Ctrl+Shift+Alt+F</RemoveShortcut>
<RemoveShortcut Command="ReSharper_ParameterInfo_GoToPreviousSignature" Scope="Text Editor">Ctrl+Shift+P</RemoveShortcut>
<RemoveShortcut Command="ReSharper_ParameterInfo_GoToPreviousSignature" Scope="Global">Ctrl+Shift+P</RemoveShortcut>
<RemoveShortcut Command="Tools.GoToCommandLine" Scope="Global">Ctrl+/</RemoveShortcut>
<RemoveShortcut Command="Action.Add" Scope="Text Editor">Ctrl+R, T</RemoveShortcut>
<RemoveShortcut Command="Test.RunTestsInCurrentContext" Scope="Global">Ctrl+R, T</RemoveShortcut>
<RemoveShortcut Command="Test.DebugTestsInClass" Scope="Global">Ctrl+R, Ctrl+C</RemoveShortcut>
<RemoveShortcut Command="Test.DebugAllTestsInSolution" Scope="Global">Ctrl+R, Ctrl+A</RemoveShortcut>
<RemoveShortcut Command="Test.RunAllTestsInSolution" Scope="Global">Ctrl+R, A</RemoveShortcut>
<RemoveShortcut Command="Test.RunTestsInClass" Scope="Global">Ctrl+R, C</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_UnitTest_RunCurrentSession" Scope="Global">Ctrl+R, A</RemoveShortcut>
<RemoveShortcut Command="Test.DebugTestsInCurrentContext" Scope="Global">Ctrl+R, Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="Format.ButtonRight" Scope="VC Dialog Editor">Ctrl+R</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.ExecuteSQL" Scope="Query Designer">Ctrl+R</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.ExecuteSQL" Scope="View Designer">Ctrl+R</RemoveShortcut>
<RemoveShortcut Command="View.BrowseNext" Scope="Global">Ctrl+Shift+1</RemoveShortcut>
<RemoveShortcut Command="View.BrowsePrevious" Scope="Global">Ctrl+Shift+2</RemoveShortcut>
<RemoveShortcut Command="View.ForwardBrowseContext" Scope="Global">Ctrl+Shift+7</RemoveShortcut>
<RemoveShortcut Command="View.PopBrowseContext" Scope="Global">Ctrl+Shift+8</RemoveShortcut>
<RemoveShortcut Command="View.EntityDataModelBrowser" Scope="ADO.NET Entity Data Model Designer">Ctrl+1</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.Diagram" Scope="Query Designer">Ctrl+1</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.Diagram" Scope="View Designer">Ctrl+1</RemoveShortcut>
<RemoveShortcut Command="XsdDesigner.ShowStartView" Scope="XML Schema Designer">Ctrl+1</RemoveShortcut>
<RemoveShortcut Command="OtherContextMenus.ORDesignerContextMenu.HideMethodsPane" Scope="VisualStudio">Ctrl+1</RemoveShortcut>
<RemoveShortcut Command="Resources.Strings" Scope="Managed Resources Editor">Ctrl+1</RemoveShortcut>
<RemoveShortcut Command="View.EntityDataModelMappingDetails" Scope="ADO.NET Entity Data Model Designer">Ctrl+2</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.Criteria" Scope="Query Designer">Ctrl+2</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.Criteria" Scope="View Designer">Ctrl+2</RemoveShortcut>
<RemoveShortcut Command="XsdDesigner.ShowContentModelView" Scope="XML Schema Designer">Ctrl+2</RemoveShortcut>
<RemoveShortcut Command="Resources.Images" Scope="Managed Resources Editor">Ctrl+2</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.SQL" Scope="Query Designer">Ctrl+3</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.SQL" Scope="View Designer">Ctrl+3</RemoveShortcut>
<RemoveShortcut Command="XsdDesigner.ShowGraphView" Scope="XML Schema Designer">Ctrl+3</RemoveShortcut>
<RemoveShortcut Command="Resources.Icons" Scope="Managed Resources Editor">Ctrl+3</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.Results" Scope="Query Designer">Ctrl+4</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.Results" Scope="View Designer">Ctrl+4</RemoveShortcut>
<RemoveShortcut Command="Resources.Audio" Scope="Managed Resources Editor">Ctrl+4</RemoveShortcut>
<RemoveShortcut Command="Resources.Files" Scope="Managed Resources Editor">Ctrl+5</RemoveShortcut>
<RemoveShortcut Command="Debug.LocationToolbar.ProcessCombo" Scope="Global">Ctrl+5</RemoveShortcut>
<RemoveShortcut Command="Resources.Other" Scope="Managed Resources Editor">Ctrl+6</RemoveShortcut>
<RemoveShortcut Command="Debug.LocationToolbar.ThreadCombo" Scope="Global">Ctrl+6</RemoveShortcut>
<RemoveShortcut Command="Debug.LocationToolbar.StackFrameCombo" Scope="Global">Ctrl+7</RemoveShortcut>
<RemoveShortcut Command="ReSharper_EnableDaemon" Scope="Text Editor">Ctrl+8</RemoveShortcut>
<RemoveShortcut Command="ReSharper_EnableDaemon" Scope="Global">Ctrl+8</RemoveShortcut>
<RemoveShortcut Command="Debug.LocationToolbar.ToggleFlaggedThreads" Scope="Global">Ctrl+9</RemoveShortcut>
<RemoveShortcut Command="Project.Override" Scope="Global">Ctrl+Alt+Ins</RemoveShortcut>
<RemoveShortcut Command="Format.TestDialog" Scope="VC Dialog Editor">Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="Image.TextTool" Scope="VC Image Editor">Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.CancelRetrievingData" Scope="Query Designer">Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="QueryDesigner.CancelRetrievingData" Scope="View Designer">Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="Data.SqlEditorResultsAsText" Scope="Transact-SQL Editor">Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="Data.SqlEditorResultsAsFile" Scope="Transact-SQL Editor">Ctrl+Shift+T</RemoveShortcut>
<RemoveShortcut Command="Format.SpaceDown" Scope="VC Dialog Editor">Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="GraphView.ToptoBottom" Scope="XML Schema Designer">Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="Format.SpaceDown" Scope="VC Dialog Editor">Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="GraphView.BottomtoTop" Scope="XML Schema Designer">Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="Image.PreviousColor" Scope="VC Image Editor">Ctrl+[</RemoveShortcut>
<RemoveShortcut Command="Image.ZoomOut" Scope="VC Image Editor">Ctrl+Shift+,</RemoveShortcut>
<RemoveShortcut Command="WorkflowDesigner.Collapse" Scope="Workflow Designer">Ctrl+E, Ctrl+C</RemoveShortcut>
<RemoveShortcut Command="WorkflowDesigner.Collapse" Scope="Workflow Designer">Ctrl+E, C</RemoveShortcut>
<RemoveShortcut Command="View.ReportData" Scope="Report Designer">Ctrl+Alt+D</RemoveShortcut>
<RemoveShortcut Command="Team.NewLinkedWorkItem" Scope="Work Item Query View">Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="Team.NewLinkedWorkItem" Scope="Work Item Results View">Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="Team.NewLinkedWorkItem" Scope="Work Item Editor">Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="Edit.NavigateToLollipop" Scope="Class Diagram">Shift+Alt+L</RemoveShortcut>
<RemoveShortcut Command="Debug.Locals" Scope="Global">Ctrl+Alt+V, L</RemoveShortcut>
<RemoveShortcut Command="Debug.Autos" Scope="Global">Ctrl+Alt+V, A</RemoveShortcut>
<RemoveShortcut Command="WorkflowDesigner.ConnectNodes" Scope="Workflow Designer">Ctrl+E, F</RemoveShortcut>
<RemoveShortcut Command="WorkflowDesigner.ConnectNodes" Scope="Workflow Designer">Ctrl+E, Ctrl+F</RemoveShortcut>
<RemoveShortcut Command="Image.PreviousRightColor" Scope="VC Image Editor">Ctrl+Shift+[</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_FindUsages" Scope="Text Editor">Shift+F12</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_UnitTest_RunSolution" Scope="Text Editor">Ctrl+R, A</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_UnitTest_RunCurrentSession" Scope="Global">Ctrl+R, C</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_UnitTest_RunCurrentSession" Scope="Text Editor">Ctrl+R, C</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoRecentFiles" Scope="Text Editor">Ctrl+,</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoRecentFiles" Scope="Global">Ctrl+,</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoPrevMethod" Scope="Text Editor">Alt+Up Arrow</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoNextMethod" Scope="Text Editor">Alt+Down Arrow</RemoveShortcut>
<RemoveShortcut Command="Edit.BreakLine" Scope="Text Editor">Shift+Enter</RemoveShortcut>
<RemoveShortcut Command="Edit.CopyParameterTip" Scope="Text Editor">Ctrl+Shift+Alt+C</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ReSharper_UnitTest_DebugContext" Scope="Global">Ctrl+Shift+Alt+U, D</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ReSharper_UnitTest_RunContext" Scope="Global">Ctrl+Shift+Alt+U, R</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ReSharper_UnitTest_RunContext" Scope="Global">Ctrl+R, T</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_UnitTestSession_RepeatPreviousRun" Scope="Global">Ctrl+R, G</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_ReSharper_UnitTest_DebugContext" Scope="Global">Ctrl+R, Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="CodeMaid.FindinSolutionExplorer" Scope="Global">Ctrl+M, F</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LineComment" Scope="Global">Ctrl+/</RemoveShortcut>
<RemoveShortcut Command="ReSharper.ReSharper_LineComment" Scope="Text Editor">Ctrl+Alt+/</RemoveShortcut>
<RemoveShortcut Command="Format.Underline" Scope="HTML Editor Design View">Ctrl+U</RemoveShortcut>
<RemoveShortcut Command="Image.UseSelectionasBrush" Scope="VC Image Editor">Ctrl+U</RemoveShortcut>
<RemoveShortcut Command="Debug.CallStack" Scope="Global">Ctrl+Alt+C</RemoveShortcut>
<Shortcut Command="Edit.CompleteWord" Scope="Text Editor">Ctrl+Space</Shortcut>
<Shortcut Command="Edit.WordNext" Scope="Text Editor">Ctrl+Right Arrow</Shortcut>
<Shortcut Command="Edit.WordNextExtend" Scope="Text Editor">Ctrl+Shift+Right Arrow</Shortcut>
<Shortcut Command="Edit.WordPrevious" Scope="Text Editor">Ctrl+Left Arrow</Shortcut>
<Shortcut Command="Edit.WordPreviousExtend" Scope="Text Editor">Ctrl+Shift+Left Arrow</Shortcut>
<Shortcut Command="Edit.ParameterInfo" Scope="Text Editor">Ctrl+Shift+Space</Shortcut>
<Shortcut Command="Project.AddClass" Scope="Global">Shift+Alt+C</Shortcut>
<Shortcut Command="Project.AddClass" Scope="Text Editor">Shift+Alt+C</Shortcut>
<Shortcut Command="Window.ShowEzMDIFileList" Scope="Global">Ctrl+Alt+Down Arrow</Shortcut>
<Shortcut Command="Window.ShowEzMDIFileList" Scope="Text Editor">Ctrl+Alt+Down Arrow</Shortcut>
<Shortcut Command="Data.SqlEditorExecuteSql" Scope="Transact-SQL Editor">F5</Shortcut>
<Shortcut Command="Image.PreviousColor" Scope="VC Image Editor">Ctrl+Left Arrow</Shortcut>
<Shortcut Command="Image.ZoomOut" Scope="VC Image Editor">Ctrl+Down Arrow</Shortcut>
<Shortcut Command="Image.PreviousRightColor" Scope="VC Image Editor">Ctrl+Shift+Left Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoPreviousOccurence" Scope="Text Editor">Ctrl+Alt+PgUp</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoPreviousOccurence" Scope="Global">Ctrl+Alt+PgUp</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoNextOccurence" Scope="Text Editor">Ctrl+Alt+PgDn</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoNextOccurence" Scope="Global">Ctrl+Alt+PgDn</Shortcut>
<Shortcut Command="ReSharper_ForceCompleteItem" Scope="Text Editor">Ctrl+Enter</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoNextMethod" Scope="Global">Alt+Down Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoPrevMethod" Scope="Global">Alt+Up Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ExtendSelection" Scope="Text Editor">Ctrl+Alt+Right Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShrinkSelection" Scope="Text Editor">Ctrl+Alt+Left Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_DuplicateText" Scope="Text Editor">Ctrl+D</Shortcut>
<Shortcut Command="ReSharper.ReSharper_BlockComment" Scope="Text Editor">Ctrl+Shift+/</Shortcut>
<Shortcut Command="ReSharper.ReSharper_CompleteCodeTypeName" Scope="Text Editor">Shift+Alt+Space</Shortcut>
<Shortcut Command="ReSharper.ReSharper_CompleteCodeSmart" Scope="Text Editor">Ctrl+Alt+Space</Shortcut>
<Shortcut Command="ReSharper.ReSharper_QuickDoc" Scope="Text Editor">Ctrl+Shift+F1</Shortcut>
<Shortcut Command="ReSharper.ReSharper_QuickDoc" Scope="Global">Ctrl+Shift+F1</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoType" Scope="Text Editor">Ctrl+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoType" Scope="Global">Ctrl+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoFile" Scope="Text Editor">Ctrl+Shift+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoFile" Scope="Global">Ctrl+Shift+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoSymbol" Scope="Text Editor">Shift+Alt+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoSymbol" Scope="Global">Shift+Alt+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoFileMember" Scope="Text Editor">Alt+\</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoFileMember" Scope="Global">Alt+\</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoUsage" Scope="Text Editor">Shift+Alt+F12</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoUsage" Scope="Global">Shift+Alt+F12</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoBase" Scope="Text Editor">Alt+Home</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoBase" Scope="Global">Alt+Home</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoInheritors" Scope="Text Editor">Alt+End</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoInheritors" Scope="Global">Alt+End</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoTypeDeclaration" Scope="Text Editor">Ctrl+Shift+F11</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoTypeDeclaration" Scope="Global">Ctrl+Shift+F11</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoContainingDeclaration" Scope="Text Editor">Ctrl+[</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoContainingDeclaration" Scope="Global">Ctrl+[</Shortcut>
<Shortcut Command="ReSharper.ReSharper_NavigateTo" Scope="Text Editor">Alt+`</Shortcut>
<Shortcut Command="ReSharper.ReSharper_NavigateTo" Scope="Global">Alt+`</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoRelatedFiles" Scope="Text Editor">Ctrl+Alt+F7</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoRelatedFiles" Scope="Global">Ctrl+Alt+F7</Shortcut>
<Shortcut Command="ReSharper.ReSharper_FindUsagesAdvanced" Scope="Text Editor">Ctrl+Shift+Alt+F12</Shortcut>
<Shortcut Command="ReSharper.ReSharper_FindUsagesAdvanced" Scope="Global">Ctrl+Shift+Alt+F12</Shortcut>
<Shortcut Command="ReSharper.ReSharper_HighlightUsages" Scope="Text Editor">Shift+Alt+F11</Shortcut>
<Shortcut Command="ReSharper.ReSharper_HighlightUsages" Scope="Global">Shift+Alt+F11</Shortcut>
<Shortcut Command="ReSharper.ReSharper_TypeHierarchy_Browse" Scope="Text Editor">Ctrl+E, H</Shortcut>
<Shortcut Command="ReSharper.ReSharper_TypeHierarchy_Browse" Scope="Global">Ctrl+E, H</Shortcut>
<Shortcut Command="ReSharper.ReSharper_TypeHierarchy_Browse" Scope="Text Editor">Ctrl+E, Ctrl+H</Shortcut>
<Shortcut Command="ReSharper.ReSharper_TypeHierarchy_Browse" Scope="Global">Ctrl+E, Ctrl+H</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Text Editor">Ctrl+E, T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Global">Ctrl+E, T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Text Editor">Ctrl+E, Ctrl+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ExploreStackTrace" Scope="Global">Ctrl+E, Ctrl+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Bookmarks_BookmarksMenu" Scope="Text Editor">Ctrl+`</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Bookmarks_BookmarksMenu" Scope="Global">Ctrl+`</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark0" Scope="Text Editor">Ctrl+Shift+0</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark0" Scope="Global">Ctrl+Shift+0</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark1" Scope="Text Editor">Ctrl+Shift+1</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark1" Scope="Global">Ctrl+Shift+1</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark2" Scope="Text Editor">Ctrl+Shift+2</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark2" Scope="Global">Ctrl+Shift+2</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark3" Scope="Text Editor">Ctrl+Shift+3</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark3" Scope="Global">Ctrl+Shift+3</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark4" Scope="Text Editor">Ctrl+Shift+4</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark4" Scope="Global">Ctrl+Shift+4</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark5" Scope="Text Editor">Ctrl+Shift+5</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark5" Scope="Global">Ctrl+Shift+5</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark6" Scope="Text Editor">Ctrl+Shift+6</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark6" Scope="Global">Ctrl+Shift+6</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark7" Scope="Text Editor">Ctrl+Shift+7</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark7" Scope="Global">Ctrl+Shift+7</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark8" Scope="Text Editor">Ctrl+Shift+8</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark8" Scope="Global">Ctrl+Shift+8</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark9" Scope="Text Editor">Ctrl+Shift+9</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_ToggleBookmark9" Scope="Global">Ctrl+Shift+9</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark0" Scope="Text Editor">Ctrl+0</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark0" Scope="Global">Ctrl+0</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark1" Scope="Text Editor">Ctrl+1</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark1" Scope="Global">Ctrl+1</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark2" Scope="Text Editor">Ctrl+2</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark2" Scope="Global">Ctrl+2</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark3" Scope="Text Editor">Ctrl+3</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark3" Scope="Global">Ctrl+3</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark4" Scope="Text Editor">Ctrl+4</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark4" Scope="Global">Ctrl+4</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark5" Scope="Text Editor">Ctrl+5</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark5" Scope="Global">Ctrl+5</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark6" Scope="Text Editor">Ctrl+6</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark6" Scope="Global">Ctrl+6</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark7" Scope="Text Editor">Ctrl+7</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark7" Scope="Global">Ctrl+7</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark8" Scope="Text Editor">Ctrl+8</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark8" Scope="Global">Ctrl+8</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark9" Scope="Text Editor">Ctrl+9</Shortcut>
<Shortcut Command="ReSharper_Bookmarks_GoToBookmark9" Scope="Global">Ctrl+9</Shortcut>
<Shortcut Command="ReSharper.ReSharper_InspectThis" Scope="Text Editor">Ctrl+Shift+Alt+A</Shortcut>
<Shortcut Command="ReSharper.ReSharper_InspectThis" Scope="Global">Ctrl+Shift+Alt+A</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowInspectionWindow" Scope="Text Editor">Ctrl+Alt+V</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowInspectionWindow" Scope="Global">Ctrl+Alt+V</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowHierarchyWindow" Scope="Text Editor">Ctrl+Alt+H</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowHierarchyWindow" Scope="Global">Ctrl+Alt+H</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowCodeStructure" Scope="Text Editor">Ctrl+Alt+F</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowCodeStructure" Scope="Global">Ctrl+Alt+F</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowFindResults" Scope="Text Editor">Ctrl+Alt+F12</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowFindResults" Scope="Global">Ctrl+Alt+F12</Shortcut>
<Shortcut Command="ReSharper.ReSharper_MoveUp" Scope="Text Editor">Ctrl+Shift+Alt+Up Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_MoveDown" Scope="Text Editor">Ctrl+Shift+Alt+Down Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_MoveLeft" Scope="Text Editor">Ctrl+Shift+Alt+Left Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_MoveRight" Scope="Text Editor">Ctrl+Shift+Alt+Right Arrow</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Generate" Scope="Text Editor">Alt+Ins</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Generate" Scope="Global">Alt+Ins</Shortcut>
<Shortcut Command="ReSharper.ReSharper_CleanupCode" Scope="Text Editor">Ctrl+E, Ctrl+C</Shortcut>
<Shortcut Command="ReSharper.ReSharper_CleanupCode" Scope="Global">Ctrl+E, Ctrl+C</Shortcut>
<Shortcut Command="ReSharper.ReSharper_CleanupCode" Scope="Text Editor">Ctrl+E, C</Shortcut>
<Shortcut Command="ReSharper.ReSharper_CleanupCode" Scope="Global">Ctrl+E, C</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoRecentEdits" Scope="Global">Ctrl+Shift+,</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoLastEditLocation" Scope="Text Editor">Ctrl+Shift+Bkspce</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoLastEditLocation" Scope="Global">Ctrl+Shift+Bkspce</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowTodoExplorer" Scope="Text Editor">Ctrl+Alt+D</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowTodoExplorer" Scope="Global">Ctrl+Alt+D</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowUnitTestExplorer" Scope="Text Editor">Ctrl+Alt+U</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowUnitTestExplorer" Scope="Global">Ctrl+Alt+U</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowUnitTestSessions" Scope="Text Editor">Ctrl+Alt+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ShowUnitTestSessions" Scope="Global">Ctrl+Alt+T</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoNextHighlight" Scope="Text Editor">Alt+PgDn</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoNextHighlight" Scope="Global">Alt+PgDn</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoPrevHighlight" Scope="Text Editor">Alt+PgUp</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoPrevHighlight" Scope="Global">Alt+PgUp</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoNextErrorInSolution" Scope="Text Editor">Shift+Alt+PgDn</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoNextErrorInSolution" Scope="Global">Shift+Alt+PgDn</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoPrevErrorInSolution" Scope="Text Editor">Shift+Alt+PgUp</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GotoPrevErrorInSolution" Scope="Global">Shift+Alt+PgUp</Shortcut>
<Shortcut Command="ReSharper.ReSharper_RefactorThis" Scope="Text Editor">Ctrl+Shift+R</Shortcut>
<Shortcut Command="ReSharper.ReSharper_RefactorThis" Scope="Global">Ctrl+Shift+R</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Rename" Scope="Text Editor">Ctrl+R, R</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Rename" Scope="Global">Ctrl+R, R</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Rename" Scope="Text Editor">Ctrl+R, Ctrl+R</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Rename" Scope="Global">Ctrl+R, Ctrl+R</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Move" Scope="Text Editor">Ctrl+R, O</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Move" Scope="Global">Ctrl+R, O</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Move" Scope="Text Editor">Ctrl+R, Ctrl+O</Shortcut>
<Shortcut Command="ReSharper.ReSharper_Move" Scope="Global">Ctrl+R, Ctrl+O</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SafeDelete" Scope="Text Editor">Ctrl+R, D</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SafeDelete" Scope="Global">Ctrl+R, D</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SafeDelete" Scope="Text Editor">Ctrl+R, Ctrl+D</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SafeDelete" Scope="Global">Ctrl+R, Ctrl+D</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SafeDelete" Scope="Text Editor">Alt+Del</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SafeDelete" Scope="Global">Alt+Del</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ExtractMethod" Scope="Text Editor">Ctrl+R, M</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ExtractMethod" Scope="Text Editor">Ctrl+R, Ctrl+M</Shortcut>
<Shortcut Command="ReSharper.ReSharper_IntroduceVariable" Scope="Text Editor">Ctrl+R, V</Shortcut>
<Shortcut Command="ReSharper.ReSharper_IntroduceVariable" Scope="Text Editor">Ctrl+R, Ctrl+V</Shortcut>
<Shortcut Command="ReSharper.ReSharper_IntroduceField" Scope="Text Editor">Ctrl+R, F</Shortcut>
<Shortcut Command="ReSharper.ReSharper_IntroduceField" Scope="Text Editor">Ctrl+R, Ctrl+F</Shortcut>
<Shortcut Command="ReSharper.ReSharper_IntroParameter" Scope="Text Editor">Ctrl+R, P</Shortcut>
<Shortcut Command="ReSharper.ReSharper_IntroParameter" Scope="Text Editor">Ctrl+R, Ctrl+P</Shortcut>
<Shortcut Command="ReSharper.ReSharper_InlineVariable" Scope="Text Editor">Ctrl+R, I</Shortcut>
<Shortcut Command="ReSharper.ReSharper_InlineVariable" Scope="Text Editor">Ctrl+R, Ctrl+I</Shortcut>
<Shortcut Command="ReSharper.ReSharper_EncapsulateField" Scope="Text Editor">Ctrl+R, E</Shortcut>
<Shortcut Command="ReSharper.ReSharper_EncapsulateField" Scope="Global">Ctrl+R, E</Shortcut>
<Shortcut Command="ReSharper.ReSharper_EncapsulateField" Scope="Text Editor">Ctrl+R, Ctrl+E</Shortcut>
<Shortcut Command="ReSharper.ReSharper_EncapsulateField" Scope="Global">Ctrl+R, Ctrl+E</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ChangeSignature" Scope="Text Editor">Ctrl+R, S</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ChangeSignature" Scope="Global">Ctrl+R, S</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ChangeSignature" Scope="Text Editor">Ctrl+R, Ctrl+S</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ChangeSignature" Scope="Global">Ctrl+R, Ctrl+S</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GenerateFileBesides" Scope="Text Editor">Ctrl+Alt+Ins</Shortcut>
<Shortcut Command="ReSharper.ReSharper_GenerateFileBesides" Scope="Global">Ctrl+Alt+Ins</Shortcut>
<Shortcut Command="ReSharper.ReSharper_LiveTemplates_Insert" Scope="Text Editor">Ctrl+E, L</Shortcut>
<Shortcut Command="ReSharper.ReSharper_LiveTemplates_Insert" Scope="Text Editor">Ctrl+E, Ctrl+L</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SurroundWith" Scope="Text Editor">Ctrl+E, U</Shortcut>
<Shortcut Command="ReSharper.ReSharper_SurroundWith" Scope="Text Editor">Ctrl+E, Ctrl+U</Shortcut>
<Shortcut Command="ReSharper.ReSharper_LocateInSolutionExplorerAction" Scope="Text Editor">Shift+Alt+L</Shortcut>
<Shortcut Command="ReSharper.ReSharper_LocateInSolutionExplorerAction" Scope="Global">Shift+Alt+L</Shortcut>
<Shortcut Command="ReSharper_SilentCleanupCode" Scope="Text Editor">Ctrl+E, F</Shortcut>
<Shortcut Command="ReSharper_SilentCleanupCode" Scope="Global">Ctrl+E, F</Shortcut>
<Shortcut Command="ReSharper_SilentCleanupCode" Scope="Text Editor">Ctrl+E, Ctrl+F</Shortcut>
<Shortcut Command="ReSharper_SilentCleanupCode" Scope="Global">Ctrl+E, Ctrl+F</Shortcut>
<Shortcut Command="ReSharper_SelectContainingDeclaration" Scope="Text Editor">Ctrl+Shift+[</Shortcut>
<Shortcut Command="ReSharper_SelectContainingDeclaration" Scope="Global">Ctrl+Shift+[</Shortcut>
<Shortcut Command="ReSharper_ParameterInfo_GoToPreviousSignature" Scope="Text Editor">Ctrl+Shift+Alt+Space</Shortcut>
<Shortcut Command="ReSharper_ParameterInfo_GoToPreviousSignature" Scope="Global">Ctrl+Shift+Alt+Space</Shortcut>
<Shortcut Command="ReSharper_QuickFix" Scope="Text Editor">Alt+Enter</Shortcut>
<Shortcut Command="ReSharper_WindowManager_CloseRecentTool" Scope="Text Editor">Ctrl+Shift+F4</Shortcut>
<Shortcut Command="ReSharper_WindowManager_CloseRecentTool" Scope="Global">Ctrl+Shift+F4</Shortcut>
<Shortcut Command="ReSharper_WindowManager_ActivateRecentTool" Scope="Text Editor">Ctrl+Alt+Bkspce</Shortcut>
<Shortcut Command="ReSharper_WindowManager_ActivateRecentTool" Scope="Global">Ctrl+Alt+Bkspce</Shortcut>
<Shortcut Command="ReSharper_EnableDaemon" Scope="Text Editor">Ctrl+Shift+Alt+8</Shortcut>
<Shortcut Command="ReSharper_EnableDaemon" Scope="Global">Ctrl+Shift+Alt+8</Shortcut>
<Shortcut Command="Edit.NavigateTo" Scope="Global">Ctrl+,</Shortcut>
<Shortcut Command="Edit.NavigateTo" Scope="Text Editor">Ctrl+,</Shortcut>
<Shortcut Command="ReSharper.ReSharper_FindUsages" Scope="Global">Shift+F12</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ReSharper_UnitTest_RunContext" Scope="Text Editor">Ctrl+Shift+Alt+U, R</Shortcut>
<Shortcut Command="ReSharper.ReSharper_ReSharper_UnitTest_DebugContext" Scope="Text Editor">Ctrl+Shift+Alt+U, D</Shortcut>
<Shortcut Command="Edit.DecreaseLineIndent" Scope="Global">Ctrl+I, Ctrl+D</Shortcut>
<Shortcut Command="Edit.IncreaseLineIndent" Scope="Global">Ctrl+I, Ctrl+I</Shortcut>
<Shortcut Command="ReSharper.ReSharper_UnitTest_RunSolution" Scope="Global">Ctrl+R, A</Shortcut>
<Shortcut Command="Project.NewFolder" Scope="Global">Ctrl+M, F</Shortcut>
<Shortcut Command="ReSharper.ReSharper_LineComment" Scope="Text Editor">Ctrl+/</Shortcut>
<Shortcut Command="View.QuickAccess" Scope="Global">Ctrl+Shift+Q</Shortcut>
<Shortcut Command="DotCover_ShowLog" Scope="Text Editor">Ctrl+Shift+Alt+L</Shortcut>
<Shortcut Command="DotCover_ShowLog" Scope="Global">Ctrl+Shift+Alt+L</Shortcut>
<Shortcut Command="dotCover.DotCover_CoverAllTestsFromSolution" Scope="Text Editor">Ctrl+U, K</Shortcut>
<Shortcut Command="dotCover.DotCover_CoverAllTestsFromSolution" Scope="Global">Ctrl+U, K</Shortcut>
<Shortcut Command="dotCover.DotCover_CoverAllTestsFromSolution" Scope="Text Editor">Ctrl+U, Ctrl+K</Shortcut>
<Shortcut Command="dotCover.DotCover_CoverAllTestsFromSolution" Scope="Global">Ctrl+U, Ctrl+K</Shortcut>
<Shortcut Command="dotCover.DotCover_ShowTestsCoveringContext" Scope="Text Editor">Ctrl+Alt+K</Shortcut>
<Shortcut Command="dotCover.DotCover_ToggleHighlighting" Scope="Text Editor">Ctrl+Alt+Y</Shortcut>
<Shortcut Command="dotCover.DotCover_ToggleHighlighting" Scope="Global">Ctrl+Alt+Y</Shortcut>
<Shortcut Command="dotCover.DotCover_ShowCoverageResultBrowser" Scope="Text Editor">Ctrl+Alt+C</Shortcut>
<Shortcut Command="dotCover.DotCover_ShowCoverageResultBrowser" Scope="Global">Ctrl+Alt+C</Shortcut>
<RemoveShortcut Command="ReSharper.ReSharper_GotoRecentEdits" Scope="Text Editor">Ctrl+Shift+,</RemoveShortcut>
<Shortcut Command="View.ZoomOut" Scope="Text Editor">Ctrl+Shift+,</Shortcut>
<Shortcut Command="Tools.ExternalCommand4" Scope="Global">Ctrl+Shift+M</Shortcut>
<Shortcut Command="View.NextError" Scope="Text Editor">Ctrl+Shift+F12</Shortcut>
<Shortcut Command="TestDriven.NET.Debugger" Scope="Global">Ctrl+R, Ctrl+T</Shortcut>
<Shortcut Command="TestDriven.NET.RerunTests" Scope="Global">Ctrl+R, G</Shortcut>
<Shortcut Command="TestDriven.NET.RunTests" Scope="Global">Ctrl+R, T</Shortcut>
</UserShortcuts>
</KeyboardShortcuts>
</Category>
<Category name="Environment_CommandBars" Category="{B9D9C123-B500-4202-B887-57C829CBD08F}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_CommandBars" PackageName="Visual Studio Environment Package">
<CommandBars Version="05072811">
<DefaultCustomizations>
<modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000420" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,593,75"/>
<modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Visibility="auto" FullScreen="hide" Dock="top" Row="1" DockRectangle="2,23,180,49"/>
<add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="00100001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/>
<remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000105" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000133" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/>
<remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000c7" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000133" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/>
<remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="00500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/>
<remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000359" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000035a" GroupPri="03500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/>
<remove Cmd="{E8B06F44-6D01-11D2-AA7D-00C04F990343}:00001387" CmdPri="00100000" Group="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:0000006a" GroupPri="00200000" Menu="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000004"/>
<modify Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000359" CmdPri="00500001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" BeginGroup="false"/>
</DefaultCustomizations>
<UserCustomizations>
<add_group Group="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000208" GroupPri="40000001" Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402"/>
<add_toolbar Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402" Name="Browser Switch" MenuType="menu"/>
<add_toolbar Menu="{000D7B18-CDE4-49F0-B194-FE3E25BBF096}:00000009" Name="GitExtensions" MenuType="toolbar"/>
<modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Visibility="hide" FullScreen="hide" Dock="top" Row="1" FloatRectangle="0,0,1065,24" DockRectangle="0,0,1065,24"/>
<modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000000d" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,96,24" DockRectangle="0,0,96,24"/>
<modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000008d" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,1179,24" DockRectangle="22,0,1179,24"/>
<modify_toolbar Menu="{B85579AA-8BE0-4C4F-A850-90902B317571}:00004000" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,403,24" DockRectangle="30,0,403,24"/>
<modify_toolbar Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e" Visibility="hide" FullScreen="hide" Dock="top" Row="1" FloatRectangle="0,0,422,24" DockRectangle="2,0,422,24"/>
<modify_toolbar Menu="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00000010" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="1295,51,1680,77"/>
<modify_toolbar Menu="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00000013" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="866,51,1295,77"/>
<modify_toolbar Menu="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00001077" Visibility="hide" FullScreen="hide" Dock="top" Row="1" FloatRectangle="0,0,316,24" DockRectangle="3,0,316,24"/>
<modify_toolbar Menu="{061317B2-F992-435E-A23D-9EAD4B972ED5}:00000102" Visibility="auto" FullScreen="hide" Dock="top" Row="1" FloatRectangle="0,0,557,24" DockRectangle="4,0,557,24"/>
<modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000420" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,893,24" DockRectangle="21,0,893,24"/>
<modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Visibility="auto" FullScreen="hide" Dock="top" Row="1" FloatRectangle="0,0,306,24" DockRectangle="1,0,306,24"/>
<modify_toolbar Menu="{F65C9B12-9CC9-498A-AB19-6CBE3D2C6BC6}:00000002" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,111,24" DockRectangle="5,0,111,24"/>
<modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:00000101" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,785,24" DockRectangle="8,0,785,24"/>
<modify_toolbar Menu="{74D21312-2AEE-11D1-8BFB-00A0C90F26F7}:00000601" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,636,24" DockRectangle="11,0,636,24"/>
<modify_toolbar Menu="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000001" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,240,24" DockRectangle="25,0,240,24"/>
<modify_toolbar Menu="{A764E896-518D-11D2-9A89-00C04F79EFC3}:00000103" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,302,24" DockRectangle="30,0,302,24"/>
<modify_toolbar Menu="{E148F049-C570-4F55-84A6-6DA870AF229E}:00001388" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,366,24" DockRectangle="15,0,366,24"/>
<modify_toolbar Menu="{C7547851-4E3A-4E5B-9173-FA6E9C8BD82C}:0000271a" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,184,24" DockRectangle="27,0,184,24"/>
<modify_toolbar Menu="{CB26E292-901A-419C-B79D-49BD45C43929}:00002710" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,271,24" DockRectangle="31,0,271,24"/>
<modify_toolbar Menu="{F5EAC013-F209-453B-A2F3-CDF43821C24E}:00000302" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,403,24" DockRectangle="18,0,403,24"/>
<modify_toolbar Menu="{068E2583-0872-403B-AF4C-6C2A8F2D8C3E}:00001201" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,74,24" DockRectangle="1,0,74,24"/>
<modify_toolbar Menu="{722BFC2E-B7E1-49CD-83C4-9EF342D46B72}:00000005" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,133,24" DockRectangle="30,0,133,24"/>
<modify_toolbar Menu="{00000000-0000-0000-0000-313370000001}:00002011" Visibility="hide" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,23,24"/>
<modify_toolbar Menu="{000D7B18-CDE4-49F0-B194-FE3E25BBF096}:00000009" Name="GitExtensions" Visibility="hide" FullScreen="hide" Dock="top" Row="3" FloatRectangle="0,0,208,24" DockRectangle="0,0,208,24"/>
<modify_toolbar Menu="{161ABEEC-5930-4CD8-A5A6-069F6BEB75B1}:00000773" Visibility="auto" FullScreen="hide" Dock="top" Row="2" FloatRectangle="0,0,503,24" DockRectangle="27,0,503,24"/>
<add CmdPri="00800001" Group="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00001044" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085">TestDriven.NET.Reflector</add>
<add CmdPri="00c00001" Group="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00001044" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085">TestDriven.NET.Abort</add>
<add Cmd="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402" CmdPri="07800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011d" GroupPri="0f000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085"/>
<add CmdPri="00800001" Group="{4A79114B-19E4-11D3-B86B-00C04F79F802}:00000010" GroupPri="00200000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000088">TestDriven.NET.AddInHelp</add>
<add CmdPri="02800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000206" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402">TestDriven.NET.RunTests</add>
<add CmdPri="02e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000206" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402">TestDriven.NET.RerunTests</add>
<add CmdPri="0a008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000216" GroupPri="06000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402">TestDriven.NET.Reflector</add>
<add CmdPri="01008001" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">TestDriven.NET.Build</add>
<add CmdPri="0180c001" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">TestDriven.NET.RunTests</add>
<add CmdPri="01e0f001" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">TestDriven.NET.RerunTests</add>
<add CmdPri="01f0f801" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">TestDriven.NET.GoToTestOrCode</add>
<add CmdPri="06000001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001c3" GroupPri="03500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">TestDriven.NET.Reflector</add>
<add CmdPri="02800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000219" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000413">TestDriven.NET.RunTests</add>
<add CmdPri="02e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000219" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000413">TestDriven.NET.RerunTests</add>
<add CmdPri="0a008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000217" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000413">TestDriven.NET.Reflector</add>
<add CmdPri="02008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000263" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000414">TestDriven.NET.RunTests</add>
<add CmdPri="02018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000263" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000414">TestDriven.NET.RerunTests</add>
<add CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000214" GroupPri="06000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000418">TestDriven.NET.RunTests</add>
<add CmdPri="01018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000214" GroupPri="06000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000418">TestDriven.NET.RerunTests</add>
<add CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000430">TestDriven.NET.RunTests</add>
<add CmdPri="00e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000430">TestDriven.NET.RerunTests</add>
<add CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000020b" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000431">TestDriven.NET.RunTests</add>
<add CmdPri="00e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000020b" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000431">TestDriven.NET.RerunTests</add>
<add CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000451">TestDriven.NET.Reflector</add>
<add CmdPri="06000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000112" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000504">TestDriven.NET.Reflector</add>
<add CmdPri="02000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000014" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000505">TestDriven.NET.Reflector</add>
<add CmdPri="01800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000121" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000509">TestDriven.NET.Reflector</add>
<add Cmd="{722BFC2E-B7E1-49CD-83C4-9EF342D46B72}:00000100" CmdPri="10000001" Group="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000208" GroupPri="40000001" Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402"/>
<add Cmd="{722BFC2E-B7E1-49CD-83C4-9EF342D46B72}:00000101" CmdPri="20000001" Group="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000208" GroupPri="40000001" Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402"/>
<add Cmd="{722BFC2E-B7E1-49CD-83C4-9EF342D46B72}:00000102" CmdPri="40000001" Group="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000208" GroupPri="40000001" Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402"/>
<remove Cmd="{00000000-0000-0000-0000-313370000001}:00000033" CmdPri="01000000" Group="{00000000-0000-0000-0000-313370000001}:00000193" GroupPri="09990000" Menu="{00000000-0000-0000-0000-313370000001}:00002011"/>
<modify Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000104" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000000"/>
<modify Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000088" CmdPri="ff000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000105" GroupPri="fd000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000000"/>
<modify CmdPri="00800001" Group="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00001044" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify CmdPri="00c00001" Group="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00001044" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACRjaH/s6+3/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALeywf9maKH/FR+U/6mbt/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMnS8v+8yfH/AAAAAIio1v83PeD/Hiy7/0Y4bf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL/O8v+SuPX/iMD7/3mo4v+AlPz/JC3x/wcMav/Pvdn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACauvT/d8f+/2PZ/v9byPT/RoP3/zA+oP+RnsL/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADg6Pj/jbv1/2rX/f9D5v//ROD//1iz6P+BoN3/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI6Hnf+Cibf/0Nnw/5S67/9z1P3/TuD+/1Xi/v92zf//k7T4/8jP8f8AAAAAAAAAAAAAAAAAAAAAAAAAAJOIrP9dZH3/T1mh/4CN3/+Usv//UpT//1+x7/9uuvD/jLr6/6Wx8P/Q0/H/AAAAAAAAAAAAAAAAAAAAAKObuP84R4D/ABei/wgw//8pRuj/KEPa/zxTwv9PY7D/mLLr/7PA8f/c3/T/AAAAAAAAAAAAAAAAAAAAAAAAAAAPHX//ZWd7/0VQmv8/Vsn/dHiX/xkkfv8jJW7/xtHq//Dz+/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACKgJP/fHqN/wAAAABCSoH/XnG0/wgSUP8JJ9H/UVmx/4B/nP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmnqv/iYSN/wAAAACtpL7/CzTF/wEGK/8sN4j/L1D9/3uFrv9QR2H/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADm4ej/ESuU/1lfjv8AAAAApJ6z/0ZYrP8jJTT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgX6J/5+aof8AAAAA08vV/wggov9UVXP/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALq3vP8AAAAA0snV/3t3gP+7uMD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMfAzP+/ucL/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Abort</modify>
<modify CmdPri="00800001" Group="{4A79114B-19E4-11D3-B86B-00C04F79F802}:00000010" GroupPri="00200000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000088" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.AddInHelp</modify>
<modify CmdPri="02800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000206" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.RunTests</modify>
<modify CmdPri="02e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000206" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402">TestDriven.NET.RerunTests</modify>
<modify CmdPri="0a008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000216" GroupPri="06000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify CmdPri="01008001" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICA/wAAAAAAAAAAAAAAAICAgP8AAAAAAAAAAAAAAACAgAD/AAAAAAAAAAAAAAAAgIAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAgICA/wAAAAAAAAAAAAAAAICAAP8AAAAAAAAAAAAAAACAAAD/AAAAAAAAAAAAAAAAAAAAAAAAAACAgAD/AAAAAAAAAAAAAAAAgAAA/wAAAAAAAAAAAAAAAIAAAP8AAAAAAAAAAAAAAACAAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICA/wAAAAAAAAAAgAAA/wAAAAAAAAAAgICA/wAAAAAAAAAAAAAAAAAAAAAAAAAAgICA/wAAAAAAAAAAAAAAAICAgP8AAAAAAAAAAAAAAAAAAAAAAAAAAICAgP8AAAAAAAAAAAAAAACAgAD/AAAAAICAgP8AAAAAgICA/8DAwP/AwMD//wAA/4CAAP8AAAAAgICA/8DAwP/AwMD//wAA/4CAAP8AAAAAgIAA/wAAAACAgID/AAAAAAAAAACAgID//wAA/4CAAP8AAAAAAAAAAAAAAACAgID//wAA/4CAAP8AAAAAAAAAAIAAAP8AAAAAgICA/wAAAAD/////AAAAAICAAP8AAAAA/////wAAAAD/////AAAAAICAAP8AAAAA/////wAAAACAAAD/AAAAAICAgP//////AAAAAP////8AAAAA/////wAAAAD/////AAAAAP////8AAAAA/////wAAAAD/////gAAA/wAAAACAgAD//////4CAgP//////gICA//////+AgID//////4CAAP//////gAAA//////+AAAD//////4AAAP8AAAAAgICA//////////////////////////////////////////////////////////////////////+AAAD/AAAAAICAAP//////gICA//////+AgAD//////4AAAP//////gAAA//////+AAAD//////4AAAP//////gAAA/wAAAACAgAD//////////////////////////////////////////////////////////////////////4AAAP8AAAAAgAAA/4AAAP+AAAD/gAAA/4AAAP+AAAD/gAAA/4AAAP+AAAD/gAAA/4AAAP+AAAD/gAAA/4AAAP+AAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Build</modify>
<modify CmdPri="0180c001" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.RunTests</modify>
<modify CmdPri="01e0f001" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">TestDriven.NET.RerunTests</modify>
<modify CmdPri="01f0f801" Group="{7FDFDEA5-CE22-4783-BABC-EA7F4EF137D3}:0000a000" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">TestDriven.NET.GoToTestOrCode</modify>
<modify CmdPri="06000001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001c3" GroupPri="03500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify CmdPri="02800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000219" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000413" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.RunTests</modify>
<modify CmdPri="02e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000219" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000413">TestDriven.NET.RerunTests</modify>
<modify CmdPri="0a008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000217" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000413" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify CmdPri="02008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000263" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000414" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.RunTests</modify>
<modify CmdPri="02018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000263" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000414">TestDriven.NET.RerunTests</modify>
<modify CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000214" GroupPri="06000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000418" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.RunTests</modify>
<modify CmdPri="01018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000214" GroupPri="06000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000418">TestDriven.NET.RerunTests</modify>
<modify CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000430" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.RunTests</modify>
<modify CmdPri="00e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000430">TestDriven.NET.RerunTests</modify>
<modify CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000020b" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000431" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmZmf9mZpn/ZmaZ/2Zmmf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf9mZpn/ADPM/wAzmf+ZmZn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/5mZmf/MzMz/ADP//wAzzP8zM2b/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/2Zmmf/MzMz/ADP//wAz//8zM2b/ZmaZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/zMzM/5mZmf/MzMz/ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM5n/ZmZm/5mZmf8AM///ADP//wAz//8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGZmmf8AM8z/ADPM/wAz//8AM///ADP//wAz//8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM8z/ZmaZ/wAzzP8AM8z/ADOZ/wAzmf8zM2b/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmb/ZmaZ/wAAAAAzM2b/ADP//wAzmf8zM2b/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACZmZn/mZmZ/wAAAADMzMz/ADPM/wAzzP8AM5n/ADP//wAzzP8zM2b/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzM/wAAAADMzMz/ADPM/wAzzP9mZpn/mZmZ/wAz//8AM8z/ZmZm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZm/wAzmf8AAAAAAAAAAGZmmf8AM5n/MzNm/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmZmZ/5mZmf8AAAAAAAAAAJmZmf8AM5n/mZmZ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMzP8AAAAAAAAAAJmZmf+ZmZn/zMzM/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.RunTests</modify>
<modify CmdPri="00e00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000020b" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000431">TestDriven.NET.RerunTests</modify>
<modify CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000451" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify CmdPri="06000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000112" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000504" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify CmdPri="02000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000014" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000505" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify CmdPri="01800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000121" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000509" CustomIcon="U0JTXygEAAAoAAAAEAAAAPD///8BACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEyuP/e8Xh/wAAAACk1OT/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHPB3v9/xeD/d9Dz/1C85/9lyO7/Lard/6TT4/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE2w1f+H1/b/f9X2/5Hg/v+I3v7/f9z+/y+t3/8/rdj/psub/5LDd/+SxX//arJE/6bGof8AAAAAAAAAAAAAAABGpsr/bszw/4nc+/8bk8L/Qq7X/3XZ/v9Kv+v/TK6W/2SuYv9wt0b/abZD/2CyPP9ZsTn/stO3/wAAAABzwd7/cMzw/4HY+f+I3v7/U7/o/2/V+/9s1/7/L6a6/22zTf9wt0b/Vp4q/0uVJP9btD3/SJoh/2eYSf8AAAAAAAAAAAqJuf9hyPD/ZMzz/2/V+/8+teL/Lava/zCjrP9lr0n/abZD/1qqNP9ZsTn/UKsz/0ilKv9elDv/AAAAAAAAAABKpcb/K6fY/ymKqP85teX/X4yA/5KBPP9heVf/S5Ad/1+yPP9WrDb/TKUv/zmBDf8qYwD/Z5pJ/wAAAAAAAAAAAAAAAHp1RP/Fix//am9I/7OCJf/MjyD/nmIW/5d0Iv9shSD/On8H/y1pAP8wbgD/ob+h/wAAAAAAAAAAAAAAAAAAAACugj7/2aAj/9WbIv/SliH/zpEg/8iJH/++fhz/l2MU/1SDLf+iwaH/gql1/wAAAAAAAAAAAAAAAL6pgf+9gx3/xowf/9WbIv++gxz/pGwV/8iJH//Hhx7/p2kX/5VbFP+7spn/AAAAAAAAAAAAAAAAAAAAAAAAAACvgz7/w4ke/9WbIv/SliH/k1sU/45YEP/FhB3/xIId/8B9HP+pahj/vLKa/wAAAAAAAAAAAAAAAAAAAAAAAAAAn4Zf/6huF//SliH/zpEg/8WHHv/Hhx7/xIId/6tsGP+LVA//jlcQ/7Shf/8AAAAAAAAAAAAAAAAAAAAAAAAAALeXZ//JjB//rnIZ/8WHHv/FhR7/t3ca/8B9HP+maBf/jGEn/5BwQf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwLL/jFUQ/5RbE/+/gBz/rW8Z/4RQDf+UWxL/iFMQ/62Wcf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKKOa/+hglT/f0wK/4ZRDf+ifEj/mHxR/4paG/+/uqf/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKWWeP+ObkD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">TestDriven.NET.Reflector</modify>
<modify Cmd="{722BFC2E-B7E1-49CD-83C4-9EF342D46B72}:00000100" CmdPri="10000001" Group="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000208" GroupPri="40000001" Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402" Name="IE"/>
<modify Cmd="{722BFC2E-B7E1-49CD-83C4-9EF342D46B72}:00000101" CmdPri="20000001" Group="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000208" GroupPri="40000001" Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402" Name="Firefox" BeginGroup="false"/>
<modify Cmd="{722BFC2E-B7E1-49CD-83C4-9EF342D46B72}:00000102" CmdPri="40000001" Group="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000208" GroupPri="40000001" Menu="{D6074B41-EE32-4235-9A48-54B6A57E270F}:00000402" Name="Chrome" BeginGroup="false"/>
</UserCustomizations>
</CommandBars>
<PropertyValue name="ShowLargeButtons">false</PropertyValue>
<PropertyValue name="ShowScreenTips">true</PropertyValue>
<PropertyValue name="ShowScreenTipShortcutKeys">false</PropertyValue>
</Category>
<Category name="Environment_NewProjectDialogPreferredLanguage" Category="{77E22C0C-9F4A-4bfb-AD3A-3F3F4711E9ED}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_NewProjectDialogPreferredLanguage" PackageName="Visual Studio Environment Package">
<PropertyValue name="HasNewProjectDialogPreferredLanguage">true</PropertyValue>
<PropertyValue name="NewProjectDialogPreferredLanguage">VC#</PropertyValue>
<PropertyValue name="DefaultToLargeIconView">false</PropertyValue>
</Category>
<Category name="Environment_ObjectBrowser" Category="{D98D784D-88BF-4EBF-B039-C146EC14F472}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ObjectBrowser" PackageName="Visual Studio Environment Package">
<PropertyValue name="ObjectBrowserViewNamespaces">false</PropertyValue>
<PropertyValue name="ObjectBrowserShowHiddenTypesAndMembers">false</PropertyValue>
<PropertyValue name="ObjectBrowserTypesSortAlphabetically">true</PropertyValue>
<PropertyValue name="ObjectBrowserTypesSortByType">false</PropertyValue>
<PropertyValue name="ObjectBrowserTypesSortByAccess">false</PropertyValue>
<PropertyValue name="ObjectBrowserTypesGroupByType">false</PropertyValue>
<PropertyValue name="ObjectBrowserSearchResultsSortByBestMatch">true</PropertyValue>
<PropertyValue name="ObjectBrowserSearchResultsSortAlphabetically">false</PropertyValue>
<PropertyValue name="ObjectBrowserSearchResultsSortByType">false</PropertyValue>
<PropertyValue name="ObjectBrowserSearchResultsSortByAccess">false</PropertyValue>
<PropertyValue name="ObjectBrowserSearchResultsGroupByType">false</PropertyValue>
<PropertyValue name="ObjectBrowserMembersViewPublic">true</PropertyValue>
<PropertyValue name="ObjectBrowserMembersViewProtected">true</PropertyValue>
<PropertyValue name="ObjectBrowserMembersViewPrivate">true</PropertyValue>
<PropertyValue name="ObjectBrowserMembersViewOther">true</PropertyValue>
<PropertyValue name="ObjectBrowserMembersShowInherited">false</PropertyValue>
<PropertyValue name="ObjectBrowserShowExtensionMembers">false</PropertyValue>
<PropertyValue name="ObjectBrowserShowBaseTypes">true</PropertyValue>
<PropertyValue name="ObjectBrowserShowDerivedTypes">true</PropertyValue>
<PropertyValue name="ObjectBrowserMembersSortAlphabetically">false</PropertyValue>
<PropertyValue name="ObjectBrowserMembersSortByType">true</PropertyValue>
<PropertyValue name="ObjectBrowserMembersSortByAccess">false</PropertyValue>
<PropertyValue name="ObjectBrowserScope">{A5A527EA-CF0A-4ABF-B501-EAFE6B3BA5C6}</PropertyValue>
<PropertyValue name="ObjectBrowserScopeSubScope">0</PropertyValue>
<PropertyValue name="DefaultPresentationLanguage">VC#</PropertyValue>
</Category>
<Category name="Environment_OutputWindow" Category="{07C6CD04-100B-4f3e-BA93-DD1363E8D8E3}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_OutputWindow" PackageName="Visual Studio Environment Package">
<PropertyValue name="OutputWindowWordWrap">false</PropertyValue>
</Category>
<Category name="Environment_PropertiesWindow" Category="{731a3cc7-de5e-49ca-9115-9a03e46624b0}" Package="{7494682b-37a0-11d2-a273-00c04f8ef4ff}" RegisteredName="Environment_PropertiesWindow" PackageName="Windows Forms Designer Package">
<PropertyValue name="PbrsAlpha">1</PropertyValue>
<PropertyValue name="PbrsShowDesc">1</PropertyValue>
</Category>
<Category name="Environment_SimplifiedToolsOptions" Category="{13BEDEE6-9051-4809-B9E3-2EEC749EB15A}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_SimplifiedToolsOptions" PackageName="Visual Studio Environment Package">
<PropertyValue name="SupportsSimpleToolsOptions">false</PropertyValue>
<PropertyValue name="ShowingAllPages">false</PropertyValue>
<PropertyValue name="ShowFlatList">false</PropertyValue>
</Category>
<Category name="Environment_StartPage" Category="{255FE6D3-A0AE-4076-A509-D581B2BE4F9E}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_StartPage" PackageName="Visual Studio Environment Package">
<StartPages Version="1.0"/>
</Category>
<Category name="Environment_TaskList" Category="{8EA81A4E-FDB5-4ee8-BD1A-22ECBF73B7CD}" Package="{4A9B7E50-AA16-11d0-A8C5-00A0C921A4D2}" RegisteredName="Environment_TaskList" PackageName="Visual Studio Task List Package">
<PropertyValue name="Version">1</PropertyValue>
<PropertyValue name="ActiveProvider">{3BCE875B-7448-4034-A072-366BECD0F329}</PropertyValue>
<TaskProviders>
<Provider GUID="{1593EE17-2E95-41F0-8DC6-A0BFE991388F}">
<Columns>
<Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/>
<Column Name="Checked" Width="28" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Description" Width="852" Visibility="Visible" SortPriority="1" SortDirection="Up"/>
</Columns>
</Provider>
<Provider GUID="{18267819-C975-4292-8741-255590F76EB5}">
<Columns>
<Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/>
<Column Name="Bitmap" Width="17" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="ProviderKnowsOrder" Width="19" Visibility="Invisible" SortPriority="2" SortDirection="Up"/>
<Column Name="Checked" Width="28" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Description" Width="250" Visibility="Visible" SortPriority="7" SortDirection="Up"/>
<Column Name="File" Width="120" Visibility="Visible" SortPriority="4" SortDirection="Up"/>
<Column Name="Line" Width="70" Visibility="Visible" SortPriority="5" SortDirection="Up"/>
<Column Name="Column" Width="70" Visibility="Invisible" SortPriority="6" SortDirection="Up"/>
<Column Name="Category" Width="0" Visibility="Invisible" SortPriority="1" SortDirection="Up"/>
<Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="3" SortDirection="Up"/>
</Columns>
</Provider>
<Provider GUID="{3BCE875B-7448-4034-A072-366BECD0F329}">
<Columns>
<Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/>
<Column Name="Bitmap" Width="17" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="ProviderKnowsOrder" Width="19" Visibility="Invisible" SortPriority="2" SortDirection="Up"/>
<Column Name="Checked" Width="28" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Description" Width="814" Visibility="Visible" SortPriority="7" SortDirection="Up"/>
<Column Name="File" Width="614" Visibility="Visible" SortPriority="4" SortDirection="Up"/>
<Column Name="Line" Width="70" Visibility="Visible" SortPriority="5" SortDirection="Up"/>
<Column Name="Column" Width="70" Visibility="Invisible" SortPriority="6" SortDirection="Up"/>
<Column Name="Category" Width="0" Visibility="Invisible" SortPriority="1" SortDirection="Up"/>
<Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="3" SortDirection="Up"/>
</Columns>
</Provider>
<Provider GUID="{5A2D2729-ADFF-4A2E-A44F-55EBBF5DF64B}">
<Columns>
<Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/>
<Column Name="ProviderKnowsOrder" Width="19" Visibility="Invisible" SortPriority="2" SortDirection="Up"/>
<Column Name="Description" Width="690" Visibility="Visible" SortPriority="7" SortDirection="Up"/>
<Column Name="File" Width="120" Visibility="Visible" SortPriority="4" SortDirection="Up"/>
<Column Name="Line" Width="70" Visibility="Visible" SortPriority="5" SortDirection="Up"/>
<Column Name="Column" Width="70" Visibility="Invisible" SortPriority="6" SortDirection="Up"/>
<Column Name="Category" Width="0" Visibility="Invisible" SortPriority="1" SortDirection="Up"/>
<Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="3" SortDirection="Up"/>
</Columns>
</Provider>
<Provider GUID="{8B277264-F4D9-4AF1-9FC1-27FB974870D5}">
<Columns>
<Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/>
<Column Name="ProviderKnowsOrder" Width="17" Visibility="Invisible" SortPriority="2" SortDirection="Up"/>
<Column Name="Checked" Width="28" Visibility="Visible" SortPriority="-1" SortDirection="Up"/>
<Column Name="Description" Width="250" Visibility="Visible" SortPriority="7" SortDirection="Up"/>
<Column Name="File" Width="120" Visibility="Visible" SortPriority="4" SortDirection="Up"/>
<Column Name="Line" Width="70" Visibility="Visible" SortPriority="5" SortDirection="Up"/>
<Column Name="Category" Width="0" Visibility="Invisible" SortPriority="1" SortDirection="Up"/>
<Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="3" SortDirection="Up"/>
</Columns>
</Provider>
</TaskProviders>
</Category>
<Category name="Environment_Toolbox" Category="{481999F2-7479-4e03-83D5-BE808BA142DF}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_Toolbox" PackageName="Visual Studio Environment Package">
<PropertyValue name="ShowAllTabs">false</PropertyValue>
<PropertyValue name="Version">1</PropertyValue>
<PropertyValue name="DeletedTabCount">0</PropertyValue>
<PropertyValue name="Tab0.ID">ToolboxCategory_WinOEActivities</PropertyValue>
<PropertyValue name="Tab0.Name">Windows Workflow v3.0</PropertyValue>
<PropertyValue name="Tab0.View">0</PropertyValue>
<PropertyValue name="Tab0.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab0.RecordType">4</PropertyValue>
<PropertyValue name="Tab0.Position">1</PropertyValue>
<PropertyValue name="Tab1.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1071</PropertyValue>
<PropertyValue name="Tab1.Name">Standard</PropertyValue>
<PropertyValue name="Tab1.View">0</PropertyValue>
<PropertyValue name="Tab1.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab1.RecordType">4</PropertyValue>
<PropertyValue name="Tab1.Position">2</PropertyValue>
<PropertyValue name="Tab2.ID">Control Flow</PropertyValue>
<PropertyValue name="Tab2.Name">Control Flow</PropertyValue>
<PropertyValue name="Tab2.View">0</PropertyValue>
<PropertyValue name="Tab2.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab2.RecordType">4</PropertyValue>
<PropertyValue name="Tab2.Position">3</PropertyValue>
<PropertyValue name="Tab3.ID">XAML Common</PropertyValue>
<PropertyValue name="Tab3.Name">Common WPF Controls</PropertyValue>
<PropertyValue name="Tab3.View">0</PropertyValue>
<PropertyValue name="Tab3.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab3.RecordType">4</PropertyValue>
<PropertyValue name="Tab3.Position">4</PropertyValue>
<PropertyValue name="Tab4.ID">ToolboxCategory_WinOEActivities_v3.5</PropertyValue>
<PropertyValue name="Tab4.Name">Windows Workflow v3.5</PropertyValue>
<PropertyValue name="Tab4.View">0</PropertyValue>
<PropertyValue name="Tab4.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab4.RecordType">4</PropertyValue>
<PropertyValue name="Tab4.Position">5</PropertyValue>
<PropertyValue name="Tab5.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1072</PropertyValue>
<PropertyValue name="Tab5.Name">Data </PropertyValue>
<PropertyValue name="Tab5.View">0</PropertyValue>
<PropertyValue name="Tab5.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab5.RecordType">4</PropertyValue>
<PropertyValue name="Tab5.Position">6</PropertyValue>
<PropertyValue name="Tab6.ID">Flowchart</PropertyValue>
<PropertyValue name="Tab6.Name">Flowchart</PropertyValue>
<PropertyValue name="Tab6.View">0</PropertyValue>
<PropertyValue name="Tab6.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab6.RecordType">4</PropertyValue>
<PropertyValue name="Tab6.Position">7</PropertyValue>
<PropertyValue name="Tab7.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1106</PropertyValue>
<PropertyValue name="Tab7.Name">All Windows Forms</PropertyValue>
<PropertyValue name="Tab7.View">0</PropertyValue>
<PropertyValue name="Tab7.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab7.RecordType">4</PropertyValue>
<PropertyValue name="Tab7.Position">8</PropertyValue>
<PropertyValue name="Tab8.ID">XAML Controls</PropertyValue>
<PropertyValue name="Tab8.Name">All WPF Controls</PropertyValue>
<PropertyValue name="Tab8.View">0</PropertyValue>
<PropertyValue name="Tab8.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab8.RecordType">4</PropertyValue>
<PropertyValue name="Tab8.Position">9</PropertyValue>
<PropertyValue name="Tab9.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1073</PropertyValue>
<PropertyValue name="Tab9.Name">Validation</PropertyValue>
<PropertyValue name="Tab9.View">0</PropertyValue>
<PropertyValue name="Tab9.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab9.RecordType">4</PropertyValue>
<PropertyValue name="Tab9.Position">10</PropertyValue>
<PropertyValue name="Tab10.ID">Messaging</PropertyValue>
<PropertyValue name="Tab10.Name">Messaging</PropertyValue>
<PropertyValue name="Tab10.View">0</PropertyValue>
<PropertyValue name="Tab10.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab10.RecordType">4</PropertyValue>
<PropertyValue name="Tab10.Position">11</PropertyValue>
<PropertyValue name="Tab11.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1107</PropertyValue>
<PropertyValue name="Tab11.Name">Common Controls</PropertyValue>
<PropertyValue name="Tab11.View">0</PropertyValue>
<PropertyValue name="Tab11.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab11.RecordType">4</PropertyValue>
<PropertyValue name="Tab11.Position">12</PropertyValue>
<PropertyValue name="Tab12.ID">Silverlight Common</PropertyValue>
<PropertyValue name="Tab12.Name">Common Silverlight Controls</PropertyValue>
<PropertyValue name="Tab12.View">0</PropertyValue>
<PropertyValue name="Tab12.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab12.RecordType">4</PropertyValue>
<PropertyValue name="Tab12.Position">13</PropertyValue>
<PropertyValue name="Tab13.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1074</PropertyValue>
<PropertyValue name="Tab13.Name">Navigation</PropertyValue>
<PropertyValue name="Tab13.View">0</PropertyValue>
<PropertyValue name="Tab13.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab13.RecordType">4</PropertyValue>
<PropertyValue name="Tab13.Position">14</PropertyValue>
<PropertyValue name="Tab14.ID">Runtime</PropertyValue>
<PropertyValue name="Tab14.Name">Runtime</PropertyValue>
<PropertyValue name="Tab14.View">0</PropertyValue>
<PropertyValue name="Tab14.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab14.RecordType">4</PropertyValue>
<PropertyValue name="Tab14.Position">15</PropertyValue>
<PropertyValue name="Tab15.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1102</PropertyValue>
<PropertyValue name="Tab15.Name">Containers</PropertyValue>
<PropertyValue name="Tab15.View">0</PropertyValue>
<PropertyValue name="Tab15.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab15.RecordType">4</PropertyValue>
<PropertyValue name="Tab15.Position">16</PropertyValue>
<PropertyValue name="Tab16.ID">Silverlight Controls</PropertyValue>
<PropertyValue name="Tab16.Name">All Silverlight Controls</PropertyValue>
<PropertyValue name="Tab16.View">0</PropertyValue>
<PropertyValue name="Tab16.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab16.RecordType">4</PropertyValue>
<PropertyValue name="Tab16.Position">17</PropertyValue>
<PropertyValue name="Tab17.ID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Tab17.Name">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Tab17.View">0</PropertyValue>
<PropertyValue name="Tab17.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab17.RecordType">4</PropertyValue>
<PropertyValue name="Tab17.Position">20</PropertyValue>
<PropertyValue name="Tab18.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1075</PropertyValue>
<PropertyValue name="Tab18.Name">Login</PropertyValue>
<PropertyValue name="Tab18.View">0</PropertyValue>
<PropertyValue name="Tab18.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab18.RecordType">4</PropertyValue>
<PropertyValue name="Tab18.Position">23</PropertyValue>
<PropertyValue name="Tab19.ID">Primitives</PropertyValue>
<PropertyValue name="Tab19.Name">Primitives</PropertyValue>
<PropertyValue name="Tab19.View">0</PropertyValue>
<PropertyValue name="Tab19.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab19.RecordType">4</PropertyValue>
<PropertyValue name="Tab19.Position">24</PropertyValue>
<PropertyValue name="Tab20.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1103</PropertyValue>
<PropertyValue name="Tab20.Name">Menus &amp; Toolbars</PropertyValue>
<PropertyValue name="Tab20.View">0</PropertyValue>
<PropertyValue name="Tab20.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab20.RecordType">4</PropertyValue>
<PropertyValue name="Tab20.Position">25</PropertyValue>
<PropertyValue name="Tab21.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1076</PropertyValue>
<PropertyValue name="Tab21.Name">WebParts</PropertyValue>
<PropertyValue name="Tab21.View">0</PropertyValue>
<PropertyValue name="Tab21.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab21.RecordType">4</PropertyValue>
<PropertyValue name="Tab21.Position">26</PropertyValue>
<PropertyValue name="Tab22.ID">Transaction</PropertyValue>
<PropertyValue name="Tab22.Name">Transaction</PropertyValue>
<PropertyValue name="Tab22.View">0</PropertyValue>
<PropertyValue name="Tab22.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab22.RecordType">4</PropertyValue>
<PropertyValue name="Tab22.Position">27</PropertyValue>
<PropertyValue name="Tab23.ID">Data</PropertyValue>
<PropertyValue name="Tab23.Name">Data</PropertyValue>
<PropertyValue name="Tab23.View">0</PropertyValue>
<PropertyValue name="Tab23.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab23.RecordType">4</PropertyValue>
<PropertyValue name="Tab23.Position">28</PropertyValue>
<PropertyValue name="Tab24.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1077</PropertyValue>
<PropertyValue name="Tab24.Name">Mobile Web Forms</PropertyValue>
<PropertyValue name="Tab24.View">0</PropertyValue>
<PropertyValue name="Tab24.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab24.RecordType">4</PropertyValue>
<PropertyValue name="Tab24.Position">29</PropertyValue>
<PropertyValue name="Tab25.ID">Collection</PropertyValue>
<PropertyValue name="Tab25.Name">Collection</PropertyValue>
<PropertyValue name="Tab25.View">0</PropertyValue>
<PropertyValue name="Tab25.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab25.RecordType">4</PropertyValue>
<PropertyValue name="Tab25.Position">30</PropertyValue>
<PropertyValue name="Tab26.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1101</PropertyValue>
<PropertyValue name="Tab26.Name">Components</PropertyValue>
<PropertyValue name="Tab26.View">0</PropertyValue>
<PropertyValue name="Tab26.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab26.RecordType">4</PropertyValue>
<PropertyValue name="Tab26.Position">31</PropertyValue>
<PropertyValue name="Tab27.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1078</PropertyValue>
<PropertyValue name="Tab27.Name">AJAX Extensions</PropertyValue>
<PropertyValue name="Tab27.View">0</PropertyValue>
<PropertyValue name="Tab27.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab27.RecordType">4</PropertyValue>
<PropertyValue name="Tab27.Position">32</PropertyValue>
<PropertyValue name="Tab28.ID">Error Handling</PropertyValue>
<PropertyValue name="Tab28.Name">Error Handling</PropertyValue>
<PropertyValue name="Tab28.View">0</PropertyValue>
<PropertyValue name="Tab28.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab28.RecordType">4</PropertyValue>
<PropertyValue name="Tab28.Position">33</PropertyValue>
<PropertyValue name="Tab29.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1104</PropertyValue>
<PropertyValue name="Tab29.Name">Printing</PropertyValue>
<PropertyValue name="Tab29.View">0</PropertyValue>
<PropertyValue name="Tab29.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab29.RecordType">4</PropertyValue>
<PropertyValue name="Tab29.Position">34</PropertyValue>
<PropertyValue name="Tab30.ID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1079</PropertyValue>
<PropertyValue name="Tab30.Name">Dynamic Data</PropertyValue>
<PropertyValue name="Tab30.View">0</PropertyValue>
<PropertyValue name="Tab30.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab30.RecordType">4</PropertyValue>
<PropertyValue name="Tab30.Position">35</PropertyValue>
<PropertyValue name="Tab31.ID">Migration</PropertyValue>
<PropertyValue name="Tab31.Name">Migration</PropertyValue>
<PropertyValue name="Tab31.View">0</PropertyValue>
<PropertyValue name="Tab31.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab31.RecordType">4</PropertyValue>
<PropertyValue name="Tab31.Position">36</PropertyValue>
<PropertyValue name="Tab32.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1105</PropertyValue>
<PropertyValue name="Tab32.Name">Dialogs</PropertyValue>
<PropertyValue name="Tab32.View">0</PropertyValue>
<PropertyValue name="Tab32.UseDefaultName">true</PropertyValue>
<PropertyValue name="Tab32.RecordType">4</PropertyValue>
<PropertyValue name="Tab32.Position">37</PropertyValue>
<PropertyValue name="TabCount">33</PropertyValue>
<PropertyValue name="DeletedItem0.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem0.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem0.TabID">General</PropertyValue>
<PropertyValue name="DeletedItem0.Tab">General</PropertyValue>
<PropertyValue name="DeletedItem1.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem1.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem1.TabID">Clipboard Ring</PropertyValue>
<PropertyValue name="DeletedItem1.Tab">Clipboard Ring</PropertyValue>
<PropertyValue name="DeletedItem2.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem2.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem2.TabID">XAML Common</PropertyValue>
<PropertyValue name="DeletedItem2.Tab">Common WPF Controls</PropertyValue>
<PropertyValue name="DeletedItem3.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem3.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem3.TabID">XAML Controls</PropertyValue>
<PropertyValue name="DeletedItem3.Tab">All WPF Controls</PropertyValue>
<PropertyValue name="DeletedItem4.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem4.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem4.TabID">Silverlight Common</PropertyValue>
<PropertyValue name="DeletedItem4.Tab">Common Silverlight Controls</PropertyValue>
<PropertyValue name="DeletedItem5.ID">System.Windows.Controls.Border, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</PropertyValue>
<PropertyValue name="DeletedItem5.Name">Border</PropertyValue>
<PropertyValue name="DeletedItem5.TabID">XAML Common</PropertyValue>
<PropertyValue name="DeletedItem5.Tab">Common WPF Controls</PropertyValue>
<PropertyValue name="DeletedItem6.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem6.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem6.TabID">Silverlight Controls</PropertyValue>
<PropertyValue name="DeletedItem6.Tab">All Silverlight Controls</PropertyValue>
<PropertyValue name="DeletedItem7.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem7.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem7.TabID">Excel Controls</PropertyValue>
<PropertyValue name="DeletedItem7.Tab">Excel Controls</PropertyValue>
<PropertyValue name="DeletedItem8.ID">System.Windows.Controls.Button, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</PropertyValue>
<PropertyValue name="DeletedItem8.Name">Button</PropertyValue>
<PropertyValue name="DeletedItem8.TabID">XAML Common</PropertyValue>
<PropertyValue name="DeletedItem8.Tab">Common WPF Controls</PropertyValue>
<PropertyValue name="DeletedItem9.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem9.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem9.TabID">Word Controls</PropertyValue>
<PropertyValue name="DeletedItem9.Tab">Word Controls</PropertyValue>
<PropertyValue name="DeletedItem10.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem10.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem10.TabID">ToolboxCategory_WinOEActivities</PropertyValue>
<PropertyValue name="DeletedItem10.Tab">Windows Workflow v3.0</PropertyValue>
<PropertyValue name="DeletedItem11.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem11.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem11.TabID">{e7f851c8-6267-4794-b0fe-7bcab6dacbb4}-#1071</PropertyValue>
<PropertyValue name="DeletedItem11.Tab">Standard</PropertyValue>
<PropertyValue name="DeletedItem12.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem12.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem12.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="DeletedItem12.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="DeletedItem13.ID">Pointer</PropertyValue>
<PropertyValue name="DeletedItem13.Name">Pointer</PropertyValue>
<PropertyValue name="DeletedItem13.TabID">Dialog Editor</PropertyValue>
<PropertyValue name="DeletedItem13.Tab">Dialog Editor</PropertyValue>
<PropertyValue name="DeletedItemCount">14</PropertyValue>
<PropertyValue name="Item0.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item0.ID">System.Windows.Controls.RichTextBox, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e</PropertyValue>
<PropertyValue name="Item0.Name">RichTextBox</PropertyValue>
<PropertyValue name="Item0.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item0.Tab">All Silverlight Controls</PropertyValue>
<PropertyValue name="Item0.TabID">Silverlight Controls</PropertyValue>
<PropertyValue name="Item0.OriginalTabID">Silverlight Controls</PropertyValue>
<PropertyValue name="Item0.OriginalTab">All Silverlight Controls</PropertyValue>
<PropertyValue name="Item0.RecordType">8</PropertyValue>
<PropertyValue name="Item0.Position">26</PropertyValue>
<PropertyValue name="Item1.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item1.ID">Microsoft.Office.Tools.Ribbon.RibbonBoxImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item1.Name">Box</PropertyValue>
<PropertyValue name="Item1.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item1.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item1.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item1.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item1.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item1.RecordType">8</PropertyValue>
<PropertyValue name="Item1.Position">1</PropertyValue>
<PropertyValue name="Item2.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item2.ID">Microsoft.Office.Tools.Ribbon.RibbonButtonImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item2.Name">Button</PropertyValue>
<PropertyValue name="Item2.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item2.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item2.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item2.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item2.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item2.RecordType">8</PropertyValue>
<PropertyValue name="Item2.Position">3</PropertyValue>
<PropertyValue name="Item3.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item3.ID">Microsoft.Office.Tools.Ribbon.RibbonButtonGroupImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item3.Name">ButtonGroup</PropertyValue>
<PropertyValue name="Item3.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item3.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item3.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item3.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item3.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item3.RecordType">8</PropertyValue>
<PropertyValue name="Item3.Position">5</PropertyValue>
<PropertyValue name="Item4.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item4.ID">Microsoft.Office.Tools.Ribbon.RibbonCheckBoxImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item4.Name">CheckBox</PropertyValue>
<PropertyValue name="Item4.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item4.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item4.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item4.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item4.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item4.RecordType">8</PropertyValue>
<PropertyValue name="Item4.Position">7</PropertyValue>
<PropertyValue name="Item5.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item5.ID">Microsoft.Office.Tools.Ribbon.RibbonComboBoxImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item5.Name">ComboBox</PropertyValue>
<PropertyValue name="Item5.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item5.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item5.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item5.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item5.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item5.RecordType">8</PropertyValue>
<PropertyValue name="Item5.Position">9</PropertyValue>
<PropertyValue name="Item6.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item6.ID">Microsoft.Office.Tools.Ribbon.RibbonDropDownImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item6.Name">DropDown</PropertyValue>
<PropertyValue name="Item6.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item6.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item6.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item6.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item6.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item6.RecordType">8</PropertyValue>
<PropertyValue name="Item6.Position">11</PropertyValue>
<PropertyValue name="Item7.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item7.ID">Microsoft.Office.Tools.Ribbon.RibbonEditBoxImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item7.Name">EditBox</PropertyValue>
<PropertyValue name="Item7.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item7.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item7.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item7.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item7.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item7.RecordType">8</PropertyValue>
<PropertyValue name="Item7.Position">13</PropertyValue>
<PropertyValue name="Item8.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item8.ID">Microsoft.Office.Tools.Ribbon.RibbonGalleryImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item8.Name">Gallery</PropertyValue>
<PropertyValue name="Item8.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item8.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item8.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item8.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item8.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item8.RecordType">8</PropertyValue>
<PropertyValue name="Item8.Position">15</PropertyValue>
<PropertyValue name="Item9.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item9.ID">Microsoft.Office.Tools.Ribbon.RibbonGroupImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item9.Name">Group</PropertyValue>
<PropertyValue name="Item9.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item9.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item9.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item9.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item9.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item9.RecordType">8</PropertyValue>
<PropertyValue name="Item9.Position">17</PropertyValue>
<PropertyValue name="Item10.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item10.ID">Microsoft.Office.Tools.Ribbon.RibbonLabelImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item10.Name">Label</PropertyValue>
<PropertyValue name="Item10.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item10.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item10.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item10.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item10.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item10.RecordType">8</PropertyValue>
<PropertyValue name="Item10.Position">19</PropertyValue>
<PropertyValue name="Item11.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item11.ID">Microsoft.Office.Tools.Ribbon.RibbonMenuImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item11.Name">Menu</PropertyValue>
<PropertyValue name="Item11.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item11.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item11.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item11.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item11.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item11.RecordType">8</PropertyValue>
<PropertyValue name="Item11.Position">21</PropertyValue>
<PropertyValue name="Item12.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item12.ID">Microsoft.Office.Tools.Ribbon.RibbonSeparatorImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item12.Name">Separator</PropertyValue>
<PropertyValue name="Item12.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item12.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item12.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item12.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item12.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item12.RecordType">8</PropertyValue>
<PropertyValue name="Item12.Position">23</PropertyValue>
<PropertyValue name="Item13.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item13.ID">Microsoft.Office.Tools.Ribbon.RibbonSplitButtonImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item13.Name">SplitButton</PropertyValue>
<PropertyValue name="Item13.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item13.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item13.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item13.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item13.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item13.RecordType">8</PropertyValue>
<PropertyValue name="Item13.Position">25</PropertyValue>
<PropertyValue name="Item14.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item14.ID">Microsoft.Office.Tools.Ribbon.RibbonTabImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item14.Name">Tab</PropertyValue>
<PropertyValue name="Item14.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item14.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item14.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item14.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item14.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item14.RecordType">8</PropertyValue>
<PropertyValue name="Item14.Position">27</PropertyValue>
<PropertyValue name="Item15.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item15.ID">Microsoft.Office.Tools.Ribbon.RibbonToggleButtonImpl, Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</PropertyValue>
<PropertyValue name="Item15.Name">ToggleButton</PropertyValue>
<PropertyValue name="Item15.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item15.Tab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item15.TabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item15.OriginalTabID">MSVSTORibbonV10</PropertyValue>
<PropertyValue name="Item15.OriginalTab">Office Ribbon Controls</PropertyValue>
<PropertyValue name="Item15.RecordType">8</PropertyValue>
<PropertyValue name="Item15.Position">29</PropertyValue>
<PropertyValue name="Item16.DataProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue>
<PropertyValue name="Item16.Name">PivotViewer</PropertyValue>
<PropertyValue name="Item16.UseDefaultName">true</PropertyValue>
<PropertyValue name="Item16.Tab">General</PropertyValue>
<PropertyValue name="Item16.TabID">General</PropertyValue>
<PropertyValue name="Item16.OriginalTabID">General</PropertyValue>
<PropertyValue name="Item16.OriginalTab">General</PropertyValue>
<PropertyValue name="Item16.RecordType">1</PropertyValue>
<PropertyValue name="Item16.Position">0</PropertyValue>
<PropertyValue name="ItemCount">17</PropertyValue>
</Category>
<Category name="Environment_WindowLayout" Category="{eb4ba109-a9db-4445-bd09-e7604bcdce84}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_WindowLayout" PackageName="Visual Studio Environment Package">
<PropertyValue name="Version">7</PropertyValue>
<PropertyValue name="WindowProfileNames">NoToolWin|Design|Debug|Design-FullScreen|NoToolWin-FullScreen|Debug-FullScreen</PropertyValue>
<NoToolWin>
<WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="NoToolWin" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager">
<MainSite IsVisible="True">
<AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<AutoHideChannel Orientation="Vertical"/>
<AutoHideChannel Dock="Right" Orientation="Vertical"/>
<AutoHideChannel Dock="Top"/>
<AutoHideChannel Dock="Bottom"/>
<DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="652.8" DockedWidth="174.08">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{099ca9ea-0ae4-4e31-a7e4-fe09bd1715cc}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView Name="ST:0:0:{9f3ec988-1174-4746-a66a-3969715d1fc7}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{5b6781c0-e99d-11d0-9954-00a0c91bc8e5}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</TabGroup>
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="153.6" DockedWidth="819.2">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
</TabGroup>
<DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*" DockRestriction="DocumentGroup, Document">
<DocumentGroup>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{c79b74ff-f1d7-4c94-aefa-4d22bfe1b1f9}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{46c87f81-5a06-43a8-9e25-85d33bac49f8}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{99b8fa2f-ab90-4f57-9c32-949f146f1914}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingTop="192" FloatingLeft="327.68" FloatingHeight="384" FloatingWidth="358.4"/>
<ViewBookmark Name="ST:1:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" ViewBookmarkType="DocumentWell"/>
<ViewBookmark Name="ST:0:0:{36809645-0533-4b8a-bc2f-b8ad61600452}" ViewBookmarkType="DocumentWell"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="4" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="384" FloatingWidth="512"/>
<ViewBookmark Name="D:0:0:{CF50B2BD-D001-40AF-B7CE-E76C09A9229F}|Handlers\CommandHandlers.csproj|c:\dev\thenetwork\team-red\policy\handlers\handlers\nhibernatechainactorbase.cs||{a6c744a8-0e4a-4fc6-886a-064283054674}" ViewBookmarkType="DocumentWell"/>
</DocumentGroup>
</DocumentGroupContainer>
<DockGroup DockedHeight="192" DockedWidth="512">
<TabGroup DockedHeight="192" DockedWidth="512">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
</TabGroup>
<TabGroup DockedHeight="192" DockedWidth="100">
<ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="192" DockedWidth="100"/>
</TabGroup>
<TabGroup DockedHeight="192" DockedWidth="512">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="3" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="15" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="6" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="104" IconResourcePackage="8889e051-b7f9-4781-bb33-2a36a9bdb3a5" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="192" DockedWidth="512" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</TabGroup>
</DockGroup>
</DockGroup>
<TabGroup DockedHeight="652.8" DockedWidth="174.08">
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="2" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6651" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="105" IconResourcePackage="8889e051-b7f9-4781-bb33-2a36a9bdb3a5" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</TabGroup>
</DockGroup>
</DockRoot>
</AutoHideRoot>
</MainSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="7" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="337.92"/>
</FloatSite>
</WindowProfile>
</NoToolWin>
<Design>
<WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="Design" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager">
<MainSite IsVisible="True">
<AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<AutoHideChannel Orientation="Vertical" IsVisible="True">
<AutoHideGroup IsVisible="True">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</AutoHideGroup>
</AutoHideChannel>
<AutoHideChannel Dock="Right" Orientation="Vertical"/>
<AutoHideChannel Dock="Top"/>
<AutoHideChannel Dock="Bottom"/>
<DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="768" DockedWidth="204.8">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<ViewBookmark Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="768" DockedWidth="204.8"/>
<wm:ToolWindowView Name="ST:0:0:{099ca9ea-0ae4-4e31-a7e4-fe09bd1715cc}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<ViewBookmark Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="768" DockedWidth="204.8"/>
<wm:ToolWindowView Name="ST:0:0:{9f3ec988-1174-4746-a66a-3969715d1fc7}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{5b6781c0-e99d-11d0-9954-00a0c91bc8e5}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</TabGroup>
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*">
<DocumentGroup>
<wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{c79b74ff-f1d7-4c94-aefa-4d22bfe1b1f9}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{46c87f81-5a06-43a8-9e25-85d33bac49f8}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="384" FloatingWidth="512"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{99b8fa2f-ab90-4f57-9c32-949f146f1914}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{1820bae5-c385-4492-9de5-e35c9cf17b18}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{70f2cc26-5085-4e06-a614-e153db4d01ef}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</DocumentGroup>
</DocumentGroupContainer>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{260978c3-582c-487d-ab12-c1fdde07c578}" IsSelected="True" IsVisible="True" FloatingTop="22" FloatingLeft="0"/>
<DockGroup IsVisible="True" DockedHeight="192" DockedWidth="1024">
<TabGroup IsVisible="True" DockedHeight="192" DockedWidth="1024">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="15" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" IsVisible="True" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" IsVisible="True" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" IsSelected="True" IsVisible="True" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="307.2"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" DockedHeight="192" DockedWidth="1024" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="192" DockedWidth="1024" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{0ad07096-bba9-4900-a651-0598d26f6d24}" DockedHeight="192" DockedWidth="1024" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</TabGroup>
<TabGroup DockedHeight="192" DockedWidth="100">
<ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="192" DockedWidth="100"/>
</TabGroup>
</DockGroup>
</DockGroup>
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="537.6" DockedWidth="351.8">
<TabGroup IsVisible="True" DockedHeight="537.6" DockedWidth="351.8">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{75d09b86-471e-4b30-8720-362d13ad0a45}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsSelected="True" IsVisible="True" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="2" IconResourcePackage="8e01ec3e-2928-4aa5-b720-e28c163818e6" Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}" IsVisible="True" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}" IsVisible="True" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}" DockedHeight="537.6" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
</TabGroup>
<TabGroup IsVisible="True" DockedHeight="384" DockedWidth="351.8">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="384" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="384" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}" DockedHeight="384" DockedWidth="351.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="384" FloatingWidth="204.8"/>
</TabGroup>
</DockGroup>
</DockGroup>
</DockRoot>
</AutoHideRoot>
</MainSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="571" FloatingWidth="1300">
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="304" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="571" FloatingWidth="1300"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{36809645-0533-4b8a-bc2f-b8ad61600452}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:2:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:3:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:4:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{637792aa-f332-4bb5-be6c-066b0e88eced}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{433105e8-8b08-4c8e-a3e9-7060ee7ace9a}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{1ffe6db4-63af-4758-8e24-f217365a23e0}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{0c5d327a-df81-4161-8c5c-2b0fa7bb9134}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{71221591-a80b-4b83-98b4-e05a9a0490ab}"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{888c821a-6430-40bd-9bfe-1610b91df560}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{7dd08ad7-93b2-491f-a0e8-ee2bb4e78240}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{532ddd98-f6a6-4a76-a84e-4aea5211f733}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{435ad293-774d-49c6-9e2d-3740c322be52}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{6a842c2e-1395-4900-afc3-03074d627143}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{129dd217-357f-4931-a696-7048fc123a41}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{75edecf4-68d8-4b7b-92a9-5915461da6d9}"/>
</FloatSite>
<FloatSite IsVisible="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="702" FloatingWidth="1424">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{b2bc9916-e3e6-43a8-ad5f-3bdb95f53db5}" IsSelected="True" IsVisible="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="702" FloatingWidth="1424"/>
</FloatSite>
</WindowProfile>
</Design>
<Debug>
<WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="Debug" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager">
<MainSite IsVisible="True">
<AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<AutoHideChannel Orientation="Vertical"/>
<AutoHideChannel Dock="Right" Orientation="Vertical" IsVisible="True">
<AutoHideGroup IsVisible="True">
<wm:ToolWindowView Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="652.8" DockedWidth="174.08" AutoHideWidth="683" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
</AutoHideGroup>
</AutoHideChannel>
<AutoHideChannel Dock="Top"/>
<AutoHideChannel Dock="Bottom"/>
<DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="652.8" DockedWidth="174.08">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="4" IconResourcePackage="8d8529d3-625d-4496-8354-3dad630ecc1b" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{099ca9ea-0ae4-4e31-a7e4-fe09bd1715cc}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView Name="ST:0:0:{9f3ec988-1174-4746-a66a-3969715d1fc7}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{5b6781c0-e99d-11d0-9954-00a0c91bc8e5}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</TabGroup>
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="153.6" DockedWidth="819.2">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
</TabGroup>
<DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*" DockRestriction="DocumentGroup, Document">
<DocumentGroup>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{c79b74ff-f1d7-4c94-aefa-4d22bfe1b1f9}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{46c87f81-5a06-43a8-9e25-85d33bac49f8}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="384" FloatingWidth="512"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{99b8fa2f-ab90-4f57-9c32-949f146f1914}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingTop="192" FloatingLeft="327.68" FloatingHeight="384" FloatingWidth="358.4"/>
<wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{1820bae5-c385-4492-9de5-e35c9cf17b18}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{70f2cc26-5085-4e06-a614-e153db4d01ef}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</DocumentGroup>
</DocumentGroupContainer>
<TabGroup DockedHeight="506" DockedWidth="100">
<ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="506" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="506" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="506" DockedWidth="100"/>
</TabGroup>
</DockGroup>
<TabGroup>
<ViewBookmark Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}"/>
<ViewBookmark Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"/>
<ViewBookmark Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}"/>
<ViewBookmark Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}"/>
<ViewBookmark Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}"/>
<ViewBookmark Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}"/>
<ViewBookmark Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}"/>
<ViewBookmark Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}"/>
<ViewBookmark Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}"/>
<ViewBookmark Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}"/>
<ViewBookmark Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}"/>
<ViewBookmark Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}"/>
<ViewBookmark Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}"/>
<ViewBookmark Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}"/>
<ViewBookmark Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}"/>
<ViewBookmark Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{75d09b86-471e-4b30-8720-362d13ad0a45}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</TabGroup>
</DockGroup>
<TabGroup IsVisible="True" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="974" FloatingLeft="-17" FloatingHeight="506" FloatingWidth="1583">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{0ad07096-bba9-4900-a651-0598d26f6d24}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="100" FloatingLeft="100" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="100" FloatingLeft="100" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="3" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" IsSelected="True" IsVisible="True" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="974" FloatingLeft="-17" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView Name="ST:0:0:{637792aa-f332-4bb5-be6c-066b0e88eced}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="2" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="387" FloatingLeft="596" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="10" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="387" FloatingLeft="596" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="16" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" IsVisible="True" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="974" FloatingLeft="-17" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="387" FloatingLeft="596" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView OnTopWhenLastInContext="False" ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="5" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="387" FloatingLeft="596" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView OnTopWhenLastInContext="False" ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="4" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="387" FloatingLeft="596" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView OnTopWhenLastInContext="False" ForceCreate="ForceCreate" IconIndex="9" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" IsVisible="True" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="974" FloatingLeft="-17" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="11" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" IsVisible="True" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="974" FloatingLeft="-17" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="506" FloatingWidth="1583"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" DockedHeight="323.347826086957" DockedWidth="1575" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="506" FloatingWidth="1583"/>
</TabGroup>
</DockGroup>
</DockRoot>
</AutoHideRoot>
</MainSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="427" FloatingWidth="337">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" IsSelected="True" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="427" FloatingWidth="337"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="504" FloatingWidth="1177">
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="304" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="504" FloatingWidth="1177"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{b2bc9916-e3e6-43a8-ad5f-3bdb95f53db5}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{36809645-0533-4b8a-bc2f-b8ad61600452}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{260978c3-582c-487d-ab12-c1fdde07c578}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{433105e8-8b08-4c8e-a3e9-7060ee7ace9a}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{1ffe6db4-63af-4758-8e24-f217365a23e0}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{0c5d327a-df81-4161-8c5c-2b0fa7bb9134}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{71221591-a80b-4b83-98b4-e05a9a0490ab}"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{888c821a-6430-40bd-9bfe-1610b91df560}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{7dd08ad7-93b2-491f-a0e8-ee2bb4e78240}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{532ddd98-f6a6-4a76-a84e-4aea5211f733}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{435ad293-774d-49c6-9e2d-3740c322be52}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="974" FloatingLeft="-17" FloatingHeight="506" FloatingWidth="1583">
<TabGroup FloatingHeight="506" FloatingWidth="1583">
<ViewBookmark Name="ST:0:0:{0ad07096-bba9-4900-a651-0598d26f6d24}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{637792aa-f332-4bb5-be6c-066b0e88eced}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:2:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:3:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:4:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
<ViewBookmark Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" ViewBookmarkType="Raft" FloatingHeight="506" FloatingWidth="1583"/>
</TabGroup>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{6a842c2e-1395-4900-afc3-03074d627143}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{75edecf4-68d8-4b7b-92a9-5915461da6d9}"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{129dd217-357f-4931-a696-7048fc123a41}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
</WindowProfile>
</Debug>
<Design-FullScreen>
<WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="Design-FullScreen" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager">
<MainSite IsVisible="True">
<AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<AutoHideChannel Orientation="Vertical">
<AutoHideGroup>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="4" IconResourcePackage="8d8529d3-625d-4496-8354-3dad630ecc1b" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</AutoHideGroup>
</AutoHideChannel>
<AutoHideChannel Dock="Right" Orientation="Vertical" IsVisible="True">
<AutoHideGroup IsVisible="True">
<wm:ToolWindowView OnTopWhenLastInContext="False" ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="1" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" IsVisible="True" DockedWidth="512" AutoHideWidth="882" FloatingTop="425.6" FloatingLeft="1336" FloatingHeight="384" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="2" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsVisible="True" DockedWidth="512" AutoHideWidth="488.8" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="2" IconResourcePackage="8e01ec3e-2928-4aa5-b720-e28c163818e6" Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6651" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="501" IconResourcePackage="4c82e17d-927e-42d2-8460-b473ac7df316" Name="ST:0:0:{75d09b86-471e-4b30-8720-362d13ad0a45}" DockedWidth="512" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedWidth="512" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</AutoHideGroup>
</AutoHideChannel>
<AutoHideChannel Dock="Top"/>
<AutoHideChannel Dock="Bottom">
<AutoHideGroup>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="304" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}" DockedHeight="510.6" DockedWidth="1460" AutoHideHeight="618" FloatingTop="410" FloatingLeft="159" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="1" IconResourcePackage="4ca58ab2-18fa-4f8d-95d4-32ddf27d184c" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="13" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="560" FloatingWidth="1468"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="510.6" DockedWidth="1460" FloatingTop="100" FloatingLeft="100" FloatingHeight="560" FloatingWidth="1468"/>
</AutoHideGroup>
</AutoHideChannel>
<DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="768" DockedWidth="204.8">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<ViewBookmark Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="768" DockedWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{099ca9ea-0ae4-4e31-a7e4-fe09bd1715cc}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<ViewBookmark Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="768" DockedWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{9f3ec988-1174-4746-a66a-3969715d1fc7}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5b6781c0-e99d-11d0-9954-00a0c91bc8e5}" DockedHeight="768" DockedWidth="204.8" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</TabGroup>
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<DocumentGroupContainer Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*" DockRestriction="DocumentGroup, Document">
<DocumentGroup IsVisible="True">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="1" IconResourceID="205" IconResourcePackage="a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7" Name="ST:0:0:{c79b74ff-f1d7-4c94-aefa-4d22bfe1b1f9}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{46c87f81-5a06-43a8-9e25-85d33bac49f8}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{99b8fa2f-ab90-4f57-9c32-949f146f1914}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{36809645-0533-4b8a-bc2f-b8ad61600452}" FloatingTop="255.2" FloatingLeft="1677.6" FloatingHeight="450.4" FloatingWidth="1347.2"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{1820bae5-c385-4492-9de5-e35c9cf17b18}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{70f2cc26-5085-4e06-a614-e153db4d01ef}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="4" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="384" FloatingWidth="512"/>
<ViewBookmark Name="D:0:0:{CF50B2BD-D001-40AF-B7CE-E76C09A9229F}|Handlers\CommandHandlers.csproj|c:\dev\thenetwork\team-red\policy\handlers\handlers\nhibernatechainactorbase.cs||{a6c744a8-0e4a-4fc6-886a-064283054674}" ViewBookmarkType="DocumentWell"/>
</DocumentGroup>
</DocumentGroupContainer>
<TabGroup DockedHeight="639.2" DockedWidth="100">
<ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="639.2" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="639.2" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="639.2" DockedWidth="100"/>
</TabGroup>
</DockGroup>
<DockGroup Orientation="Vertical" DockedHeight="537.6" DockedWidth="512">
<TabGroup DockedWidth="512">
<ViewBookmark Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{75d09b86-471e-4b30-8720-362d13ad0a45}" DockedWidth="512"/>
<ViewBookmark Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedWidth="512"/>
</TabGroup>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}" DockedHeight="384" DockedWidth="512" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="384" FloatingWidth="204.8"/>
</DockGroup>
</DockGroup>
<TabGroup>
<ViewBookmark Name="ST:0:0:{0ad07096-bba9-4900-a651-0598d26f6d24}"/>
<ViewBookmark Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}"/>
<ViewBookmark Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}"/>
<ViewBookmark Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}"/>
<ViewBookmark Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}"/>
<ViewBookmark Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}"/>
<ViewBookmark Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}"/>
<ViewBookmark Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}"/>
<ViewBookmark Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}"/>
<ViewBookmark Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}"/>
<ViewBookmark Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}"/>
<ViewBookmark Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}"/>
<ViewBookmark Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}"/>
<ViewBookmark Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}"/>
<ViewBookmark Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}"/>
<ViewBookmark Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}"/>
<ViewBookmark Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}"/>
<ViewBookmark Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}"/>
<ViewBookmark Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}"/>
</TabGroup>
<TabGroup>
<ViewBookmark Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" AccessOrder="1"/>
<ViewBookmark Name="ST:0:0:{75edecf4-68d8-4b7b-92a9-5915461da6d9}" AccessOrder="1"/>
<ViewBookmark Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" AccessOrder="1"/>
<ViewBookmark Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" AccessOrder="1"/>
<ViewBookmark Name="ST:0:0:{b2bc9916-e3e6-43a8-ad5f-3bdb95f53db5}" AccessOrder="1"/>
</TabGroup>
<ViewBookmark Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="502" IconResourcePackage="4c82e17d-927e-42d2-8460-b473ac7df316" Name="ST:0:0:{260978c3-582c-487d-ab12-c1fdde07c578}" IsSelected="True" DockedHeight="47" DockedWidth="1879" FloatingTop="795" FloatingLeft="1979" FloatingHeight="55" FloatingWidth="1887"/>
</DockGroup>
</DockRoot>
</AutoHideRoot>
</MainSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="204" FloatingLeft="503" FloatingHeight="427" FloatingWidth="972">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" IconIndex="7" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" IsSelected="True" DockedHeight="100" DockedWidth="100" FloatingTop="204" FloatingLeft="503" FloatingHeight="427" FloatingWidth="972"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{637792aa-f332-4bb5-be6c-066b0e88eced}"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450.4" FloatingWidth="735.2">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="305" IconResourcePackage="a2533ab8-712f-4f32-9c30-ea751aee885c" Name="ST:0:0:{433105e8-8b08-4c8e-a3e9-7060ee7ace9a}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="450.4" FloatingWidth="735.2"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="302" IconResourcePackage="a2533ab8-712f-4f32-9c30-ea751aee885c" Name="ST:0:0:{1ffe6db4-63af-4758-8e24-f217365a23e0}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="303" IconResourcePackage="a2533ab8-712f-4f32-9c30-ea751aee885c" Name="ST:0:0:{0c5d327a-df81-4161-8c5c-2b0fa7bb9134}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="1032">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="304" IconResourcePackage="a2533ab8-712f-4f32-9c30-ea751aee885c" Name="ST:0:0:{71221591-a80b-4b83-98b4-e05a9a0490ab}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="1032"/>
</FloatSite>
<FloatSite FloatingTop="248" FloatingLeft="238" FloatingHeight="604" FloatingWidth="1213">
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="313" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{888c821a-6430-40bd-9bfe-1610b91df560}" IsSelected="True" FloatingTop="248" FloatingLeft="238" FloatingHeight="604" FloatingWidth="1213"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450.4" FloatingWidth="450.4">
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="311" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{7dd08ad7-93b2-491f-a0e8-ee2bb4e78240}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="450.4" FloatingWidth="450.4"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="306" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{532ddd98-f6a6-4a76-a84e-4aea5211f733}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="583.2" FloatingWidth="1016.8">
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="314" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{435ad293-774d-49c6-9e2d-3740c322be52}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="583.2" FloatingWidth="1016.8"/>
</FloatSite>
<FloatSite FloatingTop="1000" FloatingLeft="53" FloatingHeight="560" FloatingWidth="1468">
<TabGroup FloatingHeight="560" FloatingWidth="1468">
<ViewBookmark Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
<ViewBookmark Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="560" FloatingWidth="1468"/>
</TabGroup>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="DontForceCreate" IconIndex="0" IconResourceID="401" IconResourcePackage="a8d13d63-e525-489a-bb4d-a7b3def5086a" Name="ST:0:0:{6a842c2e-1395-4900-afc3-03074d627143}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="103" IconResourcePackage="7ffd1a80-7a5a-49b2-a39b-491c750984ff" Name="ST:0:0:{129dd217-357f-4931-a696-7048fc123a41}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite IsVisible="True" FloatingTop="106" FloatingLeft="257" FloatingHeight="827" FloatingWidth="1571">
<TabGroup IsVisible="True" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="106" FloatingLeft="257" FloatingHeight="827" FloatingWidth="1571">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="301" IconResourcePackage="5fcc8577-4feb-4d04-ad72-d6c629b083cc" Name="ST:0:0:{0ad07096-bba9-4900-a651-0598d26f6d24}" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="85" FloatingLeft="118" FloatingHeight="827" FloatingWidth="1571"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="10" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="463" FloatingLeft="532" FloatingHeight="827" FloatingWidth="1571"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="11" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" IsVisible="True" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="106" FloatingLeft="257" FloatingHeight="827" FloatingWidth="1571"/>
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="0" IconResourceID="501" IconResourcePackage="c4128d99-2000-41d1-a6c3-704e6c1a3de2" Name="ST:0:0:{75edecf4-68d8-4b7b-92a9-5915461da6d9}" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="537" FloatingLeft="359" FloatingHeight="827" FloatingWidth="1571"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="6" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" IsVisible="True" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="106" FloatingLeft="257" FloatingHeight="827" FloatingWidth="1571"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="15" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" IsVisible="True" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="106" FloatingLeft="257" FloatingHeight="827" FloatingWidth="1571"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="3" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" IsVisible="True" DockedHeight="512.995169082126" DockedWidth="1435" FloatingTop="106" FloatingLeft="257" FloatingHeight="827" FloatingWidth="1571"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="309" IconResourcePackage="0c6e6407-13fc-4878-869a-c8b4016c57fe" Name="ST:0:0:{b2bc9916-e3e6-43a8-ad5f-3bdb95f53db5}" IsSelected="True" IsVisible="True" DockedHeight="512.995169082126" DockedWidth="1435" AutoHideHeight="671" FloatingTop="106" FloatingLeft="257" FloatingHeight="827" FloatingWidth="1571"/>
</TabGroup>
</FloatSite>
</WindowProfile>
</Design-FullScreen>
<NoToolWin-FullScreen>
<WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="NoToolWin-FullScreen" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager">
<MainSite IsVisible="True">
<AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<AutoHideChannel Orientation="Vertical"/>
<AutoHideChannel Dock="Right" Orientation="Vertical"/>
<AutoHideChannel Dock="Top"/>
<AutoHideChannel Dock="Bottom"/>
<DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="652.8" DockedWidth="174.08">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{099ca9ea-0ae4-4e31-a7e4-fe09bd1715cc}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{9f3ec988-1174-4746-a66a-3969715d1fc7}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5b6781c0-e99d-11d0-9954-00a0c91bc8e5}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</TabGroup>
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="153.6" DockedWidth="819.2">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
</TabGroup>
<DocumentGroupContainer Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*" DockRestriction="DocumentGroup, Document">
<DocumentGroup>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{c79b74ff-f1d7-4c94-aefa-4d22bfe1b1f9}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{46c87f81-5a06-43a8-9e25-85d33bac49f8}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="4" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="384" FloatingWidth="512"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{99b8fa2f-ab90-4f57-9c32-949f146f1914}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingTop="192" FloatingLeft="327.68" FloatingHeight="384" FloatingWidth="358.4"/>
<ViewBookmark Name="ST:1:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" ViewBookmarkType="DocumentWell"/>
<ViewBookmark Name="ST:0:0:{36809645-0533-4b8a-bc2f-b8ad61600452}" ViewBookmarkType="DocumentWell"/>
<ViewBookmark Name="D:0:0:{CF50B2BD-D001-40AF-B7CE-E76C09A9229F}|Handlers\CommandHandlers.csproj|c:\dev\thenetwork\team-red\policy\handlers\handlers\nhibernatechainactorbase.cs||{a6c744a8-0e4a-4fc6-886a-064283054674}" ViewBookmarkType="DocumentWell"/>
</DocumentGroup>
</DocumentGroupContainer>
<DockGroup DockedHeight="192" DockedWidth="512">
<TabGroup DockedHeight="192" DockedWidth="512">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
</TabGroup>
<TabGroup DockedHeight="192" DockedWidth="100">
<ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="192" DockedWidth="100"/>
</TabGroup>
<TabGroup DockedHeight="192" DockedWidth="512">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="3" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="15" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="6" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="104" IconResourcePackage="8889e051-b7f9-4781-bb33-2a36a9bdb3a5" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="192" DockedWidth="512" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</TabGroup>
</DockGroup>
</DockGroup>
<TabGroup DockedHeight="652.8" DockedWidth="174.08">
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="2" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6651" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="105" IconResourcePackage="8889e051-b7f9-4781-bb33-2a36a9bdb3a5" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</TabGroup>
</DockGroup>
</DockRoot>
</AutoHideRoot>
</MainSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="7" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="337.92"/>
</FloatSite>
</WindowProfile>
</NoToolWin-FullScreen>
<Debug-FullScreen>
<WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="Debug-FullScreen" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager">
<MainSite IsVisible="True">
<AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<AutoHideChannel Orientation="Vertical"/>
<AutoHideChannel Dock="Right" Orientation="Vertical" IsVisible="True">
<AutoHideGroup IsVisible="True">
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="819.2" FloatingHeight="537.6" FloatingWidth="204.8"/>
</AutoHideGroup>
</AutoHideChannel>
<AutoHideChannel Dock="Top"/>
<AutoHideChannel Dock="Bottom" IsVisible="True">
<AutoHideGroup IsVisible="True">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="10" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" IsVisible="True" DockedHeight="674" FloatingTop="936" FloatingLeft="2478" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="3" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" IsVisible="True" DockedHeight="674" FloatingTop="1013" FloatingLeft="-437" FloatingHeight="321" FloatingWidth="1485"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}" IsVisible="True" DockedHeight="674" FloatingTop="214" FloatingLeft="152" FloatingHeight="321" FloatingWidth="1485"/>
<wm:ToolWindowView OnTopWhenLastInContext="False" ForceCreate="ForceCreate" IconIndex="9" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" IsVisible="True" DockedHeight="674" FloatingTop="214" FloatingLeft="152" FloatingHeight="321" FloatingWidth="1485"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="16" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" IsVisible="True" DockedHeight="674" FloatingTop="1013" FloatingLeft="-437" FloatingHeight="321" FloatingWidth="1485"/>
</AutoHideGroup>
</AutoHideChannel>
<DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="652.8" DockedWidth="174.08">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="4" IconResourcePackage="8d8529d3-625d-4496-8354-3dad630ecc1b" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{099ca9ea-0ae4-4e31-a7e4-fe09bd1715cc}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{9f3ec988-1174-4746-a66a-3969715d1fc7}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5b6781c0-e99d-11d0-9954-00a0c91bc8e5}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="652.8" DockedWidth="174.08" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="204.8"/>
</TabGroup>
<DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*">
<TabGroup DockedHeight="153.6" DockedWidth="819.2">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="819.2" FloatingTop="76.8" FloatingLeft="204.8" FloatingHeight="153.6" FloatingWidth="614.4"/>
</TabGroup>
<DocumentGroupContainer Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*" DockRestriction="DocumentGroup, Document">
<DocumentGroup>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{c79b74ff-f1d7-4c94-aefa-4d22bfe1b1f9}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{46c87f81-5a06-43a8-9e25-85d33bac49f8}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="384" FloatingWidth="512"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{99b8fa2f-ab90-4f57-9c32-949f146f1914}" FloatingTop="76.8" FloatingLeft="102.4" FloatingHeight="537.6" FloatingWidth="716.8"/>
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{70f2cc26-5085-4e06-a614-e153db4d01ef}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView OnTopWhenLastInContext="False" ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingTop="192" FloatingLeft="327.68" FloatingHeight="384" FloatingWidth="358.4"/>
<wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{1820bae5-c385-4492-9de5-e35c9cf17b18}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</DocumentGroup>
</DocumentGroupContainer>
<DockGroup DockedHeight="192" DockedWidth="512">
<TabGroup DockedHeight="192" DockedWidth="512">
<wm:ToolWindowView OnTopWhenLastInContext="False" ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="5" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView OnTopWhenLastInContext="False" ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="4" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="460.8"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887921-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{73f6dd5b-437e-11d3-b88e-00c04f79f802}" DockedHeight="192" DockedWidth="512" FloatingTop="576" FloatingLeft="51.2" FloatingHeight="192" FloatingWidth="614.4"/>
</TabGroup>
<TabGroup DockedHeight="192" DockedWidth="100">
<ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="100"/>
<ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="192" DockedWidth="100"/>
</TabGroup>
<TabGroup DockedHeight="192">
<ViewBookmark Name="ST:0:0:{0ad07096-bba9-4900-a651-0598d26f6d24}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{637792aa-f332-4bb5-be6c-066b0e88eced}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" AccessOrder="1" DockedHeight="192"/>
<ViewBookmark Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" AccessOrder="1" DockedHeight="192"/>
</TabGroup>
</DockGroup>
</DockGroup>
<TabGroup>
<ViewBookmark Name="ST:0:0:{ed485b08-5acf-4ce9-8e13-699174ea0201}"/>
<ViewBookmark Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"/>
<ViewBookmark Name="ST:0:0:{131369f2-062d-44a2-8671-91ff31efb4f4}"/>
<ViewBookmark Name="ST:0:0:{c9c0ae26-aa77-11d2-b3f0-0000f87570ee}"/>
<ViewBookmark Name="ST:0:0:{de1fc918-f32e-4dd7-a915-1792a051f26b}"/>
<ViewBookmark Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}"/>
<ViewBookmark Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}"/>
<ViewBookmark Name="ST:0:0:{ecdd9ee0-ac6b-11d0-89f9-00a0c9110055}"/>
<ViewBookmark Name="ST:0:0:{2d7728c2-de0a-45b5-99aa-89b609dfde73}"/>
<ViewBookmark Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}"/>
<ViewBookmark Name="ST:0:0:{0db31cc8-2322-4f59-a610-1fdc8423df77}"/>
<ViewBookmark Name="ST:0:0:{66dba47c-61df-11d2-aa79-00c04f990343}"/>
<ViewBookmark Name="ST:0:0:{4a791147-19e4-11d3-b86b-00c04f79f802}"/>
<ViewBookmark Name="ST:0:0:{73f6dd58-437e-11d3-b88e-00c04f79f802}"/>
<ViewBookmark Name="ST:0:0:{57dc5d59-11c2-4955-a7b4-d7699d677e93}"/>
<ViewBookmark Name="ST:0:0:{07cd18b4-3ba1-11d2-890a-0060083196c6}"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{75d09b86-471e-4b30-8720-362d13ad0a45}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</TabGroup>
</DockGroup>
<TabGroup>
<ViewBookmark Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}"/>
<ViewBookmark Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}"/>
<ViewBookmark Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}"/>
<ViewBookmark Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}"/>
<ViewBookmark Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}"/>
</TabGroup>
</DockGroup>
</DockRoot>
</AutoHideRoot>
</MainSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="76.8" FloatingWidth="337.92"/>
</FloatSite>
<FloatSite FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="548.4" FloatingWidth="336.8">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" IsSelected="True" DockedHeight="100" DockedWidth="100" FloatingTop="153.6" FloatingLeft="204.8" FloatingHeight="548.4" FloatingWidth="336.8"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{fdffccf2-5f63-404f-86ad-33693f544948}"/>
</FloatSite>
<FloatSite IsVisible="True" FloatingTop="251" FloatingLeft="147" FloatingHeight="450" FloatingWidth="1195">
<TabGroup IsSelected="True" IsVisible="True" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="251" FloatingLeft="147" FloatingHeight="450" FloatingWidth="1195">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0ad07096-bba9-4900-a651-0598d26f6d24}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{637792aa-f332-4bb5-be6c-066b0e88eced}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="2" IconResourceID="5123" IconResourcePackage="c9dd4a57-47fb-11d2-83e7-00c04f9902c1" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="202" FloatingLeft="2248" FloatingHeight="450" FloatingWidth="1195"/>
<ViewBookmark Name="ST:0:0:{28836128-fc2c-11d2-a433-00c04f72d18a}" AccessOrder="1" ViewBookmarkType="Raft" DockedHeight="442" DockedWidth="198.661087866109" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" IsSelected="True" IsVisible="True" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="251" FloatingLeft="147" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{588470cc-84f8-4a57-9ac4-86bca0625ff4}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="240.8" FloatingLeft="1612" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{5415ea3a-d813-4948-b51e-562082ce0887}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a0c5197d-0ac7-4b63-97cd-8872a789d233}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="409.6" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f564}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{2456bd12-ecf7-4988-a4a6-67d49173f565}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{905da7d1-18fd-4a46-8d0f-a5ff58ada9de}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b869198c-f673-46d2-83ae-64f515277716}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b8399b49-7330-487b-9235-7d2e969d0a79}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{778b5376-ad77-4751-acdc-f3d18343f8dd}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="576" FloatingLeft="102.4" FloatingHeight="450" FloatingWidth="1195"/>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{b2bc9916-e3e6-43a8-ad5f-3bdb95f53db5}" DockedHeight="442" DockedWidth="198.661087866109" FloatingTop="240.8" FloatingLeft="1612" FloatingHeight="450" FloatingWidth="1195"/>
</TabGroup>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{36809645-0533-4b8a-bc2f-b8ad61600452}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{260978c3-582c-487d-ab12-c1fdde07c578}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{433105e8-8b08-4c8e-a3e9-7060ee7ace9a}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{1ffe6db4-63af-4758-8e24-f217365a23e0}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0c5d327a-df81-4161-8c5c-2b0fa7bb9134}"/>
</FloatSite>
<FloatSite>
<wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{71221591-a80b-4b83-98b4-e05a9a0490ab}"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450.4" FloatingWidth="450.4">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{888c821a-6430-40bd-9bfe-1610b91df560}" IsSelected="True" FloatingTop="100" FloatingLeft="100" FloatingHeight="450.4" FloatingWidth="450.4"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{7dd08ad7-93b2-491f-a0e8-ee2bb4e78240}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{532ddd98-f6a6-4a76-a84e-4aea5211f733}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{435ad293-774d-49c6-9e2d-3740c322be52}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{6a842c2e-1395-4900-afc3-03074d627143}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
<FloatSite FloatingTop="1013" FloatingLeft="-437" FloatingHeight="321" FloatingWidth="1485">
<TabGroup FloatingHeight="321" FloatingWidth="1485">
<ViewBookmark Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="321" FloatingWidth="1485"/>
<ViewBookmark Name="ST:0:0:{1ea986c6-340f-42c8-892e-f5779818d569}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="321" FloatingWidth="1485"/>
<ViewBookmark Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="321" FloatingWidth="1485"/>
<ViewBookmark Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" AccessOrder="1" ViewBookmarkType="Raft" FloatingHeight="321" FloatingWidth="1485"/>
</TabGroup>
</FloatSite>
<FloatSite>
<wm:ToolWindowView Name="ST:0:0:{75edecf4-68d8-4b7b-92a9-5915461da6d9}"/>
</FloatSite>
<FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450">
<wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{129dd217-357f-4931-a696-7048fc123a41}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/>
</FloatSite>
</WindowProfile>
</Debug-FullScreen>
</Category>
</Category>
<Category name="Debugger" Category="{EEDBF29A-5C8B-4E01-827C-263382C18CFE}" Package="{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}" RegisteredName="Debugger" PackageName="Visual Studio Debugger">
<PropertyValue name="ConfirmDeleteAllBreakpoints">1</PropertyValue>
<PropertyValue name="StopAllProcesses">1</PropertyValue>
<PropertyValue name="StopOnExceptionCrossingManagedBoundary">0</PropertyValue>
<PropertyValue name="EnableAddressLevelDebugging">1</PropertyValue>
<PropertyValue name="ShowDisassemblyWhenNoSource">1</PropertyValue>
<PropertyValue name="EnableBreakpointConstraints">1</PropertyValue>
<PropertyValue name="UseExceptionHelper">1</PropertyValue>
<PropertyValue name="AutoUnwindOnException">1</PropertyValue>
<PropertyValue name="JustMyCode">1</PropertyValue>
<PropertyValue name="ShowNonPublicMembers">0</PropertyValue>
<PropertyValue name="WarnIfNoUserCodeOnLaunch">1</PropertyValue>
<PropertyValue name="FrameworkSourceStepping">0</PropertyValue>
<PropertyValue name="WarnAboutSymbolCacheDuringRemoteManagedDebugging">1</PropertyValue>
<PropertyValue name="EnableStepFiltering">1</PropertyValue>
<PropertyValue name="WarnOnStepFilter">1</PropertyValue>
<PropertyValue name="AllowImplicitFuncEval">1</PropertyValue>
<PropertyValue name="AllowToString">1</PropertyValue>
<PropertyValue name="UseSourceServer">0</PropertyValue>
<PropertyValue name="ShowSourceServerDiagnostics">0</PropertyValue>
<PropertyValue name="AlwaysColorMarkerText">0</PropertyValue>
<PropertyValue name="UseDocumentChecksum">1</PropertyValue>
<PropertyValue name="OutputToImmediate">0</PropertyValue>
<PropertyValue name="ShowRawStructures">0</PropertyValue>
<PropertyValue name="DisableJITOptimization">1</PropertyValue>
<PropertyValue name="ShowNoSymbolsDialog">1</PropertyValue>
<PropertyValue name="ShowScriptDebuggingDisabledDialog">1</PropertyValue>
<PropertyValue name="EnableILInterpreterMinidump">1</PropertyValue>
<PropertyValue name="EnableILInterpreterLive">0</PropertyValue>
<PropertyValue name="HexDisplay">0</PropertyValue>
<PropertyValue name="HexInput">0</PropertyValue>
<PropertyValue name="MapClientBreakpoints">1</PropertyValue>
<PropertyValue name="AddUnmappedBreakpointAtMappedLocation">0</PropertyValue>
<PropertyValue name="StepIntoOnRestart">0</PropertyValue>
<PropertyValue name="ENCEnable">1</PropertyValue>
<PropertyValue name="ENCApplyChangesOnContinue">1</PropertyValue>
<PropertyValue name="ENCWelcome">0</PropertyValue>
<PropertyValue name="ENCStaleCodeWarning">1</PropertyValue>
<PropertyValue name="ENCPrecompile">1</PropertyValue>
<PropertyValue name="ENCRelink">1</PropertyValue>
<PropertyValue name="NOENCAllowEdits">1</PropertyValue>
<PropertyValue name="NOENCIgnore">0</PropertyValue>
<PropertyValue name="NOENCRebuild">0</PropertyValue>
<PropertyValue name="ENCEnableWhenRemoteDebugging">0</PropertyValue>
<PropertyValue name="ConfirmFoundFiles">0</PropertyValue>
<PropertyValue name="DisasmLineNumbers">0</PropertyValue>
<PropertyValue name="ModulesShowAll">0</PropertyValue>
<PropertyValue name="UseCodeSense">1</PropertyValue>
<PropertyValue name="DisasmFields">67577</PropertyValue>
<PropertyValue name="CallStackViewOptions">3604736</PropertyValue>
<PropertyValue name="ShowExternalCode">0</PropertyValue>
<PropertyValue name="SourceStepUnit">0</PropertyValue>
<PropertyValue name="DisasmStepUnit">2</PropertyValue>
<PropertyValue name="CrossThreadCallStack">1</PropertyValue>
<PropertyValue name="ShowOnlyFlaggedThreads">1</PropertyValue>
<PropertyValue name="ConcurrencySupport">1</PropertyValue>
<PropertyValue name="GuessAtThreadNames">1</PropertyValue>
<PropertyValue name="ShowOtherThreadIpMarkers">0</PropertyValue>
<PropertyValue name="ShowThreadCategory">1</PropertyValue>
<PropertyValue name="SaveRemoteDumps">1</PropertyValue>
<PropertyValue name="LongEvalTimeout">10000</PropertyValue>
<PropertyValue name="NormalEvalTimeout">5000</PropertyValue>
<PropertyValue name="QuickwatchTimeout">15000</PropertyValue>
<PropertyValue name="DataTipTimeout">1500</PropertyValue>
<PropertyValue name="AutosReturnValsTimeout">1000</PropertyValue>
<PropertyValue name="AutosRegistersTimeout">1000</PropertyValue>
<PropertyValue name="LocalsTimeout">1000</PropertyValue>
<PropertyValue name="RegistersTimeout">2000</PropertyValue>
<PropertyValue name="AddressExpressionTimeout">2000</PropertyValue>
<PropertyValue name="ScriptDocsTimeout">5000</PropertyValue>
<PropertyValue name="ImmediateWindowTimeout">10000</PropertyValue>
<PropertyValue name="SetValueTimeout">10000</PropertyValue>
<PropertyValue name="TreeGridRePaintTimer">250</PropertyValue>
<PropertyValue name="TreeGridBusyPaintTimer">1000</PropertyValue>
<PropertyValue name="ModulesWindowUpdateTimer">500</PropertyValue>
<PropertyValue name="TreeGridDelayOnEnterTimer">125</PropertyValue>
<PropertyValue name="DelayTreeGridPaintOnBreak">1</PropertyValue>
<PropertyValue name="ShowNonprintableCharsAsGlyphs">0</PropertyValue>
<PropertyValue name="ShowSystemProcesses">1</PropertyValue>
<PropertyValue name="ShowProcessesFromAllSessions">1</PropertyValue>
<PropertyValue name="EnhancedDataTips">1</PropertyValue>
<PropertyValue name="DataTipDismissalSensitivity">1</PropertyValue>
<PropertyValue name="DataTipKeyboardDismissal">0</PropertyValue>
<PropertyValue name="UserSpecifiedEngines">0</PropertyValue>
<PropertyValue name="OutputOnException">1</PropertyValue>
<PropertyValue name="OutputOnStepFilter">1</PropertyValue>
<PropertyValue name="OutputOnModuleLoad">1</PropertyValue>
<PropertyValue name="OutputOnModuleUnload">1</PropertyValue>
<PropertyValue name="OutputOnModuleSymbolSearch">1</PropertyValue>
<PropertyValue name="OutputOnProcessDestroy">1</PropertyValue>
<PropertyValue name="OutputOnThreadDestroy">1</PropertyValue>
<PropertyValue name="OutputOnOutputDebugString">1</PropertyValue>
<PropertyValue name="OutputOnDebuggerMessage">1</PropertyValue>
<PropertyValue name="VariableWindowIcons">1</PropertyValue>
<PropertyValue name="DisableAttachSecurityWarning">0</PropertyValue>
<PropertyValue name="LoadDllExports">0</PropertyValue>
<PropertyValue name="NativeRPC">0</PropertyValue>
<PropertyValue name="AllowSideEffectEval">0</PropertyValue>
<PropertyValue name="LoadSymbolsWhenSettingsChanged">1</PropertyValue>
<PropertyValue name="SymbolUseExcludeList">1</PropertyValue>
<PropertyValue name="SymbolsAlwaysLoadAdjacent">1</PropertyValue>
<PropertyValue name="DontForceCacheOnManualLoad">0</PropertyValue>
<PropertyValue name="SymbolUseMSSymbolServers">0</PropertyValue>
<PropertyValue name="AutoLoadFromSymbolPath">1</PropertyValue>
<PropertyValue name="OneClickEdit">0</PropertyValue>
<PropertyValue name="OfferArrayExpansion">0</PropertyValue>
<PropertyValue name="VariableWindowPromptOnLargeExpansion">1</PropertyValue>
<PropertyValue name="VariableWindowMaxSupportedChildren">1000000</PropertyValue>
<PropertyValue name="PromptToAddSourceToIgnoreList">0</PropertyValue>
<PropertyValue name="OwnerDrawDebugLocationToolbar">0</PropertyValue>
<PropertyValue name="EnableSelectedBreakpointHighlight">1</PropertyValue>
<PropertyValue name="DisableUniscribe">0</PropertyValue>
<PropertyValue name="ShowParallelStacksBottomUp">1</PropertyValue>
<PropertyValue name="ThreadsWindowGroupingColumn">2048</PropertyValue>
<PropertyValue name="ThreadsWindowVisibleColumns">509</PropertyValue>
<PropertyValue name="ThreadsWindowShowTipWhenCallStackExpanded">0</PropertyValue>
<PropertyValue name="AllowDesignModePinning">0</PropertyValue>
<PropertyValue name="CallStackParamToString">0</PropertyValue>
<PropertyValue name="CheckRDTForFilesFirst">1</PropertyValue>
<PropertyValue name="SourceServerExtractToDirectory"/>
<PropertyValue name="FrameworkSourceServerName">http://referencesource.microsoft.com/symbols</PropertyValue>
<PropertyValue name="PublicSymbolServerName"/>
<PropertyValue name="PublicSymbolServerName2">http://msdl.microsoft.com/download/symbols</PropertyValue>
<PropertyValue name="DefaultTracepointMessage">Function: $FUNCTION, Thread: $TID $TNAME</PropertyValue>
<PropertyValue name="ProgramToDebugPath"/>
<PropertyValue name="AttachToProcessDefaultEngineList"/>
<PropertyValue name="SecureSourceLocalDirectory"/>
<PropertyValue name="SymbolPath"/>
<PropertyValue name="SymbolPathState"/>
<PropertyValue name="SymbolCacheDir"/>
<PropertyValue name="SymbolIncludeList"/>
<PropertyValue name="SymbolIncludeListState"/>
<PropertyValue name="SymbolExcludeList"/>
<PropertyValue name="SymbolExcludeListState"/>
</Category>
<Category name="HTML Tag Specific" Category="{7583bb73-a453-40e8-8951-b6986ddb1d9b}" Package="{1B437D20-F8FE-11D2-A6AE-00104BCC7269}" RegisteredName="HTML Tag Specific" PackageName="Visual Studio HTM Editor Package">
<PropertyValue name="HTMLFormatOptions">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;VWDFormatOptions&gt;
&lt;Category id="Default Settings" readonly="true" _locAttrData="id" _locID="Default Settings"&gt;
&lt;Element id="Server tag supports contents" DefaultSettingType="ServerContainer" readonly="true" ClosingTag="2" DisableClosingTag="0" LineBreaks="1" IndentContents="1" Outlining="1" OutliningMinLines="3" _locAttrData="id" _locID="Server tag supports contents"/&gt;
&lt;Element id="Server tag does not support contents" DefaultSettingType="ServerNonContainer" readonly="true" ClosingTag="1" DisableClosingTag="0" LineBreaks="1" IndentContents="1" Outlining="1" OutliningMinLines="3" _locAttrData="id" _locID="Server tag does not support contents"/&gt;
&lt;Element id="Client tag supports contents" DefaultSettingType="ClientContainer" readonly="true" ClosingTag="2" DisableClosingTag="0" LineBreaks="1" IndentContents="1" Outlining="1" OutliningMinLines="3" _locAttrData="id" _locID="Client tag supports contents"/&gt;
&lt;Element id="Client tag does not support contents" DefaultSettingType="ClientNonContainer" readonly="true" ClosingTag="1" DisableClosingTag="2" LineBreaks="1" IndentContents="1" Outlining="1" OutliningMinLines="3" _locAttrData="id" _locID="Client tag does not support contents"/&gt;
&lt;/Category&gt;
&lt;Category id="Client HTML Tags" _locAttrData="id" _locID="Client HTML Tags"&gt;
&lt;Element id="a" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0" OutliningMinLines="0"/&gt;
&lt;Element id="acronym" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="b" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="basefont" ClosingTag="0" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="bdo" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="big" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="body" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="cite" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="code" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="del" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="dfn" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="div" ClosingTag="2" LineBreaks="1" IndentContents="1" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="dt" ClosingTag="2" LineBreaks="1" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="em" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="embed" ClosingTag="2" LineBreaks="1" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="font" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="form" ClosingTag="2" LineBreaks="4" IndentContents="0" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="head" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="html" ClosingTag="2" LineBreaks="4" IndentContents="0" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="i" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="iframe" ClosingTag="2" LineBreaks="1" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="ins" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="kbd" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="legend" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="li" ClosingTag="2" LineBreaks="1" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="option" ClosingTag="2" LineBreaks="1" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="q" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="rt" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="s" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="script" ClosingTag="2" LineBreaks="5" IndentContents="1" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="small" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="span" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="strike" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="strong" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="sub" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="sup" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="table" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="5"/&gt;
&lt;Element id="tbody" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="5"/&gt;
&lt;Element id="td" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="tfoot" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="5"/&gt;
&lt;Element id="thead" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="5"/&gt;
&lt;Element id="title" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="1" OutliningMinLines="3"/&gt;
&lt;Element id="tr" ClosingTag="2" LineBreaks="4" IndentContents="1" Outlining="1" OutliningMinLines="5"/&gt;
&lt;Element id="tt" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;Element id="u" ClosingTag="2" LineBreaks="0" IndentContents="1" Outlining="0"/&gt;
&lt;/Category&gt;
&lt;Category id="ASP.NET Controls" _locAttrData="id" _locID="ASP.NET Controls"&gt;
&lt;Element id="AddVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="AlternatingItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="AlternatingRowStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ApplyVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:AccessDataSource" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:BoundColumn" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:BoundField" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:Button" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:ButtonColumn" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:ButtonField" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:Calendar" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:CheckBoxField" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:CircleHotSpot" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:CommandField" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:ControlParameter" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:CookieParameter" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:EditCommandColumn" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:FormParameter" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:HyperLinkColumn" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:HyperLinkField" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:Label" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:ListBox" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:Literal" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:MenuItem" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:MenuItemBinding" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:MenuItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:ObjectDataSource" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:Parameter" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:PlaceHolder" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:PolygonHotSpot" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:QueryStringParameter" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:RectangleHotSpot" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:SessionParameter" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:SiteMapDataSource" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:SqlDataSource" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:Style" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:SubMenuStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:TableItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:TableStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:TemplateColumn" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:TemplateField" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:TreeNode" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:TreeNodeBinding" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:TreeNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:WebPartMenuStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="asp:XmlDataSource" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CancelButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CancelVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ChangePasswordButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CheckBoxStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CloseVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CommandRowStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CompleteSuccessTextStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ConfigureVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ConnectVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ContinueButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ControlStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CreateUserButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="CurrentNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DayHeaderStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DayStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DeleteVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DetailLinkStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DetailTitleStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DisconnectVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DynamicHoverStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DynamicMenuItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DynamicMenuStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="DynamicSelectedStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="EditItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="EditRowStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="EditUIStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="EditVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="EmptyDataRowStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="EmptyZoneTextStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ErrorStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ErrorMessageStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ExportVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="FailureTextStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="FieldHeaderStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="FinishStepButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="FinishStepPreviousButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="FooterStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="HeaderCloseVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="HeaderStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="HeaderVerbStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="HelpVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="HoverNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="HyperLinkStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="InsertRowStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="InstructionTextStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="LabelStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="LeafNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="LevelMenuItemStyles" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="LevelSelectedStyles" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="LevelStyles" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="LevelSubMenuStyles" OutliningMinLines="3" ClosingTag="2" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="LoginButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MenuCheckImageStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MenuItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MenuLabelHoverStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MenuLabelStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MenuStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MenuVerbStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MenuVerbHoverStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="MinimizeVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="NavigationButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="NavigationStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="NextPrevStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="NextStepButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="NodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="OKVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="OtherMonthDayStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PagerStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ParentNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PartChromeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PartLinkStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PartStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PartTitleStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PasswordHintStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PathSeparatorStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="PreviousStepButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="RestoreVerb" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="RootNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="RowStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SelectedDayStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SelectedItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SelectedNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SelectedPartChromeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SelectedPartLinkStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SelectedRowStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SelectorStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SeparatorStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SideBarButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SideBarStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="StartStepNextButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="StaticHoverStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="StaticMenuItemStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="StaticMenuStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="StaticSelectedStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="StepStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SubMenuStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SubmitButtonStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SuccessTextStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="SummaryTitleStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="TextBoxStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="TitleStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="TitleTextStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="TodayDayStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="TreeNodeStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="ValidatorTextStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="VerbStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="WeekendDayStyle" OutliningMinLines="3" ClosingTag="1" IndentContents="1" Outlining="1" LineBreaks="1"/&gt;
&lt;Element id="Page" ClosingTag="1" LineBreaks="5" IndentContents="1" Outlining="0" OutliningMinLines="0"/&gt;
&lt;Element id="Master" ClosingTag="1" LineBreaks="5" IndentContents="1" Outlining="0" OutliningMinLines="0"/&gt;
&lt;/Category&gt;
&lt;/VWDFormatOptions&gt;
</PropertyValue>
</Category>
<Category name="SQL_Editor" Category="{7d092b67-f9b8-4de4-a60e-298bada6f735}" Package="{cd5a6b66-0d89-4949-b356-361cf0d74372}" RegisteredName="SQL_Editor" PackageName="RadLangSvc.Package, RadLangSvc.VS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91">
<PropertyValue name="AutoOutlining">True</PropertyValue>
<PropertyValue name="EnableIntellisense">True</PropertyValue>
<PropertyValue name="MaxScriptSize">1048576</PropertyValue>
<PropertyValue name="TextCasing">0</PropertyValue>
<PropertyValue name="UnderlineErrors">True</PropertyValue>
</Category>
<Category name="Test Tools_Test Execution" Category="{48d11193-265d-1458-743e-2b88c655b377}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Test Execution" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<PropertyValue name="IsCodeColoringEnabled">True</PropertyValue>
<PropertyValue name="IsInPlaceInstrumentationEnabled">True</PropertyValue>
<PropertyValue name="KeepHostProcessAlive">True</PropertyValue>
<PropertyValue name="MaxTestRunsPerSolution">25</PropertyValue>
<PropertyValue name="PathToWebRoot"/>
<PropertyValue name="UnitTestResultNavigatePointOfFailure">True</PropertyValue>
</Category>
<Category name="Test Tools_Test Project" Category="{83eb4e3c-d916-35f7-0118-10f5d3fd41e9}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Test Project" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<PropertyValue name="DefaultProjectLanguage">CSharp</PropertyValue>
<PropertyValue name="IsBackgroundTestDiscoveryEnabled">False</PropertyValue>
<PropertyValue name="UseCodeUnderTestLanguage">True</PropertyValue>
<PropertyValue name="DefaultTestTemplateIds" Key0="vb" Value0="TestProject-V1-SimpleUnitTest;TestProject-V1-WordManualTest;TestProject-V1-HelpTest" Key1="csharp" Value1="TestProject-V1-SimpleUnitTest;TestProject-V1-WordManualTest;TestProject-V1-HelpTest" Key2="vc" Value2="TestProject-V1-SimpleUnitTest;TestProject-V1-WordManualTest;TestProject-V1-HelpTest" Key3=""/>
</Category>
<Category name="Source Control_TeamFoundation" Category="{2A718788-A6D9-44C5-90EF-438BF5B06A74}" Package="{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}" RegisteredName="Source Control_TeamFoundation" PackageName="Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<PropertyValue name="IsProxyEnabled">False</PropertyValue>
<PropertyValue name="ProxyUrl"/>
<PropertyValue name="ShowDeletedItems">false</PropertyValue>
<PropertyValue name="GetLatestOnCheckOut">false</PropertyValue>
<PropertyValue name="OpenSceToMostRecentPath">true</PropertyValue>
<PropertyValue name="PromptToConfirmMergeResult">-1</PropertyValue>
</Category>
<Category name="WindowsFormsDesigner_General" Category="{de03177c-918d-40af-8c17-c9d63670c175}" Package="{7b5d447b-0b12-41ea-a84e-c822034422d4}" RegisteredName="WindowsFormsDesigner_General" PackageName="Windows Forms Designer Resources Package">
<PropertyValue name="AutoToolboxPopulate">True</PropertyValue>
<PropertyValue name="EnableInSituEditing">True</PropertyValue>
<PropertyValue name="EnableRefactoringOnRename">True</PropertyValue>
<PropertyValue name="GridSize">8, 8</PropertyValue>
<PropertyValue name="LayoutMode">SnapLines</PropertyValue>
<PropertyValue name="ObjectBoundSmartTagAutoShow">True</PropertyValue>
<PropertyValue name="ShowGrid">True</PropertyValue>
<PropertyValue name="SnapToGrid">True</PropertyValue>
<PropertyValue name="UseOptimizedCodeGeneration">True</PropertyValue>
</Category>
<Category name="XmlEditor" Category="{4E1CDE49-B840-4826-8CC6-8FB80D7EF455}" Package="{87569308-4813-40a0-9cd0-d7a30838ca3f}" RegisteredName="XmlEditor" PackageName="Visual Studio XML Editor Package">
<PropertyValue name="AttributeFormatting">None</PropertyValue>
<PropertyValue name="AutoDownload">True</PropertyValue>
<PropertyValue name="AutoInsertAttributeQuotes">True</PropertyValue>
<PropertyValue name="AutoInsertEndTags">True</PropertyValue>
<PropertyValue name="AutoInsertNamespaceDeclarations">True</PropertyValue>
<PropertyValue name="AutoInsertOther">True</PropertyValue>
<PropertyValue name="AutoOutlining">True</PropertyValue>
<PropertyValue name="AutoReformatOnEndTag">True</PropertyValue>
<PropertyValue name="AutoReformatOnPaste">True</PropertyValue>
<PropertyValue name="FormatMixedContentByDefault">True</PropertyValue>
<PropertyValue name="SchemaCacheLocation">%VsInstallDir%\xml\Schemas</PropertyValue>
</Category>
<Category name="SpecFlow_General" Category="{d41b81c9-8501-4124-b75f-0f194e37178c}" Package="{5d978b7f-8f91-41c1-b7ba-0b4c056118e8}" RegisteredName="SpecFlow_General" PackageName="TechTalk.SpecFlow.Vs2010Integration.SpecFlowPackagePackage, TechTalk.SpecFlow.Vs2010Integration, Version=1.7.1.0, Culture=neutral, PublicKeyToken=null">
<PropertyValue name="EnableAnalysis">True</PropertyValue>
<PropertyValue name="EnableIntelliSense">True</PropertyValue>
<PropertyValue name="EnableOutlining">True</PropertyValue>
<PropertyValue name="EnableSyntaxColoring">True</PropertyValue>
<PropertyValue name="EnableTableAutoFormat">True</PropertyValue>
<PropertyValue name="EnableTracing">False</PropertyValue>
<PropertyValue name="TracingCategories">all</PropertyValue>
</Category>
</UserSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment