From 67b86d831e7a23cb81c302a118f5a8d2dce043e4 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sat, 2 Mar 2024 20:11:59 +0000 Subject: [PATCH] Added a `%(RecursiveDir)` element to the props file, this causes files to be copied along with the folder structure rather than dumped into the root. --- LLama/runtimes/build/LLamaSharpBackend.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama/runtimes/build/LLamaSharpBackend.props b/LLama/runtimes/build/LLamaSharpBackend.props index 6858ca516..422969d88 100644 --- a/LLama/runtimes/build/LLamaSharpBackend.props +++ b/LLama/runtimes/build/LLamaSharpBackend.props @@ -10,7 +10,7 @@ PreserveNewest false - %(Filename)%(Extension) + %(RecursiveDir)%(Filename)%(Extension)