From a82ef8d1cae4422d98c2b4d5bd796afe67de6074 Mon Sep 17 00:00:00 2001
From: Boris Cazic <boris.cazic@etu.utc.fr>
Date: Sat, 12 Nov 2022 18:08:22 +0100
Subject: [PATCH] Add Debug files, needed for build

---
 vs/LO23/Client/Client.csproj | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/vs/LO23/Client/Client.csproj b/vs/LO23/Client/Client.csproj
index 42b43f6..e4af624 100644
--- a/vs/LO23/Client/Client.csproj
+++ b/vs/LO23/Client/Client.csproj
@@ -103,7 +103,10 @@
   <ItemGroup>
     <None Include="App.config" />
   </ItemGroup>
-  <ItemGroup />
+  <ItemGroup>
+    <Content Include="bin\Debug\Shared.dll" />
+    <Content Include="bin\Debug\Shared.pdb" />
+  </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\Shared\Shared.csproj">
       <Project>{deedb05f-755c-4573-a317-e84f11529284}</Project>
-- 
GitLab