Liber_Incantamentum/LiberIncantamentum.Application/Liber_Incantamentum.Application.csproj
2025-09-06 19:51:07 +02:00

20 lines
546 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Authentification\Exceptions\" />
<Folder Include="Authentification\Services\Mappings\" />
<Folder Include="Authentification\Services\Validations\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LiberIncantamentum.Domain\Liber_Incantamentum.Domain.csproj" />
</ItemGroup>
</Project>