Initial commit

Update .gitignore, LICENSE, and 6 more files...
This commit is contained in:
2026-05-17 12:10:11 +02:00
commit e15c6299c2
8 changed files with 465 additions and 0 deletions
@@ -0,0 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ESCPOS_NET" Version="3.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="logo01.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>