Mercurial > pub > ImplabNet
annotate Implab/Implab.csproj @ 225:8222a2ab3ab7 v2
JSONXmlReaderFixed fixed boolean values handling
author | cin |
---|---|
date | Wed, 23 Aug 2017 02:38:02 +0300 |
parents | 1ba2127cfcd8 |
children | 8d5de4eb9c2c |
rev | line source |
---|---|
2 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
4 | 6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> |
2 | 7 <OutputType>Library</OutputType> |
8 <RootNamespace>Implab</RootNamespace> | |
9 <AssemblyName>Implab</AssemblyName> | |
151 | 10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
2 | 11 </PropertyGroup> |
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
13 <DebugSymbols>true</DebugSymbols> | |
14 <DebugType>full</DebugType> | |
15 <Optimize>false</Optimize> | |
16 <OutputPath>bin\Debug</OutputPath> | |
35 | 17 <DefineConstants>TRACE;DEBUG;</DefineConstants> |
2 | 18 <ErrorReport>prompt</ErrorReport> |
19 <WarningLevel>4</WarningLevel> | |
20 <ConsolePause>false</ConsolePause> | |
59 | 21 <RunCodeAnalysis>true</RunCodeAnalysis> |
2 | 22 </PropertyGroup> |
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
24 <DebugType>full</DebugType> | |
25 <Optimize>true</Optimize> | |
26 <OutputPath>bin\Release</OutputPath> | |
27 <ErrorReport>prompt</ErrorReport> | |
28 <WarningLevel>4</WarningLevel> | |
29 <ConsolePause>false</ConsolePause> | |
30 </PropertyGroup> | |
75 | 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 <DefineConstants>NET_4_5</DefineConstants> | |
49 </PropertyGroup> | |
85 | 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 <ErrorReport>prompt</ErrorReport> | |
66 <WarningLevel>4</WarningLevel> | |
67 <ConsolePause>false</ConsolePause> | |
68 </PropertyGroup> | |
2 | 69 <ItemGroup> |
70 <Reference Include="System" /> | |
67 | 71 <Reference Include="System.Xml" /> |
151 | 72 <Reference Include="mscorlib" /> |
2 | 73 </ItemGroup> |
74 <ItemGroup> | |
205
8200ab154c8a
Added ResetState to RunnableComponent to reset in case of failure
cin
parents:
203
diff
changeset
|
75 <Compile Include="Components\StateChangeEventArgs.cs" /> |
55 | 76 <Compile Include="CustomEqualityComparer.cs" /> |
36 | 77 <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> |
78 <Compile Include="Diagnostics\LogChannel.cs" /> | |
35 | 79 <Compile Include="Diagnostics\LogicalOperation.cs" /> |
40 | 80 <Compile Include="Diagnostics\TextFileListener.cs" /> |
212
a01d9df88d74
Added class Trace<T> to manage channels for individual classes, if SomeClass
cin
parents:
211
diff
changeset
|
81 <Compile Include="Diagnostics\Trace.cs" /> |
36 | 82 <Compile Include="Diagnostics\TraceLog.cs" /> |
83 <Compile Include="Diagnostics\TraceEvent.cs" /> | |
35 | 84 <Compile Include="Diagnostics\TraceEventType.cs" /> |
212
a01d9df88d74
Added class Trace<T> to manage channels for individual classes, if SomeClass
cin
parents:
211
diff
changeset
|
85 <Compile Include="Diagnostics\TraceSourceAttribute.cs" /> |
12 | 86 <Compile Include="ICancellable.cs" /> |
87 <Compile Include="IProgressHandler.cs" /> | |
88 <Compile Include="IProgressNotifier.cs" /> | |
66 | 89 <Compile Include="IPromiseT.cs" /> |
8 | 90 <Compile Include="IPromise.cs" /> |
40 | 91 <Compile Include="IServiceLocator.cs" /> |
12 | 92 <Compile Include="ITaskController.cs" /> |
15 | 93 <Compile Include="Parallels\DispatchPool.cs" /> |
94 <Compile Include="Parallels\ArrayTraits.cs" /> | |
14 | 95 <Compile Include="Parallels\MTQueue.cs" /> |
12 | 96 <Compile Include="Parallels\WorkerPool.cs" /> |
7 | 97 <Compile Include="ProgressInitEventArgs.cs" /> |
2 | 98 <Compile Include="Properties\AssemblyInfo.cs" /> |
11 | 99 <Compile Include="Parallels\AsyncPool.cs" /> |
2 | 100 <Compile Include="Safe.cs" /> |
211
3eb3255d8cc5
Code review, added a non generic version of SyncContextPromise
cin
parents:
205
diff
changeset
|
101 <Compile Include="SyncContextPromise.cs" /> |
7 | 102 <Compile Include="ValueEventArgs.cs" /> |
72 | 103 <Compile Include="PromiseExtensions.cs" /> |
211
3eb3255d8cc5
Code review, added a non generic version of SyncContextPromise
cin
parents:
205
diff
changeset
|
104 <Compile Include="SyncContextPromiseT.cs" /> |
92 | 105 <Compile Include="Diagnostics\OperationContext.cs" /> |
106 <Compile Include="Diagnostics\TraceContext.cs" /> | |
107 <Compile Include="Diagnostics\LogEventArgs.cs" /> | |
108 <Compile Include="Diagnostics\LogEventArgsT.cs" /> | |
109 <Compile Include="Diagnostics\Extensions.cs" /> | |
104 | 110 <Compile Include="PromiseEventType.cs" /> |
119
2573b562e328
Promises rewritten, added improved version of AsyncQueue
cin
parents:
117
diff
changeset
|
111 <Compile Include="Parallels\AsyncQueue.cs" /> |
2573b562e328
Promises rewritten, added improved version of AsyncQueue
cin
parents:
117
diff
changeset
|
112 <Compile Include="PromiseT.cs" /> |
2573b562e328
Promises rewritten, added improved version of AsyncQueue
cin
parents:
117
diff
changeset
|
113 <Compile Include="IDeferred.cs" /> |
2573b562e328
Promises rewritten, added improved version of AsyncQueue
cin
parents:
117
diff
changeset
|
114 <Compile Include="IDeferredT.cs" /> |
2573b562e328
Promises rewritten, added improved version of AsyncQueue
cin
parents:
117
diff
changeset
|
115 <Compile Include="Promise.cs" /> |
2573b562e328
Promises rewritten, added improved version of AsyncQueue
cin
parents:
117
diff
changeset
|
116 <Compile Include="PromiseTransientException.cs" /> |
128
6241bff0cd64
Added Signal class a lightweight alternative to ManualResetEvent
cin
parents:
127
diff
changeset
|
117 <Compile Include="Parallels\Signal.cs" /> |
129 | 118 <Compile Include="Parallels\SharedLock.cs" /> |
134 | 119 <Compile Include="Diagnostics\ILogWriter.cs" /> |
120 <Compile Include="Diagnostics\ListenerBase.cs" /> | |
137 | 121 <Compile Include="Parallels\BlockingQueue.cs" /> |
144 | 122 <Compile Include="AbstractEvent.cs" /> |
123 <Compile Include="AbstractPromise.cs" /> | |
124 <Compile Include="AbstractPromiseT.cs" /> | |
125 <Compile Include="FuncTask.cs" /> | |
126 <Compile Include="FuncTaskBase.cs" /> | |
127 <Compile Include="FuncTaskT.cs" /> | |
145 | 128 <Compile Include="ActionChainTaskBase.cs" /> |
129 <Compile Include="ActionChainTask.cs" /> | |
130 <Compile Include="ActionChainTaskT.cs" /> | |
131 <Compile Include="FuncChainTaskBase.cs" /> | |
132 <Compile Include="FuncChainTask.cs" /> | |
133 <Compile Include="FuncChainTaskT.cs" /> | |
134 <Compile Include="ActionTaskBase.cs" /> | |
135 <Compile Include="ActionTask.cs" /> | |
136 <Compile Include="ActionTaskT.cs" /> | |
137 <Compile Include="ICancellationToken.cs" /> | |
138 <Compile Include="SuccessPromise.cs" /> | |
139 <Compile Include="SuccessPromiseT.cs" /> | |
151 | 140 <Compile Include="PromiseAwaiterT.cs" /> |
141 <Compile Include="PromiseAwaiter.cs" /> | |
152 | 142 <Compile Include="Components\ComponentContainer.cs" /> |
143 <Compile Include="Components\Disposable.cs" /> | |
144 <Compile Include="Components\DisposablePool.cs" /> | |
145 <Compile Include="Components\ObjectPool.cs" /> | |
146 <Compile Include="Components\ServiceLocator.cs" /> | |
147 <Compile Include="Components\IInitializable.cs" /> | |
148 <Compile Include="TaskController.cs" /> | |
149 <Compile Include="Components\App.cs" /> | |
150 <Compile Include="Components\IRunnable.cs" /> | |
151 <Compile Include="Components\ExecutionState.cs" /> | |
156
97fbbf816844
Promises: SignalXXX methods merged into SignalHandler method.
cin
parents:
152
diff
changeset
|
152 <Compile Include="Components\RunnableComponent.cs" /> |
97fbbf816844
Promises: SignalXXX methods merged into SignalHandler method.
cin
parents:
152
diff
changeset
|
153 <Compile Include="Components\IFactory.cs" /> |
162 | 154 <Compile Include="Automaton\IAlphabet.cs" /> |
155 <Compile Include="Automaton\ParserException.cs" /> | |
156 <Compile Include="Automaton\IndexedAlphabetBase.cs" /> | |
157 <Compile Include="Automaton\IAlphabetBuilder.cs" /> | |
158 <Compile Include="Automaton\RegularExpressions\AltToken.cs" /> | |
159 <Compile Include="Automaton\RegularExpressions\BinaryToken.cs" /> | |
160 <Compile Include="Automaton\RegularExpressions\CatToken.cs" /> | |
161 <Compile Include="Automaton\RegularExpressions\StarToken.cs" /> | |
162 <Compile Include="Automaton\RegularExpressions\SymbolToken.cs" /> | |
163 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" /> | |
164 <Compile Include="Automaton\RegularExpressions\Token.cs" /> | |
165 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" /> | |
166 <Compile Include="Automaton\AutomatonTransition.cs" /> | |
163 | 167 <Compile Include="Formats\JSON\JSONElementContext.cs" /> |
168 <Compile Include="Formats\JSON\JSONElementType.cs" /> | |
169 <Compile Include="Formats\JSON\JSONGrammar.cs" /> | |
170 <Compile Include="Formats\JSON\JSONParser.cs" /> | |
171 <Compile Include="Formats\JSON\JSONScanner.cs" /> | |
172 <Compile Include="Formats\JSON\JsonTokenType.cs" /> | |
173 <Compile Include="Formats\JSON\JSONWriter.cs" /> | |
174 <Compile Include="Formats\JSON\JSONXmlReader.cs" /> | |
175 <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" /> | |
176 <Compile Include="Formats\JSON\StringTranslator.cs" /> | |
177 <Compile Include="Automaton\MapAlphabet.cs" /> | |
164 | 178 <Compile Include="Formats\CharAlphabet.cs" /> |
179 <Compile Include="Formats\ByteAlphabet.cs" /> | |
165 | 180 <Compile Include="Automaton\IDFATable.cs" /> |
181 <Compile Include="Automaton\IDFATableBuilder.cs" /> | |
169 | 182 <Compile Include="Automaton\DFATable.cs" /> |
172 | 183 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" /> |
184 <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" /> | |
173 | 185 <Compile Include="Formats\TextScanner.cs" /> |
176 | 186 <Compile Include="Formats\StringScanner.cs" /> |
187 <Compile Include="Formats\ReaderScanner.cs" /> | |
188 <Compile Include="Formats\ScannerContext.cs" /> | |
177 | 189 <Compile Include="Formats\Grammar.cs" /> |
190 <Compile Include="Automaton\RegularExpressions\EndTokenT.cs" /> | |
191 <Compile Include="Automaton\RegularExpressions\EndToken.cs" /> | |
178 | 192 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitorT.cs" /> |
193 <Compile Include="Automaton\AutomatonConst.cs" /> | |
194 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> | |
195 <Compile Include="Components\LazyAndWeak.cs" /> | |
187
dd4a3590f9c6
Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler
cin
parents:
180
diff
changeset
|
196 <Compile Include="AbstractTask.cs" /> |
dd4a3590f9c6
Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler
cin
parents:
180
diff
changeset
|
197 <Compile Include="AbstractTaskT.cs" /> |
203
4d9830a9bbb8
Added 'Fail' method to RunnableComponent which allows component to move from
cin
parents:
202
diff
changeset
|
198 <Compile Include="FailedPromise.cs" /> |
4d9830a9bbb8
Added 'Fail' method to RunnableComponent which allows component to move from
cin
parents:
202
diff
changeset
|
199 <Compile Include="FailedPromiseT.cs" /> |
4d9830a9bbb8
Added 'Fail' method to RunnableComponent which allows component to move from
cin
parents:
202
diff
changeset
|
200 <Compile Include="Components\PollingComponent.cs" /> |
2 | 201 </ItemGroup> |
202 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
11 | 203 <ItemGroup /> |
72 | 204 <ProjectExtensions> |
205 <MonoDevelop> | |
206 <Properties> | |
207 <Policies> | |
225 | 208 <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" /> |
209 <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" TabsToSpaces="True" EolMarker="Unix" scope="text/x-csharp" /> | |
72 | 210 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" /> |
225 | 211 <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="application/xml" /> |
212 <XmlFormattingPolicy scope="application/xml"> | |
213 <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" /> | |
214 </XmlFormattingPolicy> | |
215 <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="text/plain" /> | |
72 | 216 <NameConventionPolicy> |
217 <Rules> | |
218 <NamingRule Name="Namespaces" AffectedEntity="Namespace" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
219 <NamingRule Name="Types" AffectedEntity="Class, Struct, Enum, Delegate" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
220 <NamingRule Name="Interfaces" AffectedEntity="Interface" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
221 <RequiredPrefixes> | |
222 <String>I</String> | |
223 </RequiredPrefixes> | |
224 </NamingRule> | |
225 <NamingRule Name="Attributes" AffectedEntity="CustomAttributes" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
226 <RequiredSuffixes> | |
227 <String>Attribute</String> | |
228 </RequiredSuffixes> | |
229 </NamingRule> | |
230 <NamingRule Name="Event Arguments" AffectedEntity="CustomEventArgs" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
231 <RequiredSuffixes> | |
232 <String>EventArgs</String> | |
233 </RequiredSuffixes> | |
234 </NamingRule> | |
235 <NamingRule Name="Exceptions" AffectedEntity="CustomExceptions" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
236 <RequiredSuffixes> | |
237 <String>Exception</String> | |
238 </RequiredSuffixes> | |
239 </NamingRule> | |
240 <NamingRule Name="Methods" AffectedEntity="Methods" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
241 <NamingRule Name="Static Readonly Fields" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Protected, Public" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True" /> | |
242 <NamingRule Name="Fields (Non Private)" AffectedEntity="Field" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
243 <NamingRule Name="ReadOnly Fields (Non Private)" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False" /> | |
244 <NamingRule Name="Fields (Private)" AffectedEntity="Field, ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |
245 <RequiredPrefixes> | |
246 <String>m_</String> | |
247 </RequiredPrefixes> | |
248 </NamingRule> | |
249 <NamingRule Name="Static Fields (Private)" AffectedEntity="Field" VisibilityMask="Private" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True"> | |
250 <RequiredPrefixes> | |
251 <String>_</String> | |
252 </RequiredPrefixes> | |
253 </NamingRule> | |
254 <NamingRule Name="ReadOnly Fields (Private)" AffectedEntity="ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |
255 <RequiredPrefixes> | |
256 <String>m_</String> | |
257 </RequiredPrefixes> | |
258 </NamingRule> | |
259 <NamingRule Name="Constant Fields" AffectedEntity="ConstantField" VisibilityMask="VisibilityMask" NamingStyle="AllUpper" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
260 <NamingRule Name="Properties" AffectedEntity="Property" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
261 <NamingRule Name="Events" AffectedEntity="Event" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
262 <NamingRule Name="Enum Members" AffectedEntity="EnumMember" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
263 <NamingRule Name="Parameters" AffectedEntity="Parameter, LocalVariable" VisibilityMask="VisibilityMask" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
264 <NamingRule Name="Type Parameters" AffectedEntity="TypeParameter" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
265 <RequiredPrefixes> | |
266 <String>T</String> | |
267 </RequiredPrefixes> | |
268 </NamingRule> | |
269 </Rules> | |
270 </NameConventionPolicy> | |
271 </Policies> | |
272 </Properties> | |
273 </MonoDevelop> | |
274 </ProjectExtensions> | |
205
8200ab154c8a
Added ResetState to RunnableComponent to reset in case of failure
cin
parents:
203
diff
changeset
|
275 <ItemGroup /> |
0 | 276 </Project> |