HengshanPos.csproj 1.3 KB

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <AssemblyName>Dfs.WayneChina.HengshanPosApp</AssemblyName>
  5. <RootNamespace>Dfs.WayneChina.HengshanPos</RootNamespace>
  6. <Version>1.1.0</Version>
  7. <Description>A wrapper of the Hengshan terminal that acts as the POS, which manages fuel sales.</Description>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  14. <ProjectReference Include="..\..\..\Devices\Printers\HybridPrinterHandler\HyperPrinterHandler.csproj" />
  15. <ProjectReference Include="..\..\..\Devices\Pumps\HengShan_Pump_NonIC\HengShan_Pump_NonIC.csproj" />
  16. <ProjectReference Include="..\..\..\Devices\Pumps\Wayne_Pump_Dart\Wayne_Pump_Dart.csproj" />
  17. <ProjectReference Include="..\..\FdcServer\FdcServerHost\FdcServerHost.csproj" />
  18. <ProjectReference Include="..\CardTrxManager\CardTrxManager.csproj" />
  19. <ProjectReference Include="..\FPosDbManager\FPosDbManager.csproj" />
  20. <ProjectReference Include="..\SpsDbModels\SpsDbModels.csproj" />
  21. <ProjectReference Include="..\TerminalWrapper\HengshanTerminalWrapper.csproj" />
  22. </ItemGroup>
  23. </Project>