2024-03-25 15:50:30 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\BankDataModels\BankDataModels.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-04-27 15:37:39 +04:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="ViewModels\Cashier\Diagram\" />
|
|
|
|
<Folder Include="ViewModels\Cashier\Reports\" />
|
|
|
|
<Folder Include="ViewModels\Client\Diagram\" />
|
|
|
|
<Folder Include="ViewModels\Client\Reports\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-03-25 15:50:30 +04:00
|
|
|
</Project>
|