From 10111c102dbc8eef2a136b1e98f0f6111f34b969 Mon Sep 17 00:00:00 2001 From: blyssco Date: Mon, 9 Feb 2026 09:35:45 +0100 Subject: [PATCH] Add projects --- chat_application.sln | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 chat_application.sln diff --git a/chat_application.sln b/chat_application.sln new file mode 100644 index 0000000..58ea566 --- /dev/null +++ b/chat_application.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal