annotate Implab/Implab.csproj @ 234:8dd666e6b6bf v2

Added implab nuget spec
author cin
date Thu, 05 Oct 2017 09:21:23 +0300
parents d6fe09f5592c
children b49969a7043c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
aa367305156b small fixes
cin
parents: 0
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
233
d6fe09f5592c Improved AsyncQueue
cin
parents: 229
diff changeset
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
aa367305156b small fixes
cin
parents: 0
diff changeset
3 <PropertyGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
aa367305156b small fixes
cin
parents: 0
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4
381095ad0a69 Implab.Fx: implemented animation object
cin
parents: 2
diff changeset
6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid>
2
aa367305156b small fixes
cin
parents: 0
diff changeset
7 <OutputType>Library</OutputType>
aa367305156b small fixes
cin
parents: 0
diff changeset
8 <RootNamespace>Implab</RootNamespace>
aa367305156b small fixes
cin
parents: 0
diff changeset
9 <AssemblyName>Implab</AssemblyName>
151
ec91a6dfa5b3 Added support for 'await' operator to promises
cin
parents: 147
diff changeset
10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
233
d6fe09f5592c Improved AsyncQueue
cin
parents: 229
diff changeset
11 <TargetFrameworkProfile />
2
aa367305156b small fixes
cin
parents: 0
diff changeset
12 </PropertyGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
aa367305156b small fixes
cin
parents: 0
diff changeset
14 <DebugSymbols>true</DebugSymbols>
aa367305156b small fixes
cin
parents: 0
diff changeset
15 <DebugType>full</DebugType>
aa367305156b small fixes
cin
parents: 0
diff changeset
16 <Optimize>false</Optimize>
aa367305156b small fixes
cin
parents: 0
diff changeset
17 <OutputPath>bin\Debug</OutputPath>
35
2880242f987a initial log capabilities
cin
parents: 25
diff changeset
18 <DefineConstants>TRACE;DEBUG;</DefineConstants>
2
aa367305156b small fixes
cin
parents: 0
diff changeset
19 <ErrorReport>prompt</ErrorReport>
aa367305156b small fixes
cin
parents: 0
diff changeset
20 <WarningLevel>4</WarningLevel>
aa367305156b small fixes
cin
parents: 0
diff changeset
21 <ConsolePause>false</ConsolePause>
59
21611344d366 code cleanup
cin
parents: 58
diff changeset
22 <RunCodeAnalysis>true</RunCodeAnalysis>
2
aa367305156b small fixes
cin
parents: 0
diff changeset
23 </PropertyGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
aa367305156b small fixes
cin
parents: 0
diff changeset
25 <DebugType>full</DebugType>
aa367305156b small fixes
cin
parents: 0
diff changeset
26 <Optimize>true</Optimize>
aa367305156b small fixes
cin
parents: 0
diff changeset
27 <OutputPath>bin\Release</OutputPath>
aa367305156b small fixes
cin
parents: 0
diff changeset
28 <ErrorReport>prompt</ErrorReport>
aa367305156b small fixes
cin
parents: 0
diff changeset
29 <WarningLevel>4</WarningLevel>
aa367305156b small fixes
cin
parents: 0
diff changeset
30 <ConsolePause>false</ConsolePause>
aa367305156b small fixes
cin
parents: 0
diff changeset
31 </PropertyGroup>
75
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
33 <DebugSymbols>true</DebugSymbols>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
34 <DebugType>full</DebugType>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
35 <Optimize>false</Optimize>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
36 <OutputPath>bin\Debug</OutputPath>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
37 <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
38 <ErrorReport>prompt</ErrorReport>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
39 <WarningLevel>4</WarningLevel>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
40 <RunCodeAnalysis>true</RunCodeAnalysis>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
41 <ConsolePause>false</ConsolePause>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
42 </PropertyGroup>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
44 <Optimize>true</Optimize>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
45 <OutputPath>bin\Release</OutputPath>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
46 <ErrorReport>prompt</ErrorReport>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
47 <WarningLevel>4</WarningLevel>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
48 <ConsolePause>false</ConsolePause>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
49 <DefineConstants>NET_4_5</DefineConstants>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
50 </PropertyGroup>
85
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU' ">
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
52 <DebugSymbols>true</DebugSymbols>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
53 <DebugType>full</DebugType>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
54 <Optimize>false</Optimize>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
55 <OutputPath>bin\Debug</OutputPath>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
56 <DefineConstants>TRACE;DEBUG;NET_4_5;MONO</DefineConstants>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
57 <ErrorReport>prompt</ErrorReport>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
58 <WarningLevel>4</WarningLevel>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
59 <RunCodeAnalysis>true</RunCodeAnalysis>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
60 <ConsolePause>false</ConsolePause>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
61 </PropertyGroup>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU' ">
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
63 <Optimize>true</Optimize>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
64 <OutputPath>bin\Release</OutputPath>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
65 <DefineConstants>NET_4_5;MONO;</DefineConstants>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
66 <ErrorReport>prompt</ErrorReport>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
67 <WarningLevel>4</WarningLevel>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
68 <ConsolePause>false</ConsolePause>
abe260860bd6 fixed JSONXmlReader disposing under ugly mono
cin
parents: 82
diff changeset
69 </PropertyGroup>
234
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
70 <PropertyGroup>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
71 <SignAssembly>true</SignAssembly>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
72 </PropertyGroup>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
73 <PropertyGroup>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
74 <AssemblyOriginatorKeyFile>implab.snk</AssemblyOriginatorKeyFile>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
75 </PropertyGroup>
2
aa367305156b small fixes
cin
parents: 0
diff changeset
76 <ItemGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
77 <Reference Include="System" />
67
cin
parents: 66
diff changeset
78 <Reference Include="System.Xml" />
151
ec91a6dfa5b3 Added support for 'await' operator to promises
cin
parents: 147
diff changeset
79 <Reference Include="mscorlib" />
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 228
diff changeset
80 <Reference Include="System.Xml.Linq" />
2
aa367305156b small fixes
cin
parents: 0
diff changeset
81 </ItemGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
82 <ItemGroup>
205
8200ab154c8a Added ResetState to RunnableComponent to reset in case of failure
cin
parents: 203
diff changeset
83 <Compile Include="Components\StateChangeEventArgs.cs" />
55
c0bf853aa04f Added initial JSON support
cin
parents: 45
diff changeset
84 <Compile Include="CustomEqualityComparer.cs" />
36
313f708a50e9 improved log concept
cin
parents: 35
diff changeset
85 <Compile Include="Diagnostics\ConsoleTraceListener.cs" />
313f708a50e9 improved log concept
cin
parents: 35
diff changeset
86 <Compile Include="Diagnostics\LogChannel.cs" />
35
2880242f987a initial log capabilities
cin
parents: 25
diff changeset
87 <Compile Include="Diagnostics\LogicalOperation.cs" />
40
fe33f4e02ad5 improved tracing
cin
parents: 36
diff changeset
88 <Compile Include="Diagnostics\TextFileListener.cs" />
212
a01d9df88d74 Added class Trace<T> to manage channels for individual classes, if SomeClass
cin
parents: 211
diff changeset
89 <Compile Include="Diagnostics\Trace.cs" />
36
313f708a50e9 improved log concept
cin
parents: 35
diff changeset
90 <Compile Include="Diagnostics\TraceLog.cs" />
313f708a50e9 improved log concept
cin
parents: 35
diff changeset
91 <Compile Include="Diagnostics\TraceEvent.cs" />
35
2880242f987a initial log capabilities
cin
parents: 25
diff changeset
92 <Compile Include="Diagnostics\TraceEventType.cs" />
212
a01d9df88d74 Added class Trace<T> to manage channels for individual classes, if SomeClass
cin
parents: 211
diff changeset
93 <Compile Include="Diagnostics\TraceSourceAttribute.cs" />
228
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
94 <Compile Include="Formats\CharMap.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
95 <Compile Include="Formats\InputScanner.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
96 <Compile Include="Formats\Json\JsonStringScanner.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
97 <Compile Include="Formats\Json\JsonTextScanner.cs" />
12
eb418ba8275b refactoring, added WorkerPool
cin
parents: 11
diff changeset
98 <Compile Include="ICancellable.cs" />
eb418ba8275b refactoring, added WorkerPool
cin
parents: 11
diff changeset
99 <Compile Include="IProgressHandler.cs" />
eb418ba8275b refactoring, added WorkerPool
cin
parents: 11
diff changeset
100 <Compile Include="IProgressNotifier.cs" />
66
790e8a997d30 Refactoring
cin
parents: 61
diff changeset
101 <Compile Include="IPromiseT.cs" />
8
cin
parents: 7
diff changeset
102 <Compile Include="IPromise.cs" />
40
fe33f4e02ad5 improved tracing
cin
parents: 36
diff changeset
103 <Compile Include="IServiceLocator.cs" />
12
eb418ba8275b refactoring, added WorkerPool
cin
parents: 11
diff changeset
104 <Compile Include="ITaskController.cs" />
15
0f982f9b7d4d implemented parallel map and foreach for arrays
cin
parents: 14
diff changeset
105 <Compile Include="Parallels\DispatchPool.cs" />
0f982f9b7d4d implemented parallel map and foreach for arrays
cin
parents: 14
diff changeset
106 <Compile Include="Parallels\ArrayTraits.cs" />
233
d6fe09f5592c Improved AsyncQueue
cin
parents: 229
diff changeset
107 <Compile Include="Parallels\SimpleAsyncQueue.cs" />
12
eb418ba8275b refactoring, added WorkerPool
cin
parents: 11
diff changeset
108 <Compile Include="Parallels\WorkerPool.cs" />
7
7ea9363fef6c inital progress handling
cin
parents: 4
diff changeset
109 <Compile Include="ProgressInitEventArgs.cs" />
2
aa367305156b small fixes
cin
parents: 0
diff changeset
110 <Compile Include="Properties\AssemblyInfo.cs" />
11
6ec82bf68c8e refactoring
cin
parents: 8
diff changeset
111 <Compile Include="Parallels\AsyncPool.cs" />
2
aa367305156b small fixes
cin
parents: 0
diff changeset
112 <Compile Include="Safe.cs" />
211
3eb3255d8cc5 Code review, added a non generic version of SyncContextPromise
cin
parents: 205
diff changeset
113 <Compile Include="SyncContextPromise.cs" />
7
7ea9363fef6c inital progress handling
cin
parents: 4
diff changeset
114 <Compile Include="ValueEventArgs.cs" />
72
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
115 <Compile Include="PromiseExtensions.cs" />
211
3eb3255d8cc5 Code review, added a non generic version of SyncContextPromise
cin
parents: 205
diff changeset
116 <Compile Include="SyncContextPromiseT.cs" />
92
4c0e5ef99986 rewritten tracing
cin
parents: 91
diff changeset
117 <Compile Include="Diagnostics\OperationContext.cs" />
4c0e5ef99986 rewritten tracing
cin
parents: 91
diff changeset
118 <Compile Include="Diagnostics\TraceContext.cs" />
4c0e5ef99986 rewritten tracing
cin
parents: 91
diff changeset
119 <Compile Include="Diagnostics\LogEventArgs.cs" />
4c0e5ef99986 rewritten tracing
cin
parents: 91
diff changeset
120 <Compile Include="Diagnostics\LogEventArgsT.cs" />
4c0e5ef99986 rewritten tracing
cin
parents: 91
diff changeset
121 <Compile Include="Diagnostics\Extensions.cs" />
104
5f10d54b45df renamed Promise.Last -> Promise.On
cin
parents: 95
diff changeset
122 <Compile Include="PromiseEventType.cs" />
119
2573b562e328 Promises rewritten, added improved version of AsyncQueue
cin
parents: 117
diff changeset
123 <Compile Include="Parallels\AsyncQueue.cs" />
2573b562e328 Promises rewritten, added improved version of AsyncQueue
cin
parents: 117
diff changeset
124 <Compile Include="PromiseT.cs" />
2573b562e328 Promises rewritten, added improved version of AsyncQueue
cin
parents: 117
diff changeset
125 <Compile Include="IDeferred.cs" />
2573b562e328 Promises rewritten, added improved version of AsyncQueue
cin
parents: 117
diff changeset
126 <Compile Include="IDeferredT.cs" />
2573b562e328 Promises rewritten, added improved version of AsyncQueue
cin
parents: 117
diff changeset
127 <Compile Include="Promise.cs" />
2573b562e328 Promises rewritten, added improved version of AsyncQueue
cin
parents: 117
diff changeset
128 <Compile Include="PromiseTransientException.cs" />
128
6241bff0cd64 Added Signal class a lightweight alternative to ManualResetEvent
cin
parents: 127
diff changeset
129 <Compile Include="Parallels\Signal.cs" />
129
471f596b2603 Added SharedLock to synchronization routines
cin
parents: 128
diff changeset
130 <Compile Include="Parallels\SharedLock.cs" />
134
04d4c92d0f28 Improved logging
cin
parents: 129
diff changeset
131 <Compile Include="Diagnostics\ILogWriter.cs" />
04d4c92d0f28 Improved logging
cin
parents: 129
diff changeset
132 <Compile Include="Diagnostics\ListenerBase.cs" />
137
238e15580926 added the blocking queue
cin
parents: 134
diff changeset
133 <Compile Include="Parallels\BlockingQueue.cs" />
144
8c0b95069066 DRAFT: refactoring
cin
parents: 143
diff changeset
134 <Compile Include="AbstractEvent.cs" />
8c0b95069066 DRAFT: refactoring
cin
parents: 143
diff changeset
135 <Compile Include="AbstractPromise.cs" />
8c0b95069066 DRAFT: refactoring
cin
parents: 143
diff changeset
136 <Compile Include="AbstractPromiseT.cs" />
8c0b95069066 DRAFT: refactoring
cin
parents: 143
diff changeset
137 <Compile Include="FuncTask.cs" />
8c0b95069066 DRAFT: refactoring
cin
parents: 143
diff changeset
138 <Compile Include="FuncTaskBase.cs" />
8c0b95069066 DRAFT: refactoring
cin
parents: 143
diff changeset
139 <Compile Include="FuncTaskT.cs" />
145
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
140 <Compile Include="ActionChainTaskBase.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
141 <Compile Include="ActionChainTask.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
142 <Compile Include="ActionChainTaskT.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
143 <Compile Include="FuncChainTaskBase.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
144 <Compile Include="FuncChainTask.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
145 <Compile Include="FuncChainTaskT.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
146 <Compile Include="ActionTaskBase.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
147 <Compile Include="ActionTask.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
148 <Compile Include="ActionTaskT.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
149 <Compile Include="ICancellationToken.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
150 <Compile Include="SuccessPromise.cs" />
706fccb85524 RC: cancellation support for promises + tests
cin
parents: 144
diff changeset
151 <Compile Include="SuccessPromiseT.cs" />
151
ec91a6dfa5b3 Added support for 'await' operator to promises
cin
parents: 147
diff changeset
152 <Compile Include="PromiseAwaiterT.cs" />
ec91a6dfa5b3 Added support for 'await' operator to promises
cin
parents: 147
diff changeset
153 <Compile Include="PromiseAwaiter.cs" />
152
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
154 <Compile Include="Components\ComponentContainer.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
155 <Compile Include="Components\Disposable.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
156 <Compile Include="Components\DisposablePool.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
157 <Compile Include="Components\ObjectPool.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
158 <Compile Include="Components\ServiceLocator.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
159 <Compile Include="Components\IInitializable.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
160 <Compile Include="TaskController.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
161 <Compile Include="Components\App.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
162 <Compile Include="Components\IRunnable.cs" />
240aa6994018 component model refactoring
cin
parents: 151
diff changeset
163 <Compile Include="Components\ExecutionState.cs" />
156
97fbbf816844 Promises: SignalXXX methods merged into SignalHandler method.
cin
parents: 152
diff changeset
164 <Compile Include="Components\RunnableComponent.cs" />
97fbbf816844 Promises: SignalXXX methods merged into SignalHandler method.
cin
parents: 152
diff changeset
165 <Compile Include="Components\IFactory.cs" />
162
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
166 <Compile Include="Automaton\IAlphabet.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
167 <Compile Include="Automaton\ParserException.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
168 <Compile Include="Automaton\IndexedAlphabetBase.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
169 <Compile Include="Automaton\IAlphabetBuilder.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
170 <Compile Include="Automaton\RegularExpressions\AltToken.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
171 <Compile Include="Automaton\RegularExpressions\BinaryToken.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
172 <Compile Include="Automaton\RegularExpressions\CatToken.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
173 <Compile Include="Automaton\RegularExpressions\StarToken.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
174 <Compile Include="Automaton\RegularExpressions\SymbolToken.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
175 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
176 <Compile Include="Automaton\RegularExpressions\Token.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
177 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" />
0526412bbb26 DFA refactoring
cin
parents: 161
diff changeset
178 <Compile Include="Automaton\AutomatonTransition.cs" />
228
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
179 <Compile Include="Formats\Json\JsonElementContext.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
180 <Compile Include="Formats\Json\JsonElementType.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
181 <Compile Include="Formats\Json\JsonGrammar.cs" />
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 228
diff changeset
182 <Compile Include="Formats\Json\JsonReader.cs" />
228
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
183 <Compile Include="Formats\Json\JsonScanner.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
184 <Compile Include="Formats\Json\JsonTokenType.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
185 <Compile Include="Formats\Json\JsonWriter.cs" />
6fa235c5a760 Rewritten JsonScanner, JsonParser, fixed naming style
cin
parents: 227
diff changeset
186 <Compile Include="Formats\Json\StringTranslator.cs" />
163
419aa51b04fd JSON moved to Formats namespace
cin
parents: 162
diff changeset
187 <Compile Include="Automaton\MapAlphabet.cs" />
164
ec35731ae299 Almost complete DFA refactoring
cin
parents: 163
diff changeset
188 <Compile Include="Formats\CharAlphabet.cs" />
ec35731ae299 Almost complete DFA refactoring
cin
parents: 163
diff changeset
189 <Compile Include="Formats\ByteAlphabet.cs" />
165
e227e78d72e4 DFA refactoring
cin
parents: 164
diff changeset
190 <Compile Include="Automaton\IDFATable.cs" />
e227e78d72e4 DFA refactoring
cin
parents: 164
diff changeset
191 <Compile Include="Automaton\IDFATableBuilder.cs" />
169
54270c2f29f2 DFA refactoring
cin
parents: 165
diff changeset
192 <Compile Include="Automaton\DFATable.cs" />
172
92d5278d1b10 Working on text scanner
cin
parents: 171
diff changeset
193 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" />
92d5278d1b10 Working on text scanner
cin
parents: 171
diff changeset
194 <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" />
177
a0ff6a0e9c44 refactoring
cin
parents: 176
diff changeset
195 <Compile Include="Formats\Grammar.cs" />
a0ff6a0e9c44 refactoring
cin
parents: 176
diff changeset
196 <Compile Include="Automaton\RegularExpressions\EndTokenT.cs" />
a0ff6a0e9c44 refactoring
cin
parents: 176
diff changeset
197 <Compile Include="Automaton\RegularExpressions\EndToken.cs" />
178
d5c5db0335ee working on JSON parser
cin
parents: 177
diff changeset
198 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitorT.cs" />
d5c5db0335ee working on JSON parser
cin
parents: 177
diff changeset
199 <Compile Include="Automaton\AutomatonConst.cs" />
d5c5db0335ee working on JSON parser
cin
parents: 177
diff changeset
200 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" />
d5c5db0335ee working on JSON parser
cin
parents: 177
diff changeset
201 <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
202 <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
203 <Compile Include="AbstractTaskT.cs" />
203
4d9830a9bbb8 Added 'Fail' method to RunnableComponent which allows component to move from
cin
parents: 202
diff changeset
204 <Compile Include="FailedPromise.cs" />
4d9830a9bbb8 Added 'Fail' method to RunnableComponent which allows component to move from
cin
parents: 202
diff changeset
205 <Compile Include="FailedPromiseT.cs" />
4d9830a9bbb8 Added 'Fail' method to RunnableComponent which allows component to move from
cin
parents: 202
diff changeset
206 <Compile Include="Components\PollingComponent.cs" />
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 225
diff changeset
207 <Compile Include="Xml\JsonXmlReader.cs" />
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 225
diff changeset
208 <Compile Include="Xml\JsonXmlReaderOptions.cs" />
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 225
diff changeset
209 <Compile Include="Xml\JsonXmlReaderPosition.cs" />
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 228
diff changeset
210 <Compile Include="Xml\SerializationHelpers.cs" />
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 228
diff changeset
211 <Compile Include="Xml\SerializersPool.cs" />
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 225
diff changeset
212 <Compile Include="Xml\XmlSimpleAttribute.cs" />
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 225
diff changeset
213 <Compile Include="Xml\XmlNameContext.cs" />
2
aa367305156b small fixes
cin
parents: 0
diff changeset
214 </ItemGroup>
aa367305156b small fixes
cin
parents: 0
diff changeset
215 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
234
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
216 <ItemGroup>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
217 <None Include="Implab.nuspec">
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
218 <SubType>Designer</SubType>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
219 </None>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
220 <None Include="implab.snk" />
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
221 </ItemGroup>
72
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
222 <ProjectExtensions>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
223 <MonoDevelop>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
224 <Properties>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
225 <Policies>
225
8222a2ab3ab7 JSONXmlReaderFixed fixed boolean values handling
cin
parents: 224
diff changeset
226 <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" />
8222a2ab3ab7 JSONXmlReaderFixed fixed boolean values handling
cin
parents: 224
diff changeset
227 <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" TabsToSpaces="True" EolMarker="Unix" scope="text/x-csharp" />
72
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
228 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
225
8222a2ab3ab7 JSONXmlReaderFixed fixed boolean values handling
cin
parents: 224
diff changeset
229 <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="application/xml" />
8222a2ab3ab7 JSONXmlReaderFixed fixed boolean values handling
cin
parents: 224
diff changeset
230 <XmlFormattingPolicy scope="application/xml">
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 225
diff changeset
231 <DefaultFormat OmitXmlDeclaration="False" NewLineChars="&#xA;" IndentContent="True" ContentIndentString=" " AttributesInNewLine="False" MaxAttributesPerLine="10" AttributesIndentString=" " WrapAttributes="False" AlignAttributes="False" AlignAttributeValues="False" QuoteChar="&quot;" SpacesBeforeAssignment="0" SpacesAfterAssignment="0" EmptyLinesBeforeStart="0" EmptyLinesAfterStart="0" EmptyLinesBeforeEnd="0" EmptyLinesAfterEnd="0" />
225
8222a2ab3ab7 JSONXmlReaderFixed fixed boolean values handling
cin
parents: 224
diff changeset
232 </XmlFormattingPolicy>
8222a2ab3ab7 JSONXmlReaderFixed fixed boolean values handling
cin
parents: 224
diff changeset
233 <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" scope="text/plain" />
72
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
234 <NameConventionPolicy>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
235 <Rules>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
236 <NamingRule Name="Namespaces" AffectedEntity="Namespace" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
237 <NamingRule Name="Types" AffectedEntity="Class, Struct, Enum, Delegate" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
238 <NamingRule Name="Interfaces" AffectedEntity="Interface" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
239 <RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
240 <String>I</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
241 </RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
242 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
243 <NamingRule Name="Attributes" AffectedEntity="CustomAttributes" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
244 <RequiredSuffixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
245 <String>Attribute</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
246 </RequiredSuffixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
247 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
248 <NamingRule Name="Event Arguments" AffectedEntity="CustomEventArgs" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
249 <RequiredSuffixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
250 <String>EventArgs</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
251 </RequiredSuffixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
252 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
253 <NamingRule Name="Exceptions" AffectedEntity="CustomExceptions" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
254 <RequiredSuffixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
255 <String>Exception</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
256 </RequiredSuffixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
257 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
258 <NamingRule Name="Methods" AffectedEntity="Methods" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
259 <NamingRule Name="Static Readonly Fields" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Protected, Public" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
260 <NamingRule Name="Fields (Non Private)" AffectedEntity="Field" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
261 <NamingRule Name="ReadOnly Fields (Non Private)" AffectedEntity="ReadonlyField" VisibilityMask="Internal, Public" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
262 <NamingRule Name="Fields (Private)" AffectedEntity="Field, ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
263 <RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
264 <String>m_</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
265 </RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
266 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
267 <NamingRule Name="Static Fields (Private)" AffectedEntity="Field" VisibilityMask="Private" NamingStyle="CamelCase" IncludeInstanceMembers="False" IncludeStaticEntities="True">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
268 <RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
269 <String>_</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
270 </RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
271 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
272 <NamingRule Name="ReadOnly Fields (Private)" AffectedEntity="ReadonlyField" VisibilityMask="Private, Protected" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="False">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
273 <RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
274 <String>m_</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
275 </RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
276 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
277 <NamingRule Name="Constant Fields" AffectedEntity="ConstantField" VisibilityMask="VisibilityMask" NamingStyle="AllUpper" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
278 <NamingRule Name="Properties" AffectedEntity="Property" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
279 <NamingRule Name="Events" AffectedEntity="Event" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
280 <NamingRule Name="Enum Members" AffectedEntity="EnumMember" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
281 <NamingRule Name="Parameters" AffectedEntity="Parameter, LocalVariable" VisibilityMask="VisibilityMask" NamingStyle="CamelCase" IncludeInstanceMembers="True" IncludeStaticEntities="True" />
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
282 <NamingRule Name="Type Parameters" AffectedEntity="TypeParameter" VisibilityMask="VisibilityMask" NamingStyle="PascalCase" IncludeInstanceMembers="True" IncludeStaticEntities="True">
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
283 <RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
284 <String>T</String>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
285 </RequiredPrefixes>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
286 </NamingRule>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
287 </Rules>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
288 </NameConventionPolicy>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
289 </Policies>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
290 </Properties>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
291 </MonoDevelop>
d67b95eddaf4 promises refactoring
cin
parents: 67
diff changeset
292 </ProjectExtensions>
234
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
293 <ItemGroup>
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
294 <Content Include="license.txt" />
8dd666e6b6bf Added implab nuget spec
cin
parents: 233
diff changeset
295 </ItemGroup>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
296 </Project>