From 9ae817b33717c5330b173bb879917d35b5d31021 Mon Sep 17 00:00:00 2001 From: GamerVII-NET Date: Sat, 12 Oct 2024 17:33:27 +0300 Subject: [PATCH] Add README.md to Gml.Client project in solution This commit updates the solution file to include the README.md for the Gml.Client project. The addition helps in documenting the project directly within the solution, providing better context and guidance for developers. --- Gml.Launcher.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/Gml.Launcher.sln b/Gml.Launcher.sln index d85bee9..ef47c58 100644 --- a/Gml.Launcher.sln +++ b/Gml.Launcher.sln @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{09A802 load-repositories.bat = load-repositories.bat load-repositories.sh = load-repositories.sh .github\workflows\dotnet.yml = .github\workflows\dotnet.yml + src\Gml.Client\README.md = src\Gml.Client\README.md EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gml.Launcher", "src\Gml.Launcher\Gml.Launcher.csproj", "{F2771E71-C782-4713-862F-217694DDDFF5}"