123456789101112131415161718192021222324252627 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <AssemblyName>Apps.PetroChinaIcCardFuelTrxToSmartFuelCloudUploader</AssemblyName>
- <RootNamespace>Apps.PetroChinaIcCardFuelTrxToSmartFuelCloudUploader</RootNamespace>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <WarningLevel>1</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="ApiParamsJsonSchemas\appCtorParamsJsonSchema.json" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="ApiParamsJsonSchemas\appCtorParamsJsonSchema.json" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Devices\Pumps\HengShan_Pump_TQC_IFSF\HengShan_Pump_TQC_IFSF.csproj" />
- <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
- <ProjectReference Include="..\..\VBaoProxyApp\VBaoProxyApp.csproj" />
- </ItemGroup>
- </Project>
|