2024-04-17 22:01:38 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-04-18 16:47:15 +04:00
|
|
|
|
<ItemGroup>
|
2024-04-24 18:37:36 +04:00
|
|
|
|
<Compile Remove="BusinessLogicsContracts\IStoreKeeperLogic.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="BusinessLogicsContracts\IStoreKeeperLogic.cs" />
|
2024-04-18 16:47:15 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-04-25 22:20:09 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ComputerHardwareStoreDataModels\ComputerHardwareStoreDataModels.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-04-17 22:01:38 +04:00
|
|
|
|
</Project>
|