From 56df98d8a6574f6df55204c310934036dafc7530 Mon Sep 17 00:00:00 2001 From: sam <318597anton> Date: Thu, 16 Feb 2023 15:59:01 +0400 Subject: [PATCH] rename folder --- TestConsoleApp.sln => AiSD.Laba1.sln | 2 +- {TestConsoleApp => Stack}/Book.cs | 0 {TestConsoleApp => Stack}/NodeBook.cs | 0 {TestConsoleApp => Stack}/Program.cs | 0 {TestConsoleApp => Stack}/Stack.csproj | 0 {TestConsoleApp => Stack}/StackBooksOfArray.cs | 0 {TestConsoleApp => Stack}/StackBooksOfList.cs | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename TestConsoleApp.sln => AiSD.Laba1.sln (93%) rename {TestConsoleApp => Stack}/Book.cs (100%) rename {TestConsoleApp => Stack}/NodeBook.cs (100%) rename {TestConsoleApp => Stack}/Program.cs (100%) rename {TestConsoleApp => Stack}/Stack.csproj (100%) rename {TestConsoleApp => Stack}/StackBooksOfArray.cs (100%) rename {TestConsoleApp => Stack}/StackBooksOfList.cs (100%) diff --git a/TestConsoleApp.sln b/AiSD.Laba1.sln similarity index 93% rename from TestConsoleApp.sln rename to AiSD.Laba1.sln index 6fdf040..4f3a33f 100644 --- a/TestConsoleApp.sln +++ b/AiSD.Laba1.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.1.32319.34 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stack", "TestConsoleApp\Stack.csproj", "{22DE263D-AF86-4C77-9132-F033640E6A7C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stack", "Stack\Stack.csproj", "{22DE263D-AF86-4C77-9132-F033640E6A7C}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SortSimple", "SortSimple\SortSimple.csproj", "{92D14280-5129-478F-BA6F-9108104CD3E2}" EndProject diff --git a/TestConsoleApp/Book.cs b/Stack/Book.cs similarity index 100% rename from TestConsoleApp/Book.cs rename to Stack/Book.cs diff --git a/TestConsoleApp/NodeBook.cs b/Stack/NodeBook.cs similarity index 100% rename from TestConsoleApp/NodeBook.cs rename to Stack/NodeBook.cs diff --git a/TestConsoleApp/Program.cs b/Stack/Program.cs similarity index 100% rename from TestConsoleApp/Program.cs rename to Stack/Program.cs diff --git a/TestConsoleApp/Stack.csproj b/Stack/Stack.csproj similarity index 100% rename from TestConsoleApp/Stack.csproj rename to Stack/Stack.csproj diff --git a/TestConsoleApp/StackBooksOfArray.cs b/Stack/StackBooksOfArray.cs similarity index 100% rename from TestConsoleApp/StackBooksOfArray.cs rename to Stack/StackBooksOfArray.cs diff --git a/TestConsoleApp/StackBooksOfList.cs b/Stack/StackBooksOfList.cs similarity index 100% rename from TestConsoleApp/StackBooksOfList.cs rename to Stack/StackBooksOfList.cs