69 lines
3.2 KiB
XML
69 lines
3.2 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|||
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Remove="ApiModel\FM\UpdataWorkStageCalendarModel.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS_Base.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS_DETAIL.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS_DETAIL_Base.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS_PLATFORM.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS_PLATFORM_FILE.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS_PLATFORM_PARAM.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PROCESS_SOP_FILE.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PRODUCT_PROCESS.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_PRODUCT_PROCESS_DETAIL.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WAREHOUSE.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORKSHOP_SECTION.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORKSTAGE.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORKSTAGE_CALENDAR.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORKSTAGE_CALENDAR_SCH_DETAIL.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORKSTAGE_DETAILS.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORKSTAGE_EXT_STAGE.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORKSTAGE_MANU_RESOURCE.cs" />
|
|||
|
|
<Compile Remove="Entities\FM\T_FM_WORK_CALENDAR.cs" />
|
|||
|
|
<Compile Remove="IServices\IInfluxDataBase\InfluxDataBaseService.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="Properties\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="log4net" Version="2.0.13" />
|
|||
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.12" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.12">
|
|||
|
|
<PrivateAssets>all</PrivateAssets>
|
|||
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|||
|
|
</PackageReference>
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.12" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.12" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.12" />
|
|||
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
|
|||
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|||
|
|
<PackageReference Include="StackExchange.Redis" Version="2.2.88" />
|
|||
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.14" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="APT.Infrastructure.Api">
|
|||
|
|
<HintPath>..\dll\APT.Infrastructure.Api.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="APT.Infrastructure.Core">
|
|||
|
|
<HintPath>..\dll\APT.Infrastructure.Core.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="APT.Infrastructure.EF">
|
|||
|
|
<HintPath>..\dll\APT.Infrastructure.EF.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="APT.Infrastructure.Utility">
|
|||
|
|
<HintPath>..\dll\APT.Infrastructure.Utility.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|