From b06d8029c416bbf0977fe54ca6c5b006556539f2 Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 20 May 2026 15:15:47 +0200 Subject: [PATCH] Add ReC.Client.xwiki to Solution Items in ReC.sln The solution file (ReC.sln) was updated to include the new documentation file `docs\ReC.Client.xwiki` under the "Solution Items" section. This change ensures the file is part of the solution for better organization and accessibility. --- ReC.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/ReC.sln b/ReC.sln index a582c5d..afb46d7 100644 --- a/ReC.sln +++ b/ReC.sln @@ -18,6 +18,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}" ProjectSection(SolutionItems) = preProject assets\icon.png = assets\icon.png + docs\ReC.Client.xwiki = docs\ReC.Client.xwiki EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "infrastructure", "infrastructure", "{3F88DACC-CEC0-4D9A-8BAA-37F67B02DC04}"