Rebracer.xml
author StephaneLenclud
Sun, 22 Mar 2015 19:33:36 +0100
changeset 86 96d1dcf8ca70
parent 76 831ebeeecfdf
permissions -rw-r--r--
Adding missing public keyword for some of our usage enumerations.
sl@47
     1
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
sl@47
     2
<!--Rebracer Solution Settings File-->
sl@47
     3
<!--This file contains Visual Studio settings for RemoteControlSample.sln.-->
sl@47
     4
<!--Rebracer uses this file to apply settings for this solution-->
sl@47
     5
<!--when the solution is opened.-->
sl@47
     6
<!--Install Rebracer from http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58 -->
sl@47
     7
<!--See https://github.com/SLaks/Rebracer for more information-->
sl@47
     8
<UserSettings>
sl@47
     9
  <ToolsOptions>
sl@47
    10
    <ToolsOptionsCategory name="Environment">
sl@47
    11
      <ToolsOptionsSubCategory name="TaskList">
sl@47
    12
        <PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4">
sl@47
    13
          <PropertyValue name="0">TODO:2</PropertyValue>
StephaneLenclud@83
    14
          <PropertyValue name="1">UNDONE:2</PropertyValue>
StephaneLenclud@83
    15
          <PropertyValue name="2">HACK:2</PropertyValue>
sl@47
    16
          <PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue>
sl@47
    17
        </PropertyValue>
sl@47
    18
        <PropertyValue name="ConfirmTaskDeletion">true</PropertyValue>
sl@47
    19
        <PropertyValue name="DontShowFilePaths">true</PropertyValue>
sl@47
    20
        <PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue>
sl@47
    21
      </ToolsOptionsSubCategory>
sl@47
    22
    </ToolsOptionsCategory>
sl@47
    23
    <ToolsOptionsCategory name="TextEditor">
sl@47
    24
      <ToolsOptionsSubCategory name="CSharp-Specific">
sl@47
    25
        <PropertyValue name="AutoComment">1</PropertyValue>
sl@47
    26
        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue>
sl@47
    27
        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
sl@47
    28
        <PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue>
sl@47
    29
        <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
sl@47
    30
        <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
sl@47
    31
        <PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
sl@47
    32
        <PropertyValue name="ImplementInterface_InsertRegionTags">0</PropertyValue>
sl@47
    33
        <PropertyValue name="Indent_BlockContents">1</PropertyValue>
sl@47
    34
        <PropertyValue name="Indent_Braces">0</PropertyValue>
sl@47
    35
        <PropertyValue name="Indent_CaseContents">1</PropertyValue>
sl@47
    36
        <PropertyValue name="Indent_CaseLabels">1</PropertyValue>
sl@47
    37
        <PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue>
sl@47
    38
        <PropertyValue name="Indent_UnindentLabels">1</PropertyValue>
sl@47
    39
        <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue>
sl@47
    40
        <PropertyValue name="NewLines_Braces_AnonymousMethod">1</PropertyValue>
sl@47
    41
        <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">1</PropertyValue>
sl@47
    42
        <PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
sl@47
    43
        <PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue>
sl@47
    44
        <PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue>
sl@47
    45
        <PropertyValue name="NewLines_Braces_LambdaExpressionBody">1</PropertyValue>
sl@47
    46
        <PropertyValue name="NewLines_Braces_Method">1</PropertyValue>
sl@47
    47
        <PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue>
sl@47
    48
        <PropertyValue name="NewLines_Braces_Type">1</PropertyValue>
sl@47
    49
        <PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue>
sl@47
    50
        <PropertyValue name="NewLines_Keywords_Else">1</PropertyValue>
sl@47
    51
        <PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue>
sl@47
    52
        <PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue>
sl@47
    53
        <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue>
sl@47
    54
        <PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
sl@47
    55
        <PropertyValue name="SortUsings">1</PropertyValue>
sl@47
    56
        <PropertyValue name="SortUsings_PlaceSystemFirst">0</PropertyValue>
sl@47
    57
        <PropertyValue name="Space_AfterBasesColon">1</PropertyValue>
