Files
LeaJobTrackerWebApp/WpfAppRepo/WpfAppgroup/WpfAppgroup.csproj
younes elhaddoury 562f7ff255 first commit
2025-09-16 09:45:26 +02:00

12 lines
279 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>