SinochemEps.csproj 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <RootNamespace>Dfs.WayneChina.SinochemEps</RootNamespace>
  5. <AssemblyName>Dfs.WayneChina.SinochemEpsApp</AssemblyName>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  12. <ProjectReference Include="..\..\..\Devices\Sensors\Sinochem_CarPlateRecognizeCamera_HuLianWangJia\Sinochem_CarPlateRecognizeCamera_HuLianWangJia.csproj" />
  13. <ProjectReference Include="..\..\..\Devices\Terminals\WayneChina_IcCardReader_SinoChem\WayneChina_IcCardReader_SinoChem.csproj" />
  14. <ProjectReference Include="..\..\FdcServer\FdcServerHost\FdcServerHost.csproj" />
  15. <ProjectReference Include="..\..\Share\WayneLib_WayneLibraries\StateEngine\StateEngine.csproj" />
  16. <ProjectReference Include="..\NozzleLockConfiguration\NozzleLockConfiguration.csproj" />
  17. <ProjectReference Include="..\SinoChemCommonUtilities\SinoChemCommonUtilities.csproj" />
  18. <ProjectReference Include="..\SinochemDisplayCommands\SinochemDisplayCommands.csproj" />
  19. <ProjectReference Include="..\WebApiClients\SinochemCloudClient\SinochemCloudClient.csproj" />
  20. <ProjectReference Include="..\WebApiClients\SinochemPosClient\SinochemPosClient.csproj" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <None Update="SinochemAppLogConfig.xml">
  24. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  25. </None>
  26. <None Update="SinochemEventLogConfig.xml">
  27. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  28. </None>
  29. </ItemGroup>
  30. </Project>