2024-08-22 14:18:13 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-07-15 10:31:26 +08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2024-12-25 15:06:46 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Geneirc\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Geneirc\**" />
|
|
|
|
|
|
<None Remove="Geneirc\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<ItemGroup>
|
2024-08-22 14:18:13 +08:00
|
|
|
|
<ProjectReference Include="..\..\YunDa.Application\YunDa.ISAS.DataTransferObject\YunDa.SOMS.DataTransferObject.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Application\YunDa.ISAS.ExternalInteraction.DataTransferObject\YunDa.SOMS.ExternalInteraction.DataTransferObject.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\YunDa.ISAS.Entities\YunDa.SOMS.Entities.csproj" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-11-26 13:45:28 +08:00
|
|
|
|
<Folder Include="ProtectionDevice\" />
|
2024-12-06 16:32:13 +08:00
|
|
|
|
<Folder Include="CommonUtilities\" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="StackExchange.Redis" Version="2.2.50" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</Project>
|