LevelOS/LevelOS/LevelOS.csproj

28 lines
938 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Folder Include="Cadastros\" />
<Folder Include="CodigosAuxiliares\" />
<Folder Include="Consultas\" />
<Folder Include="Relatorios\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BLL\BLL.csproj" />
<ProjectReference Include="..\CLL\CLL.csproj" />
<ProjectReference Include="..\Components\Components.csproj" />
<ProjectReference Include="..\DAL\DAL.csproj" />
<ProjectReference Include="..\MLL\MLL.csproj" />
<ProjectReference Include="..\NotificationServices\NotificationServices.csproj" />
<ProjectReference Include="..\Security\Security.csproj" />
</ItemGroup>
</Project>