From 098fca5df8693ecf479d8df0e32693a66cc27a75 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Wed, 3 Jul 2024 11:04:34 +0300 Subject: [PATCH] build: fix copy docs Signed-off-by: Polianin Nikita --- ApiDto/ApiDto.csproj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ApiDto/ApiDto.csproj b/ApiDto/ApiDto.csproj index f806393..ffeb91a 100644 --- a/ApiDto/ApiDto.csproj +++ b/ApiDto/ApiDto.csproj @@ -20,4 +20,23 @@ + + + CopyXmlDocuments; + $(CopyAllFilesToSingleFolderForPackageDependsOn); + + + CopyXmlDocuments; + $(CopyAllFilesToSingleFolderForMsdeployDependsOn); + + + + + + + bin\%(RecursiveDir)%(Filename)%(Extension) + + + +