23 lines
598 B
XML
23 lines
598 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\YuanXuan.IM.Common\YuanXuan.IM.Common.csproj" />
|
|
<ProjectReference Include="..\YuanXuan.IM.Infrastructure\YuanXuan.IM.Infrastructure.csproj" />
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Interfaces\Login\" />
|
|
<Folder Include="Services\Login\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|