2024-04-29 17:10:01 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="MailWorker\" />
|
|
|
|
<Folder Include="OfficePackage\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-04-29 17:27:20 +04:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\UniversityContracts\UniversityContracts.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-04-29 17:10:01 +04:00
|
|
|
</Project>
|