2024-07-15 10:31:26 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-09-20 09:59:25 +08:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
|
|
|
|
<NoWarn>1701;1702;1591;0414</NoWarn>
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
|
<DocumentationFile>YunDa.ISAS.ExternalInteraction.Application.xml</DocumentationFile>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="InspectionEquipment\NewFolder\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="InspectionEquipment\NewFolder\**" />
|
|
|
|
|
|
<None Remove="InspectionEquipment\NewFolder\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="Inspection\InspectionAppService.cs~RFc122d73.TMP" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-08-22 14:18:13 +08:00
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.Redis.Entities\YunDa.SOMS.Redis.Entities.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.Redis\YunDa.SOMS.Redis.csproj" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<ProjectReference Include="..\..\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
|
2024-08-22 14:18:13 +08:00
|
|
|
|
<ProjectReference Include="..\YunDa.ISAS.Application.Core\YunDa.SOMS.Application.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\YunDa.ISAS.ExternalInteraction.DataTransferObject\YunDa.SOMS.ExternalInteraction.DataTransferObject.csproj" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="YunDa.ISAS.ExternalInteraction.Application.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|