From 75674d299f605c4ca6678b9671490ebb277557e2 Mon Sep 17 00:00:00 2001 From: JerryImMouse Date: Thu, 11 Jul 2024 00:45:41 +0500 Subject: [PATCH] include Resources folder on build --- Hypercube.Shared/Hypercube.Shared.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Hypercube.Shared/Hypercube.Shared.csproj b/Hypercube.Shared/Hypercube.Shared.csproj index e72f605..b780694 100644 --- a/Hypercube.Shared/Hypercube.Shared.csproj +++ b/Hypercube.Shared/Hypercube.Shared.csproj @@ -13,9 +13,13 @@ - - + + + PreserveNewest + Resources\%(RecursiveDir)\%(Filename)%(Extension) + +