1234567891011121314151617181920212223242526272829303132333435 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <RootNamespace>Dfs.WayneChina.SinochemEps</RootNamespace>
- <AssemblyName>Dfs.WayneChina.SinochemEpsApp</AssemblyName>
- </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="..\..\FdcServer\FdcServerHost\FdcServerHost.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>
- <ItemGroup>
- <None Update="SinochemAppLogConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="SinochemEventLogConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- </Project>
|