Free cookie consent management tool by TermsFeed Policy Generator

Documentation/DevelopmentCenter/DeveloperGuidelines: Visual Studio 2008 text editor settings.vssettings

File Visual Studio 2008 text editor settings.vssettings, 32.2 KB (added by swagner, 14 years ago)
Line 
1<UserSettings>
2  <ApplicationIdentity version="9.0"/>
3  <ToolsOptions>
4    <ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor">
5      <ToolsOptionsSubCategory name="AllLanguages" RegisteredName="AllLanguages" PackageName="Text Management Package"/>
6      <ToolsOptionsSubCategory name="Basic" RegisteredName="Basic" PackageName="Text Management Package">
7        <PropertyValue name="TabSize">2</PropertyValue>
8        <PropertyValue name="AutoListMembers">true</PropertyValue>
9        <PropertyValue name="IndentStyle">2</PropertyValue>
10        <PropertyValue name="HideAdvancedMembers">false</PropertyValue>
11        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
12        <PropertyValue name="VirtualSpace">false</PropertyValue>
13        <PropertyValue name="InsertTabs">false</PropertyValue>
14        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
15        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
16        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
17        <PropertyValue name="WordWrap">false</PropertyValue>
18        <PropertyValue name="IndentSize">2</PropertyValue>
19        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
20        <PropertyValue name="AutoListParams">true</PropertyValue>
21      </ToolsOptionsSubCategory>
22      <ToolsOptionsSubCategory name="Basic-Specific" RegisteredName="Basic-Specific" PackageName="Visual Basic Compiler Package">
23        <PropertyValue name="EnableErrorCorrection">true</PropertyValue>
24        <PropertyValue name="Outlining">true</PropertyValue>
25        <PropertyValue name="DisplayLineSeparators">true</PropertyValue>
26        <PropertyValue name="PrettyListing">true</PropertyValue>
27        <PropertyValue name="AutoRequiredMemberInsert">true</PropertyValue>
28        <PropertyValue name="AutoEndInsert">true</PropertyValue>
29      </ToolsOptionsSubCategory>
30      <ToolsOptionsSubCategory name="C/C++" RegisteredName="C/C++" PackageName="Text Management Package">
31        <PropertyValue name="TabSize">2</PropertyValue>
32        <PropertyValue name="AutoListMembers">true</PropertyValue>
33        <PropertyValue name="IndentStyle">2</PropertyValue>
34        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
35        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
36        <PropertyValue name="VirtualSpace">true</PropertyValue>
37        <PropertyValue name="InsertTabs">false</PropertyValue>
38        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
39        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
40        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
41        <PropertyValue name="WordWrap">false</PropertyValue>
42        <PropertyValue name="IndentSize">2</PropertyValue>
43        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
44        <PropertyValue name="AutoListParams">true</PropertyValue>
45      </ToolsOptionsSubCategory>
46      <ToolsOptionsSubCategory name="C/C++ Specific" RegisteredName="C/C++ Specific" PackageName="Visual C++ Language Manager Package">
47        <PropertyValue name="EnterOutliningModeWhenFilesOpen">true</PropertyValue>
48        <PropertyValue name="IntellisenseOptions">0</PropertyValue>
49        <PropertyValue name="AutomaticOutliningOfStatementBlocks">false</PropertyValue>
50        <PropertyValue name="ColorizeInactiveBlocksDifferently">true</PropertyValue>
51        <PropertyValue name="EnableQuickInfoToolTips">true</PropertyValue>
52        <PropertyValue name="IndentBraces">false</PropertyValue>
53        <PropertyValue name="AutomaticOutliningOfPragmaRegions">true</PropertyValue>
54      </ToolsOptionsSubCategory>
55      <ToolsOptionsSubCategory name="CSS" RegisteredName="CSS" PackageName="Text Management Package">
56        <PropertyValue name="TabSize">2</PropertyValue>
57        <PropertyValue name="AutoListMembers">true</PropertyValue>
58        <PropertyValue name="IndentStyle">2</PropertyValue>
59        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
60        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
61        <PropertyValue name="VirtualSpace">false</PropertyValue>
62        <PropertyValue name="InsertTabs">false</PropertyValue>
63        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
64        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
65        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
66        <PropertyValue name="WordWrap">false</PropertyValue>
67        <PropertyValue name="IndentSize">2</PropertyValue>
68        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
69        <PropertyValue name="AutoListParams">true</PropertyValue>
70      </ToolsOptionsSubCategory>
71      <ToolsOptionsSubCategory name="CSS Specific" RegisteredName="CSS Specific" PackageName="Visual Studio CSS Editing Package">
72        <PropertyValue name="FormatStyle">1</PropertyValue>
73        <PropertyValue name="DetectUnknownPropsEnabled">1</PropertyValue>
74        <PropertyValue name="FormatPropCase">1</PropertyValue>
75        <PropertyValue name="DetectInvalidValuesEnabled">1</PropertyValue>
76        <PropertyValue name="ErrorLevel">0</PropertyValue>
77        <PropertyValue name="DetectErrorsEnabled">1</PropertyValue>
78      </ToolsOptionsSubCategory>
79      <ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package">
80        <PropertyValue name="TabSize">2</PropertyValue>
81        <PropertyValue name="AutoListMembers">true</PropertyValue>
82        <PropertyValue name="IndentStyle">2</PropertyValue>
83        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
84        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
85        <PropertyValue name="VirtualSpace">true</PropertyValue>
86        <PropertyValue name="InsertTabs">false</PropertyValue>
87        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
88        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
89        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
90        <PropertyValue name="WordWrap">false</PropertyValue>
91        <PropertyValue name="IndentSize">2</PropertyValue>
92        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
93        <PropertyValue name="AutoListParams">true</PropertyValue>
94      </ToolsOptionsSubCategory>
95      <ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="Visual C# Language Service Package">
96        <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
97        <PropertyValue name="Space_Normalize">0</PropertyValue>
98        <PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue>
99        <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
100        <PropertyValue name="UnboundItem_ExactMatches">5</PropertyValue>
101        <PropertyValue name="CompleteOnSpace">1</PropertyValue>
102        <PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue>
103        <PropertyValue name="CollapseInactiveBlocksOnOpen">1</PropertyValue>
104        <PropertyValue name="Watson_MaxExceptionsToReport">1</PropertyValue>
105        <PropertyValue name="EditAndContinueReportEnterBreakStateFailure">1</PropertyValue>
106        <PropertyValue name="TrackMostRecentlyUsed">1</PropertyValue>
107        <PropertyValue name="FilterKeywordsContextually">1</PropertyValue>
108        <PropertyValue name="BringUpOnSpace">1</PropertyValue>
109        <PropertyValue name="Rename_Preview">1</PropertyValue>
110        <PropertyValue name="EncapsulateField_PreviewReferenceChanges">1</PropertyValue>
111        <PropertyValue name="DelayBeforeShowingErrors">1500</PropertyValue>
112        <PropertyValue name="CollapseRegionBlocksOnOpen">1</PropertyValue>
113        <PropertyValue name="NewLines_Braces_Method">0</PropertyValue>
114        <PropertyValue name="RefactorNotifyRenameEnabled">1</PropertyValue>
115        <PropertyValue name="OnlyScanFirstTypeInFileForDesignerAttribute">0</PropertyValue>
116        <PropertyValue name="Indent_CaseLabels">1</PropertyValue>
117        <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
118        <PropertyValue name="CompletionCommitCharacters">{}[]().,:;+-*/%&amp;|^!~=&lt;&gt;?@#'"\</PropertyValue>
119        <PropertyValue name="EditAndContinueEnabled">1</PropertyValue>
120        <PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue>
121        <PropertyValue name="BringUpOnOverride">1</PropertyValue>
122        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
123        <PropertyValue name="Rename_Comments">0</PropertyValue>
124        <PropertyValue name="NewLines_Braces_ControlFlow">0</PropertyValue>
125        <PropertyValue name="NewLines_Braces_AnonymousMethod">0</PropertyValue>
126        <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
127        <PropertyValue name="BringUpOnIdentifier">1</PropertyValue>
128        <PropertyValue name="RemoveParameters_PreviewReferenceChanges">1</PropertyValue>
129        <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
130        <PropertyValue name="Space_AfterBasesColon">1</PropertyValue>
131        <PropertyValue name="Indent_Braces">0</PropertyValue>
132        <PropertyValue name="CompleteOnNewline">1</PropertyValue>
133        <PropertyValue name="EncapsulateField_UpdateAllReferences">0</PropertyValue>
134        <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
135        <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue>
136        <PropertyValue name="Space_AfterCast">0</PropertyValue>
137        <PropertyValue name="UnboundItem">1</PropertyValue>
138        <PropertyValue name="Colorize">1</PropertyValue>
139        <PropertyValue name="EditAndContinueReportOpenScopeFailure">0</PropertyValue>
140        <PropertyValue name="FilterToAllowableTypes">1</PropertyValue>
141        <PropertyValue name="WarnOnBuildErrors">1</PropertyValue>
142        <PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue>
143        <PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue>
144        <PropertyValue name="Watson_DeferSendingUntilLater">0</PropertyValue>
145        <PropertyValue name="DelayBeforeRecolorizingActiveView">2000</PropertyValue>
146        <PropertyValue name="ShowKeywords">1</PropertyValue>
147        <PropertyValue name="ShowSnippets">1</PropertyValue>
148        <PropertyValue name="BraceMatchingRectangle">1</PropertyValue>
149        <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">0</PropertyValue>
150        <PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue>
151        <PropertyValue name="NewLines_Braces_ObjectInitializer">0</PropertyValue>
152        <PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
153        <PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue>
154        <PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue>
155        <PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
156        <PropertyValue name="SignatureChange">1</PropertyValue>
157        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue>
158        <PropertyValue name="NeverShowBuildWarningDialog">0</PropertyValue>
159        <PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue>
160        <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue>
161        <PropertyValue name="Indent_UnindentLabels">1</PropertyValue>
162        <PropertyValue name="SortUsings">1</PropertyValue>
163        <PropertyValue name="Rename_Strings">0</PropertyValue>
164        <PropertyValue name="NewLines_ObjectInitializer_EachMember">0</PropertyValue>
165        <PropertyValue name="NewLines_Keywords_Else">0</PropertyValue>
166        <PropertyValue name="ImplementInterface">1</PropertyValue>
167        <PropertyValue name="EnableProgressDialogOnWaitForBackground">1</PropertyValue>
168        <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
169        <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue>
170        <PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue>
171        <PropertyValue name="Space_BeforeComma">0</PropertyValue>
172        <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue>
173        <PropertyValue name="Space_AfterComma">1</PropertyValue>
174        <PropertyValue name="ExtractInterface_SelectAll">0</PropertyValue>
175        <PropertyValue name="ReorderParameters_PreviewReferenceChanges">1</PropertyValue>
176        <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
177        <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue>
178        <PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue>
179        <PropertyValue name="Space_AfterDot">0</PropertyValue>
180        <PropertyValue name="QuickInfo_ShowAllExceptions">1</PropertyValue>
181        <PropertyValue name="AutoComment">1</PropertyValue>
182        <PropertyValue name="NewLines_Braces_Type">0</PropertyValue>
183        <PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue>
184        <PropertyValue name="BringUpOnPartial">1</PropertyValue>
185        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue>
186        <PropertyValue name="EncapsulateField_SearchInStrings">0</PropertyValue>
187        <PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue>
188        <PropertyValue name="NewLines_Braces_LambdaExpressionBody">0</PropertyValue>
189        <PropertyValue name="Space_WithinSquares">0</PropertyValue>
190        <PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue>
191        <PropertyValue name="GenerateStub">1</PropertyValue>
192        <PropertyValue name="ShowHiddenItems">0</PropertyValue>
193        <PropertyValue name="Squiggles">1</PropertyValue>
194        <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue>
195        <PropertyValue name="Space_WithinCastParentheses">0</PropertyValue>
196        <PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
197        <PropertyValue name="Indent_CaseContents">1</PropertyValue>
198        <PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue>
199        <PropertyValue name="Watson_ReportExceptions">1</PropertyValue>
200        <PropertyValue name="Enabled">1</PropertyValue>
201        <PropertyValue name="BringUpOnEventHookup">1</PropertyValue>
202        <PropertyValue name="ImplementInterface_InsertRegionTags">1</PropertyValue>
203        <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
204        <PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
205        <PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
206        <PropertyValue name="Space_BeforeDot">0</PropertyValue>
207        <PropertyValue name="Indent_BlockContents">1</PropertyValue>
208        <PropertyValue name="Rename">1</PropertyValue>
209        <PropertyValue name="ColorizeBoundTypes">1</PropertyValue>
210        <PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
211        <PropertyValue name="Rename_Overloads">0</PropertyValue>
212        <PropertyValue name="EncapsulateField_SearchInComments">0</PropertyValue>
213        <PropertyValue name="ProgressDialogDelaySeconds">2</PropertyValue>
214      </ToolsOptionsSubCategory>
215      <ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Text Management Package">
216        <PropertyValue name="DragNDropTextEditing">true</PropertyValue>
217        <PropertyValue name="VerticalScrollBar">true</PropertyValue>
218        <PropertyValue name="EditorEmulation">0</PropertyValue>
219        <PropertyValue name="DetectUTF8WithoutSignature">true</PropertyValue>
220        <PropertyValue name="TrackChanges">true</PropertyValue>
221        <PropertyValue name="UndoCaretActions">false</PropertyValue>
222        <PropertyValue name="SelectionMargin">true</PropertyValue>
223        <PropertyValue name="GoToAnchorAfterEscape">false</PropertyValue>
224        <PropertyValue name="HorizontalScrollBar">true</PropertyValue>
225        <PropertyValue name="AutoDelimiterHighlighting">true</PropertyValue>
226        <PropertyValue name="MarginIndicatorBar">true</PropertyValue>
227      </ToolsOptionsSubCategory>
228      <ToolsOptionsSubCategory name="HTML" RegisteredName="HTML" PackageName="Text Management Package">
229        <PropertyValue name="TabSize">2</PropertyValue>
230        <PropertyValue name="AutoListMembers">true</PropertyValue>
231        <PropertyValue name="IndentStyle">1</PropertyValue>
232        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
233        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
234        <PropertyValue name="VirtualSpace">false</PropertyValue>
235        <PropertyValue name="InsertTabs">false</PropertyValue>
236        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
237        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
238        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
239        <PropertyValue name="WordWrap">false</PropertyValue>
240        <PropertyValue name="IndentSize">2</PropertyValue>
241        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
242        <PropertyValue name="AutoListParams">true</PropertyValue>
243      </ToolsOptionsSubCategory>
244      <ToolsOptionsSubCategory name="HTML Specific" RegisteredName="HTML Specific" PackageName="Visual Studio HTM Editor Package">
245        <PropertyValue name="StyleApplicationOverlayColor">16244681</PropertyValue>
246        <PropertyValue name="LayoutResizeOverlayColor">0</PropertyValue>
247        <PropertyValue name="LayoutVisibleBorderColor">13027014</PropertyValue>
248        <PropertyValue name="LayoutUiActivatedBorderColor">13003057</PropertyValue>
249        <PropertyValue name="LayoutOffsetColor">16487691</PropertyValue>
250        <PropertyValue name="SpacerCellToolColor">14413810</PropertyValue>
251        <PropertyValue name="ShowTagToolbar">0</PropertyValue>
252        <PropertyValue name="RulerAndGridShowRuler">0</PropertyValue>
253        <PropertyValue name="LayoutTableToolColor">3575607</PropertyValue>
254        <PropertyValue name="MarkupValidationWarningLevel">2</PropertyValue>
255        <PropertyValue name="ClientAttrCasing">2</PropertyValue>
256        <PropertyValue name="AttrValueNotQuoted">0</PropertyValue>
257        <PropertyValue name="CssPositionDesignMode">2</PropertyValue>
258        <PropertyValue name="LayerBackgroundLabelColor">15724527</PropertyValue>
259        <PropertyValue name="AutoThumbnailBorder">1</PropertyValue>
260        <PropertyValue name="ManualDtp">243</PropertyValue>
261        <PropertyValue name="StyleApplicationOverlayBackgroundColor">15577469</PropertyValue>
262        <PropertyValue name="LayoutSiteSelectedBorderColor">0</PropertyValue>
263        <PropertyValue name="CssUseHtmlForImageSize">0</PropertyValue>
264        <PropertyValue name="CssBackgroundDesignMode">2</PropertyValue>
265        <PropertyValue name="HtmlGifInterlaced">0</PropertyValue>
266        <PropertyValue name="AutoInsertCloseTag">-1</PropertyValue>
267        <PropertyValue name="InsertAttrValueQuotesFormatting">-1</PropertyValue>
268        <PropertyValue name="WebPartColor">7257087</PropertyValue>
269        <PropertyValue name="TemplateColor">12383999</PropertyValue>
270        <PropertyValue name="RulerAndGridShowGrid">0</PropertyValue>
271        <PropertyValue name="ParentRegionColor">128</PropertyValue>
272        <PropertyValue name="LargePictureFileType">jpg</PropertyValue>
273        <PropertyValue name="FormatHTMLOnPaste">0</PropertyValue>
274        <PropertyValue name="WrapTagLength">80</PropertyValue>
275        <PropertyValue name="SmallPictureFileType">gif</PropertyValue>
276        <PropertyValue name="HtmlMargin">80</PropertyValue>
277        <PropertyValue name="JsFailsafeTimeout">15000</PropertyValue>
278        <PropertyValue name="AutoIdOnPasteSourceView">-1</PropertyValue>
279        <PropertyValue name="RulerAndGridGridSpacing">20</PropertyValue>
280        <PropertyValue name="EditorOptionFlags">142606344</PropertyValue>
281        <PropertyValue name="IdleYield">-1</PropertyValue>
282        <PropertyValue name="IdleParseDelay">750</PropertyValue>
283        <PropertyValue name="InsertAttrValueQuotesTyping">0</PropertyValue>
284        <PropertyValue name="LayoutResizeOverlayBackgroundColor">13172735</PropertyValue>
285        <PropertyValue name="LayoutPaddingOverlayColor">16765887</PropertyValue>
286        <PropertyValue name="CssBorderDesignMode">2</PropertyValue>
287        <PropertyValue name="RulerAndGridSnapToGrid">0</PropertyValue>
288        <PropertyValue name="LayerLabelTextColor">0</PropertyValue>
289        <PropertyValue name="LoadToolboxOnIdle">-1</PropertyValue>
290        <PropertyValue name="ClientTagNotLowerCase">0</PropertyValue>
291        <PropertyValue name="HtmlRightMarginRule">2</PropertyValue>
292        <PropertyValue name="HtmlBreakInTags">255</PropertyValue>
293        <PropertyValue name="AutoThumbnailSize">100</PropertyValue>
294        <PropertyValue name="LayoutMarginOverlayColor">12895452</PropertyValue>
295        <PropertyValue name="CssPageDesignMode">1</PropertyValue>
296        <PropertyValue name="RulerAndGridSnapDistance">5</PropertyValue>
297        <PropertyValue name="RulerAndGridGridLine">2</PropertyValue>
298        <PropertyValue name="MasterPageDesignOutlineColor">16760311</PropertyValue>
299        <PropertyValue name="LayoutCellToolColor">16750848</PropertyValue>
300        <PropertyValue name="AutoThumbnailBorderSize">2</PropertyValue>
301        <PropertyValue name="MarkupValidationErrorLevel">1</PropertyValue>
302        <PropertyValue name="VerticalSplitView">0</PropertyValue>
303        <PropertyValue name="WrapTag">-1</PropertyValue>
304        <PropertyValue name="ServerAttrCasing">3</PropertyValue>
305        <PropertyValue name="ServerTagCasing">3</PropertyValue>
306        <PropertyValue name="TagNotWellFormed">0</PropertyValue>
307        <PropertyValue name="CssUseShorthands">1</PropertyValue>
308        <PropertyValue name="CssListDesignMode">2</PropertyValue>
309        <PropertyValue name="MasterPageParentRegionColor">8650752</PropertyValue>
310        <PropertyValue name="HtmlJpegCompressions">0</PropertyValue>
311        <PropertyValue name="IdleOutlineDelay">1800</PropertyValue>
312        <PropertyValue name="InCSS">-1</PropertyValue>
313        <PropertyValue name="LayoutMarginOverlayBackgroundColor">14145511</PropertyValue>
314        <PropertyValue name="CssMarginsDesignMode">2</PropertyValue>
315        <PropertyValue name="LayoutPaddingOverlayBackgroundColor">16768975</PropertyValue>
316        <PropertyValue name="HtmlGifTransparent">0</PropertyValue>
317        <PropertyValue name="EditableColor">7257087</PropertyValue>
318        <PropertyValue name="AutoThumbnailChisel">0</PropertyValue>
319        <PropertyValue name="MasterPageContentRegionColor">16739258</PropertyValue>
320        <PropertyValue name="LayerHandleBackgroundColor">16777215</PropertyValue>
321        <PropertyValue name="LayerHandleColor">0</PropertyValue>
322        <PropertyValue name="HtmlJpegQuality">90</PropertyValue>
323        <PropertyValue name="TargetFriendlyName">XHTML 1.0 Transitional (Netscape 7, Opera 7, Internet Explorer 6)</PropertyValue>
324        <PropertyValue name="ValidateDeprecated">0</PropertyValue>
325        <PropertyValue name="ShowAspNonVisualElements">1</PropertyValue>
326        <PropertyValue name="CssReuseUserClasses">1</PropertyValue>
327        <PropertyValue name="IdleSelectionSyncDelay">500</PropertyValue>
328        <PropertyValue name="JScriptValidationErrorLevel">1</PropertyValue>
329        <PropertyValue name="ShowErrors">-1</PropertyValue>
330        <PropertyValue name="ClientTagCasing">2</PropertyValue>
331        <PropertyValue name="RulerAndGridUnit">0</PropertyValue>
332        <PropertyValue name="RulerAndGridGridColor">11119017</PropertyValue>
333        <PropertyValue name="HtmlIndentTabs">0</PropertyValue>
334        <PropertyValue name="TabOnlyJScriptCompletion">0</PropertyValue>
335        <PropertyValue name="StartPageView">1</PropertyValue>
336        <PropertyValue name="CssIndentTabs">0</PropertyValue>
337        <PropertyValue name="AutoThumbnailType">0</PropertyValue>
338        <PropertyValue name="ShowVisualAids">1</PropertyValue>
339        <PropertyValue name="CssTextDesignMode">2</PropertyValue>
340        <PropertyValue name="WebPartZoneColor">16750848</PropertyValue>
341        <PropertyValue name="IdleMainLoopDelay">1200</PropertyValue>
342        <PropertyValue name="JScriptValidationWarningLevel">2</PropertyValue>
343        <PropertyValue name="OutlineHTMLOnFileOpen">-1</PropertyValue>
344      </ToolsOptionsSubCategory>
345      <ToolsOptionsSubCategory name="PL/SQL" RegisteredName="PL/SQL" PackageName="Text Management Package">
346        <PropertyValue name="TabSize">2</PropertyValue>
347        <PropertyValue name="AutoListMembers">true</PropertyValue>
348        <PropertyValue name="IndentStyle">1</PropertyValue>
349        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
350        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
351        <PropertyValue name="VirtualSpace">false</PropertyValue>
352        <PropertyValue name="InsertTabs">false</PropertyValue>
353        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
354        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
355        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
356        <PropertyValue name="WordWrap">false</PropertyValue>
357        <PropertyValue name="IndentSize">2</PropertyValue>
358        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
359        <PropertyValue name="AutoListParams">true</PropertyValue>
360      </ToolsOptionsSubCategory>
361      <ToolsOptionsSubCategory name="PlainText" RegisteredName="PlainText" PackageName="Text Management Package">
362        <PropertyValue name="TabSize">2</PropertyValue>
363        <PropertyValue name="AutoListMembers">true</PropertyValue>
364        <PropertyValue name="IndentStyle">1</PropertyValue>
365        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
366        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
367        <PropertyValue name="VirtualSpace">false</PropertyValue>
368        <PropertyValue name="InsertTabs">false</PropertyValue>
369        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
370        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
371        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
372        <PropertyValue name="WordWrap">false</PropertyValue>
373        <PropertyValue name="IndentSize">2</PropertyValue>
374        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
375        <PropertyValue name="AutoListParams">true</PropertyValue>
376      </ToolsOptionsSubCategory>
377      <ToolsOptionsSubCategory name="SQL Script" RegisteredName="SQL Script" PackageName="Text Management Package">
378        <PropertyValue name="TabSize">2</PropertyValue>
379        <PropertyValue name="AutoListMembers">true</PropertyValue>
380        <PropertyValue name="IndentStyle">1</PropertyValue>
381        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
382        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
383        <PropertyValue name="VirtualSpace">false</PropertyValue>
384        <PropertyValue name="InsertTabs">false</PropertyValue>
385        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
386        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
387        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
388        <PropertyValue name="WordWrap">false</PropertyValue>
389        <PropertyValue name="IndentSize">2</PropertyValue>
390        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
391        <PropertyValue name="AutoListParams">true</PropertyValue>
392      </ToolsOptionsSubCategory>
393      <ToolsOptionsSubCategory name="T-SQL" RegisteredName="T-SQL" PackageName="Text Management Package">
394        <PropertyValue name="TabSize">2</PropertyValue>
395        <PropertyValue name="AutoListMembers">true</PropertyValue>
396        <PropertyValue name="IndentStyle">1</PropertyValue>
397        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
398        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
399        <PropertyValue name="VirtualSpace">false</PropertyValue>
400        <PropertyValue name="InsertTabs">false</PropertyValue>
401        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
402        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
403        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
404        <PropertyValue name="WordWrap">false</PropertyValue>
405        <PropertyValue name="IndentSize">2</PropertyValue>
406        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
407        <PropertyValue name="AutoListParams">true</PropertyValue>
408      </ToolsOptionsSubCategory>
409      <ToolsOptionsSubCategory name="T-SQL7" RegisteredName="T-SQL7" PackageName="Text Management Package">
410        <PropertyValue name="TabSize">2</PropertyValue>
411        <PropertyValue name="AutoListMembers">true</PropertyValue>
412        <PropertyValue name="IndentStyle">1</PropertyValue>
413        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
414        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
415        <PropertyValue name="VirtualSpace">false</PropertyValue>
416        <PropertyValue name="InsertTabs">false</PropertyValue>
417        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
418        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
419        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
420        <PropertyValue name="WordWrap">false</PropertyValue>
421        <PropertyValue name="IndentSize">2</PropertyValue>
422        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
423        <PropertyValue name="AutoListParams">true</PropertyValue>
424      </ToolsOptionsSubCategory>
425      <ToolsOptionsSubCategory name="T-SQL80" RegisteredName="T-SQL80" PackageName="Text Management Package">
426        <PropertyValue name="TabSize">2</PropertyValue>
427        <PropertyValue name="AutoListMembers">true</PropertyValue>
428        <PropertyValue name="IndentStyle">1</PropertyValue>
429        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
430        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
431        <PropertyValue name="VirtualSpace">false</PropertyValue>
432        <PropertyValue name="InsertTabs">false</PropertyValue>
433        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
434        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
435        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
436        <PropertyValue name="WordWrap">false</PropertyValue>
437        <PropertyValue name="IndentSize">2</PropertyValue>
438        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
439        <PropertyValue name="AutoListParams">true</PropertyValue>
440      </ToolsOptionsSubCategory>
441      <ToolsOptionsSubCategory name="XML" RegisteredName="XML" PackageName="Text Management Package">
442        <PropertyValue name="TabSize">2</PropertyValue>
443        <PropertyValue name="AutoListMembers">true</PropertyValue>
444        <PropertyValue name="IndentStyle">2</PropertyValue>
445        <PropertyValue name="HideAdvancedMembers">true</PropertyValue>
446        <PropertyValue name="ShowNavigationBar">true</PropertyValue>
447        <PropertyValue name="VirtualSpace">true</PropertyValue>
448        <PropertyValue name="InsertTabs">false</PropertyValue>
449        <PropertyValue name="WordWrapGlyphs">true</PropertyValue>
450        <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
451        <PropertyValue name="ShowLineNumbers">true</PropertyValue>
452        <PropertyValue name="WordWrap">false</PropertyValue>
453        <PropertyValue name="IndentSize">2</PropertyValue>
454        <PropertyValue name="CutCopyBlankLines">true</PropertyValue>
455        <PropertyValue name="AutoListParams">true</PropertyValue>
456      </ToolsOptionsSubCategory>
457    </ToolsOptionsCategory>
458  </ToolsOptions>
459  <Category name="HTML Tag Specific" Category="{7583bb73-a453-40e8-8951-b6986ddb1d9b}" Package="{1B437D20-F8FE-11D2-A6AE-00104BCC7269}" RegisteredName="HTML Tag Specific" PackageName="Visual Studio HTM Editor Package"/>
460  <Category name="XAML_Formatting" Category="{dac05320-0c3a-4ead-a332-8c23b0cfc130}" Package="{e58c2a8b-bcc4-4559-ad59-d62eb6d58a22}" RegisteredName="XAML_Formatting" PackageName="Microsoft.VisualStudio.Xaml">
461    <PropertyValue name="AttributeFormat">NewLine</PropertyValue>
462    <PropertyValue name="AutoInsertAttributeQuotes">True</PropertyValue>
463    <PropertyValue name="AutoInsertEndTags">True</PropertyValue>
464    <PropertyValue name="AutoOutlining">True</PropertyValue>
465    <PropertyValue name="AutoReformatOnEndTag">True</PropertyValue>
466    <PropertyValue name="AutoReformatOnPaste">True</PropertyValue>
467    <PropertyValue name="AutoReformatOnStartTag">True</PropertyValue>
468    <PropertyValue name="BlankLineOption">Preserve</PropertyValue>
469    <PropertyValue name="KeepFirstAttributeOnSameLine">True</PropertyValue>
470    <PropertyValue name="MaximizeXamlEditor">False</PropertyValue>
471    <PropertyValue name="QuoteStyle">DoubleQuote</PropertyValue>
472    <PropertyValue name="WrapColumn">120</PropertyValue>
473    <PropertyValue name="WrapTags">False</PropertyValue>
474  </Category>
475  <Category name="XmlEditor" Category="{4E1CDE49-B840-4826-8CC6-8FB80D7EF455}" Package="{87569308-4813-40a0-9cd0-d7a30838ca3f}" RegisteredName="XmlEditor" PackageName="Visual Studio XML Editor Package">
476    <PropertyValue name="AttributeFormatting">None</PropertyValue>
477    <PropertyValue name="AutoDownload">True</PropertyValue>
478    <PropertyValue name="AutoInsertAttributeQuotes">True</PropertyValue>
479    <PropertyValue name="AutoInsertEndTags">True</PropertyValue>
480    <PropertyValue name="AutoInsertNamespaceDeclarations">True</PropertyValue>
481    <PropertyValue name="AutoInsertOther">True</PropertyValue>
482    <PropertyValue name="AutoOutlining">True</PropertyValue>
483    <PropertyValue name="AutoReformatOnEndTag">True</PropertyValue>
484    <PropertyValue name="AutoReformatOnPaste">True</PropertyValue>
485    <PropertyValue name="FormatMixedContentByDefault">True</PropertyValue>
486    <PropertyValue name="SchemaCacheLocation">%VsInstallDir%\xml\Schemas</PropertyValue>
487  </Category>
488</UserSettings>