sl@47
    58
        <PropertyValue name="Space_AfterCast">0</PropertyValue>
sl@47
    59
        <PropertyValue name="Space_AfterComma">1</PropertyValue>
sl@47
    60
        <PropertyValue name="Space_AfterDot">0</PropertyValue>
sl@47
    61
        <PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue>
sl@47
    62
        <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue>
sl@47
    63
        <PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue>
sl@47
    64
        <PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
sl@47
    65
        <PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue>
sl@47
    66
        <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue>
sl@47
    67
        <PropertyValue name="Space_BeforeComma">0</PropertyValue>
sl@47
    68
        <PropertyValue name="Space_BeforeDot">0</PropertyValue>
sl@47
    69
        <PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue>
sl@47
    70
        <PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
sl@47
    71
        <PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue>
sl@47
    72
        <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue>
sl@47
    73
        <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue>
sl@47
    74
        <PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
sl@47
    75
        <PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue>
sl@47
    76
        <PropertyValue name="Space_Normalize">0</PropertyValue>
sl@47
    77
        <PropertyValue name="Space_WithinCastParentheses">0</PropertyValue>
sl@47
    78
        <PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue>
sl@47
    79
        <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue>
sl@47
    80
        <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
sl@47
    81
        <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
sl@47
    82
        <PropertyValue name="Space_WithinSquares">0</PropertyValue>
sl@47
    83
        <PropertyValue name="WarnOnBuildErrors">1</PropertyValue>
sl@47
    84
        <PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue>
sl@47
    85
        <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
sl@47
    86
        <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
sl@47
    87
        <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
sl@47
    88
        <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
sl@47
    89
      </ToolsOptionsSubCategory>
sl@47
    90
      <ToolsOptionsSubCategory name="JavaScript Specific">
sl@47
    91
        <PropertyValue name="DownloadRemoteReferences">false</PropertyValue>
sl@47
    92
        <PropertyValue name="FormatCompletedBlockOnRightCurlyBrace">true</PropertyValue>
sl@47
    93
        <PropertyValue name="FormatCompletedLineOnEnter">true</PropertyValue>
sl@47
    94
        <PropertyValue name="FormatCompletedStatementOnSemicolon">true</PropertyValue>
sl@47
    95
        <PropertyValue name="FormatOnPaste">true</PropertyValue>
StephaneLenclud@83
    96
        <PropertyValue name="ImplicitReferencesString">Implicit (Windows 8)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\sitetypesWindows.js|$(VSInstallDir)\JavaScript\References\domWindows_8.0.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Implicit (Windows 8.1)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\sitetypesWindows.js|$(VSInstallDir)\JavaScript\References\domWindows_8.1.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Implicit (Windows Phone 8.1)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\sitetypesWindows.js|$(VSInstallDir)\JavaScript\References\domWindowsPhone_8.1.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Implicit (Web)|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\sitetypesWeb.js|$(VSInstallDir)\JavaScript\References\domWeb.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js|~/Scripts/_references.js;Dedicated Worker|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\dedicatedworker.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;Generic|$(VSInstallDir)\JavaScript\References\libhelp.js|$(VSInstallDir)\JavaScript\References\underscorefilter.js|$(VSInstallDir)\JavaScript\References\showPlainComments.js;</PropertyValue>
sl@47
    97
        <PropertyValue name="InsertSpaceAfterCommaDelimiter">true</PropertyValue>
sl@47
    98
        <PropertyValue name="InsertSpaceAfterFunctionKeywordForAnonymousFunctions">true</PropertyValue>
sl@47
    99
        <PropertyValue name="InsertSpaceAfterKeywordsInControlFlowStatements">true</PropertyValue>
sl@47
   100
        <PropertyValue name="InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis">false</PropertyValue>
sl@47
   101
        <PropertyValue name="InsertSpaceAfterSemicolonInForStatements">true</PropertyValue>
sl@47
   102
        <PropertyValue name="InsertSpaceBeforeAndAfterBinaryOperators">true</PropertyValue>
sl@47
   103
        <PropertyValue name="PlaceOpenBraceOnNewLineForControlBlocks">false</PropertyValue>
