@@ -1,250 +1,248 | |||||
1 | <?xml version="1.0" encoding="utf-8"?> |
|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <PropertyGroup> |
|
3 | <PropertyGroup> | |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> |
|
6 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | |
7 | <OutputType>Library</OutputType> |
|
7 | <OutputType>Library</OutputType> | |
8 | <RootNamespace>Implab</RootNamespace> |
|
8 | <RootNamespace>Implab</RootNamespace> | |
9 | <AssemblyName>Implab</AssemblyName> |
|
9 | <AssemblyName>Implab</AssemblyName> | |
10 | <ProductVersion>8.0.30703</ProductVersion> |
|
|||
11 | <SchemaVersion>2.0</SchemaVersion> |
|
|||
12 | </PropertyGroup> |
|
10 | </PropertyGroup> | |
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
11 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
14 | <DebugSymbols>true</DebugSymbols> |
|
12 | <DebugSymbols>true</DebugSymbols> | |
15 | <DebugType>full</DebugType> |
|
13 | <DebugType>full</DebugType> | |
16 | <Optimize>false</Optimize> |
|
14 | <Optimize>false</Optimize> | |
17 | <OutputPath>bin\Debug</OutputPath> |
|
15 | <OutputPath>bin\Debug</OutputPath> | |
18 | <DefineConstants>TRACE;DEBUG;</DefineConstants> |
|
16 | <DefineConstants>TRACE;DEBUG;</DefineConstants> | |
19 | <ErrorReport>prompt</ErrorReport> |
|
17 | <ErrorReport>prompt</ErrorReport> | |
20 | <WarningLevel>4</WarningLevel> |
|
18 | <WarningLevel>4</WarningLevel> | |
21 | <ConsolePause>false</ConsolePause> |
|
19 | <ConsolePause>false</ConsolePause> | |
22 | <RunCodeAnalysis>true</RunCodeAnalysis> |
|
20 | <RunCodeAnalysis>true</RunCodeAnalysis> | |
23 | </PropertyGroup> |
|
21 | </PropertyGroup> | |
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
25 | <DebugType>full</DebugType> |
|
23 | <DebugType>full</DebugType> | |
26 | <Optimize>true</Optimize> |
|
24 | <Optimize>true</Optimize> | |
27 | <OutputPath>bin\Release</OutputPath> |
|
25 | <OutputPath>bin\Release</OutputPath> | |
28 | <ErrorReport>prompt</ErrorReport> |
|
26 | <ErrorReport>prompt</ErrorReport> | |
29 | <WarningLevel>4</WarningLevel> |
|
27 | <WarningLevel>4</WarningLevel> | |
30 | <ConsolePause>false</ConsolePause> |
|
28 | <ConsolePause>false</ConsolePause> | |
31 | </PropertyGroup> |
|
29 | </PropertyGroup> | |
32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> |
|
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> | |
33 | <DebugSymbols>true</DebugSymbols> |
|
31 | <DebugSymbols>true</DebugSymbols> | |
34 | <DebugType>full</DebugType> |
|
32 | <DebugType>full</DebugType> | |
35 | <Optimize>false</Optimize> |
|
33 | <Optimize>false</Optimize> | |
36 | <OutputPath>bin\Debug</OutputPath> |
|
34 | <OutputPath>bin\Debug</OutputPath> | |
37 | <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants> |
|
35 | <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants> | |
38 | <ErrorReport>prompt</ErrorReport> |
|
36 | <ErrorReport>prompt</ErrorReport> | |
39 | <WarningLevel>4</WarningLevel> |
|
37 | <WarningLevel>4</WarningLevel> | |
40 | <RunCodeAnalysis>true</RunCodeAnalysis> |
|
38 | <RunCodeAnalysis>true</RunCodeAnalysis> | |
41 | <ConsolePause>false</ConsolePause> |
|
39 | <ConsolePause>false</ConsolePause> | |
42 | </PropertyGroup> |
|
40 | </PropertyGroup> | |
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> |
|
41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> | |
44 | <Optimize>true</Optimize> |
|
42 | <Optimize>true</Optimize> | |
45 | <OutputPath>bin\Release</OutputPath> |
|
43 | <OutputPath>bin\Release</OutputPath> | |
46 | <ErrorReport>prompt</ErrorReport> |
|
44 | <ErrorReport>prompt</ErrorReport> | |
47 | <WarningLevel>4</WarningLevel> |
|
45 | <WarningLevel>4</WarningLevel> | |
48 | <ConsolePause>false</ConsolePause> |
|
46 | <ConsolePause>false</ConsolePause> | |
49 | <DefineConstants>NET_4_5</DefineConstants> |
|
47 | <DefineConstants>NET_4_5</DefineConstants> | |
50 | </PropertyGroup> |
|
48 | </PropertyGroup> | |
51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU' "> |
|
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU' "> | |
52 | <DebugSymbols>true</DebugSymbols> |
|
50 | <DebugSymbols>true</DebugSymbols> | |
53 | <DebugType>full</DebugType> |
|
51 | <DebugType>full</DebugType> | |
54 | <Optimize>false</Optimize> |
|
52 | <Optimize>false</Optimize> | |
55 | <OutputPath>bin\Debug</OutputPath> |
|
53 | <OutputPath>bin\Debug</OutputPath> | |
56 | <DefineConstants>TRACE;DEBUG;NET_4_5;MONO</DefineConstants> |
|
54 | <DefineConstants>TRACE;DEBUG;NET_4_5;MONO</DefineConstants> | |
57 | <ErrorReport>prompt</ErrorReport> |
|
55 | <ErrorReport>prompt</ErrorReport> | |
58 | <WarningLevel>4</WarningLevel> |
|
56 | <WarningLevel>4</WarningLevel> | |
59 | <RunCodeAnalysis>true</RunCodeAnalysis> |
|
57 | <RunCodeAnalysis>true</RunCodeAnalysis> | |
60 | <ConsolePause>false</ConsolePause> |
|
58 | <ConsolePause>false</ConsolePause> | |
61 | </PropertyGroup> |
|
59 | </PropertyGroup> | |
62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU' "> |
|
60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU' "> | |
63 | <Optimize>true</Optimize> |
|
61 | <Optimize>true</Optimize> | |
64 | <OutputPath>bin\Release</OutputPath> |
|
62 | <OutputPath>bin\Release</OutputPath> | |
65 | <DefineConstants>NET_4_5;MONO;</DefineConstants> |
|
63 | <DefineConstants>NET_4_5;MONO;</DefineConstants> | |
66 | <ErrorReport>prompt</ErrorReport> |
|
64 | <ErrorReport>prompt</ErrorReport> | |
67 | <WarningLevel>4</WarningLevel> |
|
65 | <WarningLevel>4</WarningLevel> | |
68 | <ConsolePause>false</ConsolePause> |
|
66 | <ConsolePause>false</ConsolePause> | |
69 | </PropertyGroup> |
|
67 | </PropertyGroup> | |
70 | <ItemGroup> |
|
68 | <ItemGroup> | |
71 | <Reference Include="System" /> |
|
69 | <Reference Include="System" /> | |
72 | <Reference Include="System.Xml" /> |
|
70 | <Reference Include="System.Xml" /> | |
73 | </ItemGroup> |
|
71 | </ItemGroup> | |
74 | <ItemGroup> |
|
72 | <ItemGroup> | |
75 | <Compile Include="Component.cs" /> |
|
73 | <Compile Include="Component.cs" /> | |
76 | <Compile Include="CustomEqualityComparer.cs" /> |
|
74 | <Compile Include="CustomEqualityComparer.cs" /> | |
77 | <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> |
|
75 | <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> | |
78 | <Compile Include="Diagnostics\EventText.cs" /> |
|
76 | <Compile Include="Diagnostics\EventText.cs" /> | |
79 | <Compile Include="Diagnostics\LogChannel.cs" /> |
|
77 | <Compile Include="Diagnostics\LogChannel.cs" /> | |
80 | <Compile Include="Diagnostics\LogicalOperation.cs" /> |
|
78 | <Compile Include="Diagnostics\LogicalOperation.cs" /> | |
81 | <Compile Include="Diagnostics\TextFileListener.cs" /> |
|
79 | <Compile Include="Diagnostics\TextFileListener.cs" /> | |
82 | <Compile Include="Diagnostics\TraceLog.cs" /> |
|
80 | <Compile Include="Diagnostics\TraceLog.cs" /> | |
83 | <Compile Include="Diagnostics\TraceEvent.cs" /> |
|
81 | <Compile Include="Diagnostics\TraceEvent.cs" /> | |
84 | <Compile Include="Diagnostics\TraceEventType.cs" /> |
|
82 | <Compile Include="Diagnostics\TraceEventType.cs" /> | |
85 | <Compile Include="Disposable.cs" /> |
|
83 | <Compile Include="Disposable.cs" /> | |
86 | <Compile Include="ICancellable.cs" /> |
|
84 | <Compile Include="ICancellable.cs" /> | |
87 | <Compile Include="IProgressHandler.cs" /> |
|
85 | <Compile Include="IProgressHandler.cs" /> | |
88 | <Compile Include="IProgressNotifier.cs" /> |
|
86 | <Compile Include="IProgressNotifier.cs" /> | |
89 | <Compile Include="IPromiseT.cs" /> |
|
87 | <Compile Include="IPromiseT.cs" /> | |
90 | <Compile Include="IPromise.cs" /> |
|
88 | <Compile Include="IPromise.cs" /> | |
91 | <Compile Include="IServiceLocator.cs" /> |
|
89 | <Compile Include="IServiceLocator.cs" /> | |
92 | <Compile Include="ITaskController.cs" /> |
|
90 | <Compile Include="ITaskController.cs" /> | |
93 | <Compile Include="JSON\JSONElementContext.cs" /> |
|
91 | <Compile Include="JSON\JSONElementContext.cs" /> | |
94 | <Compile Include="JSON\JSONElementType.cs" /> |
|
92 | <Compile Include="JSON\JSONElementType.cs" /> | |
95 | <Compile Include="JSON\JSONGrammar.cs" /> |
|
93 | <Compile Include="JSON\JSONGrammar.cs" /> | |
96 | <Compile Include="JSON\JSONParser.cs" /> |
|
94 | <Compile Include="JSON\JSONParser.cs" /> | |
97 | <Compile Include="JSON\JSONScanner.cs" /> |
|
95 | <Compile Include="JSON\JSONScanner.cs" /> | |
98 | <Compile Include="JSON\JsonTokenType.cs" /> |
|
96 | <Compile Include="JSON\JsonTokenType.cs" /> | |
99 | <Compile Include="JSON\JSONWriter.cs" /> |
|
97 | <Compile Include="JSON\JSONWriter.cs" /> | |
100 | <Compile Include="JSON\JSONXmlReader.cs" /> |
|
98 | <Compile Include="JSON\JSONXmlReader.cs" /> | |
101 | <Compile Include="JSON\JSONXmlReaderOptions.cs" /> |
|
99 | <Compile Include="JSON\JSONXmlReaderOptions.cs" /> | |
102 | <Compile Include="JSON\StringTranslator.cs" /> |
|
100 | <Compile Include="JSON\StringTranslator.cs" /> | |
103 | <Compile Include="Parallels\DispatchPool.cs" /> |
|
101 | <Compile Include="Parallels\DispatchPool.cs" /> | |
104 | <Compile Include="Parallels\ArrayTraits.cs" /> |
|
102 | <Compile Include="Parallels\ArrayTraits.cs" /> | |
105 | <Compile Include="Parallels\MTQueue.cs" /> |
|
103 | <Compile Include="Parallels\MTQueue.cs" /> | |
106 | <Compile Include="Parallels\WorkerPool.cs" /> |
|
104 | <Compile Include="Parallels\WorkerPool.cs" /> | |
107 | <Compile Include="Parsing\Alphabet.cs" /> |
|
105 | <Compile Include="Parsing\Alphabet.cs" /> | |
108 | <Compile Include="Parsing\AlphabetBase.cs" /> |
|
106 | <Compile Include="Parsing\AlphabetBase.cs" /> | |
109 | <Compile Include="Parsing\AltToken.cs" /> |
|
107 | <Compile Include="Parsing\AltToken.cs" /> | |
110 | <Compile Include="Parsing\BinaryToken.cs" /> |
|
108 | <Compile Include="Parsing\BinaryToken.cs" /> | |
111 | <Compile Include="Parsing\CatToken.cs" /> |
|
109 | <Compile Include="Parsing\CatToken.cs" /> | |
112 | <Compile Include="Parsing\CDFADefinition.cs" /> |
|
110 | <Compile Include="Parsing\CDFADefinition.cs" /> | |
113 | <Compile Include="Parsing\DFABuilder.cs" /> |
|
111 | <Compile Include="Parsing\DFABuilder.cs" /> | |
114 | <Compile Include="Parsing\DFADefinitionBase.cs" /> |
|
112 | <Compile Include="Parsing\DFADefinitionBase.cs" /> | |
115 | <Compile Include="Parsing\DFAStateDescriptor.cs" /> |
|
113 | <Compile Include="Parsing\DFAStateDescriptor.cs" /> | |
116 | <Compile Include="Parsing\DFAutomaton.cs" /> |
|
114 | <Compile Include="Parsing\DFAutomaton.cs" /> | |
117 | <Compile Include="Parsing\EDFADefinition.cs" /> |
|
115 | <Compile Include="Parsing\EDFADefinition.cs" /> | |
118 | <Compile Include="Parsing\EmptyToken.cs" /> |
|
116 | <Compile Include="Parsing\EmptyToken.cs" /> | |
119 | <Compile Include="Parsing\EndToken.cs" /> |
|
117 | <Compile Include="Parsing\EndToken.cs" /> | |
120 | <Compile Include="Parsing\EnumAlphabet.cs" /> |
|
118 | <Compile Include="Parsing\EnumAlphabet.cs" /> | |
121 | <Compile Include="Parsing\Grammar.cs" /> |
|
119 | <Compile Include="Parsing\Grammar.cs" /> | |
122 | <Compile Include="Parsing\IAlphabet.cs" /> |
|
120 | <Compile Include="Parsing\IAlphabet.cs" /> | |
123 | <Compile Include="Parsing\IDFADefinition.cs" /> |
|
121 | <Compile Include="Parsing\IDFADefinition.cs" /> | |
124 | <Compile Include="Parsing\IVisitor.cs" /> |
|
122 | <Compile Include="Parsing\IVisitor.cs" /> | |
125 | <Compile Include="Parsing\ParserException.cs" /> |
|
123 | <Compile Include="Parsing\ParserException.cs" /> | |
126 | <Compile Include="Parsing\Scanner.cs" /> |
|
124 | <Compile Include="Parsing\Scanner.cs" /> | |
127 | <Compile Include="Parsing\StarToken.cs" /> |
|
125 | <Compile Include="Parsing\StarToken.cs" /> | |
128 | <Compile Include="Parsing\SymbolToken.cs" /> |
|
126 | <Compile Include="Parsing\SymbolToken.cs" /> | |
129 | <Compile Include="Parsing\Token.cs" /> |
|
127 | <Compile Include="Parsing\Token.cs" /> | |
130 | <Compile Include="ServiceLocator.cs" /> |
|
128 | <Compile Include="ServiceLocator.cs" /> | |
131 | <Compile Include="TaskController.cs" /> |
|
129 | <Compile Include="TaskController.cs" /> | |
132 | <Compile Include="ProgressInitEventArgs.cs" /> |
|
130 | <Compile Include="ProgressInitEventArgs.cs" /> | |
133 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
131 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
134 | <Compile Include="Parallels\AsyncPool.cs" /> |
|
132 | <Compile Include="Parallels\AsyncPool.cs" /> | |
135 | <Compile Include="Safe.cs" /> |
|
133 | <Compile Include="Safe.cs" /> | |
136 | <Compile Include="ValueEventArgs.cs" /> |
|
134 | <Compile Include="ValueEventArgs.cs" /> | |
137 | <Compile Include="PromiseExtensions.cs" /> |
|
135 | <Compile Include="PromiseExtensions.cs" /> | |
138 | <Compile Include="SyncContextPromise.cs" /> |
|
136 | <Compile Include="SyncContextPromise.cs" /> | |
139 | <Compile Include="Diagnostics\OperationContext.cs" /> |
|
137 | <Compile Include="Diagnostics\OperationContext.cs" /> | |
140 | <Compile Include="Diagnostics\TraceContext.cs" /> |
|
138 | <Compile Include="Diagnostics\TraceContext.cs" /> | |
141 | <Compile Include="Diagnostics\LogEventArgs.cs" /> |
|
139 | <Compile Include="Diagnostics\LogEventArgs.cs" /> | |
142 | <Compile Include="Diagnostics\LogEventArgsT.cs" /> |
|
140 | <Compile Include="Diagnostics\LogEventArgsT.cs" /> | |
143 | <Compile Include="Diagnostics\Extensions.cs" /> |
|
141 | <Compile Include="Diagnostics\Extensions.cs" /> | |
144 | <Compile Include="IComponentContainer.cs" /> |
|
142 | <Compile Include="IComponentContainer.cs" /> | |
145 | <Compile Include="PromiseEventType.cs" /> |
|
143 | <Compile Include="PromiseEventType.cs" /> | |
146 | <Compile Include="ComponentContainer.cs" /> |
|
144 | <Compile Include="ComponentContainer.cs" /> | |
147 | <Compile Include="DisposablePool.cs" /> |
|
145 | <Compile Include="DisposablePool.cs" /> | |
148 | <Compile Include="ObjectPool.cs" /> |
|
146 | <Compile Include="ObjectPool.cs" /> | |
149 | <Compile Include="Parallels\AsyncQueue.cs" /> |
|
147 | <Compile Include="Parallels\AsyncQueue.cs" /> | |
150 | <Compile Include="PromiseT.cs" /> |
|
148 | <Compile Include="PromiseT.cs" /> | |
151 | <Compile Include="IDeferred.cs" /> |
|
149 | <Compile Include="IDeferred.cs" /> | |
152 | <Compile Include="IDeferredT.cs" /> |
|
150 | <Compile Include="IDeferredT.cs" /> | |
153 | <Compile Include="Promise.cs" /> |
|
151 | <Compile Include="Promise.cs" /> | |
154 | <Compile Include="PromiseTransientException.cs" /> |
|
152 | <Compile Include="PromiseTransientException.cs" /> | |
155 | <Compile Include="Parallels\Signal.cs" /> |
|
153 | <Compile Include="Parallels\Signal.cs" /> | |
156 | <Compile Include="Parallels\SharedLock.cs" /> |
|
154 | <Compile Include="Parallels\SharedLock.cs" /> | |
157 | <Compile Include="Diagnostics\ILogWriter.cs" /> |
|
155 | <Compile Include="Diagnostics\ILogWriter.cs" /> | |
158 | <Compile Include="Diagnostics\ListenerBase.cs" /> |
|
156 | <Compile Include="Diagnostics\ListenerBase.cs" /> | |
159 | <Compile Include="Parallels\BlockingQueue.cs" /> |
|
157 | <Compile Include="Parallels\BlockingQueue.cs" /> | |
160 | <Compile Include="AbstractEvent.cs" /> |
|
158 | <Compile Include="AbstractEvent.cs" /> | |
161 | <Compile Include="AbstractPromise.cs" /> |
|
159 | <Compile Include="AbstractPromise.cs" /> | |
162 | <Compile Include="AbstractPromiseT.cs" /> |
|
160 | <Compile Include="AbstractPromiseT.cs" /> | |
163 | <Compile Include="FuncTask.cs" /> |
|
161 | <Compile Include="FuncTask.cs" /> | |
164 | <Compile Include="FuncTaskBase.cs" /> |
|
162 | <Compile Include="FuncTaskBase.cs" /> | |
165 | <Compile Include="FuncTaskT.cs" /> |
|
163 | <Compile Include="FuncTaskT.cs" /> | |
166 | <Compile Include="ActionChainTaskBase.cs" /> |
|
164 | <Compile Include="ActionChainTaskBase.cs" /> | |
167 | <Compile Include="ActionChainTask.cs" /> |
|
165 | <Compile Include="ActionChainTask.cs" /> | |
168 | <Compile Include="ActionChainTaskT.cs" /> |
|
166 | <Compile Include="ActionChainTaskT.cs" /> | |
169 | <Compile Include="FuncChainTaskBase.cs" /> |
|
167 | <Compile Include="FuncChainTaskBase.cs" /> | |
170 | <Compile Include="FuncChainTask.cs" /> |
|
168 | <Compile Include="FuncChainTask.cs" /> | |
171 | <Compile Include="FuncChainTaskT.cs" /> |
|
169 | <Compile Include="FuncChainTaskT.cs" /> | |
172 | <Compile Include="ActionTaskBase.cs" /> |
|
170 | <Compile Include="ActionTaskBase.cs" /> | |
173 | <Compile Include="ActionTask.cs" /> |
|
171 | <Compile Include="ActionTask.cs" /> | |
174 | <Compile Include="ActionTaskT.cs" /> |
|
172 | <Compile Include="ActionTaskT.cs" /> | |
175 | <Compile Include="ICancellationToken.cs" /> |
|
173 | <Compile Include="ICancellationToken.cs" /> | |
176 | <Compile Include="SuccessPromise.cs" /> |
|
174 | <Compile Include="SuccessPromise.cs" /> | |
177 | <Compile Include="SuccessPromiseT.cs" /> |
|
175 | <Compile Include="SuccessPromiseT.cs" /> | |
178 | </ItemGroup> |
|
176 | </ItemGroup> | |
179 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
177 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
180 | <ItemGroup /> |
|
178 | <ItemGroup /> | |
181 | <ProjectExtensions> |
|
179 | <ProjectExtensions> | |
182 | <MonoDevelop> |
|
180 | <MonoDevelop> | |
183 | <Properties> |
|
181 | <Properties> | |
184 | <Policies> |
|
182 | <Policies> | |
185 | <CSharpFormattingPolicy IndentSwitchBody="True" NamespaceBraceStyle="EndOfLine" ClassBraceStyle="EndOfLine" InterfaceBraceStyle="EndOfLine" StructBraceStyle="EndOfLine" EnumBraceStyle="EndOfLine" MethodBraceStyle="EndOfLine" ConstructorBraceStyle="EndOfLine" DestructorBraceStyle="EndOfLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" NewLineBeforeConstructorInitializerColon="NewLine" NewLineAfterConstructorInitializerColon="SameLine" BeforeIndexerDeclarationBracket="False" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" /> |
|
183 | <CSharpFormattingPolicy IndentSwitchBody="True" NamespaceBraceStyle="EndOfLine" ClassBraceStyle="EndOfLine" InterfaceBraceStyle="EndOfLine" StructBraceStyle="EndOfLine" EnumBraceStyle="EndOfLine" MethodBraceStyle="EndOfLine" ConstructorBraceStyle="EndOfLine" DestructorBraceStyle="EndOfLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" NewLineBeforeConstructorInitializerColon="NewLine" NewLineAfterConstructorInitializerColon="SameLine" BeforeIndexerDeclarationBracket="False" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" /> | |
186 | <TextStylePolicy FileWidth="120" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" /> |
|
184 | <TextStylePolicy FileWidth="120" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" /> | |
187 | <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" /> |
|
185 | <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" /> | |
188 | <TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="application/xml" /> |
|
186 | <TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="application/xml" /> | |
189 | <XmlFormattingPolicy inheritsSet="Mono" inheritsScope="application/xml" scope="application/xml" /> |
|
187 | <XmlFormattingPolicy inheritsSet="Mono" inheritsScope="application/xml" scope="application/xml" /> | |
190 | <TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" /> |
|
188 | <TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" /> | |
191 | <NameConventionPolicy> |
|
189 | <NameConventionPolicy> | |
192 | <Rules> |
|
190 | <Rules> | |
193 | <NamingRule Name="Namespaces" AffectedEntity="Namespace" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
191 | <NamingRule Name="Namespaces" AffectedEntity="Namespace" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
194 | <NamingRule Name="Types" AffectedEntity="Class, Struct, Enum, Delegate" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
192 | <NamingRule Name="Types" AffectedEntity="Class, Struct, Enum, Delegate" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
195 | <NamingRule Name="Interfaces" AffectedEntity="Interface" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> |
|
193 | <NamingRule Name="Interfaces" AffectedEntity="Interface" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
196 | <RequiredPrefixes> |
|
194 | <RequiredPrefixes> | |
197 | <String>I</String> |
|
195 | <String>I</String> | |
198 | </RequiredPrefixes> |
|
196 | </RequiredPrefixes> | |
199 | </NamingRule> |
|
197 | </NamingRule> | |
200 | <NamingRule Name="Attributes" AffectedEntity="CustomAttributes" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> |
|
198 | <NamingRule Name="Attributes" AffectedEntity="CustomAttributes" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
201 | <RequiredSuffixes> |
|
199 | <RequiredSuffixes> | |
202 | <String>Attribute</String> |
|
200 | <String>Attribute</String> | |
203 | </RequiredSuffixes> |
|
201 | </RequiredSuffixes> | |
204 | </NamingRule> |
|
202 | </NamingRule> | |
205 | <NamingRule Name="Event Arguments" AffectedEntity="CustomEventArgs" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> |
|
203 | <NamingRule Name="Event Arguments" AffectedEntity="CustomEventArgs" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
206 | <RequiredSuffixes> |
|
204 | <RequiredSuffixes> | |
207 | <String>EventArgs</String> |
|
205 | <String>EventArgs</String> | |
208 | </RequiredSuffixes> |
|
206 | </RequiredSuffixes> | |
209 | </NamingRule> |
|
207 | </NamingRule> | |
210 | <NamingRule Name="Exceptions" AffectedEntity="CustomExceptions" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> |
|
208 | <NamingRule Name="Exceptions" AffectedEntity="CustomExceptions" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
211 | <RequiredSuffixes> |
|
209 | <RequiredSuffixes> | |
212 | <String>Exception</String> |
|
210 | <String>Exception</String> | |
213 | </RequiredSuffixes> |
|
211 | </RequiredSuffixes> | |
214 | </NamingRule> |
|
212 | </NamingRule> | |
215 | <NamingRule Name="Methods" AffectedEntity="Methods" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
213 | <NamingRule Name="Methods" AffectedEntity="Methods" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
216 | <NamingRule Name="Static Readonly Fields" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Protected, Public" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True" /> |
|
214 | <NamingRule Name="Static Readonly Fields" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Protected, Public" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True" /> | |
217 | <NamingRule Name="Fields (Non Private)" AffectedEntity="Field" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
215 | <NamingRule Name="Fields (Non Private)" AffectedEntity="Field" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
218 | <NamingRule Name="ReadOnly Fields (Non Private)" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False" /> |
|
216 | <NamingRule Name="ReadOnly Fields (Non Private)" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False" /> | |
219 | <NamingRule Name="Fields (Private)" AffectedEntity="Field, ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> |
|
217 | <NamingRule Name="Fields (Private)" AffectedEntity="Field, ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |
220 | <RequiredPrefixes> |
|
218 | <RequiredPrefixes> | |
221 | <String>m_</String> |
|
219 | <String>m_</String> | |
222 | </RequiredPrefixes> |
|
220 | </RequiredPrefixes> | |
223 | </NamingRule> |
|
221 | </NamingRule> | |
224 | <NamingRule Name="Static Fields (Private)" AffectedEntity="Field" VisibilityMask="Private" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True"> |
|
222 | <NamingRule Name="Static Fields (Private)" AffectedEntity="Field" VisibilityMask="Private" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True"> | |
225 | <RequiredPrefixes> |
|
223 | <RequiredPrefixes> | |
226 | <String>_</String> |
|
224 | <String>_</String> | |
227 | </RequiredPrefixes> |
|
225 | </RequiredPrefixes> | |
228 | </NamingRule> |
|
226 | </NamingRule> | |
229 | <NamingRule Name="ReadOnly Fields (Private)" AffectedEntity="ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> |
|
227 | <NamingRule Name="ReadOnly Fields (Private)" AffectedEntity="ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False"> | |
230 | <RequiredPrefixes> |
|
228 | <RequiredPrefixes> | |
231 | <String>m_</String> |
|
229 | <String>m_</String> | |
232 | </RequiredPrefixes> |
|
230 | </RequiredPrefixes> | |
233 | </NamingRule> |
|
231 | </NamingRule> | |
234 | <NamingRule Name="Constant Fields" AffectedEntity="ConstantField" VisibilityMask="VisibilityMask" NamingStyle="AllUpper" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
232 | <NamingRule Name="Constant Fields" AffectedEntity="ConstantField" VisibilityMask="VisibilityMask" NamingStyle="AllUpper" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
235 | <NamingRule Name="Properties" AffectedEntity="Property" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
233 | <NamingRule Name="Properties" AffectedEntity="Property" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
236 | <NamingRule Name="Events" AffectedEntity="Event" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
234 | <NamingRule Name="Events" AffectedEntity="Event" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
237 | <NamingRule Name="Enum Members" AffectedEntity="EnumMember" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
235 | <NamingRule Name="Enum Members" AffectedEntity="EnumMember" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
238 | <NamingRule Name="Parameters" AffectedEntity="Parameter, LocalVariable" VisibilityMask="VisibilityMask" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> |
|
236 | <NamingRule Name="Parameters" AffectedEntity="Parameter, LocalVariable" VisibilityMask="VisibilityMask" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" /> | |
239 | <NamingRule Name="Type Parameters" AffectedEntity="TypeParameter" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> |
|
237 | <NamingRule Name="Type Parameters" AffectedEntity="TypeParameter" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True"> | |
240 | <RequiredPrefixes> |
|
238 | <RequiredPrefixes> | |
241 | <String>T</String> |
|
239 | <String>T</String> | |
242 | </RequiredPrefixes> |
|
240 | </RequiredPrefixes> | |
243 | </NamingRule> |
|
241 | </NamingRule> | |
244 | </Rules> |
|
242 | </Rules> | |
245 | </NameConventionPolicy> |
|
243 | </NameConventionPolicy> | |
246 | </Policies> |
|
244 | </Policies> | |
247 | </Properties> |
|
245 | </Properties> | |
248 | </MonoDevelop> |
|
246 | </MonoDevelop> | |
249 | </ProjectExtensions> |
|
247 | </ProjectExtensions> | |
250 | </Project> No newline at end of file |
|
248 | </Project> |
General Comments 0
You need to be logged in to leave comments.
Login now