2022-09-07 20:09:22 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2023-12-15 22:03:33 +01:00
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
2022-09-07 20:09:22 +02:00
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-10-07 11:08:07 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2792.45" />
|
2022-09-07 20:09:22 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|