From c9251fa622bc8cef3036ce1ea3c2afd3b3126d11 Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 7 Jul 2026 19:29:30 +0200 Subject: [PATCH] Add "Solution Items" folder with project documentation A new "Solution Items" folder has been added to the solution, represented by the GUID `{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}`. This folder includes the following files: - `agents.md` - `IMPLEMENTATION_GUIDE.md` - `README.md` - `STATUS.md` These files are now part of the solution structure, providing better organization and accessibility for project-related documentation. --- DigitalData.EmailProfiler.sln | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DigitalData.EmailProfiler.sln b/DigitalData.EmailProfiler.sln index 43e8b81..e198862 100644 --- a/DigitalData.EmailProfiler.sln +++ b/DigitalData.EmailProfiler.sln @@ -17,6 +17,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DigitalData.EmailProfiler.T EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4F20FEFD-9289-42C6-ABA6-8DB236D74559}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}" + ProjectSection(SolutionItems) = preProject + agents.md = agents.md + IMPLEMENTATION_GUIDE.md = IMPLEMENTATION_GUIDE.md + README.md = README.md + STATUS.md = STATUS.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU