12345678910111213141516171819202122232425262728293031323334 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="SinochemAppLogConfig.xml" />
- <None Remove="SinochemEventLogConfig.xml" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="SinochemAppLogConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="SinochemEventLogConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
- <ProjectReference Include="..\..\..\Devices\Pumps\Global_Pump_Fdc\Global_Pump_Fdc.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\StateEngine\StateEngine.csproj" />
- <ProjectReference Include="..\DisplayCommandsManual\DisplayCommandsManual.csproj" />
- <ProjectReference Include="..\NozzleLockConfiguration\NozzleLockConfiguration.csproj" />
- <ProjectReference Include="..\SinoChemCommonUtilities\SinoChemCommonUtilities.csproj" />
- <ProjectReference Include="..\WebApiClients\SinochemCloudClient\SinochemCloudClient.csproj" />
- <ProjectReference Include="..\WebApiClients\SinochemPosClient\SinochemPosClient.csproj" />
- </ItemGroup>
- </Project>
|