BackupPipefy/BackupPipefy.Presentation/BackupPipefy.Presentation.csproj
2025-09-11 16:01:01 -03:00

15 lines
367 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\BackupPipefy.Application\BackupPipefy.Application.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>