Files
Biblotek/Bokhantarare/Bokhantarare.csproj
Zacharias 3c44c8dc8a Chaged colors
Added handelrs for networking exceptions
Made Book selector a bit bigger
Fixed issue with publishing date
2025-02-04 09:03:10 +01:00

18 lines
451 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>
<ItemGroup>
<None Update="recycle-bin.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>