From f7b0a9b6d23474c75a7f9da59fe6efd03afb6981 Mon Sep 17 00:00:00 2001 From: Yusuf Praditya <47532266+yusufpraditya@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:46:50 +0700 Subject: [PATCH] Organize folders --- Bootcamp batch 5.sln | 14 +++++++------- {Project1 => W1 D1/Project1}/Cat.cs | 0 {Project1 => W1 D1/Project1}/Dog.cs | 0 {Project1 => W1 D1/Project1}/Program.cs | 0 {Project1 => W1 D1/Project1}/Project1.csproj | 0 {Project2 => W1 D1/Project2}/Program.cs | 0 {Project2 => W1 D1/Project2}/Project2.csproj | 0 {ClassObject => W1 D2/ClassObject}/Car.cs | 0 .../ClassObject}/ClassObject.csproj | 0 {ClassObject => W1 D2/ClassObject}/Engine.cs | 0 {ClassObject => W1 D2/ClassObject}/Program.cs | 0 {Constructor => W1 D2/Constructor}/Car.cs | 0 .../Constructor}/Constructor.csproj | 0 {Constructor => W1 D2/Constructor}/Program.cs | 0 {Encapsulation => W1 D2/Encapsulation}/Animal.cs | 0 {Encapsulation => W1 D2/Encapsulation}/Cat.cs | 0 .../Encapsulation}/Encapsulation.csproj | 0 {Encapsulation => W1 D2/Encapsulation}/Program.cs | 0 {Inheritance => W1 D2/Inheritance}/Animal.cs | 0 {Inheritance => W1 D2/Inheritance}/Bird.cs | 0 {Inheritance => W1 D2/Inheritance}/Cat.cs | 0 {Inheritance => W1 D2/Inheritance}/Dog.cs | 0 {Inheritance => W1 D2/Inheritance}/Fish.cs | 0 .../Inheritance}/Inheritance.csproj | 0 {Inheritance => W1 D2/Inheritance}/Program.cs | 0 {Interface => W1 D2/Interface}/Car.cs | 0 {Interface => W1 D2/Interface}/DieselEngine.cs | 0 {Interface => W1 D2/Interface}/ElectricEngine.cs | 0 {Interface => W1 D2/Interface}/IEngine.cs | 0 {Interface => W1 D2/Interface}/Interface.csproj | 0 {Interface => W1 D2/Interface}/JetEngine.cs | 0 {Interface => W1 D2/Interface}/Program.cs | 0 32 files changed, 7 insertions(+), 7 deletions(-) rename {Project1 => W1 D1/Project1}/Cat.cs (100%) rename {Project1 => W1 D1/Project1}/Dog.cs (100%) rename {Project1 => W1 D1/Project1}/Program.cs (100%) rename {Project1 => W1 D1/Project1}/Project1.csproj (100%) rename {Project2 => W1 D1/Project2}/Program.cs (100%) rename {Project2 => W1 D1/Project2}/Project2.csproj (100%) rename {ClassObject => W1 D2/ClassObject}/Car.cs (100%) rename {ClassObject => W1 D2/ClassObject}/ClassObject.csproj (100%) rename {ClassObject => W1 D2/ClassObject}/Engine.cs (100%) rename {ClassObject => W1 D2/ClassObject}/Program.cs (100%) rename {Constructor => W1 D2/Constructor}/Car.cs (100%) rename {Constructor => W1 D2/Constructor}/Constructor.csproj (100%) rename {Constructor => W1 D2/Constructor}/Program.cs (100%) rename {Encapsulation => W1 D2/Encapsulation}/Animal.cs (100%) rename {Encapsulation => W1 D2/Encapsulation}/Cat.cs (100%) rename {Encapsulation => W1 D2/Encapsulation}/Encapsulation.csproj (100%) rename {Encapsulation => W1 D2/Encapsulation}/Program.cs (100%) rename {Inheritance => W1 D2/Inheritance}/Animal.cs (100%) rename {Inheritance => W1 D2/Inheritance}/Bird.cs (100%) rename {Inheritance => W1 D2/Inheritance}/Cat.cs (100%) rename {Inheritance => W1 D2/Inheritance}/Dog.cs (100%) rename {Inheritance => W1 D2/Inheritance}/Fish.cs (100%) rename {Inheritance => W1 D2/Inheritance}/Inheritance.csproj (100%) rename {Inheritance => W1 D2/Inheritance}/Program.cs (100%) rename {Interface => W1 D2/Interface}/Car.cs (100%) rename {Interface => W1 D2/Interface}/DieselEngine.cs (100%) rename {Interface => W1 D2/Interface}/ElectricEngine.cs (100%) rename {Interface => W1 D2/Interface}/IEngine.cs (100%) rename {Interface => W1 D2/Interface}/Interface.csproj (100%) rename {Interface => W1 D2/Interface}/JetEngine.cs (100%) rename {Interface => W1 D2/Interface}/Program.cs (100%) diff --git a/Bootcamp batch 5.sln b/Bootcamp batch 5.sln index c8e0e01..862a184 100644 --- a/Bootcamp batch 5.sln +++ b/Bootcamp batch 5.sln @@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project1", "Project1\Project1.csproj", "{77D0C1C7-A06B-4E05-9458-873709BD4BFD}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project1", "W1 D1\Project1\Project1.csproj", "{77D0C1C7-A06B-4E05-9458-873709BD4BFD}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Day1", "Day1", "{44C682DF-E1C9-4394-813D-0CB989CD9262}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project2", "Project2\Project2.csproj", "{AA5CB577-831E-40F5-AABD-AFF7C56F8A57}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project2", "W1 D1\Project2\Project2.csproj", "{AA5CB577-831E-40F5-AABD-AFF7C56F8A57}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Constructor", "Constructor\Constructor.csproj", "{1A0A5FD8-8FC2-4ECA-8EB0-BAC6DF70E7BF}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Constructor", "W1 D2\Constructor\Constructor.csproj", "{1A0A5FD8-8FC2-4ECA-8EB0-BAC6DF70E7BF}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Day2", "Day2", "{0458C07F-2B31-4DB7-97E4-315800A0B2C0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassObject", "ClassObject\ClassObject.csproj", "{CAFB081F-E8AC-4A0F-A9EA-EE641A5254A8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassObject", "W1 D2\ClassObject\ClassObject.csproj", "{CAFB081F-E8AC-4A0F-A9EA-EE641A5254A8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Inheritance", "Inheritance\Inheritance.csproj", "{F934B55C-79B7-4C89-929E-1651D392E609}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Inheritance", "W1 D2\Inheritance\Inheritance.csproj", "{F934B55C-79B7-4C89-929E-1651D392E609}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interface", "Interface\Interface.csproj", "{9CAF1E8C-A9B8-45AF-A457-C8A5010A5772}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interface", "W1 D2\Interface\Interface.csproj", "{9CAF1E8C-A9B8-45AF-A457-C8A5010A5772}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Encapsulation", "Encapsulation\Encapsulation.csproj", "{36234DA2-59A9-48C9-B564-EC6C19620F03}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Encapsulation", "W1 D2\Encapsulation\Encapsulation.csproj", "{36234DA2-59A9-48C9-B564-EC6C19620F03}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Project1/Cat.cs b/W1 D1/Project1/Cat.cs similarity index 100% rename from Project1/Cat.cs rename to W1 D1/Project1/Cat.cs diff --git a/Project1/Dog.cs b/W1 D1/Project1/Dog.cs similarity index 100% rename from Project1/Dog.cs rename to W1 D1/Project1/Dog.cs diff --git a/Project1/Program.cs b/W1 D1/Project1/Program.cs similarity index 100% rename from Project1/Program.cs rename to W1 D1/Project1/Program.cs diff --git a/Project1/Project1.csproj b/W1 D1/Project1/Project1.csproj similarity index 100% rename from Project1/Project1.csproj rename to W1 D1/Project1/Project1.csproj diff --git a/Project2/Program.cs b/W1 D1/Project2/Program.cs similarity index 100% rename from Project2/Program.cs rename to W1 D1/Project2/Program.cs diff --git a/Project2/Project2.csproj b/W1 D1/Project2/Project2.csproj similarity index 100% rename from Project2/Project2.csproj rename to W1 D1/Project2/Project2.csproj diff --git a/ClassObject/Car.cs b/W1 D2/ClassObject/Car.cs similarity index 100% rename from ClassObject/Car.cs rename to W1 D2/ClassObject/Car.cs diff --git a/ClassObject/ClassObject.csproj b/W1 D2/ClassObject/ClassObject.csproj similarity index 100% rename from ClassObject/ClassObject.csproj rename to W1 D2/ClassObject/ClassObject.csproj diff --git a/ClassObject/Engine.cs b/W1 D2/ClassObject/Engine.cs similarity index 100% rename from ClassObject/Engine.cs rename to W1 D2/ClassObject/Engine.cs diff --git a/ClassObject/Program.cs b/W1 D2/ClassObject/Program.cs similarity index 100% rename from ClassObject/Program.cs rename to W1 D2/ClassObject/Program.cs diff --git a/Constructor/Car.cs b/W1 D2/Constructor/Car.cs similarity index 100% rename from Constructor/Car.cs rename to W1 D2/Constructor/Car.cs diff --git a/Constructor/Constructor.csproj b/W1 D2/Constructor/Constructor.csproj similarity index 100% rename from Constructor/Constructor.csproj rename to W1 D2/Constructor/Constructor.csproj diff --git a/Constructor/Program.cs b/W1 D2/Constructor/Program.cs similarity index 100% rename from Constructor/Program.cs rename to W1 D2/Constructor/Program.cs diff --git a/Encapsulation/Animal.cs b/W1 D2/Encapsulation/Animal.cs similarity index 100% rename from Encapsulation/Animal.cs rename to W1 D2/Encapsulation/Animal.cs diff --git a/Encapsulation/Cat.cs b/W1 D2/Encapsulation/Cat.cs similarity index 100% rename from Encapsulation/Cat.cs rename to W1 D2/Encapsulation/Cat.cs diff --git a/Encapsulation/Encapsulation.csproj b/W1 D2/Encapsulation/Encapsulation.csproj similarity index 100% rename from Encapsulation/Encapsulation.csproj rename to W1 D2/Encapsulation/Encapsulation.csproj diff --git a/Encapsulation/Program.cs b/W1 D2/Encapsulation/Program.cs similarity index 100% rename from Encapsulation/Program.cs rename to W1 D2/Encapsulation/Program.cs diff --git a/Inheritance/Animal.cs b/W1 D2/Inheritance/Animal.cs similarity index 100% rename from Inheritance/Animal.cs rename to W1 D2/Inheritance/Animal.cs diff --git a/Inheritance/Bird.cs b/W1 D2/Inheritance/Bird.cs similarity index 100% rename from Inheritance/Bird.cs rename to W1 D2/Inheritance/Bird.cs diff --git a/Inheritance/Cat.cs b/W1 D2/Inheritance/Cat.cs similarity index 100% rename from Inheritance/Cat.cs rename to W1 D2/Inheritance/Cat.cs diff --git a/Inheritance/Dog.cs b/W1 D2/Inheritance/Dog.cs similarity index 100% rename from Inheritance/Dog.cs rename to W1 D2/Inheritance/Dog.cs diff --git a/Inheritance/Fish.cs b/W1 D2/Inheritance/Fish.cs similarity index 100% rename from Inheritance/Fish.cs rename to W1 D2/Inheritance/Fish.cs diff --git a/Inheritance/Inheritance.csproj b/W1 D2/Inheritance/Inheritance.csproj similarity index 100% rename from Inheritance/Inheritance.csproj rename to W1 D2/Inheritance/Inheritance.csproj diff --git a/Inheritance/Program.cs b/W1 D2/Inheritance/Program.cs similarity index 100% rename from Inheritance/Program.cs rename to W1 D2/Inheritance/Program.cs diff --git a/Interface/Car.cs b/W1 D2/Interface/Car.cs similarity index 100% rename from Interface/Car.cs rename to W1 D2/Interface/Car.cs diff --git a/Interface/DieselEngine.cs b/W1 D2/Interface/DieselEngine.cs similarity index 100% rename from Interface/DieselEngine.cs rename to W1 D2/Interface/DieselEngine.cs diff --git a/Interface/ElectricEngine.cs b/W1 D2/Interface/ElectricEngine.cs similarity index 100% rename from Interface/ElectricEngine.cs rename to W1 D2/Interface/ElectricEngine.cs diff --git a/Interface/IEngine.cs b/W1 D2/Interface/IEngine.cs similarity index 100% rename from Interface/IEngine.cs rename to W1 D2/Interface/IEngine.cs diff --git a/Interface/Interface.csproj b/W1 D2/Interface/Interface.csproj similarity index 100% rename from Interface/Interface.csproj rename to W1 D2/Interface/Interface.csproj diff --git a/Interface/JetEngine.cs b/W1 D2/Interface/JetEngine.cs similarity index 100% rename from Interface/JetEngine.cs rename to W1 D2/Interface/JetEngine.cs diff --git a/Interface/Program.cs b/W1 D2/Interface/Program.cs similarity index 100% rename from Interface/Program.cs rename to W1 D2/Interface/Program.cs