Add project files.

This commit is contained in:
Mark Kors
2025-11-11 10:34:36 +01:00
parent 4a5fddd3df
commit aa6427edde
9 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<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>
<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
</ItemGroup>
</Project>