SOMS/src/YunDa.Application/YunDa.SOMS.ExternalInteraction.Application/YunDa.SOMS.ExternalInteraction.Application.csproj

34 lines
1.3 KiB
XML
Raw Normal View History

2024-07-15 10:31:26 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-08-11 10:39:55 +08:00
<TargetFramework>net6.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;0414</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>YunDa.SOMS.ExternalInteraction.Application.xml</DocumentationFile>
2024-07-15 10:31:26 +08:00
<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>
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.Redis.Entities\YunDa.SOMS.Redis.Entities.csproj" />
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.Redis\YunDa.SOMS.Redis.csproj" />
<ProjectReference Include="..\..\YunDa.Util\ToolLibrary\Yunda.ToolLibrary.csproj" />
<ProjectReference Include="..\YunDa.SOMS.Application.Core\YunDa.SOMS.Application.Core.csproj" />
<ProjectReference Include="..\YunDa.SOMS.ExternalInteraction.DataTransferObject\YunDa.SOMS.ExternalInteraction.DataTransferObject.csproj" />
2024-07-15 10:31:26 +08:00
</ItemGroup>
</Project>