2018-06-11 07:51:15 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2016-11-20 13:34:50 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-06-11 07:51:15 +00:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2016-11-20 13:34:50 +00:00
|
|
|
</PropertyGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2016-11-20 13:34:50 +00:00
|
|
|
<ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<ProjectReference Include="..\Tapeti.Annotations\Tapeti.Annotations.csproj" />
|
|
|
|
<ProjectReference Include="..\Tapeti.DataAnnotations\Tapeti.DataAnnotations.csproj" />
|
|
|
|
<ProjectReference Include="..\Tapeti.Flow.SQL\Tapeti.Flow.SQL.csproj" />
|
|
|
|
<ProjectReference Include="..\Tapeti.Flow\Tapeti.Flow.csproj" />
|
|
|
|
<ProjectReference Include="..\Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj" />
|
2019-04-25 13:19:51 +00:00
|
|
|
<ProjectReference Include="..\Tapeti.Transient\Tapeti.Transient.csproj" />
|
2018-06-11 07:51:15 +00:00
|
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
|
2016-11-20 13:34:50 +00:00
|
|
|
</ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
|
|
|
</Project>
|