From ad29b5ce4dcda69349dcd7001c4769802f943816 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro <71648276+ricarneiro@users.noreply.github.com> Date: Tue, 20 May 2025 21:54:13 -0300 Subject: [PATCH] feta? change name --- ChatServerSpace.sln => ChatCheap.sln | 2 +- ChatServerSpace/{ChatDeepInfra.csproj => ChatCheap.csproj} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ChatServerSpace.sln => ChatCheap.sln (86%) rename ChatServerSpace/{ChatDeepInfra.csproj => ChatCheap.csproj} (100%) diff --git a/ChatServerSpace.sln b/ChatCheap.sln similarity index 86% rename from ChatServerSpace.sln rename to ChatCheap.sln index 12c06ba..1d606ea 100644 --- a/ChatServerSpace.sln +++ b/ChatCheap.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34511.84 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatDeepInfra", "ChatServerSpace\ChatDeepInfra.csproj", "{9CC710C3-37FE-4B1A-9C6A-D01EA7A74AB7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatCheap", "ChatServerSpace\ChatCheap.csproj", "{9CC710C3-37FE-4B1A-9C6A-D01EA7A74AB7}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ChatServerSpace/ChatDeepInfra.csproj b/ChatServerSpace/ChatCheap.csproj similarity index 100% rename from ChatServerSpace/ChatDeepInfra.csproj rename to ChatServerSpace/ChatCheap.csproj