PetroChinaIcCardFuelTrxToSmartFuelCloudUploader.csproj 956 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <AssemblyName>Apps.PetroChinaIcCardFuelTrxToSmartFuelCloudUploader</AssemblyName>
  5. <RootNamespace>Apps.PetroChinaIcCardFuelTrxToSmartFuelCloudUploader</RootNamespace>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  8. <WarningLevel>1</WarningLevel>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Remove="ApiParamsJsonSchemas\appCtorParamsJsonSchema.json" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <EmbeddedResource Include="ApiParamsJsonSchemas\appCtorParamsJsonSchema.json" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\..\Devices\Pumps\HengShan_Pump_TQC_IFSF\HengShan_Pump_TQC_IFSF.csproj" />
  18. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  19. <ProjectReference Include="..\..\VBaoProxyApp\VBaoProxyApp.csproj" />
  20. </ItemGroup>
  21. </Project>