2024-07-15 10:31:26 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-09-11 15:12:10 +08:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
2024-07-15 10:31:26 +08:00
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2025-07-08 14:01:10 +08:00
|
|
|
<DocumentationFile>YunDa.SOMS.ExternalInteraction.DataTransferObject.xml</DocumentationFile>
|
2024-07-15 10:31:26 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="InspectionEquipment\ResponseOutput\" />
|
|
|
|
|
<Folder Include="Inspection\SearchCondition\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-07-08 14:01:10 +08:00
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.Entities\YunDa.SOMS.Entities.csproj" />
|
|
|
|
|
<ProjectReference Include="..\YunDa.SOMS.DataTransferObject\YunDa.SOMS.DataTransferObject.csproj" />
|
2024-07-15 10:31:26 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-07-08 14:01:10 +08:00
|
|
|
<None Update="YunDa.SOMS.ExternalInteraction.DataTransferObject.xml">
|
2024-07-15 10:31:26 +08:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|