comparison Implab.Test/Implab.Test.csproj @ 210:5dc21f6a3222 v2

Code review for RunnableComponent Added StaApartment class based on System.Windows.Forms.Application message loop
author cin
date Mon, 20 Mar 2017 17:44:18 +0300
parents 3071220371f8
children 8d5de4eb9c2c
comparison
equal deleted inserted replaced
209:a867536c68fc 210:5dc21f6a3222
61 </Reference> 61 </Reference>
62 </ItemGroup> 62 </ItemGroup>
63 <ItemGroup> 63 <ItemGroup>
64 <Compile Include="AsyncTests.cs" /> 64 <Compile Include="AsyncTests.cs" />
65 <Compile Include="CancelationTests.cs" /> 65 <Compile Include="CancelationTests.cs" />
66 <Compile Include="Mock\MockPollingComponent.cs" />
67 <Compile Include="Mock\MockRunnableComponent.cs" />
68 <Compile Include="PollingComponentTests.cs" />
66 <Compile Include="PromiseHelper.cs" /> 69 <Compile Include="PromiseHelper.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" /> 70 <Compile Include="Properties\AssemblyInfo.cs" />
68 <Compile Include="RunnableComponentTests.cs" /> 71 <Compile Include="RunnableComponentTests.cs" />
69 </ItemGroup> 72 </ItemGroup>
70 <ItemGroup> 73 <ItemGroup>
71 <ProjectReference Include="..\Implab\Implab.csproj"> 74 <ProjectReference Include="..\Implab\Implab.csproj">
72 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project> 75 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project>
73 <Name>Implab</Name> 76 <Name>Implab</Name>
74 </ProjectReference> 77 </ProjectReference>
75 </ItemGroup> 78 </ItemGroup>
79 <ItemGroup>
80 <Folder Include="Implab.Format.Test\" />
81 </ItemGroup>
76 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 82 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 83 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78 Other similar extension points exist, see Microsoft.Common.targets. 84 Other similar extension points exist, see Microsoft.Common.targets.
79 <Target Name="BeforeBuild"> 85 <Target Name="BeforeBuild">
80 </Target> 86 </Target>