Files
Keys/App/App.csproj

19 lines
420 B
XML
Raw Normal View History

2025-09-13 17:36:46 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GirCore.Adw-1" Version="0.6.3" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="UI/MainWindow.xml" />
2025-09-13 17:36:46 +02:00
</ItemGroup>
</Project>