1
0
mirror of synced 2024-07-01 16:27:40 +00:00
Tapeti/Test/Test.csproj

19 lines
747 B
XML
Raw Normal View History

2018-06-11 07:51:15 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2018-06-11 07:51:15 +00:00
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
2018-06-11 07:51:15 +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" />
<ProjectReference Include="..\Tapeti.Transient\Tapeti.Transient.csproj" />
2018-06-11 07:51:15 +00:00
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
</Project>