| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{7BF5AC28-91DB-40EF-8CB7-024E518FA799}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Abc.Zebus.Tests</RootNamespace>
- <AssemblyName>Abc.Zebus.Tests</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="clrzmq">
- <HintPath>..\..\lib\zmq\clrzmq.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\moq\Moq.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\json.net\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\nunit\nunit.framework.dll</HintPath>
- </Reference>
- <Reference Include="protobuf-net, Version=2.0.0.622, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\protobuf\protobuf-net.dll</HintPath>
- </Reference>
- <Reference Include="StructureMap, Version=2.6.4.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\structuremap\StructureMap.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml" />
- <Reference Include="VersionedLibrary_2">
- <HintPath>.\VersionedLibrary_2.dll</HintPath>
- <Aliases>senderVersion</Aliases>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BindingKeyTests.cs" />
- <Compile Include="Core\BusFactoryTests.cs" />
- <Compile Include="Core\BusManualTests.cs" />
- <Compile Include="Core\BusPerformanceTests.cs" />
- <Compile Include="Core\BusTests.cs" />
- <Compile Include="Core\BusTests.Send.cs" />
- <Compile Include="Core\BusTests.MessageExecutionCompleted.cs" />
- <Compile Include="Core\BusTests.MessageProcessingFailed.cs" />
- <Compile Include="Core\BusTests.Reply.cs" />
- <Compile Include="Core\BusTests.Dispatch.cs" />
- <Compile Include="Core\BusTests.Publish.cs" />
- <Compile Include="Core\BusTests.Subscribe.cs" />
- <Compile Include="Core\MessageContextAwareBusTests.cs" />
- <Compile Include="Core\RoundRobinPeerSelectorTests.cs" />
- <Compile Include="Directory\PeerDirectoryClientTests.Performance.cs" />
- <Compile Include="Directory\PeerSubscriptionList.cs" />
- <Compile Include="Directory\PeerSubscriptionTreeTests.Performance.cs" />
- <Compile Include="Dispatch\AsyncMessageHandlerInvokerTests.cs" />
- <Compile Include="Dispatch\DispatchMessages\AsyncCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\AsyncDoNotStartTaskCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\AsyncDoNotStartTaskCommandHandler.cs" />
- <Compile Include="Dispatch\DispatchMessages\CapturingTaskSchedulerAsyncCommandHandler.cs" />
- <Compile Include="Dispatch\DispatchMessages\CapturingTaskSchedulerSyncCommandHandler.cs" />
- <Compile Include="Dispatch\DispatchMessages\ForwardCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\ForwardCommandHandler.cs" />
- <Compile Include="Dispatch\DispatcherTaskSchedulerTests.cs" />
- <Compile Include="Dispatch\DispatchMessages\ManualCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\ManualCommandHandler.cs" />
- <Compile Include="Dispatch\MessageDispatcherTests.CustomQueues.cs" />
- <Compile Include="Dispatch\DispatchMessages\Namespace1\UseOtherQueue.cs" />
- <Compile Include="Dispatch\DispatchMessages\Namespace1\Namespace2\SyncCommandHandlerWithOtherQueueName.cs" />
- <Compile Include="Dispatch\DispatchMessages\ReplyCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\ReplyCommandHandler.cs" />
- <Compile Include="Dispatch\DispatchMessages\RoutableCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\RoutableCommandHandler.cs" />
- <Compile Include="Dispatch\DispatchMessages\SyncCommandHandlerWithQueueName2.cs" />
- <Compile Include="DomainExceptionTests.cs" />
- <Compile Include="Initialization\ZebusRegistryTests.cs" />
- <Compile Include="Lotus\ReplayMessageHandlerTests.cs" />
- <Compile Include="MessageContextTests.cs" />
- <Compile Include="Messages\FakeCommandWithTimestamp.cs" />
- <Compile Include="Scan\StaticAsyncMessageHandlerInvokerLoaderTests.cs" />
- <Compile Include="Scan\SyncMessageHandlerInvokerLoaderTests.cs" />
- <Compile Include="Dispatch\DispatchMessages\SyncCommandHandlerWithQueueName1.cs" />
- <Compile Include="Messages\FakeCommandResult.cs" />
- <Compile Include="Directory\PeerDescriptorTests.cs" />
- <Compile Include="Directory\PeerDirectoryClientTests.cs" />
- <Compile Include="Dispatch\DispatchMessages\DispatchCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\AsyncFailingCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\AsyncFailingCommandHandler.cs" />
- <Compile Include="Dispatch\DispatchMessages\FailingCommand.cs" />
- <Compile Include="Dispatch\DispatchMessages\FailingCommandHandler.cs" />
- <Compile Include="Dispatch\SyncMessageHandlerInvokerTests.cs" />
- <Compile Include="Dispatch\DispatchMessages\AsyncCommandHandler.cs" />
- <Compile Include="Dispatch\DispatchMessages\SyncCommandHandler.cs" />
- <Compile Include="Messages\FakeRoutableCommand.cs" />
- <Compile Include="Messages\FakeCommand.cs" />
- <Compile Include="Messages\FakeEvent.cs" />
- <Compile Include="Log4netConfigurator.cs" />
- <Compile Include="MessageIdTests.cs" />
- <Compile Include="Messages\FakeInfrastructureCommand.cs" />
- <Compile Include="Messages\FakeNonPersistentCommand.cs" />
- <Compile Include="MessageUtilTests.cs" />
- <Compile Include="Persistence\PersistentTransportTests.cs" />
- <Compile Include="Persistence\PersistentTransportFixture.cs" />
- <Compile Include="Persistence\TranscientPersistentTransportTests.cs" />
- <Compile Include="Pipes\AttributePipeSourceTests.cs" />
- <Compile Include="Pipes\FakePipe.cs" />
- <Compile Include="Pipes\FakePipeSource.cs" />
- <Compile Include="Pipes\PipeInvocationTests.cs" />
- <Compile Include="Pipes\PipeManagerTests.cs" />
- <Compile Include="Pipes\PipeSourceTests.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Dispatch\MessageDispatcherTests.cs" />
- <Compile Include="Dispatch\DispatchMessages\ScanCommand1.cs" />
- <Compile Include="Dispatch\DispatchMessages\ScanCommand2.cs" />
- <Compile Include="Dispatch\DispatchMessages\ScanCommandHandler1.cs" />
- <Compile Include="Dispatch\DispatchMessages\ScanCommandHandler2.cs" />
- <Compile Include="SerializationTests.cs" />
- <Compile Include="Directory\PeerSubscriptionTreeTests.cs" />
- <Compile Include="SubscriptionTests.cs" />
- <Compile Include="SubscriptionTests.Legacy.cs" />
- <Compile Include="TestDataBuilder.cs" />
- <Compile Include="Transport\ZmqTests.cs" />
- <Compile Include="Transport\ZmqTransportPerformanceTests.cs" />
- <Compile Include="Transport\ZmqTransportTests.cs" />
- <Compile Include="Util\Collections\ConcurrentListTests.cs" />
- <Compile Include="Util\Collections\ConcurrentSetTests.cs" />
- <Compile Include="Util\Collections\FlushableBlockingCollectionPerformanceTests.cs" />
- <Compile Include="Util\Collections\FlushableBlockingCollectionTests.cs" />
- <Compile Include="Util\CultureScopeTests.cs" />
- <Compile Include="Util\DisposableActionTests.cs" />
- <Compile Include="Util\Extensions\ExtendDictionaryTests.cs" />
- <Compile Include="Util\Extensions\ExtendICollectionTests.cs" />
- <Compile Include="Util\Extensions\ExtendStringTests.cs" />
- <Compile Include="Util\Extensions\ExtendTypeTests.cs" />
- <Compile Include="Util\FluentTime\TimeSpanCreationTests.cs" />
- <Compile Include="Util\GenZero\BufferTests.cs" />
- <Compile Include="Util\SystemDateTimeTests.cs" />
- <Compile Include="Util\TcpUtilTests.cs" />
- <Compile Include="Util\TypeUtilTests.cs" />
- <Compile Include="Util\UniqueTimestampProviderTests.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="log4net.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Util\IO\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Abc.Zebus.Testing\Abc.Zebus.Testing.csproj">
- <Project>{4ce123df-8021-411c-929b-53e5c5fc1e04}</Project>
- <Name>Abc.Zebus.Testing</Name>
- </ProjectReference>
- <ProjectReference Include="..\Abc.Zebus\Abc.Zebus.csproj">
- <Project>{1f4c6307-6113-40d5-bf42-4b6bf5df13b2}</Project>
- <Name>Abc.Zebus</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- </PropertyGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|