12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <AssemblyName>Dfs.WayneChina.HyperPrinterHandler</AssemblyName>
- <RootNamespace>Dfs.WayneChina.HyperPrinterHandler</RootNamespace>
- <Description>Designed as a virtual printing deivce, the HyperPrinter communicates with physical printer installed on dispenser to enable receipt printing for forecourt fueling transactions.</Description>
- <Copyright>Dover Fueling Solutions.</Copyright>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
- </ItemGroup>
- </Project>
|