2026-01-17 10:42:02 +08:00

41 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove="Controllers\Plant\PlantProductlinebodyController.cs~RF16cde269.TMP" />
<None Remove="Controllers\Recipe\PfRecipeVersionController.cs~RFb7ff1c7.TMP" />
<None Remove="Services\Process\IService\IProcessControlStrategyDictService.cs~RFd534036.TMP" />
</ItemGroup>
<ItemGroup>
<!-- 配置整个Assets目录确保所有资源文件都能被复制 -->
<None Include="Assets\**\*">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Compile Remove="Attribute\**" />
<EmbeddedResource Remove="Attribute\**" />
<None Remove="Attribute\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
<PackageReference Include="NPOI" Version="2.7.5" />
<PackageReference Include="S7netplus" Version="0.20.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RIZO.ServiceCore\RIZO.ServiceCore.csproj" />
</ItemGroup>
</Project>