123456789101112131415161718192021222324252627 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <AssemblyName>Dfs.WayneChina.HengshanPosApp</AssemblyName>
- <RootNamespace>Dfs.WayneChina.HengshanPos</RootNamespace>
- <Version>1.1.0</Version>
- <Description>A wrapper of the Hengshan terminal that acts as the POS, which manages fuel sales.</Description>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
- <ProjectReference Include="..\..\..\Devices\Printers\HybridPrinterHandler\HyperPrinterHandler.csproj" />
- <ProjectReference Include="..\..\..\Devices\Pumps\HengShan_Pump_NonIC\HengShan_Pump_NonIC.csproj" />
- <ProjectReference Include="..\..\..\Devices\Pumps\Wayne_Pump_Dart\Wayne_Pump_Dart.csproj" />
- <ProjectReference Include="..\..\FdcServer\FdcServerHost\FdcServerHost.csproj" />
- <ProjectReference Include="..\CardTrxManager\CardTrxManager.csproj" />
- <ProjectReference Include="..\FPosDbManager\FPosDbManager.csproj" />
- <ProjectReference Include="..\SpsDbModels\SpsDbModels.csproj" />
- <ProjectReference Include="..\TerminalWrapper\HengshanTerminalWrapper.csproj" />
- </ItemGroup>
- </Project>
|