comparison Implab/Implab.csproj @ 205:8200ab154c8a v2

Added ResetState to RunnableComponent to reset in case of failure Added StateChanged event to IRunnable Renamed Promise.SUCCESS -> Promise.Success Added Promise.FromException Renamed Bundle -> PromiseAll in PromiseExtensions
author cin
date Tue, 25 Oct 2016 17:40:33 +0300
parents 4d9830a9bbb8
children 3eb3255d8cc5
comparison
equal deleted inserted replaced
203:4d9830a9bbb8 205:8200ab154c8a
73 <Reference Include="System" /> 73 <Reference Include="System" />
74 <Reference Include="System.Xml" /> 74 <Reference Include="System.Xml" />
75 <Reference Include="mscorlib" /> 75 <Reference Include="mscorlib" />
76 </ItemGroup> 76 </ItemGroup>
77 <ItemGroup> 77 <ItemGroup>
78 <Compile Include="Components\StateChangeEventArgs.cs" />
78 <Compile Include="CustomEqualityComparer.cs" /> 79 <Compile Include="CustomEqualityComparer.cs" />
79 <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> 80 <Compile Include="Diagnostics\ConsoleTraceListener.cs" />
80 <Compile Include="Diagnostics\LogChannel.cs" /> 81 <Compile Include="Diagnostics\LogChannel.cs" />
81 <Compile Include="Diagnostics\LogicalOperation.cs" /> 82 <Compile Include="Diagnostics\LogicalOperation.cs" />
82 <Compile Include="Diagnostics\TextFileListener.cs" /> 83 <Compile Include="Diagnostics\TextFileListener.cs" />
267 </NameConventionPolicy> 268 </NameConventionPolicy>
268 </Policies> 269 </Policies>
269 </Properties> 270 </Properties>
270 </MonoDevelop> 271 </MonoDevelop>
271 </ProjectExtensions> 272 </ProjectExtensions>
272 <ItemGroup> 273 <ItemGroup />
273 <Folder Include="Components\" />
274 <Folder Include="Automaton\RegularExpressions\" />
275 <Folder Include="Formats\" />
276 <Folder Include="Formats\JSON\" />
277 </ItemGroup>
278 </Project> 274 </Project>