Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
10
PointOfSale/Pos.EpsonPrinter/EpsonReceiptPrinter.csproj
Normal file
10
PointOfSale/Pos.EpsonPrinter/EpsonReceiptPrinter.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user