123456789101112131415161718192021222324 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
- <ProjectReference Include="..\..\..\Devices\Sensors\Sinochem_CarPlateRecognizeCamera_HuLianWangJia\Sinochem_CarPlateRecognizeCamera_HuLianWangJia.csproj" />
- <ProjectReference Include="..\..\..\Devices\Terminals\WayneChina_IcCardReader_SinoChem\WayneChina_IcCardReader_SinoChem.csproj" />
- <ProjectReference Include="..\..\Share\WayneLib_WayneLibraries\Log\Log.csproj" />
- <ProjectReference Include="..\..\Share\WayneLib_WayneLibraries\StateEngine\StateEngine.csproj" />
- <ProjectReference Include="..\NozzleLockConfiguration\NozzleLockConfiguration.csproj" />
- <ProjectReference Include="..\SinoChemCommonUtilities\SinoChemCommonUtilities.csproj" />
- <ProjectReference Include="..\SinochemDisplayCommands\SinochemDisplayCommands.csproj" />
- <ProjectReference Include="..\WebApiClients\SinochemCloudClient\SinochemCloudClient.csproj" />
- <ProjectReference Include="..\WebApiClients\SinochemPosClient\SinochemPosClient.csproj" />
- </ItemGroup>
- </Project>
|