CourseWork_BankYouBankrupt/BankYouBankrupt/BankYouBankruptBusinessLogic/BankYouBankruptBusinessLogic.csproj

16 lines
354 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-03-31 20:21:07 +04:00
<ItemGroup>
<Folder Include="BusinessLogics\" />
<Folder Include="Implements\" />
<Folder Include="OfficePackage\" />
</ItemGroup>
</Project>