GenericSinochemEps.csproj 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <None Remove="SinochemAppLogConfig.xml" />
  7. <None Remove="SinochemEventLogConfig.xml" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Content Include="SinochemAppLogConfig.xml">
  11. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  12. </Content>
  13. <Content Include="SinochemEventLogConfig.xml">
  14. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  15. </Content>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  19. <ProjectReference Include="..\..\..\Devices\Pumps\Global_Pump_Fdc\Global_Pump_Fdc.csproj" />
  20. <ProjectReference Include="..\..\..\Devices\Sensors\Sinochem_CarPlateRecognizeCamera_HuLianWangJia\Sinochem_CarPlateRecognizeCamera_HuLianWangJia.csproj" />
  21. <ProjectReference Include="..\..\..\Devices\Terminals\WayneChina_IcCardReader_SinoChem\WayneChina_IcCardReader_SinoChem.csproj" />
  22. <ProjectReference Include="..\..\Share\WayneLib_WayneLibraries\StateEngine\StateEngine.csproj" />
  23. <ProjectReference Include="..\DisplayCommandsManual\DisplayCommandsManual.csproj" />
  24. <ProjectReference Include="..\NozzleLockConfiguration\NozzleLockConfiguration.csproj" />
  25. <ProjectReference Include="..\SinoChemCommonUtilities\SinoChemCommonUtilities.csproj" />
  26. <ProjectReference Include="..\WebApiClients\SinochemCloudClient\SinochemCloudClient.csproj" />
  27. <ProjectReference Include="..\WebApiClients\SinochemPosClient\SinochemPosClient.csproj" />
  28. </ItemGroup>
  29. </Project>