SinochemInternetPlusApp.csproj 1.3 KB

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  10. <ProjectReference Include="..\..\..\Devices\Sensors\Sinochem_CarPlateRecognizeCamera_HuLianWangJia\Sinochem_CarPlateRecognizeCamera_HuLianWangJia.csproj" />
  11. <ProjectReference Include="..\..\..\Devices\Terminals\WayneChina_IcCardReader_SinoChem\WayneChina_IcCardReader_SinoChem.csproj" />
  12. <ProjectReference Include="..\..\Share\WayneLib_WayneLibraries\Log\Log.csproj" />
  13. <ProjectReference Include="..\..\Share\WayneLib_WayneLibraries\StateEngine\StateEngine.csproj" />
  14. <ProjectReference Include="..\NozzleLockConfiguration\NozzleLockConfiguration.csproj" />
  15. <ProjectReference Include="..\SinoChemCommonUtilities\SinoChemCommonUtilities.csproj" />
  16. <ProjectReference Include="..\SinochemDisplayCommands\SinochemDisplayCommands.csproj" />
  17. <ProjectReference Include="..\WebApiClients\SinochemCloudClient\SinochemCloudClient.csproj" />
  18. <ProjectReference Include="..\WebApiClients\SinochemPosClient\SinochemPosClient.csproj" />
  19. </ItemGroup>
  20. </Project>