Auto status change to "Under Review"
@@ -75,188 +75,6 Global | |||
|
75 | 75 | GlobalSection(SolutionProperties) = preSolution |
|
76 | 76 | HideSolutionNode = FALSE |
|
77 | 77 | EndGlobalSection |
|
78 | GlobalSection(MonoDevelopProperties) = preSolution | |
|
79 | StartupItem = Implab\Implab.csproj | |
|
80 | Policies = $0 | |
|
81 | $0.CSharpFormattingPolicy = $1 | |
|
82 | $1.IndentSwitchBody = True | |
|
83 | $1.NamespaceBraceStyle = EndOfLine | |
|
84 | $1.ClassBraceStyle = EndOfLine | |
|
85 | $1.InterfaceBraceStyle = EndOfLine | |
|
86 | $1.StructBraceStyle = EndOfLine | |
|
87 | $1.EnumBraceStyle = EndOfLine | |
|
88 | $1.MethodBraceStyle = EndOfLine | |
|
89 | $1.ConstructorBraceStyle = EndOfLine | |
|
90 | $1.DestructorBraceStyle = EndOfLine | |
|
91 | $1.BeforeMethodDeclarationParentheses = False | |
|
92 | $1.BeforeMethodCallParentheses = False | |
|
93 | $1.BeforeConstructorDeclarationParentheses = False | |
|
94 | $1.NewLineBeforeConstructorInitializerColon = NewLine | |
|
95 | $1.NewLineAfterConstructorInitializerColon = SameLine | |
|
96 | $1.BeforeIndexerDeclarationBracket = False | |
|
97 | $1.BeforeDelegateDeclarationParentheses = False | |
|
98 | $1.NewParentheses = False | |
|
99 | $1.SpacesBeforeBrackets = False | |
|
100 | $1.inheritsSet = Mono | |
|
101 | $1.inheritsScope = text/x-csharp | |
|
102 | $1.scope = text/x-csharp | |
|
103 | $0.TextStylePolicy = $6 | |
|
104 | $2.FileWidth = 120 | |
|
105 | $2.EolMarker = Unix | |
|
106 | $2.inheritsSet = VisualStudio | |
|
107 | $2.inheritsScope = text/plain | |
|
108 | $2.scope = text/x-csharp | |
|
109 | $0.DotNetNamingPolicy = $3 | |
|
110 | $3.DirectoryNamespaceAssociation = PrefixedHierarchical | |
|
111 | $3.ResourceNamePolicy = MSBuild | |
|
112 | $4.FileWidth = 120 | |
|
113 | $4.TabsToSpaces = False | |
|
114 | $4.inheritsSet = VisualStudio | |
|
115 | $4.inheritsScope = text/plain | |
|
116 | $4.scope = application/xml | |
|
117 | $0.XmlFormattingPolicy = $5 | |
|
118 | $5.inheritsSet = Mono | |
|
119 | $5.inheritsScope = application/xml | |
|
120 | $5.scope = application/xml | |
|
121 | $6.FileWidth = 120 | |
|
122 | $6.TabsToSpaces = False | |
|
123 | $6.inheritsSet = VisualStudio | |
|
124 | $6.inheritsScope = text/plain | |
|
125 | $6.scope = text/plain | |
|
126 | $0.NameConventionPolicy = $7 | |
|
127 | $7.Rules = $8 | |
|
128 | $8.NamingRule = $34 | |
|
129 | $9.Name = Namespaces | |
|
130 | $9.AffectedEntity = Namespace | |
|
131 | $9.VisibilityMask = VisibilityMask | |
|
132 | $9.NamingStyle = PascalCase | |
|
133 | $9.IncludeInstanceMembers = True | |
|
134 | $9.IncludeStaticEntities = True | |
|
135 | $10.Name = Types | |
|
136 | $10.AffectedEntity = Class, Struct, Enum, Delegate | |
|
137 | $10.VisibilityMask = VisibilityMask | |
|
138 | $10.NamingStyle = PascalCase | |
|
139 | $10.IncludeInstanceMembers = True | |
|
140 | $10.IncludeStaticEntities = True | |
|
141 | $11.Name = Interfaces | |
|
142 | $11.RequiredPrefixes = $12 | |
|
143 | $12.String = I | |
|
144 | $11.AffectedEntity = Interface | |
|
145 | $11.VisibilityMask = VisibilityMask | |
|
146 | $11.NamingStyle = PascalCase | |
|
147 | $11.IncludeInstanceMembers = True | |
|
148 | $11.IncludeStaticEntities = True | |
|
149 | $13.Name = Attributes | |
|
150 | $13.RequiredSuffixes = $14 | |
|
151 | $14.String = Attribute | |
|
152 | $13.AffectedEntity = CustomAttributes | |
|
153 | $13.VisibilityMask = VisibilityMask | |
|
154 | $13.NamingStyle = PascalCase | |
|
155 | $13.IncludeInstanceMembers = True | |
|
156 | $13.IncludeStaticEntities = True | |
|
157 | $15.Name = Event Arguments | |
|
158 | $15.RequiredSuffixes = $16 | |
|
159 | $16.String = EventArgs | |
|
160 | $15.AffectedEntity = CustomEventArgs | |
|
161 | $15.VisibilityMask = VisibilityMask | |
|
162 | $15.NamingStyle = PascalCase | |
|
163 | $15.IncludeInstanceMembers = True | |
|
164 | $15.IncludeStaticEntities = True | |
|
165 | $17.Name = Exceptions | |
|
166 | $17.RequiredSuffixes = $18 | |
|
167 | $18.String = Exception | |
|
168 | $17.AffectedEntity = CustomExceptions | |
|
169 | $17.VisibilityMask = VisibilityMask | |
|
170 | $17.NamingStyle = PascalCase | |
|
171 | $17.IncludeInstanceMembers = True | |
|
172 | $17.IncludeStaticEntities = True | |
|
173 | $19.Name = Methods | |
|
174 | $19.AffectedEntity = Methods | |
|
175 | $19.VisibilityMask = VisibilityMask | |
|
176 | $19.NamingStyle = PascalCase | |
|
177 | $19.IncludeInstanceMembers = True | |
|
178 | $19.IncludeStaticEntities = True | |
|
179 | $20.Name = Static Readonly Fields | |
|
180 | $20.AffectedEntity = ReadonlyField | |
|
181 | $20.VisibilityMask = Internal, Protected, Public | |
|
182 | $20.NamingStyle = CamelCase | |
|
183 | $20.IncludeInstanceMembers = False | |
|
184 | $20.IncludeStaticEntities = True | |
|
185 | $21.Name = Fields (Non Private) | |
|
186 | $21.AffectedEntity = Field | |
|
187 | $21.VisibilityMask = Internal, Public | |
|
188 | $21.NamingStyle = CamelCase | |
|
189 | $21.IncludeInstanceMembers = True | |
|
190 | $21.IncludeStaticEntities = True | |
|
191 | $22.Name = ReadOnly Fields (Non Private) | |
|
192 | $22.AffectedEntity = ReadonlyField | |
|
193 | $22.VisibilityMask = Internal, Public | |
|
194 | $22.NamingStyle = CamelCase | |
|
195 | $22.IncludeInstanceMembers = True | |
|
196 | $22.IncludeStaticEntities = False | |
|
197 | $23.Name = Fields (Private) | |
|
198 | $23.RequiredPrefixes = $24 | |
|
199 | $24.String = m_ | |
|
200 | $23.AffectedEntity = Field, ReadonlyField | |
|
201 | $23.VisibilityMask = Private, Protected | |
|
202 | $23.NamingStyle = CamelCase | |
|
203 | $23.IncludeInstanceMembers = True | |
|
204 | $23.IncludeStaticEntities = False | |
|
205 | $25.Name = Static Fields (Private) | |
|
206 | $25.RequiredPrefixes = $26 | |
|
207 | $26.String = _ | |
|
208 | $25.AffectedEntity = Field | |
|
209 | $25.VisibilityMask = Private | |
|
210 | $25.NamingStyle = CamelCase | |
|
211 | $25.IncludeInstanceMembers = False | |
|
212 | $25.IncludeStaticEntities = True | |
|
213 | $27.Name = ReadOnly Fields (Private) | |
|
214 | $27.RequiredPrefixes = $28 | |
|
215 | $28.String = m_ | |
|
216 | $27.AffectedEntity = ReadonlyField | |
|
217 | $27.VisibilityMask = Private, Protected | |
|
218 | $27.NamingStyle = CamelCase | |
|
219 | $27.IncludeInstanceMembers = True | |
|
220 | $27.IncludeStaticEntities = False | |
|
221 | $29.Name = Constant Fields | |
|
222 | $29.AffectedEntity = ConstantField | |
|
223 | $29.VisibilityMask = VisibilityMask | |
|
224 | $29.NamingStyle = AllUpper | |
|
225 | $29.IncludeInstanceMembers = True | |
|
226 | $29.IncludeStaticEntities = True | |
|
227 | $30.Name = Properties | |
|
228 | $30.AffectedEntity = Property | |
|
229 | $30.VisibilityMask = VisibilityMask | |
|
230 | $30.NamingStyle = PascalCase | |
|
231 | $30.IncludeInstanceMembers = True | |
|
232 | $30.IncludeStaticEntities = True | |
|
233 | $31.Name = Events | |
|
234 | $31.AffectedEntity = Event | |
|
235 | $31.VisibilityMask = VisibilityMask | |
|
236 | $31.NamingStyle = PascalCase | |
|
237 | $31.IncludeInstanceMembers = True | |
|
238 | $31.IncludeStaticEntities = True | |
|
239 | $32.Name = Enum Members | |
|
240 | $32.AffectedEntity = EnumMember | |
|
241 | $32.VisibilityMask = VisibilityMask | |
|
242 | $32.NamingStyle = PascalCase | |
|
243 | $32.IncludeInstanceMembers = True | |
|
244 | $32.IncludeStaticEntities = True | |
|
245 | $33.Name = Parameters | |
|
246 | $33.AffectedEntity = Parameter, LocalVariable | |
|
247 | $33.VisibilityMask = VisibilityMask | |
|
248 | $33.NamingStyle = CamelCase | |
|
249 | $33.IncludeInstanceMembers = True | |
|
250 | $33.IncludeStaticEntities = True | |
|
251 | $34.Name = Type Parameters | |
|
252 | $34.RequiredPrefixes = $35 | |
|
253 | $35.String = T | |
|
254 | $34.AffectedEntity = TypeParameter | |
|
255 | $34.VisibilityMask = VisibilityMask | |
|
256 | $34.NamingStyle = PascalCase | |
|
257 | $34.IncludeInstanceMembers = True | |
|
258 | $34.IncludeStaticEntities = True | |
|
259 | EndGlobalSection | |
|
260 | 78 | GlobalSection(TestCaseManagementSettings) = postSolution |
|
261 | 79 | CategoryFile = Implab.vsmdi |
|
262 | 80 | EndGlobalSection |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonElementContext.cs to Implab/Formats/Json/JsonElementContext.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonElementType.cs to Implab/Formats/Json/JsonElementType.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonGrammar.cs to Implab/Formats/Json/JsonGrammar.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonReader.cs to Implab/Formats/Json/JsonReader.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonScanner.cs to Implab/Formats/Json/JsonScanner.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonStringScanner.cs to Implab/Formats/Json/JsonStringScanner.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonTextScanner.cs to Implab/Formats/Json/JsonTextScanner.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonTokenType.cs to Implab/Formats/Json/JsonTokenType.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/JsonWriter.cs to Implab/Formats/Json/JsonWriter.cs |
|
1 | NO CONTENT: file renamed from Implab/Formats/JSON/StringTranslator.cs to Implab/Formats/Json/StringTranslator.cs |
@@ -14,7 +14,7 | |||
|
14 | 14 | <DebugType>full</DebugType> |
|
15 | 15 | <Optimize>false</Optimize> |
|
16 | 16 | <OutputPath>bin\Debug</OutputPath> |
|
17 | <DefineConstants>TRACE;DEBUG;</DefineConstants> | |
|
17 | <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants> | |
|
18 | 18 | <ErrorReport>prompt</ErrorReport> |
|
19 | 19 | <WarningLevel>4</WarningLevel> |
|
20 | 20 | <ConsolePause>false</ConsolePause> |
@@ -24,44 +24,7 | |||
|
24 | 24 | <DebugType>full</DebugType> |
|
25 | 25 | <Optimize>true</Optimize> |
|
26 | 26 | <OutputPath>bin\Release</OutputPath> |
|
27 | <ErrorReport>prompt</ErrorReport> | |
|
28 | <WarningLevel>4</WarningLevel> | |
|
29 | <ConsolePause>false</ConsolePause> | |
|
30 | </PropertyGroup> | |
|
31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> | |
|
32 | <DebugSymbols>true</DebugSymbols> | |
|
33 | <DebugType>full</DebugType> | |
|
34 | <Optimize>false</Optimize> | |
|
35 | <OutputPath>bin\Debug</OutputPath> | |
|
36 | <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants> | |
|
37 | <ErrorReport>prompt</ErrorReport> | |
|
38 | <WarningLevel>4</WarningLevel> | |
|
39 | <RunCodeAnalysis>true</RunCodeAnalysis> | |
|
40 | <ConsolePause>false</ConsolePause> | |
|
41 | </PropertyGroup> | |
|
42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> | |
|
43 | <Optimize>true</Optimize> | |
|
44 | <OutputPath>bin\Release</OutputPath> | |
|
45 | <ErrorReport>prompt</ErrorReport> | |
|
46 | <WarningLevel>4</WarningLevel> | |
|
47 | <ConsolePause>false</ConsolePause> | |
|
48 | 27 | <DefineConstants>NET_4_5</DefineConstants> |
|
49 | </PropertyGroup> | |
|
50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU' "> | |
|
51 | <DebugSymbols>true</DebugSymbols> | |
|
52 | <DebugType>full</DebugType> | |
|
53 | <Optimize>false</Optimize> | |
|
54 | <OutputPath>bin\Debug</OutputPath> | |
|
55 | <DefineConstants>TRACE;DEBUG;NET_4_5;MONO</DefineConstants> | |
|
56 | <ErrorReport>prompt</ErrorReport> | |
|
57 | <WarningLevel>4</WarningLevel> | |
|
58 | <RunCodeAnalysis>true</RunCodeAnalysis> | |
|
59 | <ConsolePause>false</ConsolePause> | |
|
60 | </PropertyGroup> | |
|
61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU' "> | |
|
62 | <Optimize>true</Optimize> | |
|
63 | <OutputPath>bin\Release</OutputPath> | |
|
64 | <DefineConstants>NET_4_5;MONO;</DefineConstants> | |
|
65 | 28 | <ErrorReport>prompt</ErrorReport> |
|
66 | 29 | <WarningLevel>4</WarningLevel> |
|
67 | 30 | <ConsolePause>false</ConsolePause> |
@@ -206,77 +169,4 | |||
|
206 | 169 | <Compile Include="Xml\XmlNameContext.cs" /> |
|
207 | 170 | </ItemGroup> |
|
208 | 171 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
209 | <ItemGroup /> | |
|
210 | <ProjectExtensions> | |
|
211 | <MonoDevelop> | |
|
212 | <Properties> | |
|
213 | <Policies> | |
|
214 | <CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="False" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInProperties="False" NewLinesForBracesInAccessors="False" NewLinesForBracesInAnonymousMethods="False" NewLinesForBracesInControlBlocks="False" NewLinesForBracesInAnonymousTypes="False" NewLinesForBracesInObjectCollectionArrayInitializers="False" NewLinesForBracesInLambdaExpressionBody="False" NewLineForElse="False" NewLineForCatch="False" NewLineForFinally="False" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceAfterControlFlowStatementKeyword="True" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" SpacingAfterMethodDeclarationName="True" SpaceAfterMethodCallName="True" SpaceBeforeOpenSquareBracket="True" SpaceBeforeColonInBaseTypeDeclaration="True" scope="text/x-csharp" /> | |
|
215 | <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" TabsToSpaces="True" EolMarker="Unix" scope="text/x-csharp" /> | |
|
216 | <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" /> | |
|
217 | <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="application/xml" /> | |
|
218 | <XmlFormattingPolicy scope="application/xml"> | |
|
219 | <DefaultFormat OmitXmlDeclaration="False" NewLineChars="
" IndentContent="True" ContentIndentString=" " AttributesInNewLine="False" MaxAttributesPerLine="10" AttributesIndentString=" " WrapAttributes="False" AlignAttributes="False" AlignAttributeValues="False" QuoteChar=""" SpacesBeforeAssignment="0" SpacesAfterAssignment="0" EmptyLinesBeforeStart="0" EmptyLinesAfterStart="0" EmptyLinesBeforeEnd="0" EmptyLinesAfterEnd="0" /> | |
|
220 | </XmlFormattingPolicy> | |
|
221 | <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="text/plain" /> | |
|
222 | <NameConventionPolicy> | |
|
223 | <Rules> | |
|
224 | <NamingRule Name="Namespaces" AffectedEntity="Namespace" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
225 | <NamingRule Name="Types" AffectedEntity="Class, Struct, Enum, Delegate" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
226 | <NamingRule Name="Interfaces" AffectedEntity="Interface" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
|
227 | <RequiredPrefixes> | |
|
228 | <String>I</String> | |
|
229 | </RequiredPrefixes> | |
|
230 | </NamingRule> | |
|
231 | <NamingRule Name="Attributes" AffectedEntity="CustomAttributes" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
|
232 | <RequiredSuffixes> | |
|
233 | <String>Attribute</String> | |
|
234 | </RequiredSuffixes> | |
|
235 | </NamingRule> | |
|
236 | <NamingRule Name="Event Arguments" AffectedEntity="CustomEventArgs" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
|
237 | <RequiredSuffixes> | |
|
238 | <String>EventArgs</String> | |
|
239 | </RequiredSuffixes> | |
|
240 | </NamingRule> | |
|
241 | <NamingRule Name="Exceptions" AffectedEntity="CustomExceptions" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
|
242 | <RequiredSuffixes> | |
|
243 | <String>Exception</String> | |
|
244 | </RequiredSuffixes> | |
|
245 | </NamingRule> | |
|
246 | <NamingRule Name="Methods" AffectedEntity="Methods" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
247 | <NamingRule Name="Static Readonly Fields" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Protected, Public" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True" /> | |
|
248 | <NamingRule Name="Fields (Non Private)" AffectedEntity="Field" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
249 | <NamingRule Name="ReadOnly Fields (Non Private)" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False" /> | |
|
250 | <NamingRule Name="Fields (Private)" AffectedEntity="Field, ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |
|
251 | <RequiredPrefixes> | |
|
252 | <String>m_</String> | |
|
253 | </RequiredPrefixes> | |
|
254 | </NamingRule> | |
|
255 | <NamingRule Name="Static Fields (Private)" AffectedEntity="Field" VisibilityMask="Private" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True"> | |
|
256 | <RequiredPrefixes> | |
|
257 | <String>_</String> | |
|
258 | </RequiredPrefixes> | |
|
259 | </NamingRule> | |
|
260 | <NamingRule Name="ReadOnly Fields (Private)" AffectedEntity="ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |
|
261 | <RequiredPrefixes> | |
|
262 | <String>m_</String> | |
|
263 | </RequiredPrefixes> | |
|
264 | </NamingRule> | |
|
265 | <NamingRule Name="Constant Fields" AffectedEntity="ConstantField" VisibilityMask="VisibilityMask" NamingStyle="AllUpper" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
266 | <NamingRule Name="Properties" AffectedEntity="Property" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
267 | <NamingRule Name="Events" AffectedEntity="Event" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
268 | <NamingRule Name="Enum Members" AffectedEntity="EnumMember" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
269 | <NamingRule Name="Parameters" AffectedEntity="Parameter, LocalVariable" VisibilityMask="VisibilityMask" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
|
270 | <NamingRule Name="Type Parameters" AffectedEntity="TypeParameter" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
|
271 | <RequiredPrefixes> | |
|
272 | <String>T</String> | |
|
273 | </RequiredPrefixes> | |
|
274 | </NamingRule> | |
|
275 | </Rules> | |
|
276 | </NameConventionPolicy> | |
|
277 | </Policies> | |
|
278 | </Properties> | |
|
279 | </MonoDevelop> | |
|
280 | </ProjectExtensions> | |
|
281 | <ItemGroup /> | |
|
282 | 172 | </Project> No newline at end of file |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 3
ok, latest stable version should be in default
You need to be logged in to leave comments.
Login now