| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545 |
- <wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
- <s:Boolean x:Key="/Default/CodeEditing/Intellisense/CodeCompletion/AutoCompleteBasicCompletion/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/CodeEditing/Intellisense/LookupWindow/ShowSummary/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/CodeEditing/Localization/CSharpLocalizationOptions/DontAnalyseVerbatimStrings/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=CheckNamespace/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertIfStatementToReturnStatement/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToAutoProperty/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=DelegateSubtraction/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ForCanBeConvertedToForeach/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ImplicitlyCapturedClosure/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=InconsistentNaming/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=LoopCanBeConvertedToQuery/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=PossibleNullReferenceException/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantAssignment/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestUseVarKeywordEverywhere/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedAutoPropertyAccessor_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedAutoPropertyAccessor_002ELocal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeCleanup/Profiles/=tanghai/@EntryIndexedValue"><?xml version="1.0" encoding="utf-16"?><Profile name="tanghai"><CSArrangeThisQualifier>True</CSArrangeThisQualifier><CSRemoveCodeRedundancies>True</CSRemoveCodeRedundancies><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSUseVar><BehavourStyle>DISABLED</BehavourStyle><LocalVariableStyle>IMPLICIT_WHEN_INITIALIZER_HAS_TYPE</LocalVariableStyle><ForeachVariableStyle>IMPLICIT_EXCEPT_SIMPLE_TYPES</ForeachVariableStyle></CSUseVar><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings><EmbraceInRegion>False</EmbraceInRegion><RegionName></RegionName></CSOptimizeUsings><CSShortenReferences>True</CSShortenReferences><CSReformatCode>True</CSReformatCode></Profile></s:String>
- <s:String x:Key="/Default/CodeStyle/CodeCleanup/RecentlyUsedProfile/@EntryValue">tanghai</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeCleanup/SilentCleanupProfile/@EntryValue">tanghai</s:String>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_FIRST_ARG_BY_PAREN/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_EXPRESSION/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTILINE_PARAMETER/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ALIGN_MULTLINE_TYPE_PARAMETER_CONSTRAINS/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/ANONYMOUS_METHOD_DECLARATION_BRACES/@EntryValue">NEXT_LINE</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/CASE_BLOCK_BRACES/@EntryValue">NEXT_LINE</s:String>
- <s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/CONTINUOUS_INDENT_MULTIPLIER/@EntryValue">2</s:Int64>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_ATTRIBUTE_STYLE/@EntryValue">JOIN</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FIXED_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FOR_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FOREACH_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_IFELSE_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_USING_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_WHILE_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/INDENT_NESTED_FIXED_STMT/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/INDENT_NESTED_USINGS_STMT/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/INITIALIZER_BRACES/@EntryValue">NEXT_LINE</s:String>
- <s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_BLANK_LINES_IN_CODE/@EntryValue">1</s:Int64>
- <s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_BLANK_LINES_IN_DECLARATIONS/@EntryValue">1</s:Int64>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_USER_LINEBREAKS/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/MODIFIERS_ORDER/@EntryValue">private public protected internal new abstract virtual override sealed static readonly extern unsafe volatile async</s:String>
-
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_FIELD_ATTRIBUTE_ON_SAME_LINE/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_SIMPLE_ACCESSOR_ON_SINGLE_LINE/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_WHILE_ON_NEW_LINE/@EntryValue">True</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/REDUNDANT_THIS_QUALIFIER_STYLE/@EntryValue">ALWAYS_USE</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SIMPLE_EMBEDDED_STATEMENT_STYLE/@EntryValue">LINE_BREAK</s:String>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AROUND_MULTIPLICATIVE_OP/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_EXTENDS_COLON/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_TERNARY_QUEST/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_WITHIN_SINGLE_LINE_ARRAY_INITIALIZER_BRACES/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/STICK_COMMENT/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_AFTER_DECLARATION_LPAR/@EntryValue">True</s:Boolean>
-
-
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_BEFORE_FIRST_TYPE_PARAMETER_CONSTRAINT/@EntryValue">True</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_FOR_STMT_HEADER_STYLE/@EntryValue">WRAP_IF_LONG</s:String>
- <s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_LIMIT/@EntryValue">100</s:Int64>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_MULTIPLE_DECLARATION_STYLE/@EntryValue">WRAP_IF_LONG</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_TERNARY_EXPR_STYLE/@EntryValue">WRAP_IF_LONG</s:String>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/JavaScriptCodeFormatting/JavaScriptFormatOther/ALIGN_MULTIPLE_DECLARATION/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/BlankLineAfterProcessingInstructions/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/ProcessingInstructionAttributeIndenting/@EntryValue">TwoSteps</s:String>
- <s:String x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/TagAttributeIndenting/@EntryValue">TwoSteps</s:String>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/TagSpaceBeforeHeaderEnd1/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/XmlFormatter/WrapBeforeAttr/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/CSharpMemberOrderPattern/CustomPattern/@EntryValue"><?xml version="1.0" encoding="utf-8" ?>
- 
- <!--
- I. Overall
- 
- I.1 Each pattern can have <Match>....</Match> element. For the given type declaration, the pattern with the match, evaluated to 'true' with the largest weight, will be used 
- I.2 Each pattern consists of the sequence of <Entry>...</Entry> elements. Type member declarations are distributed between entries
- I.3 If pattern has RemoveAllRegions="true" attribute, then all regions will be cleared prior to reordering. Otherwise, only auto-generated regions will be cleared
- I.4 The contents of each entry is sorted by given keys (First key is primary, next key is secondary, etc). Then the declarations are grouped and en-regioned by given property
- 
- II. Available match operands
- 
- Each operand may have Weight="..." attribute. This weight will be added to the match weight if the operand is evaluated to 'true'.
- The default weight is 1
- 
- II.1 Boolean functions:
- II.1.1 <And>....</And>
- II.1.2 <Or>....</Or>
- II.1.3 <Not>....</Not>
- 
- II.2 Operands
- II.2.1 <Kind Is="..."/>. Kinds are: class, struct, interface, enum, delegate, type, constructor, destructor, property, indexer, method, operator, field, constant, event, member
- II.2.2 <Name Is="..." [IgnoreCase="true/false"] />. The 'Is' attribute contains regular expression
- II.2.3 <HasAttribute CLRName="..." [Inherit="true/false"] />. The 'CLRName' attribute contains regular expression
- II.2.4 <Access Is="..."/>. The 'Is' values are: public, protected, internal, protected internal, private
- II.2.5 <Static/>
- II.2.6 <Abstract/>
- II.2.7 <Virtual/>
- II.2.8 <Override/>
- II.2.9 <Sealed/>
- II.2.10 <Readonly/>
- II.2.11 <ImplementsInterface CLRName="..."/>. The 'CLRName' attribute contains regular expression
- II.2.12 <HandlesEvent />
- -->
- 
- <Patterns xmlns="urn:shemas-jetbrains-com:member-reordering-patterns">
- 
- <!--Do not reorder COM interfaces and structs marked by StructLayout attribute-->
- <Pattern>
- <Match>
- <Or Weight="100">
- <And>
- <Kind Is="interface"/>
- <Or>
- <HasAttribute CLRName="System.Runtime.InteropServices.InterfaceTypeAttribute"/>
- <HasAttribute CLRName="System.Runtime.InteropServices.ComImport"/>
- </Or>
- </And>
- <HasAttribute CLRName="System.Runtime.InteropServices.StructLayoutAttribute"/>
- </Or>
- </Match>
- </Pattern>
- 
- <!--Special formatting of NUnit test fixture-->
- <Pattern RemoveAllRegions="true">
- <Match>
- <And Weight="100">
- <Kind Is="class"/>
- <HasAttribute CLRName="NUnit.Framework.TestFixtureAttribute" Inherit="true"/>
- </And>
- </Match>
- 
- <!--Setup/Teardow-->
- <Entry>
- <Match>
- <And>
- <Kind Is="method"/>
- <Or>
- <HasAttribute CLRName="NUnit.Framework.SetUpAttribute" Inherit="true"/>
- <HasAttribute CLRName="NUnit.Framework.TearDownAttribute" Inherit="true"/>
- <HasAttribute CLRName="NUnit.Framework.FixtureSetUpAttribute" Inherit="true"/>
- <HasAttribute CLRName="NUnit.Framework.FixtureTearDownAttribute" Inherit="true"/>
- </Or>
- </And>
- </Match>
- <Group Region="Setup/Teardown"/>
- </Entry>
- 
- <!--All other members-->
- <Entry/>
- 
- <!--Test methods-->
- <Entry>
- <Match>
- <And Weight="100">
- <Kind Is="method"/>
- <HasAttribute CLRName="NUnit.Framework.TestAttribute" Inherit="false"/>
- </And>
- </Match>
- <Sort>
- <Name/>
- </Sort>
- </Entry>
- </Pattern>
- 
- <!--Default pattern-->
- <Pattern>
- 
- <!--public delegate-->
- <Entry>
- <Match>
- <And Weight="100">
- <Access Is="public"/>
- <Kind Is="delegate"/>
- </And>
- </Match>
- <Sort>
- <Name/>
- </Sort>
- <Group Region="Delegates"/>
- </Entry>
- 
- <!--public enum-->
- <Entry>
- <Match>
- <And Weight="100">
- <Access Is="public"/>
- <Kind Is="enum"/>
- </And>
- </Match>
- <Sort>
- <Name/>
- </Sort>
- <Group>
- <Name Region="${Name} enum"/>
- </Group>
- </Entry>
- 
- <!--static fields and constants-->
- <Entry>
- <Match>
- <Or>
- <Kind Is="constant"/>
- <And>
- <Kind Is="field"/>
- <Static/>
- </And>
- </Or>
- </Match>
- <Sort>
- <Kind Order="constant field"/>
- </Sort>
- </Entry>
- 
- <!--instance fields-->
- <Entry>
- <Match>
- <And>
- <Kind Is="field"/>
- <Not>
- <Static/>
- </Not>
- </And>
- </Match>
- <Sort>
- <Readonly/>
- <Name/>
- </Sort>
- </Entry>
- 
- <!--Constructors. Place static one first-->
- <Entry>
- <Match>
- <Kind Is="constructor"/>
- </Match>
- <Sort>
- <Static/>
- </Sort>
- </Entry>
- 
- <!--properties, indexers-->
- <Entry>
- <Match>
- <Or>
- <Kind Is="property"/>
- <Kind Is="indexer"/>
- </Or>
- </Match>
- </Entry>
- 
- <!--interface implementations-->
- <Entry>
- <Match>
- <And Weight="100">
- <Kind Is="member"/>
- <ImplementsInterface/>
- </And>
- </Match>
- <Sort>
- <ImplementsInterface Immediate="true"/>
- </Sort>
- <Group>
- <ImplementsInterface Immediate="true" Region="${ImplementsInterface} Members"/>
- </Group>
- </Entry>
- 
- <!--all other members-->
- <Entry/>
- 
- <!--nested types-->
- <Entry>
- <Match>
- <Kind Is="type"/>
- </Match>
- <Sort>
- <Name/>
- </Sort>
- <Group>
- <Name Region="Nested type: ${Name}"/>
- </Group>
- </Entry>
- </Pattern>
- 
- </Patterns>
- </s:String>
- <s:Boolean x:Key="/Default/CodeStyle/Generate/=Properties/@KeyIndexDefined">True</s:Boolean>
- <s:String x:Key="/Default/CodeStyle/Generate/=Properties/Options/=DebuggerStepsThrough/@EntryIndexedValue">False</s:String>
- <s:String x:Key="/Default/CodeStyle/Generate/=Properties/Options/=XmlDocumentation/@EntryIndexedValue">False</s:String>
- <s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/EventHandlerPatternLong/@EntryValue">$object$_On$event$</s:String>
- <s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
- <s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
- <s:String x:Key="/Default/CodeStyle/Naming/VBNaming/EventHandlerPatternLong/@EntryValue">$object$_On$event$</s:String>
- <s:String x:Key="/Default/CodeStyle/Naming/XamlNaming/UserRules/=XAML_005FFIELD/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
- <s:Boolean x:Key="/Default/Environment/Editor/UseCamelHumps/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/Environment/Editor/MatchingBraceHighlighting/Position/@EntryValue">BOTH_SIDES</s:String>
- <s:Boolean x:Key="/Default/Environment/OpenDocument/OpenDocumentAfterModification/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Environment/SearchAndNavigation/MergeOccurences/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Environment/TextControl/HighlightCurrentLine/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Environment/UnitTesting/MsTestProvider/UseTestRunConfigFromMetadataFile/@EntryValue">False</s:Boolean>
- <s:Boolean x:Key="/Default/Environment/UpdatesManger/IsDownloadUpdateDataAllowed/@EntryValue">False</s:Boolean>
- <s:String x:Key="/Default/Environment/UserInterface/ShortcutSchemeName/@EntryValue">VS</s:String>
- <s:Boolean x:Key="/Default/Housekeeping/GlobalSettingsUpgraded/IsUpgraded/@EntryValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/IntellisenseHousekeeping/HintUsed/@EntryValue">True</s:Boolean>
- <s:String x:Key="/Default/Housekeeping/Layout/DialogWindows/OptionsDialog/SelectedPageId/@EntryValue">CSharpBracesLayoutPage</s:String>
- <s:String x:Key="/Default/Housekeeping/Layout/DialogWindows/RefactoringWizardWindow/Location/@EntryValue">247,0</s:String>
- <s:Boolean x:Key="/Default/Housekeeping/LiveTemplatesHousekeeping/HotspotSessionHintIsShown/@EntryValue">True</s:Boolean>
- <s:Int64 x:Key="/Default/Housekeeping/TreeModelBrowserPanelPersistance/PreviewSplitterHorizontalPosition/=SearchUsagesDescriptor/@EntryIndexedValue">269</s:Int64>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=AnalyzeReferences/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=BlockComment/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EBookmarksMenu/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark0/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark1/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark2/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark3/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark4/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark5/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark6/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark7/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark8/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EGoToBookmark9/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark0/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark1/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark2/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark3/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark4/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark5/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark6/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark7/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark8/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Bookmarks_002EToggleBookmark9/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ChangeSignature/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=CleanupCode/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=CompleteCodeSmart/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=CompleteCodeTypeName/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=DuplicateText/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=EnableDaemon/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=EncapsulateField/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ExploreStackTrace/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ExtendSelection/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ExtractMethod/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=FindUsagesAdvanced/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ForceCompleteItem/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Generate/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GenerateFileBesides/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoBase/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoContainingDeclaration/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoFile/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoFileMember/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoInheritors/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoLastEditLocation/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoNextErrorInSolution/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoNextHighlight/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoNextMethod/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoNextOccurence/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoPrevErrorInSolution/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoPrevHighlight/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoPreviousOccurence/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoPrevMethod/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoRecentEdits/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoRecentFiles/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoRelatedFiles/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoSymbol/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoType/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoTypeDeclaration/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=GotoUsage/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=HighlightUsages/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=InlineVariable/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=InspectThis/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=IntroduceField/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=IntroduceVariable/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=IntroParameter/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=LineComment/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=LiveTemplates_002EInsert/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=LocateInSolutionExplorerAction/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Move/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=MoveDown/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=MoveLeft/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=MoveRight/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=MoveUp/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=NavigateTo/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ParameterInfo_002EGoToPreviousSignature/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=QuickDoc/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=QuickFix/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=RefactorThis/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=Rename/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ReSharper_005FUnitTest_005FDebugContext/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ReSharper_005FUnitTest_005FRunContext/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=SafeDelete/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=SelectContainingDeclaration/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowAnalyzeReferences/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowCodeStructure/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowFindResults/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowHierarchyWindow/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowInspectionWindow/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowTodoExplorer/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowUnitTestExplorer/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShowUnitTestSessions/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=ShrinkSelection/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=SilentCleanupCode/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=SurroundWith/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=TypeHierarchy_002EBrowse/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=UnitTest_002ERunCurrentSession/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=UnitTest_002ERunSolution/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=UnitTestSession_002ERepeatPreviousRun/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=WindowManager_002EActivateRecentTool/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ActionsWithShortcuts/=WindowManager_002ECloseRecentTool/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=AnalyzeReferences/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=AnalyzeReferences/Shortcuts/=Control_002BAlt_002BY/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark1/Shortcuts/=Control_002BD1/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark2/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark2/Shortcuts/=Control_002BD2/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark3/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark3/Shortcuts/=Control_002BD3/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark4/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark4/Shortcuts/=Control_002BD4/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark5/Shortcuts/=Control_002BD5/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark6/Shortcuts/=Control_002BD6/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark7/Shortcuts/=Control_002BD7/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark8/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark8/Shortcuts/=Control_002BD8/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark9/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EGoToBookmark9/Shortcuts/=Control_002BD9/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark1/Shortcuts/=Shift_002BControl_002BD1/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark2/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark2/Shortcuts/=Shift_002BControl_002BD2/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark3/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark3/Shortcuts/=Shift_002BControl_002BD3/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark7/Shortcuts/=Shift_002BControl_002BD7/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark8/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Bookmarks_002EToggleBookmark8/Shortcuts/=Shift_002BControl_002BD8/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ChangeSignature/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ChangeSignature/Shortcuts/=Control_002BR_0020Control_002BS/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ChangeSignature/Shortcuts/=Control_002BR_0020S/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=CleanupCode/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=CleanupCode/Shortcuts/=Control_002BE_0020C/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=CleanupCode/Shortcuts/=Control_002BE_0020Control_002BC/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=CompleteCodeSmart/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=CompleteCodeSmart/Shortcuts/=Control_002BAlt_002BSpace/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=DuplicateText/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=DuplicateText/Shortcuts/=Control_002BD/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=EncapsulateField/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=EncapsulateField/Shortcuts/=Control_002BR_0020Control_002BE/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=EncapsulateField/Shortcuts/=Control_002BR_0020E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExploreStackTrace/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExploreStackTrace/Shortcuts/=Control_002BE_0020Control_002BT/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExploreStackTrace/Shortcuts/=Control_002BE_0020T/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExtendSelection/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExtendSelection/Shortcuts/=Control_002BAlt_002BRight/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExtractMethod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExtractMethod/Shortcuts/=Control_002BR_0020Control_002BM/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ExtractMethod/Shortcuts/=Control_002BR_0020M/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=FindUsagesAdvanced/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=FindUsagesAdvanced/Shortcuts/=Shift_002BControl_002BAlt_002BF12/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GenerateFileBesides/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GenerateFileBesides/Shortcuts/=Control_002BAlt_002BInsert/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoContainingDeclaration/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoContainingDeclaration/Shortcuts/=Control_002BOemOpenBrackets/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoFile/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoFile/Shortcuts/=Shift_002BControl_002BT/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoNextHighlight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoNextHighlight/Shortcuts/=Alt_002BNext/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoNextMethod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoNextMethod/Shortcuts/=Alt_002BDown/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoNextOccurence/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoNextOccurence/Shortcuts/=Control_002BAlt_002BNext/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoPrevHighlight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoPrevHighlight/Shortcuts/=Alt_002BPageUp/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoPreviousOccurence/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoPreviousOccurence/Shortcuts/=Control_002BAlt_002BPageUp/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoPrevMethod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoPrevMethod/Shortcuts/=Alt_002BUp/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoRecentEdits/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoRecentEdits/Shortcuts/=Shift_002BControl_002BOemcomma/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoRecentFiles/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoRecentFiles/Shortcuts/=Control_002BOemcomma/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoSymbol/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoSymbol/Shortcuts/=Shift_002BAlt_002BT/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoType/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoType/Shortcuts/=Control_002BT/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoTypeDeclaration/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoTypeDeclaration/Shortcuts/=Shift_002BControl_002BF11/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoUsage/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=GotoUsage/Shortcuts/=Shift_002BAlt_002BF12/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=HighlightUsages/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=HighlightUsages/Shortcuts/=Shift_002BAlt_002BF11/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=InlineVariable/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=InlineVariable/Shortcuts/=Control_002BR_0020Control_002BI/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=InlineVariable/Shortcuts/=Control_002BR_0020I/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroduceField/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroduceField/Shortcuts/=Control_002BR_0020Control_002BF/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroduceField/Shortcuts/=Control_002BR_0020F/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroduceVariable/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroduceVariable/Shortcuts/=Control_002BR_0020Control_002BV/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroduceVariable/Shortcuts/=Control_002BR_0020V/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroParameter/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroParameter/Shortcuts/=Control_002BR_0020Control_002BP/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=IntroParameter/Shortcuts/=Control_002BR_0020P/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=LocateInSolutionExplorerAction/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=LocateInSolutionExplorerAction/Shortcuts/=Shift_002BAlt_002BL/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Move/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Move/Shortcuts/=Control_002BR_0020Control_002BO/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Move/Shortcuts/=Control_002BR_0020O/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveDown/Shortcuts/=Shift_002BControl_002BAlt_002BDown/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveLeft/Shortcuts/=Shift_002BControl_002BAlt_002BLeft/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveRight/Shortcuts/=Shift_002BControl_002BAlt_002BRight/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=MoveUp/Shortcuts/=Shift_002BControl_002BAlt_002BUp/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=QuickFix/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=QuickFix/Shortcuts/=Alt_002BReturn/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=RefactorThis/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=RefactorThis/Shortcuts/=Shift_002BControl_002BR/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Rename/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Rename/Shortcuts/=Control_002BR_0020Control_002BR/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=Rename/Shortcuts/=Control_002BR_0020R/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ReSharper_005FUnitTest_005FDebugContext/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ReSharper_005FUnitTest_005FDebugContext/Shortcuts/=Control_002BU_0020Control_002BD/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ReSharper_005FUnitTest_005FDebugContext/Shortcuts/=Control_002BU_0020D/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ReSharper_005FUnitTest_005FRunContext/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ReSharper_005FUnitTest_005FRunContext/Shortcuts/=Control_002BU_0020Control_002BR/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ReSharper_005FUnitTest_005FRunContext/Shortcuts/=Control_002BU_0020R/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SafeDelete/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SafeDelete/Shortcuts/=Control_002BR_0020Control_002BD/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SafeDelete/Shortcuts/=Control_002BR_0020D/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SelectContainingDeclaration/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SelectContainingDeclaration/Shortcuts/=Shift_002BControl_002BOemOpenBrackets/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowAnalyzeReferences/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowAnalyzeReferences/Shortcuts/=Control_002BAlt_002BY/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowCodeStructure/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowCodeStructure/Shortcuts/=Control_002BAlt_002BF/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowFindResults/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowFindResults/Shortcuts/=Control_002BAlt_002BF12/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowHierarchyWindow/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowHierarchyWindow/Shortcuts/=Control_002BAlt_002BH/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowInspectionWindow/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowInspectionWindow/Shortcuts/=Control_002BAlt_002BV/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowTodoExplorer/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowTodoExplorer/Shortcuts/=Control_002BAlt_002BD/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowUnitTestExplorer/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowUnitTestExplorer/Shortcuts/=Control_002BAlt_002BU/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowUnitTestSessions/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShowUnitTestSessions/Shortcuts/=Control_002BAlt_002BT/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShrinkSelection/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=ShrinkSelection/Shortcuts/=Control_002BAlt_002BLeft/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SilentCleanupCode/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SilentCleanupCode/Shortcuts/=Control_002BE_0020Control_002BF/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SilentCleanupCode/Shortcuts/=Control_002BE_0020F/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SurroundWith/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SurroundWith/Shortcuts/=Control_002BE_0020Control_002BU/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=SurroundWith/Shortcuts/=Control_002BE_0020U/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTest_002ERunCurrentSession/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTest_002ERunCurrentSession/Shortcuts/=Control_002BU_0020Control_002BY/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTest_002ERunCurrentSession/Shortcuts/=Control_002BU_0020Y/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTest_002ERunSolution/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTest_002ERunSolution/Shortcuts/=Control_002BU_0020Control_002BL/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTest_002ERunSolution/Shortcuts/=Control_002BU_0020L/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTestSession_002ERepeatPreviousRun/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTestSession_002ERepeatPreviousRun/Shortcuts/=Control_002BU_0020Control_002BU/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/ConflictingActions/=UnitTestSession_002ERepeatPreviousRun/Shortcuts/=Control_002BU_0020U/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Add/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Add/Commands/=_003Cdata_0020id_003D_0022_0028_007Bfb41a027_002D57c5_002D4f83_002D9508_002Dc326dce6d943_007D_003A10537_0029_0022_0020shortcut_003D_0022Add_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BBack/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BBack/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A43_0029_0022_0020shortcut_003D_0022Alt_002BBack_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1202_0029_0022_0020shortcut_003D_0022Alt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A358_0029_0022_0020shortcut_003D_0022Alt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8210_0029_0022_0020shortcut_003D_0022Alt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B75ac5611_002Da912_002D4195_002D8a65_002D457ae17416fb_007D_003A12295_0029_0022_0020shortcut_003D_0022Alt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A277_0029_0022_0020shortcut_003D_0022Alt_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF10/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF10/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A261_0029_0022_0020shortcut_003D_0022Alt_002BF10_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF11/Commands/=_003Cdata_0020id_003D_0022_0028_007Ba659f1b3_002Dad34_002D11d1_002Dabad_002D0080c7b89c95_007D_003A211_0029_0022_0020shortcut_003D_0022Alt_002BF11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF12/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A977_0029_0022_0020shortcut_003D_0022Alt_002BF12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF2/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF2/Commands/=_003Cdata_0020id_003D_0022_0028_007B300a8877_002Db214_002D4385_002D8a7f_002Dab257498ffeb_007D_003A8203_0029_0022_0020shortcut_003D_0022Alt_002BF2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF3/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF3/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A355_0029_0022_0020shortcut_003D_0022Alt_002BF3_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF4/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF4/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A229_0029_0022_0020shortcut_003D_0022Alt_002BF4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007B501822e1_002Db5af_002D11d0_002Db4dc_002D00a0c91506ef_007D_003A12306_0029_0022_0020shortcut_003D_0022Alt_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007Bfb87333b_002D16c8_002D400e_002Dbc8f_002Df6b890410582_007D_003A5_0029_0022_0020shortcut_003D_0022Alt_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A316_0029_0022_0020shortcut_003D_0022Alt_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF7/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1644_0029_0022_0020shortcut_003D_0022Alt_002BF7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF8/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF8/Commands/=_003Cdata_0020id_003D_0022_0028_007Ba659f1b3_002Dad34_002D11d1_002Dabad_002D0080c7b89c95_007D_003A199_0029_0022_0020shortcut_003D_0022Alt_002BF8_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF9/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A352_0029_0022_0020shortcut_003D_0022Alt_002BF9_0020L_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A4099_0029_0022_0020shortcut_003D_0022Alt_002BF9_0020D_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A4102_0029_0022_0020shortcut_003D_0022Alt_002BF9_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A4103_0029_0022_0020shortcut_003D_0022Alt_002BF9_0020A_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BG/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BG/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A344_0029_0022_0020shortcut_003D_0022Alt_002BG_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1201_0029_0022_0020shortcut_003D_0022Alt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1800_0029_0022_0020shortcut_003D_0022Alt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A363_0029_0022_0020shortcut_003D_0022Alt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8209_0029_0022_0020shortcut_003D_0022Alt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BM/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A340_0029_0022_0020shortcut_003D_0022Alt_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BMultiply/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BMultiply/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A259_0029_0022_0020shortcut_003D_0022Alt_002BMultiply_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BNext/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BNext/Commands/=_003Cdata_0020id_003D_0022_0028_007Bffe1131c_002D8ea1_002D4d05_002D9728_002D34ad4611bda9_007D_003A4873_0029_0022_0020shortcut_003D_0022Alt_002BNext_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BO/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BO/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A339_0029_0022_0020shortcut_003D_0022Alt_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BOem7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BOem7/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb607e86c_002Da761_002D4685_002D8d98_002D71a3bb73233a_007D_003A1_0029_0022_0020shortcut_003D_0022Alt_002BOem7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BOemcomma/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BOemcomma/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A146_0029_0022_0020shortcut_003D_0022Alt_002BOemcomma_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BOemPeriod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A145_0029_0022_0020shortcut_003D_0022Alt_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BP/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1317_0029_0022_0020shortcut_003D_0022Alt_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BPageUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BPageUp/Commands/=_003Cdata_0020id_003D_0022_0028_007Bffe1131c_002D8ea1_002D4d05_002D9728_002D34ad4611bda9_007D_003A4872_0029_0022_0020shortcut_003D_0022Alt_002BPageUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BPause/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BPause/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1538_0029_0022_0020shortcut_003D_0022Alt_002BPause_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BR/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A338_0029_0022_0020shortcut_003D_0022Alt_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BReturn/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BReturn/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A397_0029_0022_0020shortcut_003D_0022Alt_002BReturn_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BReturn/Commands/=_003Cdata_0020id_003D_0022_0028_007B8b9bf77b_002Daf94_002D4588_002D8847_002D2eb2bffd29eb_007D_003A1_0029_0022_0020shortcut_003D_0022Alt_002BReturn_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A107_0029_0022_0020shortcut_003D_0022Alt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1201_0029_0022_0020shortcut_003D_0022Alt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1801_0029_0022_0020shortcut_003D_0022Alt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8208_0029_0022_0020shortcut_003D_0022Alt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BS/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A372_0029_0022_0020shortcut_003D_0022Alt_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BSubtract/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BSubtract/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A500_0029_0022_0020shortcut_003D_0022Alt_002BSubtract_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1202_0029_0022_0020shortcut_003D_0022Alt_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A357_0029_0022_0020shortcut_003D_0022Alt_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8211_0029_0022_0020shortcut_003D_0022Alt_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B75ac5611_002Da912_002D4195_002D8a65_002D457ae17416fb_007D_003A12290_0029_0022_0020shortcut_003D_0022Alt_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BW/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Alt_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A373_0029_0022_0020shortcut_003D_0022Alt_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=B/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=B/Commands/=_003Cdata_0020id_003D_0022_0028_007Badc1bc7b_002D958b_002D4548_002D9f9f_002D10fc49099825_007D_003A8482_0029_0022_0020shortcut_003D_0022B_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Back/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Back/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2_0029_0022_0020shortcut_003D_0022Back_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BA/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BA/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1307_0029_0022_0020shortcut_003D_0022Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BA/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A31_0029_0022_0020shortcut_003D_0022Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAdd/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAdd/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16896_0029_0022_0020shortcut_003D_0022Control_002BAdd_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BA/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BA/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A729_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BB/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BC/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BC/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A243_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BD/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A257_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcb3675b8_002D701e_002D4f56_002D9167_002D2714e167ff3f_007D_003A12292_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1643_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd7e8c5e1_002Dbdb8_002D11d0_002D9c88_002D0000f8040a53_007D_003A4417_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BE/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A339_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF/Commands/=_003Cdata_0020id_003D_0022_0028_007B0be3b0d7_002D4fc2_002D45bf_002Da168_002D957e8a8834d0_007D_003A257_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF1/Commands/=_003Cdata_0020id_003D_0022_0028_007B4a79114a_002D19e4_002D11d3_002Db86b_002D00c04f79f802_007D_003A285_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF10/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF10/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A343_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF10_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF11/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A342_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF12/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A978_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007B501822e1_002Db5af_002D11d0_002Db4dc_002D00a0c91506ef_007D_003A12386_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007Bfb87333b_002D16c8_002D400e_002Dbc8f_002Df6b890410582_007D_003A3_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17664_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BG/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BG/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A259_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BG_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BH/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BH/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A214_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BI/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BI/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A240_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BInsert/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BInsert/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A954_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BInsert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BJ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BJ/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A238_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BJ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BL/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A234_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd7e8c5e1_002Dbdb8_002D11d0_002D9c88_002D0000f8040a53_007D_003A4414_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BM/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A16777728_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BM_0020D1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A33554944_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BM_0020D2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A50332160_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BM_0020D3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A67109376_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BM_0020D4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BNext/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BNext/Commands/=_003Cdata_0020id_003D_0022_0028_007B8e41b7c6_002Dcd52_002D4618_002D9ead_002D3b16cea39aca_007D_003A259_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BNext_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BO/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BO/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A237_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BOem6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BOem6/Commands/=_003Cdata_0020id_003D_0022_0028_007B5a8a852b_002Deccd_002D43ec_002Db0af_002D6a09a526b665_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BOem6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BOemPeriod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A305_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BP/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1060_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BPageUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BPageUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B8e41b7c6_002Dcd52_002D4618_002D9ead_002D3b16cea39aca_007D_003A260_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BPageUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BPause/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BPause/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A180_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BPause_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BQ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BQ/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A254_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BQ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BR/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Be8b06f44_002D6d01_002D11d2_002Daa7d_002D00c04f990343_007D_003A4999_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd7e8c5e1_002Dbdb8_002D11d0_002D9c88_002D0000f8040a53_007D_003A4415_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BS/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1255_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2260_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BSpace/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BSpace/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2303_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BSpace_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BT/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A239_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BU/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BU/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A260_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd7e8c5e1_002Dbdb8_002D11d0_002D9c88_002D0000f8040a53_007D_003A4416_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BV/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BV/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A242_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BV_0020L_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BV/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A747_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BV_0020A_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BW/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A16777984_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BW_0020D1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A33555200_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BW_0020D2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A50332416_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BW_0020D3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A67109632_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BW_0020D4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BX/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BX/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A42_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BX_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BY/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BY/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd709f4d7_002D0165_002D472b_002Db966_002D105912d13db8_007D_003A8193_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BY_0020F_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BY/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd709f4d7_002D0165_002D472b_002Db966_002D105912d13db8_007D_003A8256_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BY_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BZ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BAlt_002BZ/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A305_0029_0022_0020shortcut_003D_0022Control_002BAlt_002BZ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1211_0029_0022_0020shortcut_003D_0022Control_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1306_0029_0022_0020shortcut_003D_0022Control_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A560_0029_0022_0020shortcut_003D_0022Control_002BB_0020Control_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A560_0029_0022_0020shortcut_003D_0022Control_002BB_0020E_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A75_0029_0022_0020shortcut_003D_0022Control_002BB_0020C_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A75_0029_0022_0020shortcut_003D_0022Control_002BB_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A76_0029_0022_0020shortcut_003D_0022Control_002BB_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A76_0029_0022_0020shortcut_003D_0022Control_002BB_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A77_0029_0022_0020shortcut_003D_0022Control_002BB_0020Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A77_0029_0022_0020shortcut_003D_0022Control_002BB_0020N_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A78_0029_0022_0020shortcut_003D_0022Control_002BB_0020Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A78_0029_0022_0020shortcut_003D_0022Control_002BB_0020P_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A52_0029_0022_0020shortcut_003D_0022Control_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A311_0029_0022_0020shortcut_003D_0022Control_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BBack/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BBack/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A92_0029_0022_0020shortcut_003D_0022Control_002BBack_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BC/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BC/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A15_0029_0022_0020shortcut_003D_0022Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1209_0029_0022_0020shortcut_003D_0022Control_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A214_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A214_0029_0022_0020shortcut_003D_0022Control_002BD_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A240_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A240_0029_0022_0020shortcut_003D_0022Control_002BD_0020I_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A242_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A242_0029_0022_0020shortcut_003D_0022Control_002BD_0020L_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A243_0029_0022_0020shortcut_003D_0022Control_002BD_0020C_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A243_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A254_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BQ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A254_0029_0022_0020shortcut_003D_0022Control_002BD_0020Q_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A339_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A339_0029_0022_0020shortcut_003D_0022Control_002BD_0020E_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A747_0029_0022_0020shortcut_003D_0022Control_002BD_0020A_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A747_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A16777728_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BY_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A16777728_0029_0022_0020shortcut_003D_0022Control_002BD_0020Y_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A16777984_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A16777984_0029_0022_0020shortcut_003D_0022Control_002BD_0020W_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BD_0020B_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A259_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A259_0029_0022_0020shortcut_003D_0022Control_002BD_0020R_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A260_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A260_0029_0022_0020shortcut_003D_0022Control_002BD_0020M_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A305_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A305_0029_0022_0020shortcut_003D_0022Control_002BD_0020P_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A311_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A311_0029_0022_0020shortcut_003D_0022Control_002BD_0020N_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A8201_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A8201_0029_0022_0020shortcut_003D_0022Control_002BD_0020D_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcd203eb7_002D5920_002D47f9_002D8927_002D1804e7498464_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BK_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcd203eb7_002D5920_002D47f9_002D8927_002D1804e7498464_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BD_0020K_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcd203eb7_002D5920_002D47f9_002D8927_002D1804e7498464_007D_003A258_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcd203eb7_002D5920_002D47f9_002D8927_002D1804e7498464_007D_003A258_0029_0022_0020shortcut_003D_0022Control_002BD_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd709f4d7_002D0165_002D472b_002Db966_002D105912d13db8_007D_003A8193_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd709f4d7_002D0165_002D472b_002Db966_002D105912d13db8_007D_003A8193_0029_0022_0020shortcut_003D_0022Control_002BD_0020V_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd709f4d7_002D0165_002D472b_002Db966_002D105912d13db8_007D_003A8256_0029_0022_0020shortcut_003D_0022Control_002BD_0020Control_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd709f4d7_002D0165_002D472b_002Db966_002D105912d13db8_007D_003A8256_0029_0022_0020shortcut_003D_0022Control_002BD_0020H_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD1/Commands/=_003Cdata_0020id_003D_0022_0028_007B11ac0a76_002D365e_002D490d_002Dabad_002De44e52897c7d_007D_003A1_0029_0022_0020shortcut_003D_0022Control_002BD1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD1/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A132_0029_0022_0020shortcut_003D_0022Control_002BD1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD1/Commands/=_003Cdata_0020id_003D_0022_0028_007B66bd4c1d_002D3401_002D4bcc_002Da942_002De4990827e6f7_007D_003A8256_0029_0022_0020shortcut_003D_0022Control_002BD1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD1/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8192_0029_0022_0020shortcut_003D_0022Control_002BD1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD1/Commands/=_003Cdata_0020id_003D_0022_0028_007B804fd2cc_002D2673_002D41b9_002D8cec_002Dd065fbfa3199_007D_003A265_0029_0022_0020shortcut_003D_0022Control_002BD1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD2/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD2/Commands/=_003Cdata_0020id_003D_0022_0028_007B11ac0a76_002D365e_002D490d_002Dabad_002De44e52897c7d_007D_003A2_0029_0022_0020shortcut_003D_0022Control_002BD2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD2/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A134_0029_0022_0020shortcut_003D_0022Control_002BD2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD2/Commands/=_003Cdata_0020id_003D_0022_0028_007B66bd4c1d_002D3401_002D4bcc_002Da942_002De4990827e6f7_007D_003A8257_0029_0022_0020shortcut_003D_0022Control_002BD2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD2/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8195_0029_0022_0020shortcut_003D_0022Control_002BD2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD3/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD3/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A131_0029_0022_0020shortcut_003D_0022Control_002BD3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD3/Commands/=_003Cdata_0020id_003D_0022_0028_007B66bd4c1d_002D3401_002D4bcc_002Da942_002De4990827e6f7_007D_003A8258_0029_0022_0020shortcut_003D_0022Control_002BD3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD3/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8196_0029_0022_0020shortcut_003D_0022Control_002BD3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD3/Commands/=_003Cdata_0020id_003D_0022_0028_007Be1d5abc2_002D2cdb_002D4c4b_002Db457_002D6604fb5860e6_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BD3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD4/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD4/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A133_0029_0022_0020shortcut_003D_0022Control_002BD4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD4/Commands/=_003Cdata_0020id_003D_0022_0028_007B66bd4c1d_002D3401_002D4bcc_002Da942_002De4990827e6f7_007D_003A8259_0029_0022_0020shortcut_003D_0022Control_002BD4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD5/Commands/=_003Cdata_0020id_003D_0022_0028_007B66bd4c1d_002D3401_002D4bcc_002Da942_002De4990827e6f7_007D_003A8260_0029_0022_0020shortcut_003D_0022Control_002BD5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD5/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A278_0029_0022_0020shortcut_003D_0022Control_002BD5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD6/Commands/=_003Cdata_0020id_003D_0022_0028_007B66bd4c1d_002D3401_002D4bcc_002Da942_002De4990827e6f7_007D_003A8261_0029_0022_0020shortcut_003D_0022Control_002BD6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD6/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A280_0029_0022_0020shortcut_003D_0022Control_002BD6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD7/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A288_0029_0022_0020shortcut_003D_0022Control_002BD7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD8/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD8/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A345_0029_0022_0020shortcut_003D_0022Control_002BD8_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD9/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BD9/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A306_0029_0022_0020shortcut_003D_0022Control_002BD9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDelete/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDelete/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A91_0029_0022_0020shortcut_003D_0022Control_002BDelete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDelete/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A17_0029_0022_0020shortcut_003D_0022Control_002BDelete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDelete/Commands/=_003Cdata_0020id_003D_0022_0028_007Be4b9bb05_002D1963_002D4774_002D8cfc_002D518359e3fce3_007D_003A12034_0029_0022_0020shortcut_003D_0022Control_002BDelete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDivide/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDivide/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A337_0029_0022_0020shortcut_003D_0022Control_002BDivide_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1225_0029_0022_0020shortcut_003D_0022Control_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1358_0029_0022_0020shortcut_003D_0022Control_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A36_0029_0022_0020shortcut_003D_0022Control_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A105_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A105_0029_0022_0020shortcut_003D_0022Control_002BE_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A112_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A112_0029_0022_0020shortcut_003D_0022Control_002BE_0020F_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A115_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A115_0029_0022_0020shortcut_003D_0022Control_002BE_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A121_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A121_0029_0022_0020shortcut_003D_0022Control_002BE_0020W_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A136_0029_0022_0020shortcut_003D_0022Control_002BE_0020C_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A136_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A137_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A137_0029_0022_0020shortcut_003D_0022Control_002BE_0020U_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A143_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A143_0029_0022_0020shortcut_003D_0022Control_002BE_0020D_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A51_0029_0022_0020shortcut_003D_0022Control_002BE_0020A_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A51_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A64_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BOemBackslash_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A64_0029_0022_0020shortcut_003D_0022Control_002BE_0020OemBackslash_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16384_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16384_0029_0022_0020shortcut_003D_0022Control_002BE_0020P_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16400_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16400_0029_0022_0020shortcut_003D_0022Control_002BE_0020E_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16416_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BX_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16416_0029_0022_0020shortcut_003D_0022Control_002BE_0020X_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16432_0029_0022_0020shortcut_003D_0022Control_002BE_0020C_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16432_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16672_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16672_0029_0022_0020shortcut_003D_0022Control_002BE_0020M_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16688_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16688_0029_0022_0020shortcut_003D_0022Control_002BE_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17152_0029_0022_0020shortcut_003D_0022Control_002BE_0020A_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17152_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17168_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17168_0029_0022_0020shortcut_003D_0022Control_002BE_0020V_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17184_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17184_0029_0022_0020shortcut_003D_0022Control_002BE_0020O_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17200_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17200_0029_0022_0020shortcut_003D_0022Control_002BE_0020I_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17408_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17408_0029_0022_0020shortcut_003D_0022Control_002BE_0020N_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17440_0029_0022_0020shortcut_003D_0022Control_002BE_0020Control_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A17440_0029_0022_0020shortcut_003D_0022Control_002BE_0020F_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BEnd/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BEnd/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A17_0029_0022_0020shortcut_003D_0022Control_002BEnd_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1304_0029_0022_0020shortcut_003D_0022Control_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A97_0029_0022_0020shortcut_003D_0022Control_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF1/Commands/=_003Cdata_0020id_003D_0022_0028_007B4a79114a_002D19e4_002D11d3_002Db86b_002D00c04f79f802_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BF1_0020Control_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF1/Commands/=_003Cdata_0020id_003D_0022_0028_007B4a79114a_002D19e4_002D11d3_002Db86b_002D00c04f79f802_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BF1_0020V_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF1/Commands/=_003Cdata_0020id_003D_0022_0028_007B4a79114a_002D19e4_002D11d3_002Db86b_002D00c04f79f802_007D_003A285_0029_0022_0020shortcut_003D_0022Control_002BF1_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF1/Commands/=_003Cdata_0020id_003D_0022_0028_007B4a79114a_002D19e4_002D11d3_002Db86b_002D00c04f79f802_007D_003A285_0029_0022_0020shortcut_003D_0022Control_002BF1_0020M_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF10/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF10/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A251_0029_0022_0020shortcut_003D_0022Control_002BF10_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF11/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A8201_0029_0022_0020shortcut_003D_0022Control_002BF11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF12/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A936_0029_0022_0020shortcut_003D_0022Control_002BF12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF2/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF2/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A293_0029_0022_0020shortcut_003D_0022Control_002BF2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF4/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF4/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A658_0029_0022_0020shortcut_003D_0022Control_002BF4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1537_0029_0022_0020shortcut_003D_0022Control_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A368_0029_0022_0020shortcut_003D_0022Control_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1559_0029_0022_0020shortcut_003D_0022Control_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A628_0029_0022_0020shortcut_003D_0022Control_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF7/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A350_0029_0022_0020shortcut_003D_0022Control_002BF7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF9/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1206_0029_0022_0020shortcut_003D_0022Control_002BF9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A376_0029_0022_0020shortcut_003D_0022Control_002BF9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BG/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BG/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1204_0029_0022_0020shortcut_003D_0022Control_002BG_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BG/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A207_0029_0022_0020shortcut_003D_0022Control_002BG_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BG/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A231_0029_0022_0020shortcut_003D_0022Control_002BG_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BH/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BH/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1236_0029_0022_0020shortcut_003D_0022Control_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BH/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A230_0029_0022_0020shortcut_003D_0022Control_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BHome/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BHome/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A15_0029_0022_0020shortcut_003D_0022Control_002BHome_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BI/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BI/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A122_0029_0022_0020shortcut_003D_0022Control_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BI/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1305_0029_0022_0020shortcut_003D_0022Control_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BI/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A70_0029_0022_0020shortcut_003D_0022Control_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BInsert/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BInsert/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A15_0029_0022_0020shortcut_003D_0022Control_002BInsert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BJ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BJ/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A25858_0029_0022_0020shortcut_003D_0022Control_002BJ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BJ/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A108_0029_0022_0020shortcut_003D_0022Control_002BJ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BJ/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1247_0029_0022_0020shortcut_003D_0022Control_002BJ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A104_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A104_0029_0022_0020shortcut_003D_0022Control_002BK_0020P_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A107_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A107_0029_0022_0020shortcut_003D_0022Control_002BK_0020W_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A108_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A108_0029_0022_0020shortcut_003D_0022Control_002BK_0020L_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A112_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A115_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A116_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A116_0029_0022_0020shortcut_003D_0022Control_002BK_0020I_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A136_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A137_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A143_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1557_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1557_0029_0022_0020shortcut_003D_0022Control_002BK_0020M_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1561_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1561_0029_0022_0020shortcut_003D_0022Control_002BK_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1680_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2301_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2301_0029_0022_0020shortcut_003D_0022Control_002BK_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A323_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BX_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A323_0029_0022_0020shortcut_003D_0022Control_002BK_0020X_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A51_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A565_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A64_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BOemBackslash_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A76_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BK_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A77_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A78_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B52692960_002D56bc_002D4989_002Db5d3_002D94c47a513e8d_007D_003A70_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B52692960_002D56bc_002D4989_002Db5d3_002D94c47a513e8d_007D_003A70_0029_0022_0020shortcut_003D_0022Control_002BK_0020R_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1122_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1123_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1915_0029_0022_0020shortcut_003D_0022Control_002BK_0020Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BK/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1915_0029_0022_0020shortcut_003D_0022Control_002BK_0020R_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BL/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1308_0029_0022_0020shortcut_003D_0022Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1955_0029_0022_0020shortcut_003D_0022Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A280_0029_0022_0020shortcut_003D_0022Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A61_0029_0022_0020shortcut_003D_0022Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1224_0029_0022_0020shortcut_003D_0022Control_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1359_0029_0022_0020shortcut_003D_0022Control_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A39_0029_0022_0020shortcut_003D_0022Control_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A93_0029_0022_0020shortcut_003D_0022Control_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1246_0029_0022_0020shortcut_003D_0022Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A128_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A129_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A129_0029_0022_0020shortcut_003D_0022Control_002BM_0020M_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A130_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A130_0029_0022_0020shortcut_003D_0022Control_002BM_0020L_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A131_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A131_0029_0022_0020shortcut_003D_0022Control_002BM_0020P_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A132_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1321_0029_0022_0020shortcut_003D_0022Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A133_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A133_0029_0022_0020shortcut_003D_0022Control_002BM_0020O_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A322_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A325_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A413_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A2500_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BX_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A2501_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A2502_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A2503_0029_0022_0020shortcut_003D_0022Control_002BM_0020Control_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BN/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BN/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1574_0029_0022_0020shortcut_003D_0022Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BN/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A221_0029_0022_0020shortcut_003D_0022Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BNext/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BNext/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A33_0029_0022_0020shortcut_003D_0022Control_002BNext_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BNext/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1043_0029_0022_0020shortcut_003D_0022Control_002BNext_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BNext/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A286_0029_0022_0020shortcut_003D_0022Control_002BNext_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BO/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BO/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A222_0029_0022_0020shortcut_003D_0022Control_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOem1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOem1/Commands/=_003Cdata_0020id_003D_0022_0028_007B5d7e7f65_002Da63f_002D46ee_002D84f1_002D990b2cab23f9_007D_003A6144_0029_0022_0020shortcut_003D_0022Control_002BOem1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOem6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOem6/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1361_0029_0022_0020shortcut_003D_0022Control_002BOem6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOem6/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A53_0029_0022_0020shortcut_003D_0022Control_002BOem6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOem7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOem7/Commands/=_003Cdata_0020id_003D_0022_0028_007B5d7e7f65_002Da63f_002D46ee_002D84f1_002D990b2cab23f9_007D_003A6145_0029_0022_0020shortcut_003D_0022Control_002BOem7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1926_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1926_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020D_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B23d49123_002D60ac_002D4d7e_002D939a_002De01a4e176bee_007D_003A1_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B4bcf92c9_002D7fea_002D4913_002Daf26_002Df93582ba9c7a_007D_003A34_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A236_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A236_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A320_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A320_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020E_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007Badc1bc7b_002D958b_002D4548_002D9f9f_002D10fc49099825_007D_003A8193_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb11771f1_002Df6cb_002D467e_002D8b71_002D428b5cedca5f_007D_003A257_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007Be3bc1c4f_002D9e6c_002D9119_002Da304_002D1b2bc6af5d32_007D_003A24582_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemBackslash/Commands/=_003Cdata_0020id_003D_0022_0028_007Be3bc1c4f_002D9e6c_002D9119_002Da304_002D1b2bc6af5d32_007D_003A24583_0029_0022_0020shortcut_003D_0022Control_002BOemBackslash_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemcomma/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemcomma/Commands/=_003Cdata_0020id_003D_0022_0028_007B2a8866dc_002D7bde_002D4dc8_002Da360_002Da60679534384_007D_003A256_0029_0022_0020shortcut_003D_0022Control_002BOemcomma_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemOpenBrackets/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemOpenBrackets/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1359_0029_0022_0020shortcut_003D_0022Control_002BOemOpenBrackets_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemPeriod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B0e455b35_002Df2eb_002D431b_002Da0be_002Db268d8a7d17f_007D_003A258_0029_0022_0020shortcut_003D_0022Control_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1355_0029_0022_0020shortcut_003D_0022Control_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A147_0029_0022_0020shortcut_003D_0022Control_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemplus/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemplus/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1352_0029_0022_0020shortcut_003D_0022Control_002BOemplus_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BOemplus/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A141_0029_0022_0020shortcut_003D_0022Control_002BOemplus_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BP/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A27_0029_0022_0020shortcut_003D_0022Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BPageUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BPageUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A31_0029_0022_0020shortcut_003D_0022Control_002BPageUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BPageUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A287_0029_0022_0020shortcut_003D_0022Control_002BPageUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BPause/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BPause/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A890_0029_0022_0020shortcut_003D_0022Control_002BPause_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BQ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BQ/Commands/=_003Cdata_0020id_003D_0022_0028_007B501822e1_002Db5af_002D11d0_002Db4dc_002D00a0c91506ef_007D_003A12387_0029_0022_0020shortcut_003D_0022Control_002BQ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A105_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1210_0029_0022_0020shortcut_003D_0022Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1550_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1550_0029_0022_0020shortcut_003D_0022Control_002BR_0020R_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1551_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1551_0029_0022_0020shortcut_003D_0022Control_002BR_0020M_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1552_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1552_0029_0022_0020shortcut_003D_0022Control_002BR_0020E_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1553_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1553_0029_0022_0020shortcut_003D_0022Control_002BR_0020I_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1555_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1555_0029_0022_0020shortcut_003D_0022Control_002BR_0020V_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1556_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1556_0029_0022_0020shortcut_003D_0022Control_002BR_0020O_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A201_0029_0022_0020shortcut_003D_0022Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb032c221_002D57f2_002D4f84_002D8286_002Da33c9864379b_007D_003A10278_0029_0022_0020shortcut_003D_0022Control_002BR_0020Q_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12292_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12293_0029_0022_0020shortcut_003D_0022Control_002BR_0020D_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12299_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12302_0029_0022_0020shortcut_003D_0022Control_002BR_0020A_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12303_0029_0022_0020shortcut_003D_0022Control_002BR_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12304_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12305_0029_0022_0020shortcut_003D_0022Control_002BR_0020C_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12306_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12307_0029_0022_0020shortcut_003D_0022Control_002BR_0020N_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A12308_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A13070_0029_0022_0020shortcut_003D_0022Control_002BR_0020F_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bb85579aa_002D8be0_002D4c4f_002Da850_002D90902b317571_007D_003A13141_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bf4394f71_002D4dfc_002D4268_002D84c3_002D7d9150c5c216_007D_003A12295_0029_0022_0020shortcut_003D_0022Control_002BR_0020Y_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Bf4394f71_002D4dfc_002D4268_002D84c3_002D7d9150c5c216_007D_003A12296_0029_0022_0020shortcut_003D_0022Control_002BR_0020Control_002BY_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BReturn/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BReturn/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A67_0029_0022_0020shortcut_003D_0022Control_002BReturn_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1226_0029_0022_0020shortcut_003D_0022Control_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1361_0029_0022_0020shortcut_003D_0022Control_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A40_0029_0022_0020shortcut_003D_0022Control_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A96_0029_0022_0020shortcut_003D_0022Control_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BS/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A331_0029_0022_0020shortcut_003D_0022Control_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BSpace/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BSpace/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A107_0029_0022_0020shortcut_003D_0022Control_002BSpace_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BSpace/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcb3675b8_002D701e_002D4f56_002D9167_002D2714e167ff3f_007D_003A12314_0029_0022_0020shortcut_003D_0022Control_002BSpace_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BSubtract/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BSubtract/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1356_0029_0022_0020shortcut_003D_0022Control_002BSubtract_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BSubtract/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A809_0029_0022_0020shortcut_003D_0022Control_002BSubtract_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BSubtract/Commands/=_003Cdata_0020id_003D_0022_0028_007B6ab63085_002Dc130_002D42cb_002Da868_002Dcd9a1bcb9dfe_007D_003A16912_0029_0022_0020shortcut_003D_0022Control_002BSubtract_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BT/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1545_0029_0022_0020shortcut_003D_0022Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1200_0029_0022_0020shortcut_003D_0022Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1310_0029_0022_0020shortcut_003D_0022Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A87_0029_0022_0020shortcut_003D_0022Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B748813a7_002D657c_002D499d_002D81a0_002D2ffdf790711a_007D_003A10_0029_0022_0020shortcut_003D_0022Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BTab/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BTab/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1124_0029_0022_0020shortcut_003D_0022Control_002BTab_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BU/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BU/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A47_0029_0022_0020shortcut_003D_0022Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BU/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A77_0029_0022_0020shortcut_003D_0022Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BU/Commands/=_003Cdata_0020id_003D_0022_0028_007Be148f049_002Dc570_002D4f55_002D84a6_002D6da870af229e_007D_003A34414_0029_0022_0020shortcut_003D_0022Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1227_0029_0022_0020shortcut_003D_0022Control_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1357_0029_0022_0020shortcut_003D_0022Control_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A35_0029_0022_0020shortcut_003D_0022Control_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BV/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BV/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A26_0029_0022_0020shortcut_003D_0022Control_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1233_0029_0022_0020shortcut_003D_0022Control_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1926_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1926_0029_0022_0020shortcut_003D_0022Control_002BW_0020D_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2260_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2260_0029_0022_0020shortcut_003D_0022Control_002BW_0020L_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B23d49123_002D60ac_002D4d7e_002D939a_002De01a4e176bee_007D_003A1_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B23d49123_002D60ac_002D4d7e_002D939a_002De01a4e176bee_007D_003A1_0029_0022_0020shortcut_003D_0022Control_002BW_0020M_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1023_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1023_0029_0022_0020shortcut_003D_0022Control_002BW_0020R_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1122_0029_0022_0020shortcut_003D_0022Control_002BW_0020B_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1122_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A234_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A234_0029_0022_0020shortcut_003D_0022Control_002BW_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A235_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A235_0029_0022_0020shortcut_003D_0022Control_002BW_0020P_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A236_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A236_0029_0022_0020shortcut_003D_0022Control_002BW_0020T_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A237_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A237_0029_0022_0020shortcut_003D_0022Control_002BW_0020O_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A238_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BJ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A238_0029_0022_0020shortcut_003D_0022Control_002BW_0020J_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A239_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A239_0029_0022_0020shortcut_003D_0022Control_002BW_0020U_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A320_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A320_0029_0022_0020shortcut_003D_0022Control_002BW_0020E_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A42_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BX_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A42_0029_0022_0020shortcut_003D_0022Control_002BW_0020X_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A599_0029_0022_0020shortcut_003D_0022Control_002BW_0020C_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A599_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A729_0029_0022_0020shortcut_003D_0022Control_002BW_0020A_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A729_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A978_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BQ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A978_0029_0022_0020shortcut_003D_0022Control_002BW_0020Q_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Baa8eb8cd_002D7a51_002D11d0_002D92c3_002D00a0c9138c45_007D_003A11160_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BG_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Baa8eb8cd_002D7a51_002D11d0_002D92c3_002D00a0c9138c45_007D_003A11160_0029_0022_0020shortcut_003D_0022Control_002BW_0020G_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Badc1bc7b_002D958b_002D4548_002D9f9f_002D10fc49099825_007D_003A8193_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Badc1bc7b_002D958b_002D4548_002D9f9f_002D10fc49099825_007D_003A8193_0029_0022_0020shortcut_003D_0022Control_002BW_0020N_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Be286548f_002D5085_002D4e2b_002Da4fd_002D5984ccb553bc_007D_003A768_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BK_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Be286548f_002D5085_002D4e2b_002Da4fd_002D5984ccb553bc_007D_003A768_0029_0022_0020shortcut_003D_0022Control_002BW_0020K_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Be8b06f44_002D6d01_002D11d2_002Daa7d_002D00c04f990343_007D_003A4999_0029_0022_0020shortcut_003D_0022Control_002BW_0020Control_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007Be8b06f44_002D6d01_002D11d2_002Daa7d_002D00c04f990343_007D_003A4999_0029_0022_0020shortcut_003D_0022Control_002BW_0020W_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BX/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BX/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A16_0029_0022_0020shortcut_003D_0022Control_002BX_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BY/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BY/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A29_0029_0022_0020shortcut_003D_0022Control_002BY_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BZ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Control_002BZ/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A43_0029_0022_0020shortcut_003D_0022Control_002BZ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Delete/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Delete/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A168_0029_0022_0020shortcut_003D_0022Delete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Delete/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A17_0029_0022_0020shortcut_003D_0022Delete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Delete/Commands/=_003Cdata_0020id_003D_0022_0028_007B71037277_002D9175_002D48d2_002Dabe4_002D1e0f55629174_007D_003A8241_0029_0022_0020shortcut_003D_0022Delete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Delete/Commands/=_003Cdata_0020id_003D_0022_0028_007Bfb41a027_002D57c5_002D4f83_002D9508_002Dc326dce6d943_007D_003A10500_0029_0022_0020shortcut_003D_0022Delete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Down/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Down/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1225_0029_0022_0020shortcut_003D_0022Down_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Down/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A13_0029_0022_0020shortcut_003D_0022Down_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Down/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1503_0029_0022_0020shortcut_003D_0022Down_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=End/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=End/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A17_0029_0022_0020shortcut_003D_0022End_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=End/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A23_0029_0022_0020shortcut_003D_0022End_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Escape/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Escape/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A103_0029_0022_0020shortcut_003D_0022Escape_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Escape/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A289_0029_0022_0020shortcut_003D_0022Escape_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Escape/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A658_0029_0022_0020shortcut_003D_0022Escape_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F1/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A377_0029_0022_0020shortcut_003D_0022F1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F10/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F10/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A249_0029_0022_0020shortcut_003D_0022F10_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F11/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A248_0029_0022_0020shortcut_003D_0022F11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F12/Commands/=_003Cdata_0020id_003D_0022_0028_007B4bcf92c9_002D7fea_002D4913_002Daf26_002Df93582ba9c7a_007D_003A1301_0029_0022_0020shortcut_003D_0022F12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F12/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A935_0029_0022_0020shortcut_003D_0022F12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F2/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F2/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1550_0029_0022_0020shortcut_003D_0022F2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F2/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A338_0029_0022_0020shortcut_003D_0022F2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F2/Commands/=_003Cdata_0020id_003D_0022_0028_007Be4b9bb05_002D1963_002D4774_002D8cfc_002D518359e3fce3_007D_003A12032_0029_0022_0020shortcut_003D_0022F2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F4/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F4/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A235_0029_0022_0020shortcut_003D_0022F4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F5/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A4625_0029_0022_0020shortcut_003D_0022F5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F5/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A8193_0029_0022_0020shortcut_003D_0022F5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F5/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A189_0029_0022_0020shortcut_003D_0022F5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F5/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A295_0029_0022_0020shortcut_003D_0022F5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F5/Commands/=_003Cdata_0020id_003D_0022_0028_007B9b4d11b1_002D130a_002D4852_002D94e1_002Dc147491101f6_007D_003A258_0029_0022_0020shortcut_003D_0022F5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F6/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A882_0029_0022_0020shortcut_003D_0022F6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F7/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A333_0029_0022_0020shortcut_003D_0022F7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F8/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F8/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A279_0029_0022_0020shortcut_003D_0022F8_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F9/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F9/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A2_0029_0022_0020shortcut_003D_0022F9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=F9/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A255_0029_0022_0020shortcut_003D_0022F9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Home/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Home/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A15_0029_0022_0020shortcut_003D_0022Home_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Home/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A19_0029_0022_0020shortcut_003D_0022Home_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=I/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=I/Commands/=_003Cdata_0020id_003D_0022_0028_007Badc1bc7b_002D958b_002D4548_002D9f9f_002D10fc49099825_007D_003A8491_0029_0022_0020shortcut_003D_0022I_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Insert/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Insert/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1232_0029_0022_0020shortcut_003D_0022Insert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Insert/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1240_0029_0022_0020shortcut_003D_0022Insert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Insert/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1250_0029_0022_0020shortcut_003D_0022Insert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Insert/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1968_0029_0022_0020shortcut_003D_0022Insert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Insert/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A57_0029_0022_0020shortcut_003D_0022Insert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Left/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Left/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1224_0029_0022_0020shortcut_003D_0022Left_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Left/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1504_0029_0022_0020shortcut_003D_0022Left_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Left/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A7_0029_0022_0020shortcut_003D_0022Left_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Next/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Next/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A29_0029_0022_0020shortcut_003D_0022Next_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=O/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=O/Commands/=_003Cdata_0020id_003D_0022_0028_007Badc1bc7b_002D958b_002D4548_002D9f9f_002D10fc49099825_007D_003A8490_0029_0022_0020shortcut_003D_0022O_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=PageUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=PageUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A27_0029_0022_0020shortcut_003D_0022PageUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Return/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Return/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1501_0029_0022_0020shortcut_003D_0022Return_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Return/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A3_0029_0022_0020shortcut_003D_0022Return_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Return/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A333_0029_0022_0020shortcut_003D_0022Return_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Right/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Right/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1226_0029_0022_0020shortcut_003D_0022Right_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Right/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1505_0029_0022_0020shortcut_003D_0022Right_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Right/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A9_0029_0022_0020shortcut_003D_0022Right_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BA/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BA/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A244_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BB/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007Bfb41a027_002D57c5_002D4f83_002D9508_002Dc326dce6d943_007D_003A10381_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BBack/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BBack/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A29_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BBack_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BC/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BC/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A20484_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BC/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A531_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BC/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A946_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BD/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B746910da_002D3a87_002D4255_002Da4ae_002Dd1083b0572a0_007D_003A520_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BD3/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BD3/Commands/=_003Cdata_0020id_003D_0022_0028_007B300a8877_002Db214_002D4385_002D8a7f_002Dab257498ffeb_007D_003A1054_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BD3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BD4/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BD4/Commands/=_003Cdata_0020id_003D_0022_0028_007B300a8877_002Db214_002D4385_002D8a7f_002Dab257498ffeb_007D_003A1055_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BD4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A120_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BEnd/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BEnd/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A125_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BEnd_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A365_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BF_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF10/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF10/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A147_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BF10_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF11/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A351_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BF11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF12/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1119_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BF12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A317_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BF7/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1645_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BF7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BH/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BH/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1237_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BHome/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BHome/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A124_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BHome_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BL/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A20486_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007Bfb41a027_002D57c5_002D4f83_002D9508_002Dc326dce6d943_007D_003A10380_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A117_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A36869_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BN/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BN/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A4628_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BOemcomma/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BOemcomma/Commands/=_003Cdata_0020id_003D_0022_0028_007B9b4d11b1_002D130a_002D4852_002D94e1_002Dc147491101f6_007D_003A779_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BOemcomma_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BOemPeriod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B9b4d11b1_002D130a_002D4852_002D94e1_002Dc147491101f6_007D_003A778_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BP/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1318_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A4627_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BQ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BQ/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A377_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BQ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BR/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1312_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A366_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BReturn/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BReturn/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A233_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BReturn_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A118_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A36870_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BS/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1300_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A341_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BT/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A89_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A119_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BV/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BV/Commands/=_003Cdata_0020id_003D_0022_0028_007B15061d55_002De726_002D4e3c_002D97d3_002D1b871d9b5ae9_007D_003A53255_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BW/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BAlt_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1315_0029_0022_0020shortcut_003D_0022Shift_002BAlt_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BBack/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BBack/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2_0029_0022_0020shortcut_003D_0022Shift_002BBack_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BA/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BA/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A220_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BA_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BC/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BC/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A148_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007Bbe06d011_002Db114_002D487c_002D8685_002D14bc40941234_007D_003A257_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BDown_0020Shift_002BControl_002BAlt_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BF11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BF11/Commands/=_003Cdata_0020id_003D_0022_0028_007Bc9dd4a59_002D47fb_002D11d2_002D83e7_002D00c04f9902c1_007D_003A344_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BF11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BF12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BF12/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A2090_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BF12_0020Shift_002BControl_002BAlt_002BF12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A126_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BP/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1319_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A149_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BR/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1572_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1313_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A127_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BS/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1256_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007Bbe06d011_002Db114_002D487c_002D8685_002D14bc40941234_007D_003A256_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BUp_0020Shift_002BControl_002BAlt_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BW/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BAlt_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1316_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BAlt_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BB/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BB/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A882_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BB_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BC/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BC/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A599_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BC_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1544_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcd203eb7_002D5920_002D47f9_002D8927_002D1804e7498464_007D_003A256_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD_0020K_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcd203eb7_002D5920_002D47f9_002D8927_002D1804e7498464_007D_003A258_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD_0020S_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD1/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1116_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD2/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD2/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1117_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD2_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD3/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD3/Commands/=_003Cdata_0020id_003D_0022_0028_007Be1d5abc2_002D2cdb_002D4c4b_002Db457_002D6604fb5860e6_007D_003A257_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD3_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD7/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1126_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD8/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BD8/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1106_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BD8_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1228_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2400_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BE/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1536_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BE/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1023_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BE_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BEnd/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BEnd/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A18_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BEnd_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF10/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF10/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A258_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF10_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF11/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd709f4d7_002D0165_002D472b_002Db966_002D105912d13db8_007D_003A8214_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF12/Commands/=_003Cdata_0020id_003D_0022_0028_007B4a9b7e50_002Daa16_002D11d0_002Da8c5_002D00a0c921a4d2_007D_003A1_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A296_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1560_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A629_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF9/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1207_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A256_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BF9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BG/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BG/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A138_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BG_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BH/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BH/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1238_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BH/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A278_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BH_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BHome/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BHome/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A16_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BHome_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BI/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BI/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A123_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BI/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1303_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BI_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BInsert/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BInsert/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A655_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BInsert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BJ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BJ/Commands/=_003Cdata_0020id_003D_0022_0028_007B748813a7_002D657c_002D499d_002D81a0_002D2ffdf790711a_007D_003A8_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BJ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BJ/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd7e8c5e1_002Dbdb8_002D11d0_002D9c88_002D0000f8040a53_007D_003A4551_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BJ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BL/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A279_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BL/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A62_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BL_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1230_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1360_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A94_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A3_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BM/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BM/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1257_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BM_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BN/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BN/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A216_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BN/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd7e8c5e1_002Dbdb8_002D11d0_002D9c88_002D0000f8040a53_007D_003A4431_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BN_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BNext/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BNext/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A34_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BNext_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BO/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BO/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A217_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BO_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOem6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOem6/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1362_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BOem6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOem6/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A54_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BOem6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemcomma/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemcomma/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1358_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BOemcomma_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemcomma/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A2101_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BOemcomma_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemOpenBrackets/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemOpenBrackets/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1360_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BOemOpenBrackets_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemPeriod/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1357_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BOemPeriod/Commands/=_003Cdata_0020id_003D_0022_0028_007B5dd0bb59_002D7076_002D4c59_002D88d3_002Dde36931f63f0_007D_003A2100_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BOemPeriod_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BP/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BP/Commands/=_003Cdata_0020id_003D_0022_0028_007Ba659f1b3_002Dad34_002D11d1_002Dabad_002D0080c7b89c95_007D_003A201_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BP_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BPageUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BPageUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A32_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BPageUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BR/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BR/Commands/=_003Cdata_0020id_003D_0022_0028_007Ba659f1b3_002Dad34_002D11d1_002Dabad_002D0080c7b89c95_007D_003A202_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BR_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BReturn/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BReturn/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A68_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BReturn_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1231_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1362_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A97_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A4_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BS/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BS/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A224_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BS_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BSpace/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BSpace/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A104_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BSpace_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BSubtract/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BSubtract/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A810_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BSubtract_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BT/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B09e21035_002D245e_002D4ffe_002Dae74_002D105773c29cc7_007D_003A1552_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BT/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A88_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BT_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BTab/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BTab/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1125_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BTab_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BU/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BU/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A48_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BU/Commands/=_003Cdata_0020id_003D_0022_0028_007Be148f049_002Dc570_002D4f55_002D84a6_002D6da870af229e_007D_003A34411_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BU_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1229_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A2401_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A6_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BV/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BV/Commands/=_003Cdata_0020id_003D_0022_0028_007B3f3c69f3_002Dfac7_002D48b1_002D87f5_002D8e05759096eb_007D_003A361_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BV/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A655_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BV_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BW/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BW/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A90_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BW_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BX/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BX/Commands/=_003Cdata_0020id_003D_0022_0028_007B06353851_002Da907_002D4151_002Da2cb_002Dca903185e505_007D_003A256_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BX_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BY/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BY/Commands/=_003Cdata_0020id_003D_0022_0028_007Bd7e8c5e1_002Dbdb8_002D11d0_002D9c88_002D0000f8040a53_007D_003A15023_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BY_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BZ/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BControl_002BZ/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A29_0029_0022_0020shortcut_003D_0022Shift_002BControl_002BZ_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDelete/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDelete/Commands/=_003Cdata_0020id_003D_0022_0028_007B4bcf92c9_002D7fea_002D4913_002Daf26_002Df93582ba9c7a_007D_003A33_0029_0022_0020shortcut_003D_0022Shift_002BDelete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDelete/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A16_0029_0022_0020shortcut_003D_0022Shift_002BDelete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDelete/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A17_0029_0022_0020shortcut_003D_0022Shift_002BDelete_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDown/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A12_0029_0022_0020shortcut_003D_0022Shift_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1228_0029_0022_0020shortcut_003D_0022Shift_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A14_0029_0022_0020shortcut_003D_0022Shift_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BDown/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1509_0029_0022_0020shortcut_003D_0022Shift_002BDown_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BEnd/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BEnd/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A18_0029_0022_0020shortcut_003D_0022Shift_002BEnd_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BEnd/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A24_0029_0022_0020shortcut_003D_0022Shift_002BEnd_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BEscape/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BEscape/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A288_0029_0022_0020shortcut_003D_0022Shift_002BEscape_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BEscape/Commands/=_003Cdata_0020id_003D_0022_0028_007B74d21313_002D2aee_002D11d1_002D8bfb_002D00a0c90f26f7_007D_003A16385_0029_0022_0020shortcut_003D_0022Shift_002BEscape_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF1/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF1/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1038_0029_0022_0020shortcut_003D_0022Shift_002BF1_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF11/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF11/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A250_0029_0022_0020shortcut_003D_0022Shift_002BF11_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF12/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF12/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A1915_0029_0022_0020shortcut_003D_0022Shift_002BF12_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF4/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF4/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A232_0029_0022_0020shortcut_003D_0022Shift_002BF4_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF5/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF5/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A179_0029_0022_0020shortcut_003D_0022Shift_002BF5_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF6/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF6/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A886_0029_0022_0020shortcut_003D_0022Shift_002BF6_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF7/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF7/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1205_0029_0022_0020shortcut_003D_0022Shift_002BF7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF7/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A332_0029_0022_0020shortcut_003D_0022Shift_002BF7_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF8/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF8/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A280_0029_0022_0020shortcut_003D_0022Shift_002BF8_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF9/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A254_0029_0022_0020shortcut_003D_0022Shift_002BF9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BF9/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A7_0029_0022_0020shortcut_003D_0022Shift_002BF9_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BHome/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BHome/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A16_0029_0022_0020shortcut_003D_0022Shift_002BHome_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BHome/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A20_0029_0022_0020shortcut_003D_0022Shift_002BHome_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BInsert/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BInsert/Commands/=_003Cdata_0020id_003D_0022_0028_007B5efc7975_002D14bc_002D11cf_002D9b2b_002D00aa00573819_007D_003A26_0029_0022_0020shortcut_003D_0022Shift_002BInsert_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BLeft/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1230_0029_0022_0020shortcut_003D_0022Shift_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1508_0029_0022_0020shortcut_003D_0022Shift_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BLeft/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A8_0029_0022_0020shortcut_003D_0022Shift_002BLeft_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BNext/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BNext/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A30_0029_0022_0020shortcut_003D_0022Shift_002BNext_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BPageUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BPageUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A28_0029_0022_0020shortcut_003D_0022Shift_002BPageUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BReturn/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BReturn/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A3_0029_0022_0020shortcut_003D_0022Shift_002BReturn_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BRight/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A10_0029_0022_0020shortcut_003D_0022Shift_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1231_0029_0022_0020shortcut_003D_0022Shift_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BRight/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1506_0029_0022_0020shortcut_003D_0022Shift_002BRight_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BSpace/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BSpace/Commands/=_003Cdata_0020id_003D_0022_0028_007Bcb3675b8_002D701e_002D4f56_002D9167_002D2714e167ff3f_007D_003A12313_0029_0022_0020shortcut_003D_0022Shift_002BSpace_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BTab/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BTab/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1511_0029_0022_0020shortcut_003D_0022Shift_002BTab_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BTab/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A5_0029_0022_0020shortcut_003D_0022Shift_002BTab_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BUp/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A12_0029_0022_0020shortcut_003D_0022Shift_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1229_0029_0022_0020shortcut_003D_0022Shift_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A14_0029_0022_0020shortcut_003D_0022Shift_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Shift_002BUp/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1507_0029_0022_0020shortcut_003D_0022Shift_002BUp_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Subtract/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Subtract/Commands/=_003Cdata_0020id_003D_0022_0028_007Bfb41a027_002D57c5_002D4f83_002D9508_002Dc326dce6d943_007D_003A10536_0029_0022_0020shortcut_003D_0022Subtract_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Tab/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Tab/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1510_0029_0022_0020shortcut_003D_0022Tab_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Tab/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A4_0029_0022_0020shortcut_003D_0022Tab_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Up/@KeyIndexDefined">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Up/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A11_0029_0022_0020shortcut_003D_0022Up_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Up/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1227_0029_0022_0020shortcut_003D_0022Up_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean>
- <s:Boolean x:Key="/Default/Housekeeping/VsActionManager/KeyboardShortcutToVsCommand/=Up/Commands/=_003Cdata_0020id_003D_0022_0028_007B1496a755_002D94de_002D11d0_002D8c3f_002D00c04fc2aae2_007D_003A1502_0029_0022_0020shortcut_003D_0022Up_0022_0020_002F_003E/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
|