AyCode.Core/AyCode.Interfaces/AyCode.Interfaces.csproj

20 lines
473 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;Product</Configurations>
</PropertyGroup>
<ItemGroup>
<Folder Include="Addresses\Dtos\" />
<Folder Include="Sessions\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AyCode.Core\AyCode.Core.csproj" />
</ItemGroup>
</Project>