Abc.Zebus.Tests.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{7BF5AC28-91DB-40EF-8CB7-024E518FA799}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Abc.Zebus.Tests</RootNamespace>
  11. <AssemblyName>Abc.Zebus.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  24. <UseVSHostingProcess>false</UseVSHostingProcess>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject />
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="clrzmq">
  42. <HintPath>..\..\lib\zmq\clrzmq.dll</HintPath>
  43. </Reference>
  44. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\..\lib\moq\Moq.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\lib\json.net\Newtonsoft.Json.dll</HintPath>
  55. </Reference>
  56. <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\lib\nunit\nunit.framework.dll</HintPath>
  59. </Reference>
  60. <Reference Include="protobuf-net, Version=2.0.0.622, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\lib\protobuf\protobuf-net.dll</HintPath>
  63. </Reference>
  64. <Reference Include="StructureMap, Version=2.6.4.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\..\lib\structuremap\StructureMap.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="System.Xml" />
  71. <Reference Include="VersionedLibrary_2">
  72. <HintPath>.\VersionedLibrary_2.dll</HintPath>
  73. <Aliases>senderVersion</Aliases>
  74. </Reference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="BindingKeyTests.cs" />
  78. <Compile Include="Core\BusFactoryTests.cs" />
  79. <Compile Include="Core\BusManualTests.cs" />
  80. <Compile Include="Core\BusPerformanceTests.cs" />
  81. <Compile Include="Core\BusTests.cs" />
  82. <Compile Include="Core\BusTests.Send.cs" />
  83. <Compile Include="Core\BusTests.MessageExecutionCompleted.cs" />
  84. <Compile Include="Core\BusTests.MessageProcessingFailed.cs" />
  85. <Compile Include="Core\BusTests.Reply.cs" />
  86. <Compile Include="Core\BusTests.Dispatch.cs" />
  87. <Compile Include="Core\BusTests.Publish.cs" />
  88. <Compile Include="Core\BusTests.Subscribe.cs" />
  89. <Compile Include="Core\MessageContextAwareBusTests.cs" />
  90. <Compile Include="Core\RoundRobinPeerSelectorTests.cs" />
  91. <Compile Include="Directory\PeerDirectoryClientTests.Performance.cs" />
  92. <Compile Include="Directory\PeerSubscriptionList.cs" />
  93. <Compile Include="Directory\PeerSubscriptionTreeTests.Performance.cs" />
  94. <Compile Include="Dispatch\AsyncMessageHandlerInvokerTests.cs" />
  95. <Compile Include="Dispatch\DispatchMessages\AsyncCommand.cs" />
  96. <Compile Include="Dispatch\DispatchMessages\AsyncDoNotStartTaskCommand.cs" />
  97. <Compile Include="Dispatch\DispatchMessages\AsyncDoNotStartTaskCommandHandler.cs" />
  98. <Compile Include="Dispatch\DispatchMessages\CapturingTaskSchedulerAsyncCommandHandler.cs" />
  99. <Compile Include="Dispatch\DispatchMessages\CapturingTaskSchedulerSyncCommandHandler.cs" />
  100. <Compile Include="Dispatch\DispatchMessages\ForwardCommand.cs" />
  101. <Compile Include="Dispatch\DispatchMessages\ForwardCommandHandler.cs" />
  102. <Compile Include="Dispatch\DispatcherTaskSchedulerTests.cs" />
  103. <Compile Include="Dispatch\DispatchMessages\ManualCommand.cs" />
  104. <Compile Include="Dispatch\DispatchMessages\ManualCommandHandler.cs" />
  105. <Compile Include="Dispatch\MessageDispatcherTests.CustomQueues.cs" />
  106. <Compile Include="Dispatch\DispatchMessages\Namespace1\UseOtherQueue.cs" />
  107. <Compile Include="Dispatch\DispatchMessages\Namespace1\Namespace2\SyncCommandHandlerWithOtherQueueName.cs" />
  108. <Compile Include="Dispatch\DispatchMessages\ReplyCommand.cs" />
  109. <Compile Include="Dispatch\DispatchMessages\ReplyCommandHandler.cs" />
  110. <Compile Include="Dispatch\DispatchMessages\RoutableCommand.cs" />
  111. <Compile Include="Dispatch\DispatchMessages\RoutableCommandHandler.cs" />
  112. <Compile Include="Dispatch\DispatchMessages\SyncCommandHandlerWithQueueName2.cs" />
  113. <Compile Include="DomainExceptionTests.cs" />
  114. <Compile Include="Initialization\ZebusRegistryTests.cs" />
  115. <Compile Include="Lotus\ReplayMessageHandlerTests.cs" />
  116. <Compile Include="MessageContextTests.cs" />
  117. <Compile Include="Messages\FakeCommandWithTimestamp.cs" />
  118. <Compile Include="Scan\StaticAsyncMessageHandlerInvokerLoaderTests.cs" />
  119. <Compile Include="Scan\SyncMessageHandlerInvokerLoaderTests.cs" />
  120. <Compile Include="Dispatch\DispatchMessages\SyncCommandHandlerWithQueueName1.cs" />
  121. <Compile Include="Messages\FakeCommandResult.cs" />
  122. <Compile Include="Directory\PeerDescriptorTests.cs" />
  123. <Compile Include="Directory\PeerDirectoryClientTests.cs" />
  124. <Compile Include="Dispatch\DispatchMessages\DispatchCommand.cs" />
  125. <Compile Include="Dispatch\DispatchMessages\AsyncFailingCommand.cs" />
  126. <Compile Include="Dispatch\DispatchMessages\AsyncFailingCommandHandler.cs" />
  127. <Compile Include="Dispatch\DispatchMessages\FailingCommand.cs" />
  128. <Compile Include="Dispatch\DispatchMessages\FailingCommandHandler.cs" />
  129. <Compile Include="Dispatch\SyncMessageHandlerInvokerTests.cs" />
  130. <Compile Include="Dispatch\DispatchMessages\AsyncCommandHandler.cs" />
  131. <Compile Include="Dispatch\DispatchMessages\SyncCommandHandler.cs" />
  132. <Compile Include="Messages\FakeRoutableCommand.cs" />
  133. <Compile Include="Messages\FakeCommand.cs" />
  134. <Compile Include="Messages\FakeEvent.cs" />
  135. <Compile Include="Log4netConfigurator.cs" />
  136. <Compile Include="MessageIdTests.cs" />
  137. <Compile Include="Messages\FakeInfrastructureCommand.cs" />
  138. <Compile Include="Messages\FakeNonPersistentCommand.cs" />
  139. <Compile Include="MessageUtilTests.cs" />
  140. <Compile Include="Persistence\PersistentTransportTests.cs" />
  141. <Compile Include="Persistence\PersistentTransportFixture.cs" />
  142. <Compile Include="Persistence\TranscientPersistentTransportTests.cs" />
  143. <Compile Include="Pipes\AttributePipeSourceTests.cs" />
  144. <Compile Include="Pipes\FakePipe.cs" />
  145. <Compile Include="Pipes\FakePipeSource.cs" />
  146. <Compile Include="Pipes\PipeInvocationTests.cs" />
  147. <Compile Include="Pipes\PipeManagerTests.cs" />
  148. <Compile Include="Pipes\PipeSourceTests.cs" />
  149. <Compile Include="Program.cs" />
  150. <Compile Include="Properties\AssemblyInfo.cs" />
  151. <Compile Include="Dispatch\MessageDispatcherTests.cs" />
  152. <Compile Include="Dispatch\DispatchMessages\ScanCommand1.cs" />
  153. <Compile Include="Dispatch\DispatchMessages\ScanCommand2.cs" />
  154. <Compile Include="Dispatch\DispatchMessages\ScanCommandHandler1.cs" />
  155. <Compile Include="Dispatch\DispatchMessages\ScanCommandHandler2.cs" />
  156. <Compile Include="SerializationTests.cs" />
  157. <Compile Include="Directory\PeerSubscriptionTreeTests.cs" />
  158. <Compile Include="SubscriptionTests.cs" />
  159. <Compile Include="SubscriptionTests.Legacy.cs" />
  160. <Compile Include="TestDataBuilder.cs" />
  161. <Compile Include="Transport\ZmqTests.cs" />
  162. <Compile Include="Transport\ZmqTransportPerformanceTests.cs" />
  163. <Compile Include="Transport\ZmqTransportTests.cs" />
  164. <Compile Include="Util\Collections\ConcurrentListTests.cs" />
  165. <Compile Include="Util\Collections\ConcurrentSetTests.cs" />
  166. <Compile Include="Util\Collections\FlushableBlockingCollectionPerformanceTests.cs" />
  167. <Compile Include="Util\Collections\FlushableBlockingCollectionTests.cs" />
  168. <Compile Include="Util\CultureScopeTests.cs" />
  169. <Compile Include="Util\DisposableActionTests.cs" />
  170. <Compile Include="Util\Extensions\ExtendDictionaryTests.cs" />
  171. <Compile Include="Util\Extensions\ExtendICollectionTests.cs" />
  172. <Compile Include="Util\Extensions\ExtendStringTests.cs" />
  173. <Compile Include="Util\Extensions\ExtendTypeTests.cs" />
  174. <Compile Include="Util\FluentTime\TimeSpanCreationTests.cs" />
  175. <Compile Include="Util\GenZero\BufferTests.cs" />
  176. <Compile Include="Util\SystemDateTimeTests.cs" />
  177. <Compile Include="Util\TcpUtilTests.cs" />
  178. <Compile Include="Util\TypeUtilTests.cs" />
  179. <Compile Include="Util\UniqueTimestampProviderTests.cs" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="log4net.config">
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </None>
  185. <None Include="packages.config" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Folder Include="Util\IO\" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ProjectReference Include="..\Abc.Zebus.Testing\Abc.Zebus.Testing.csproj">
  192. <Project>{4ce123df-8021-411c-929b-53e5c5fc1e04}</Project>
  193. <Name>Abc.Zebus.Testing</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\Abc.Zebus\Abc.Zebus.csproj">
  196. <Project>{1f4c6307-6113-40d5-bf42-4b6bf5df13b2}</Project>
  197. <Name>Abc.Zebus</Name>
  198. </ProjectReference>
  199. </ItemGroup>
  200. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  201. <PropertyGroup>
  202. <PreBuildEvent>
  203. </PreBuildEvent>
  204. </PropertyGroup>
  205. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  206. Other similar extension points exist, see Microsoft.Common.targets.
  207. <Target Name="BeforeBuild">
  208. </Target>
  209. <Target Name="AfterBuild">
  210. </Target>
  211. -->
  212. </Project>