18 lines
601 B
XML
18 lines
601 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\YunDa.Application\YunDa.ISAS.DataTransferObject\YunDa.ISAS.DataTransferObject.csproj" />
|
||
|
|
<ProjectReference Include="..\..\YunDa.Application\YunDa.ISAS.ExternalInteraction.DataTransferObject\YunDa.ISAS.ExternalInteraction.DataTransferObject.csproj" />
|
||
|
|
<ProjectReference Include="..\YunDa.ISAS.Entities\YunDa.ISAS.Entities.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Folder Include="Geneirc\" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|