2016-12-07 09:19:16 +00:00
<?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>
2017-01-31 11:01:08 +00:00
<RootNamespace > Tapeti.Flow</RootNamespace>
<AssemblyName > Tapeti.Flow</AssemblyName>
2016-12-13 21:01:43 +00:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
2016-12-07 09:19:16 +00:00
<FileAlignment > 512</FileAlignment>
2016-12-13 21:01:43 +00:00
<TargetFrameworkProfile />
2017-02-13 14:42:38 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-12-07 09:19:16 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
2017-02-08 21:09:06 +00:00
<OutputPath > lib\net46\</OutputPath>
2016-12-07 09:19:16 +00:00
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
2017-02-08 21:09:06 +00:00
<OutputPath > lib\net46\</OutputPath>
2016-12-07 09:19:16 +00:00
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2017-01-31 11:01:08 +00:00
<Reference Include= "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.9.0.1\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.1\lib\net451\RabbitMQ.Client.dll</HintPath>
<Private > True</Private>
</Reference>
2016-12-07 09:19:16 +00:00
<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 >
2017-01-31 11:01:08 +00:00
<Compile Include= "Annotations\ContinuationAttribute.cs" />
2017-02-15 21:05:01 +00:00
<Compile Include= "Annotations\StartAttribute.cs" />
2017-01-31 11:01:08 +00:00
<Compile Include= "ContextItems.cs" />
2017-02-08 14:52:24 +00:00
<Compile Include= "Default\FlowMessageFilterMiddleware.cs" />
2017-02-07 15:13:33 +00:00
<Compile Include= "Default\FlowBindingMiddleware.cs" />
2017-01-31 11:01:08 +00:00
<Compile Include= "Default\FlowContext.cs" />
<Compile Include= "Default\FlowMessageMiddleware.cs" />
2017-02-15 21:05:01 +00:00
<Compile Include= "Default\FlowStarter.cs" />
2017-02-05 22:22:34 +00:00
<Compile Include= "Default\FlowState.cs" />
2017-02-16 22:03:07 +00:00
<Compile Include= "Default\IExecutableYieldPoint.cs" />
2017-01-31 11:01:08 +00:00
<Compile Include= "Default\NonPersistentFlowRepository.cs" />
<Compile Include= "Default\DelegateYieldPoint.cs" />
2017-02-05 22:22:34 +00:00
<Compile Include= "ConfigExtensions.cs" />
2017-02-12 18:04:26 +00:00
<Compile Include= "Default\StateYieldPoint.cs" />
2017-01-31 11:01:08 +00:00
<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" />
2016-12-07 09:19:16 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2017-02-07 15:13:33 +00:00
<Compile Include= "ResponseExpectedException.cs" />
2017-02-05 22:22:34 +00:00
<Compile Include= "YieldPointException.cs" />
2016-12-13 21:01:43 +00:00
</ItemGroup>
<ItemGroup >
2017-02-10 15:33:05 +00:00
<ProjectReference Include= "..\Tapeti.Annotations\Tapeti.Annotations.csproj" >
<Project > {c4897d64-d04e-4ae9-bd98-d64295d1d13a}</Project>
<Name > Tapeti.Annotations</Name>
</ProjectReference>
2017-02-07 15:22:04 +00:00
<ProjectReference Include= "..\Tapeti\Tapeti.csproj" >
2016-12-13 21:01:43 +00:00
<Project > {8ab4fd33-4aaa-465c-8579-9db3f3b23813}</Project>
<Name > Tapeti</Name>
</ProjectReference>
2016-12-07 09:19:16 +00:00
</ItemGroup>
2017-01-31 11:01:08 +00:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2016-12-07 09:19:16 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2017-02-13 14:42:38 +00:00
<Import Project= "..\packages\GitVersionTask.3.6.5\build\dotnet\GitVersionTask.targets" Condition= "Exists('..\packages\GitVersionTask.3.6.5\build\dotnet\GitVersionTask.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\GitVersionTask.3.6.5\build\dotnet\GitVersionTask.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\GitVersionTask.3.6.5\build\dotnet\GitVersionTask.targets'))" />
</Target>
2016-12-07 09:19:16 +00:00
<!-- 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>