##// END OF EJS Templates
sync
cin -
r222:98eeb63cedb2 default
parent child
Show More
@@ -1,276 +1,277
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3 <PropertyGroup>
4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid>
7 7 <OutputType>Library</OutputType>
8 8 <RootNamespace>Implab</RootNamespace>
9 9 <AssemblyName>Implab</AssemblyName>
10 10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11 <ReleaseVersion>0.2</ReleaseVersion>
12 11 <ProductVersion>8.0.30703</ProductVersion>
13 12 <SchemaVersion>2.0</SchemaVersion>
14 13 </PropertyGroup>
15 14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 15 <DebugSymbols>true</DebugSymbols>
17 16 <DebugType>full</DebugType>
18 17 <Optimize>false</Optimize>
19 18 <OutputPath>bin\Debug</OutputPath>
20 19 <DefineConstants>TRACE;DEBUG;</DefineConstants>
21 20 <ErrorReport>prompt</ErrorReport>
22 21 <WarningLevel>4</WarningLevel>
23 22 <ConsolePause>false</ConsolePause>
24 23 <RunCodeAnalysis>true</RunCodeAnalysis>
25 24 </PropertyGroup>
26 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 26 <DebugType>full</DebugType>
28 27 <Optimize>true</Optimize>
29 28 <OutputPath>bin\Release</OutputPath>
30 29 <ErrorReport>prompt</ErrorReport>
31 30 <WarningLevel>4</WarningLevel>
32 31 <ConsolePause>false</ConsolePause>
33 32 </PropertyGroup>
34 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
35 34 <DebugSymbols>true</DebugSymbols>
36 35 <DebugType>full</DebugType>
37 36 <Optimize>false</Optimize>
38 37 <OutputPath>bin\Debug</OutputPath>
39 38 <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants>
40 39 <ErrorReport>prompt</ErrorReport>
41 40 <WarningLevel>4</WarningLevel>
42 41 <RunCodeAnalysis>true</RunCodeAnalysis>
43 42 <ConsolePause>false</ConsolePause>
44 43 </PropertyGroup>
45 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
46 45 <Optimize>true</Optimize>
47 46 <OutputPath>bin\Release</OutputPath>
48 47 <ErrorReport>prompt</ErrorReport>
49 48 <WarningLevel>4</WarningLevel>
50 49 <ConsolePause>false</ConsolePause>
51 50 <DefineConstants>NET_4_5</DefineConstants>
52 51 </PropertyGroup>
53 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU' ">
54 53 <DebugSymbols>true</DebugSymbols>
55 54 <DebugType>full</DebugType>
56 55 <Optimize>false</Optimize>
57 56 <OutputPath>bin\Debug</OutputPath>
58 57 <DefineConstants>TRACE;DEBUG;NET_4_5;MONO</DefineConstants>
59 58 <ErrorReport>prompt</ErrorReport>
60 59 <WarningLevel>4</WarningLevel>
61 60 <RunCodeAnalysis>true</RunCodeAnalysis>
62 61 <ConsolePause>false</ConsolePause>
63 62 </PropertyGroup>
64 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU' ">
65 64 <Optimize>true</Optimize>
66 65 <OutputPath>bin\Release</OutputPath>
67 66 <DefineConstants>NET_4_5;MONO;</DefineConstants>
68 67 <ErrorReport>prompt</ErrorReport>
69 68 <WarningLevel>4</WarningLevel>
70 69 <ConsolePause>false</ConsolePause>
71 70 </PropertyGroup>
72 71 <ItemGroup>
73 72 <Reference Include="System" />
74 73 <Reference Include="System.Xml" />
75 74 <Reference Include="mscorlib" />
76 75 </ItemGroup>
77 76 <ItemGroup>
78 77 <Compile Include="CustomEqualityComparer.cs" />
79 78 <Compile Include="Diagnostics\ConsoleTraceListener.cs" />
80 79 <Compile Include="Diagnostics\EventText.cs" />
81 80 <Compile Include="Diagnostics\LogChannel.cs" />
82 81 <Compile Include="Diagnostics\LogicalOperation.cs" />
83 82 <Compile Include="Diagnostics\TextFileListener.cs" />
84 83 <Compile Include="Diagnostics\TraceLog.cs" />
85 84 <Compile Include="Diagnostics\TraceEvent.cs" />
86 85 <Compile Include="Diagnostics\TraceEventType.cs" />
87 86 <Compile Include="ICancellable.cs" />
88 87 <Compile Include="IProgressHandler.cs" />
89 88 <Compile Include="IProgressNotifier.cs" />
90 89 <Compile Include="IPromiseT.cs" />
91 90 <Compile Include="IPromise.cs" />
92 91 <Compile Include="IServiceLocator.cs" />
93 92 <Compile Include="ITaskController.cs" />
94 93 <Compile Include="Parallels\DispatchPool.cs" />
95 94 <Compile Include="Parallels\ArrayTraits.cs" />
96 95 <Compile Include="Parallels\MTQueue.cs" />
97 96 <Compile Include="Parallels\WorkerPool.cs" />
98 97 <Compile Include="ProgressInitEventArgs.cs" />
99 98 <Compile Include="Properties\AssemblyInfo.cs" />
100 99 <Compile Include="Parallels\AsyncPool.cs" />
101 100 <Compile Include="Safe.cs" />
102 101 <Compile Include="ValueEventArgs.cs" />
103 102 <Compile Include="PromiseExtensions.cs" />
104 103 <Compile Include="SyncContextPromise.cs" />
105 104 <Compile Include="Diagnostics\OperationContext.cs" />
106 105 <Compile Include="Diagnostics\TraceContext.cs" />
107 106 <Compile Include="Diagnostics\LogEventArgs.cs" />
108 107 <Compile Include="Diagnostics\LogEventArgsT.cs" />
109 108 <Compile Include="Diagnostics\Extensions.cs" />
110 109 <Compile Include="PromiseEventType.cs" />
111 110 <Compile Include="Parallels\AsyncQueue.cs" />
112 111 <Compile Include="PromiseT.cs" />
113 112 <Compile Include="IDeferred.cs" />
114 113 <Compile Include="IDeferredT.cs" />
115 114 <Compile Include="Promise.cs" />
116 115 <Compile Include="PromiseTransientException.cs" />
117 116 <Compile Include="Parallels\Signal.cs" />
118 117 <Compile Include="Parallels\SharedLock.cs" />
119 118 <Compile Include="Diagnostics\ILogWriter.cs" />
120 119 <Compile Include="Diagnostics\ListenerBase.cs" />
121 120 <Compile Include="Parallels\BlockingQueue.cs" />
122 121 <Compile Include="AbstractEvent.cs" />
123 122 <Compile Include="AbstractPromise.cs" />
124 123 <Compile Include="AbstractPromiseT.cs" />
125 124 <Compile Include="FuncTask.cs" />
126 125 <Compile Include="FuncTaskBase.cs" />
127 126 <Compile Include="FuncTaskT.cs" />
128 127 <Compile Include="ActionChainTaskBase.cs" />
129 128 <Compile Include="ActionChainTask.cs" />
130 129 <Compile Include="ActionChainTaskT.cs" />
131 130 <Compile Include="FuncChainTaskBase.cs" />
132 131 <Compile Include="FuncChainTask.cs" />
133 132 <Compile Include="FuncChainTaskT.cs" />
134 133 <Compile Include="ActionTaskBase.cs" />
135 134 <Compile Include="ActionTask.cs" />
136 135 <Compile Include="ActionTaskT.cs" />
137 136 <Compile Include="ICancellationToken.cs" />
138 137 <Compile Include="SuccessPromise.cs" />
139 138 <Compile Include="SuccessPromiseT.cs" />
140 139 <Compile Include="PromiseAwaiterT.cs" />
141 140 <Compile Include="PromiseAwaiter.cs" />
142 141 <Compile Include="Components\ComponentContainer.cs" />
143 142 <Compile Include="Components\Disposable.cs" />
144 143 <Compile Include="Components\DisposablePool.cs" />
145 144 <Compile Include="Components\ObjectPool.cs" />
146 145 <Compile Include="Components\ServiceLocator.cs" />
147 146 <Compile Include="Components\IInitializable.cs" />
148 147 <Compile Include="TaskController.cs" />
149 148 <Compile Include="Components\App.cs" />
150 149 <Compile Include="Components\IRunnable.cs" />
151 150 <Compile Include="Components\ExecutionState.cs" />
152 151 <Compile Include="Components\RunnableComponent.cs" />
153 152 <Compile Include="Components\IFactory.cs" />
154 153 <Compile Include="Automaton\IAlphabet.cs" />
155 154 <Compile Include="Automaton\ParserException.cs" />
156 155 <Compile Include="Automaton\IndexedAlphabetBase.cs" />
157 156 <Compile Include="Automaton\IAlphabetBuilder.cs" />
158 157 <Compile Include="Automaton\RegularExpressions\AltToken.cs" />
159 158 <Compile Include="Automaton\RegularExpressions\BinaryToken.cs" />
160 159 <Compile Include="Automaton\RegularExpressions\CatToken.cs" />
161 160 <Compile Include="Automaton\RegularExpressions\StarToken.cs" />
162 161 <Compile Include="Automaton\RegularExpressions\SymbolToken.cs" />
163 162 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" />
164 163 <Compile Include="Automaton\RegularExpressions\Token.cs" />
165 164 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" />
166 165 <Compile Include="Automaton\AutomatonTransition.cs" />
167 166 <Compile Include="Formats\JSON\JSONElementContext.cs" />
168 167 <Compile Include="Formats\JSON\JSONElementType.cs" />
169 168 <Compile Include="Formats\JSON\JSONGrammar.cs" />
170 169 <Compile Include="Formats\JSON\JSONParser.cs" />
171 170 <Compile Include="Formats\JSON\JSONScanner.cs" />
172 171 <Compile Include="Formats\JSON\JsonTokenType.cs" />
173 172 <Compile Include="Formats\JSON\JSONWriter.cs" />
174 173 <Compile Include="Formats\JSON\JSONXmlReader.cs" />
175 174 <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" />
176 175 <Compile Include="Formats\JSON\StringTranslator.cs" />
177 176 <Compile Include="Automaton\MapAlphabet.cs" />
178 177 <Compile Include="Formats\CharAlphabet.cs" />
179 178 <Compile Include="Formats\ByteAlphabet.cs" />
180 179 <Compile Include="Automaton\IDFATable.cs" />
181 180 <Compile Include="Automaton\IDFATableBuilder.cs" />
182 181 <Compile Include="Automaton\DFATable.cs" />
183 182 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" />
184 183 <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" />
185 184 <Compile Include="Formats\TextScanner.cs" />
186 185 <Compile Include="Formats\StringScanner.cs" />
187 186 <Compile Include="Formats\ReaderScanner.cs" />
188 187 <Compile Include="Formats\ScannerContext.cs" />
189 188 <Compile Include="Formats\Grammar.cs" />
190 189 <Compile Include="Automaton\RegularExpressions\EndTokenT.cs" />
191 190 <Compile Include="Automaton\RegularExpressions\EndToken.cs" />
192 191 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitorT.cs" />
193 192 <Compile Include="Automaton\AutomatonConst.cs" />
194 193 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" />
195 194 <Compile Include="Components\LazyAndWeak.cs" />
196 195 <Compile Include="AbstractTask.cs" />
197 196 <Compile Include="AbstractTaskT.cs" />
198 197 </ItemGroup>
199 198 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
200 199 <ItemGroup />
201 200 <ProjectExtensions>
202 201 <MonoDevelop>
203 202 <Properties>
204 203 <Policies>
205 <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" />
206 <TextStylePolicy FileWidth="120" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
204 <CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="False" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" 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" SpacingAfterMethodDeclarationName="True" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceAfterMethodCallName="True" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceAfterControlFlowStatementKeyword="True" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBeforeOpenSquareBracket="True" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" scope="text/x-csharp" />
205 <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" TabsToSpaces="True" EolMarker="Unix" scope="text/x-csharp" />
207 206 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
208 <TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="application/xml" />
209 <XmlFormattingPolicy inheritsSet="Mono" inheritsScope="application/xml" scope="application/xml" />
210 <TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
207 <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="application/xml" />
208 <XmlFormattingPolicy scope="application/xml">
209 <DefaultFormat OmitXmlDeclaration="False" NewLineChars="&#xA;" IndentContent="True" ContentIndentString="&#x9;" AttributesInNewLine="False" MaxAttributesPerLine="10" AttributesIndentString="&#x9;" WrapAttributes="False" AlignAttributes="False" AlignAttributeValues="False" QuoteChar="&quot;" SpacesBeforeAssignment="0" SpacesAfterAssignment="0" EmptyLinesBeforeStart="0" EmptyLinesAfterStart="0" EmptyLinesBeforeEnd="0" EmptyLinesAfterEnd="0" />
210 </XmlFormattingPolicy>
211 <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="text/plain" />
211 212 <NameConventionPolicy>
212 213 <Rules>
213 214 <NamingRule Name="Namespaces" AffectedEntity="Namespace" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
214 215 <NamingRule Name="Types" AffectedEntity="Class, Struct, Enum, Delegate" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
215 216 <NamingRule Name="Interfaces" AffectedEntity="Interface" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
216 217 <RequiredPrefixes>
217 218 <String>I</String>
218 219 </RequiredPrefixes>
219 220 </NamingRule>
220 221 <NamingRule Name="Attributes" AffectedEntity="CustomAttributes" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
221 222 <RequiredSuffixes>
222 223 <String>Attribute</String>
223 224 </RequiredSuffixes>
224 225 </NamingRule>
225 226 <NamingRule Name="Event Arguments" AffectedEntity="CustomEventArgs" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
226 227 <RequiredSuffixes>
227 228 <String>EventArgs</String>
228 229 </RequiredSuffixes>
229 230 </NamingRule>
230 231 <NamingRule Name="Exceptions" AffectedEntity="CustomExceptions" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
231 232 <RequiredSuffixes>
232 233 <String>Exception</String>
233 234 </RequiredSuffixes>
234 235 </NamingRule>
235 236 <NamingRule Name="Methods" AffectedEntity="Methods" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
236 237 <NamingRule Name="Static Readonly Fields" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Protected, Public" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True" />
237 238 <NamingRule Name="Fields (Non Private)" AffectedEntity="Field" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
238 239 <NamingRule Name="ReadOnly Fields (Non Private)" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False" />
239 240 <NamingRule Name="Fields (Private)" AffectedEntity="Field, ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False">
240 241 <RequiredPrefixes>
241 242 <String>m_</String>
242 243 </RequiredPrefixes>
243 244 </NamingRule>
244 245 <NamingRule Name="Static Fields (Private)" AffectedEntity="Field" VisibilityMask="Private" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True">
245 246 <RequiredPrefixes>
246 247 <String>_</String>
247 248 </RequiredPrefixes>
248 249 </NamingRule>
249 250 <NamingRule Name="ReadOnly Fields (Private)" AffectedEntity="ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False">
250 251 <RequiredPrefixes>
251 252 <String>m_</String>
252 253 </RequiredPrefixes>
253 254 </NamingRule>
254 255 <NamingRule Name="Constant Fields" AffectedEntity="ConstantField" VisibilityMask="VisibilityMask" NamingStyle="AllUpper" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
255 256 <NamingRule Name="Properties" AffectedEntity="Property" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
256 257 <NamingRule Name="Events" AffectedEntity="Event" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
257 258 <NamingRule Name="Enum Members" AffectedEntity="EnumMember" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
258 259 <NamingRule Name="Parameters" AffectedEntity="Parameter, LocalVariable" VisibilityMask="VisibilityMask" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
259 260 <NamingRule Name="Type Parameters" AffectedEntity="TypeParameter" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
260 261 <RequiredPrefixes>
261 262 <String>T</String>
262 263 </RequiredPrefixes>
263 264 </NamingRule>
264 265 </Rules>
265 266 </NameConventionPolicy>
266 267 </Policies>
267 268 </Properties>
268 269 </MonoDevelop>
269 270 </ProjectExtensions>
270 271 <ItemGroup>
271 272 <Folder Include="Components\" />
272 273 <Folder Include="Automaton\RegularExpressions\" />
273 274 <Folder Include="Formats\" />
274 275 <Folder Include="Formats\JSON\" />
275 276 </ItemGroup>
276 277 </Project> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now