sl@47
   104
        <PropertyValue name="PlaceOpenBraceOnNewLineForFunctions">false</PropertyValue>
sl@47
   105
        <PropertyValue name="ShowErrorsAsWarnings">true</PropertyValue>
sl@47
   106
        <PropertyValue name="ShowSyntaxErrors">true</PropertyValue>
sl@47
   107
      </ToolsOptionsSubCategory>
sl@47
   108
      <ToolsOptionsSubCategory name="C/C++ Specific">
StephaneLenclud@76
   109
        <PropertyValue name="AddSemicolonForClassTypes">true</PropertyValue>
StephaneLenclud@76
   110
        <PropertyValue name="AlignParameters">false</PropertyValue>
sl@47
   111
        <PropertyValue name="AlwaysUseFallbackLocation">false</PropertyValue>
StephaneLenclud@76
   112
        <PropertyValue name="AutoFormatOnBraceCompletion">true</PropertyValue>
StephaneLenclud@76
   113
        <PropertyValue name="AutoFormatOnClosingBrace">true</PropertyValue>
StephaneLenclud@76
   114
        <PropertyValue name="AutoFormatOnPaste">true</PropertyValue>
StephaneLenclud@76
   115
        <PropertyValue name="AutoFormatOnSemicolon">true</PropertyValue>
sl@47
   116
        <PropertyValue name="AutoIndentOnTab">false</PropertyValue>
sl@47
   117
        <PropertyValue name="ColorizeInactiveBlocksDifferently">true</PropertyValue>
StephaneLenclud@76
   118
        <PropertyValue name="DisableBrowsingUpToDateCheck">true</PropertyValue>
sl@47
   119
        <PropertyValue name="DisableErrorReporting">false</PropertyValue>
sl@47
   120
        <PropertyValue name="EnumerateCommentTasks">true</PropertyValue>
StephaneLenclud@76
   121
        <PropertyValue name="GroupBrackets">true</PropertyValue>
sl@47
   122
        <PropertyValue name="HighlightMatchingTokens">true</PropertyValue>
StephaneLenclud@76
   123
        <PropertyValue name="IndentAccessSpecifiers">false</PropertyValue>
StephaneLenclud@76
   124
        <PropertyValue name="IndentBlockContents">true</PropertyValue>
sl@47
   125
        <PropertyValue name="IndentBraces">false</PropertyValue>
StephaneLenclud@76
   126
        <PropertyValue name="IndentCaseBraces">false</PropertyValue>
StephaneLenclud@76
   127
        <PropertyValue name="IndentCaseContents">true</PropertyValue>
StephaneLenclud@76
   128
        <PropertyValue name="IndentCaseLabels">false</PropertyValue>
StephaneLenclud@76
   129
        <PropertyValue name="IndentGotoLabels">1</PropertyValue>
StephaneLenclud@76
   130
        <PropertyValue name="IndentNamespaceContents">true</PropertyValue>
StephaneLenclud@76
   131
        <PropertyValue name="NewlineControlBlockBrace">0</PropertyValue>
StephaneLenclud@76
   132
        <PropertyValue name="NewlineEmptyFunctionCloseBrace">true</PropertyValue>
StephaneLenclud@76
   133
        <PropertyValue name="NewlineEmptyTypeCloseBrace">true</PropertyValue>
StephaneLenclud@76
   134
        <PropertyValue name="NewlineFunctionBrace">0</PropertyValue>
StephaneLenclud@76
   135
        <PropertyValue name="NewlineInitListBrace">0</PropertyValue>
StephaneLenclud@76
   136
        <PropertyValue name="NewlineKeywordCatch">true</PropertyValue>
StephaneLenclud@76
   137
        <PropertyValue name="NewlineKeywordElse">true</PropertyValue>
StephaneLenclud@76
   138
        <PropertyValue name="NewlineKeywordWhile">false</PropertyValue>
StephaneLenclud@76
   139
        <PropertyValue name="NewlineLambdaBrace">0</PropertyValue>
StephaneLenclud@76
   140
        <PropertyValue name="NewlineNamespaceBrace">0</PropertyValue>
