HyperPrinterHandler.csproj 758 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <AssemblyName>Dfs.WayneChina.HyperPrinterHandler</AssemblyName>
  5. <RootNamespace>Dfs.WayneChina.HyperPrinterHandler</RootNamespace>
  6. <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>
  7. <Copyright>Dover Fueling Solutions.</Copyright>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  14. </ItemGroup>
  15. </Project>