2022-08-22 00:14:50 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\BlueWest.Data.Capital\BlueWest.Data.Capital.csproj" />
|
|
|
|
<ProjectReference Include="..\include\BlueWest.MapTo\src\BlueWest.MapTo\BlueWest.MapTo.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-09-10 07:28:41 +03:00
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="obj\rider.project.restore.info" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-08-22 00:14:50 +03:00
|
|
|
</Project>
|