StephaneLenclud@76
   141
        <PropertyValue name="NewlineTypeBrace">0</PropertyValue>
StephaneLenclud@76
   142
        <PropertyValue name="PreserveBlock">1</PropertyValue>
StephaneLenclud@76
   143
        <PropertyValue name="PreserveParameterIndentation">false</PropertyValue>
StephaneLenclud@76
   144
        <PropertyValue name="RemoveSpaceBeforeSemicolon">true</PropertyValue>
StephaneLenclud@76
   145
        <PropertyValue name="SpaceAfterCastParenthesis">false</PropertyValue>
StephaneLenclud@76
   146
        <PropertyValue name="SpaceAfterComma">true</PropertyValue>
StephaneLenclud@76
   147
        <PropertyValue name="SpaceAfterSemicolon">true</PropertyValue>
StephaneLenclud@76
   148
        <PropertyValue name="SpaceAroundAssignmentOperator">2</PropertyValue>
StephaneLenclud@76
   149
        <PropertyValue name="SpaceAroundBinaryOperator">2</PropertyValue>
StephaneLenclud@76
   150
        <PropertyValue name="SpaceAroundConditionalOperator">2</PropertyValue>
StephaneLenclud@76
   151
        <PropertyValue name="SpaceBeforeBracket">false</PropertyValue>
StephaneLenclud@76
   152
        <PropertyValue name="SpaceBeforeComma">false</PropertyValue>
StephaneLenclud@76
   153
        <PropertyValue name="SpaceBeforeConstructorColon">true</PropertyValue>
StephaneLenclud@76
   154
        <PropertyValue name="SpaceBeforeControlBlockParenthesis">true</PropertyValue>
StephaneLenclud@76
   155
        <PropertyValue name="SpaceBeforeEmptyBracket">false</PropertyValue>
StephaneLenclud@76
   156
        <PropertyValue name="SpaceBeforeFunctionParenthesis">false</PropertyValue>
StephaneLenclud@76
   157
        <PropertyValue name="SpaceBeforeInheritanceColon">true</PropertyValue>
StephaneLenclud@76
   158
        <PropertyValue name="SpaceBeforeInitListBrace">false</PropertyValue>
StephaneLenclud@76
   159
        <PropertyValue name="SpaceBeforeLambdaParenthesis">false</PropertyValue>
StephaneLenclud@76
   160
        <PropertyValue name="SpaceBetweenEmptyBraces">false</PropertyValue>
StephaneLenclud@76
   161
        <PropertyValue name="SpaceBetweenEmptyBrackets">false</PropertyValue>
StephaneLenclud@76
   162
        <PropertyValue name="SpaceBetweenEmptyFunctionParentheses">false</PropertyValue>
StephaneLenclud@76
   163
        <PropertyValue name="SpaceBetweenEmptyLambdaBrackets">false</PropertyValue>
StephaneLenclud@76
   164
        <PropertyValue name="SpaceWithinBrackets">false</PropertyValue>
StephaneLenclud@76
   165
        <PropertyValue name="SpaceWithinCastParentheses">false</PropertyValue>
StephaneLenclud@76
   166
        <PropertyValue name="SpaceWithinControlBlockParentheses">false</PropertyValue>
StephaneLenclud@76
   167
        <PropertyValue name="SpaceWithinExpressionParentheses">false</PropertyValue>
StephaneLenclud@76
   168
        <PropertyValue name="SpaceWithinFunctionParentheses">false</PropertyValue>
StephaneLenclud@76
   169
        <PropertyValue name="SpaceWithinInitListBraces">true</PropertyValue>
StephaneLenclud@76
   170
        <PropertyValue name="SpaceWithinLambdaBrackets">false</PropertyValue>
StephaneLenclud@76
   171
        <PropertyValue name="TrimSpaceAroundScope">true</PropertyValue>
StephaneLenclud@76
   172
        <PropertyValue name="TrimSpaceUnaryOperator">true</PropertyValue>
sl@47
   173
      </ToolsOptionsSubCategory>
sl@47
   174
    </ToolsOptionsCategory>
sl@47
   175
  </ToolsOptions>
sl@47
   176
</UserSettings>