You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.0 KiB
XML

12 months ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
10 months ago
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>D:\Code\PublishCopy\ds8-mainapi\Data.xml</DocumentationFile>
12 months ago
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mapster" Version="7.3.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Template\Dtos\" />
<Folder Include="Template\Entity\" />
<Folder Include="Template\Interface\" />
<Folder Include="Template\Method\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DS.Module.Core\DS.Module.Core.csproj" />
11 months ago
<ProjectReference Include="..\DS.Module.Nuget\DS.Module.Nuget.csproj" />
12 months ago
<ProjectReference Include="..\DS.Module.UserModule\DS.Module.UserModule.csproj" />
11 months ago
<ProjectReference Include="..\Ds.Modules.DsEntity\Ds.Modules.DsEntity.csproj" />
12 months ago
</ItemGroup>
</Project>