355c992dbf
Flow ruimt nu zijn locks goed op en de weggeschreven state ingeval van exceptions tijdens het afhandelen van de message
101 lines
4.6 KiB
XML
101 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.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>{F84AD920-D5A1-455D-AED5-2542B3A47B85}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Tapeti.Flow</RootNamespace>
|
|
<AssemblyName>Tapeti.Flow</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>lib\net46\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>lib\net46\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="RabbitMQ.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\RabbitMQ.Client.4.1.3\lib\net451\RabbitMQ.Client.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Annotations\ContinuationAttribute.cs" />
|
|
<Compile Include="Annotations\StartAttribute.cs" />
|
|
<Compile Include="ContextItems.cs" />
|
|
<Compile Include="Default\FlowCleanupMiddleware.cs" />
|
|
<Compile Include="Default\FlowMessageFilterMiddleware.cs" />
|
|
<Compile Include="Default\FlowBindingMiddleware.cs" />
|
|
<Compile Include="Default\FlowContext.cs" />
|
|
<Compile Include="Default\FlowMessageMiddleware.cs" />
|
|
<Compile Include="Default\FlowStarter.cs" />
|
|
<Compile Include="Default\FlowState.cs" />
|
|
<Compile Include="Default\IExecutableYieldPoint.cs" />
|
|
<Compile Include="Default\NonPersistentFlowRepository.cs" />
|
|
<Compile Include="Default\DelegateYieldPoint.cs" />
|
|
<Compile Include="ConfigExtensions.cs" />
|
|
<Compile Include="Default\StateYieldPoint.cs" />
|
|
<Compile Include="FlowHelpers\MethodSerializer.cs" />
|
|
<Compile Include="FlowMiddleware.cs" />
|
|
<Compile Include="Default\FlowStore.cs" />
|
|
<Compile Include="Default\FlowProvider.cs" />
|
|
<Compile Include="IFlowRepository.cs" />
|
|
<Compile Include="IFlowStore.cs" />
|
|
<Compile Include="IFlowProvider.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ResponseExpectedException.cs" />
|
|
<Compile Include="YieldPointException.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tapeti.Annotations\Tapeti.Annotations.csproj">
|
|
<Project>{c4897d64-d04e-4ae9-bd98-d64295d1d13a}</Project>
|
|
<Name>Tapeti.Annotations</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj">
|
|
<Project>{8ab4fd33-4aaa-465c-8579-9db3f3b23813}</Project>
|
|
<Name>Tapeti</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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> |