23 lines
760 B
XML
23 lines
760 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="PersianTools.Core" Version="2.0.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\0_Framework\0_Framework.csproj" />
|
|
<ProjectReference Include="..\AccountManagement.Application.Contracts\AccountManagement.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\_0_Framework\_0_Framework_b.csproj" />
|
|
</ItemGroup>
|
|
|
|
<Target Name="CopyDocs" AfterTargets="Build">
|
|
<Copy SourceFiles="$(OutputPath)CompanyManagment.App.Contracts.xml" DestinationFolder="../ServiceHost\bin\Debug\net8.0\" />
|
|
</Target>
|
|
|
|
</Project>
|