2021-12-06 19:41:20 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-12-06 02:49:27 +03:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-08-04 03:59:04 +03:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-12-06 02:49:27 +03:00
|
|
|
|
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
|
|
|
|
|
<RootNamespace>BlueWest.Data</RootNamespace>
|
2021-12-08 04:43:29 +03:00
|
|
|
|
<AnalysisLevel>preview</AnalysisLevel>
|
2021-12-06 02:49:27 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-08-04 00:50:42 +03:00
|
|
|
|
<ItemGroup>
|
2022-08-17 23:21:00 +03:00
|
|
|
|
<ProjectReference Include="..\include\BlueWest.MapTo\src\BlueWest.MapTo\BlueWest.MapTo.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
2022-08-13 05:59:37 +03:00
|
|
|
|
<ProjectReference Include="..\include\Math-Expression-Evaluator\SimpleExpressionEvaluator\SimpleExpressionEvaluator.csproj" />
|
2022-08-04 00:50:42 +03:00
|
|
|
|
</ItemGroup>
|
2022-09-10 07:28:41 +03:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="obj\rider.project.restore.info" />
|
|
|
|
|
</ItemGroup>
|
2022-09-11 20:45:26 +03:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-09-17 22:13:35 +03:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.8" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.8" />
|
2022-09-11 20:45:26 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-09-17 22:13:35 +03:00
|
|
|
|
<Folder Include="Application" />
|
2022-09-11 20:45:26 +03:00
|
|
|
|
<Folder Include="Capital" />
|
|
|
|
|
</ItemGroup>
|
2022-08-17 23:21:00 +03:00
|
|
|
|
<Import Project="..\include\BlueWest.MapTo\src\BlueWest.MapTo\MapTo.props" />
|
2021-12-06 02:49:27 +03:00
|
|
|
|
|
|
|
|
|
</Project>
|