Files
aziascreations e15c6299c2 Initial commit
Update .gitignore, LICENSE, and 6 more files...
2026-05-17 12:10:11 +02:00

21 lines
503 B
XML

<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>