Case_accounting/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDataBaseImplement.csproj

15 lines
309 B
XML
Raw Normal View History

2023-03-26 18:10:44 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2023-03-26 17:34:02 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-03-26 18:10:44 +04:00
<ItemGroup>
<Folder Include="Implements\" />
<Folder Include="Models\" />
</ItemGroup>
2023-03-26 17:34:02 +04:00
</Project>