diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfoInputs.cache b/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfoInputs.cache deleted file mode 100644 index 2449d8f..0000000 --- a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -4867eff31ff80b84c57a524a0a6e749e8a0454aa752db5a876c3983b2cbadaee diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfoInputs.cache b/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfoInputs.cache deleted file mode 100644 index 2b764f1..0000000 --- a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -957cb979d6a1e37afea57e379557bb968348213eca8e9a5568e301b9159139ff diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.AssemblyInfoInputs.cache b/labs/lab2/StructType/obj/Debug/net9.0/StructType.AssemblyInfoInputs.cache deleted file mode 100644 index c5adea9..0000000 --- a/labs/lab2/StructType/obj/Debug/net9.0/StructType.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -23efcf46e828abbd5b9d4ca4c747e4db7e7653e34baaff9c955dd55a4930efbb diff --git a/labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/.gitignore b/labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/.gitignore similarity index 100% rename from labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/.gitignore rename to labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/.gitignore diff --git a/labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/encodings.xml b/labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/encodings.xml similarity index 100% rename from labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/encodings.xml rename to labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/encodings.xml diff --git a/labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/indexLayout.xml b/labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/indexLayout.xml similarity index 100% rename from labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/indexLayout.xml rename to labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/indexLayout.xml diff --git a/labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/vcs.xml b/labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/vcs.xml similarity index 100% rename from labs/lab2/BankAccount/.idea/.idea.BankAccount.dir/.idea/vcs.xml rename to labs/lab2_done/BankAccount/.idea/.idea.BankAccount.dir/.idea/vcs.xml diff --git a/labs/lab2/BankAccount/BankAccount.csproj b/labs/lab2_done/BankAccount/BankAccount.csproj similarity index 100% rename from labs/lab2/BankAccount/BankAccount.csproj rename to labs/lab2_done/BankAccount/BankAccount.csproj diff --git a/labs/lab2/BankAccount/Enum.cs b/labs/lab2_done/BankAccount/Enum.cs similarity index 100% rename from labs/lab2/BankAccount/Enum.cs rename to labs/lab2_done/BankAccount/Enum.cs diff --git a/labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount b/labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount similarity index 100% rename from labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount rename to labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount diff --git a/labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.deps.json b/labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.deps.json similarity index 100% rename from labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.deps.json rename to labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.deps.json diff --git a/labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.dll b/labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.dll similarity index 100% rename from labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.dll rename to labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.dll diff --git a/labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.pdb b/labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.pdb similarity index 100% rename from labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.pdb rename to labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.pdb diff --git a/labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.runtimeconfig.json b/labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.runtimeconfig.json similarity index 100% rename from labs/lab2/BankAccount/bin/Debug/net9.0/BankAccount.runtimeconfig.json rename to labs/lab2_done/BankAccount/bin/Debug/net9.0/BankAccount.runtimeconfig.json diff --git a/labs/lab2/BankAccount/obj/BankAccount.csproj.nuget.dgspec.json b/labs/lab2_done/BankAccount/obj/BankAccount.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab2/BankAccount/obj/BankAccount.csproj.nuget.dgspec.json rename to labs/lab2_done/BankAccount/obj/BankAccount.csproj.nuget.dgspec.json diff --git a/labs/lab2/BankAccount/obj/BankAccount.csproj.nuget.g.props b/labs/lab2_done/BankAccount/obj/BankAccount.csproj.nuget.g.props similarity index 100% rename from labs/lab2/BankAccount/obj/BankAccount.csproj.nuget.g.props rename to labs/lab2_done/BankAccount/obj/BankAccount.csproj.nuget.g.props diff --git a/labs/lab2/BankAccount/obj/BankAccount.csproj.nuget.g.targets b/labs/lab2_done/BankAccount/obj/BankAccount.csproj.nuget.g.targets similarity index 100% rename from labs/lab2/BankAccount/obj/BankAccount.csproj.nuget.g.targets rename to labs/lab2_done/BankAccount/obj/BankAccount.csproj.nuget.g.targets diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab2_done/BankAccount/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfo.cs b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfo.cs similarity index 94% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfo.cs rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfo.cs index 1d40d33..5a12899 100644 --- a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfo.cs +++ b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("BankAccount")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+36606926b9d67f78c473de632eed3cf6c4ed12c7")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8bd93df2aef7759930e05e648a2010f5b8955d40")] [assembly: System.Reflection.AssemblyProductAttribute("BankAccount")] [assembly: System.Reflection.AssemblyTitleAttribute("BankAccount")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfoInputs.cache b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfoInputs.cache new file mode 100644 index 0000000..59d620a --- /dev/null +++ b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +47f1dd24be30fc82b288fde12d24fcecfb3a84f7edf545e3942fab6fad4d4c11 diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.GlobalUsings.g.cs b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.GlobalUsings.g.cs similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.GlobalUsings.g.cs rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.GlobalUsings.g.cs diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.assets.cache b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.assets.cache similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.assets.cache rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.assets.cache diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.csproj.CoreCompileInputs.cache b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.csproj.CoreCompileInputs.cache rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.csproj.CoreCompileInputs.cache diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.csproj.FileListAbsolute.txt b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.csproj.FileListAbsolute.txt rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.csproj.FileListAbsolute.txt diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.dll b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.dll similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.dll rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.dll diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.genruntimeconfig.cache b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.genruntimeconfig.cache similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.genruntimeconfig.cache rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.genruntimeconfig.cache diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.pdb b/labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.pdb similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/BankAccount.pdb rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/BankAccount.pdb diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/apphost b/labs/lab2_done/BankAccount/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/apphost rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/apphost diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/ref/BankAccount.dll b/labs/lab2_done/BankAccount/obj/Debug/net9.0/ref/BankAccount.dll similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/ref/BankAccount.dll rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/ref/BankAccount.dll diff --git a/labs/lab2/BankAccount/obj/Debug/net9.0/refint/BankAccount.dll b/labs/lab2_done/BankAccount/obj/Debug/net9.0/refint/BankAccount.dll similarity index 100% rename from labs/lab2/BankAccount/obj/Debug/net9.0/refint/BankAccount.dll rename to labs/lab2_done/BankAccount/obj/Debug/net9.0/refint/BankAccount.dll diff --git a/labs/lab2/BankAccount/obj/project.assets.json b/labs/lab2_done/BankAccount/obj/project.assets.json similarity index 100% rename from labs/lab2/BankAccount/obj/project.assets.json rename to labs/lab2_done/BankAccount/obj/project.assets.json diff --git a/labs/lab2/BankAccount/obj/project.nuget.cache b/labs/lab2_done/BankAccount/obj/project.nuget.cache similarity index 100% rename from labs/lab2/BankAccount/obj/project.nuget.cache rename to labs/lab2_done/BankAccount/obj/project.nuget.cache diff --git a/labs/lab2/BankAccount/obj/project.packagespec.json b/labs/lab2_done/BankAccount/obj/project.packagespec.json similarity index 100% rename from labs/lab2/BankAccount/obj/project.packagespec.json rename to labs/lab2_done/BankAccount/obj/project.packagespec.json diff --git a/labs/lab2/BankAccount/obj/rider.project.model.nuget.info b/labs/lab2_done/BankAccount/obj/rider.project.model.nuget.info similarity index 100% rename from labs/lab2/BankAccount/obj/rider.project.model.nuget.info rename to labs/lab2_done/BankAccount/obj/rider.project.model.nuget.info diff --git a/labs/lab2/BankAccount/obj/rider.project.restore.info b/labs/lab2_done/BankAccount/obj/rider.project.restore.info similarity index 100% rename from labs/lab2/BankAccount/obj/rider.project.restore.info rename to labs/lab2_done/BankAccount/obj/rider.project.restore.info diff --git a/labs/lab2/EnglishDist/EnglishDist.csproj b/labs/lab2_done/EnglishDist/EnglishDist.csproj similarity index 100% rename from labs/lab2/EnglishDist/EnglishDist.csproj rename to labs/lab2_done/EnglishDist/EnglishDist.csproj diff --git a/labs/lab2/EnglishDist/Program.cs b/labs/lab2_done/EnglishDist/Program.cs similarity index 100% rename from labs/lab2/EnglishDist/Program.cs rename to labs/lab2_done/EnglishDist/Program.cs diff --git a/labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist b/labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist similarity index 100% rename from labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist rename to labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist diff --git a/labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.deps.json b/labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.deps.json similarity index 100% rename from labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.deps.json rename to labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.deps.json diff --git a/labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.dll b/labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.dll similarity index 100% rename from labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.dll rename to labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.dll diff --git a/labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.pdb b/labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.pdb similarity index 100% rename from labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.pdb rename to labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.pdb diff --git a/labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.runtimeconfig.json b/labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.runtimeconfig.json similarity index 100% rename from labs/lab2/EnglishDist/bin/Debug/net9.0/EnglishDist.runtimeconfig.json rename to labs/lab2_done/EnglishDist/bin/Debug/net9.0/EnglishDist.runtimeconfig.json diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfo.cs b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfo.cs similarity index 94% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfo.cs rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfo.cs index a3556ff..e792d5b 100644 --- a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfo.cs +++ b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("EnglishDist")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+36606926b9d67f78c473de632eed3cf6c4ed12c7")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8bd93df2aef7759930e05e648a2010f5b8955d40")] [assembly: System.Reflection.AssemblyProductAttribute("EnglishDist")] [assembly: System.Reflection.AssemblyTitleAttribute("EnglishDist")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfoInputs.cache b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfoInputs.cache new file mode 100644 index 0000000..c53d522 --- /dev/null +++ b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +d04fafd00bb476991b48062a690b003ae1468652837a69f7d81bdef04f3c1a94 diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.GlobalUsings.g.cs b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.GlobalUsings.g.cs similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.GlobalUsings.g.cs rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.GlobalUsings.g.cs diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.assets.cache b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.assets.cache similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.assets.cache rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.assets.cache diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.CoreCompileInputs.cache b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.CoreCompileInputs.cache rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.CoreCompileInputs.cache diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.FileListAbsolute.txt b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.FileListAbsolute.txt rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.csproj.FileListAbsolute.txt diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.dll b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.dll similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.dll rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.dll diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.genruntimeconfig.cache b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.genruntimeconfig.cache similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.genruntimeconfig.cache rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.genruntimeconfig.cache diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.pdb b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.pdb similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/EnglishDist.pdb rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/EnglishDist.pdb diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/apphost b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/apphost rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/apphost diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/ref/EnglishDist.dll b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/ref/EnglishDist.dll similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/ref/EnglishDist.dll rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/ref/EnglishDist.dll diff --git a/labs/lab2/EnglishDist/obj/Debug/net9.0/refint/EnglishDist.dll b/labs/lab2_done/EnglishDist/obj/Debug/net9.0/refint/EnglishDist.dll similarity index 100% rename from labs/lab2/EnglishDist/obj/Debug/net9.0/refint/EnglishDist.dll rename to labs/lab2_done/EnglishDist/obj/Debug/net9.0/refint/EnglishDist.dll diff --git a/labs/lab2/EnglishDist/obj/EnglishDist.csproj.nuget.dgspec.json b/labs/lab2_done/EnglishDist/obj/EnglishDist.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab2/EnglishDist/obj/EnglishDist.csproj.nuget.dgspec.json rename to labs/lab2_done/EnglishDist/obj/EnglishDist.csproj.nuget.dgspec.json diff --git a/labs/lab2/EnglishDist/obj/EnglishDist.csproj.nuget.g.props b/labs/lab2_done/EnglishDist/obj/EnglishDist.csproj.nuget.g.props similarity index 100% rename from labs/lab2/EnglishDist/obj/EnglishDist.csproj.nuget.g.props rename to labs/lab2_done/EnglishDist/obj/EnglishDist.csproj.nuget.g.props diff --git a/labs/lab2/EnglishDist/obj/EnglishDist.csproj.nuget.g.targets b/labs/lab2_done/EnglishDist/obj/EnglishDist.csproj.nuget.g.targets similarity index 100% rename from labs/lab2/EnglishDist/obj/EnglishDist.csproj.nuget.g.targets rename to labs/lab2_done/EnglishDist/obj/EnglishDist.csproj.nuget.g.targets diff --git a/labs/lab2/EnglishDist/obj/project.assets.json b/labs/lab2_done/EnglishDist/obj/project.assets.json similarity index 100% rename from labs/lab2/EnglishDist/obj/project.assets.json rename to labs/lab2_done/EnglishDist/obj/project.assets.json diff --git a/labs/lab2/EnglishDist/obj/project.nuget.cache b/labs/lab2_done/EnglishDist/obj/project.nuget.cache similarity index 100% rename from labs/lab2/EnglishDist/obj/project.nuget.cache rename to labs/lab2_done/EnglishDist/obj/project.nuget.cache diff --git a/labs/lab2/StructType/Struct.cs b/labs/lab2_done/StructType/Struct.cs similarity index 100% rename from labs/lab2/StructType/Struct.cs rename to labs/lab2_done/StructType/Struct.cs diff --git a/labs/lab2/StructType/StructType.csproj b/labs/lab2_done/StructType/StructType.csproj similarity index 100% rename from labs/lab2/StructType/StructType.csproj rename to labs/lab2_done/StructType/StructType.csproj diff --git a/labs/lab2/StructType/bin/Debug/net9.0/StructType b/labs/lab2_done/StructType/bin/Debug/net9.0/StructType similarity index 100% rename from labs/lab2/StructType/bin/Debug/net9.0/StructType rename to labs/lab2_done/StructType/bin/Debug/net9.0/StructType diff --git a/labs/lab2/StructType/bin/Debug/net9.0/StructType.deps.json b/labs/lab2_done/StructType/bin/Debug/net9.0/StructType.deps.json similarity index 100% rename from labs/lab2/StructType/bin/Debug/net9.0/StructType.deps.json rename to labs/lab2_done/StructType/bin/Debug/net9.0/StructType.deps.json diff --git a/labs/lab2/StructType/bin/Debug/net9.0/StructType.dll b/labs/lab2_done/StructType/bin/Debug/net9.0/StructType.dll similarity index 100% rename from labs/lab2/StructType/bin/Debug/net9.0/StructType.dll rename to labs/lab2_done/StructType/bin/Debug/net9.0/StructType.dll diff --git a/labs/lab2/StructType/bin/Debug/net9.0/StructType.pdb b/labs/lab2_done/StructType/bin/Debug/net9.0/StructType.pdb similarity index 100% rename from labs/lab2/StructType/bin/Debug/net9.0/StructType.pdb rename to labs/lab2_done/StructType/bin/Debug/net9.0/StructType.pdb diff --git a/labs/lab2/StructType/bin/Debug/net9.0/StructType.runtimeconfig.json b/labs/lab2_done/StructType/bin/Debug/net9.0/StructType.runtimeconfig.json similarity index 100% rename from labs/lab2/StructType/bin/Debug/net9.0/StructType.runtimeconfig.json rename to labs/lab2_done/StructType/bin/Debug/net9.0/StructType.runtimeconfig.json diff --git a/labs/lab2/StructType/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab2_done/StructType/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab2_done/StructType/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.AssemblyInfo.cs b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.AssemblyInfo.cs similarity index 94% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.AssemblyInfo.cs rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.AssemblyInfo.cs index ca9aeb9..a0eda9e 100644 --- a/labs/lab2/StructType/obj/Debug/net9.0/StructType.AssemblyInfo.cs +++ b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("StructType")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+36606926b9d67f78c473de632eed3cf6c4ed12c7")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8bd93df2aef7759930e05e648a2010f5b8955d40")] [assembly: System.Reflection.AssemblyProductAttribute("StructType")] [assembly: System.Reflection.AssemblyTitleAttribute("StructType")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.AssemblyInfoInputs.cache b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.AssemblyInfoInputs.cache new file mode 100644 index 0000000..5182fc2 --- /dev/null +++ b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +99e59ebcd46ba6763b1624655055434888becf29f2035a3cb1f953c92bfce1ca diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.GlobalUsings.g.cs b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.GlobalUsings.g.cs similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.GlobalUsings.g.cs rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.GlobalUsings.g.cs diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.assets.cache b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.assets.cache similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.assets.cache rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.assets.cache diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.csproj.CoreCompileInputs.cache b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.csproj.CoreCompileInputs.cache rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.csproj.CoreCompileInputs.cache diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.csproj.FileListAbsolute.txt b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.csproj.FileListAbsolute.txt rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.csproj.FileListAbsolute.txt diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.dll b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.dll similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.dll rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.dll diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.genruntimeconfig.cache b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.genruntimeconfig.cache similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.genruntimeconfig.cache rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.genruntimeconfig.cache diff --git a/labs/lab2/StructType/obj/Debug/net9.0/StructType.pdb b/labs/lab2_done/StructType/obj/Debug/net9.0/StructType.pdb similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/StructType.pdb rename to labs/lab2_done/StructType/obj/Debug/net9.0/StructType.pdb diff --git a/labs/lab2/StructType/obj/Debug/net9.0/apphost b/labs/lab2_done/StructType/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/apphost rename to labs/lab2_done/StructType/obj/Debug/net9.0/apphost diff --git a/labs/lab2/StructType/obj/Debug/net9.0/ref/StructType.dll b/labs/lab2_done/StructType/obj/Debug/net9.0/ref/StructType.dll similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/ref/StructType.dll rename to labs/lab2_done/StructType/obj/Debug/net9.0/ref/StructType.dll diff --git a/labs/lab2/StructType/obj/Debug/net9.0/refint/StructType.dll b/labs/lab2_done/StructType/obj/Debug/net9.0/refint/StructType.dll similarity index 100% rename from labs/lab2/StructType/obj/Debug/net9.0/refint/StructType.dll rename to labs/lab2_done/StructType/obj/Debug/net9.0/refint/StructType.dll diff --git a/labs/lab2/StructType/obj/StructType.csproj.nuget.dgspec.json b/labs/lab2_done/StructType/obj/StructType.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab2/StructType/obj/StructType.csproj.nuget.dgspec.json rename to labs/lab2_done/StructType/obj/StructType.csproj.nuget.dgspec.json diff --git a/labs/lab2/StructType/obj/StructType.csproj.nuget.g.props b/labs/lab2_done/StructType/obj/StructType.csproj.nuget.g.props similarity index 100% rename from labs/lab2/StructType/obj/StructType.csproj.nuget.g.props rename to labs/lab2_done/StructType/obj/StructType.csproj.nuget.g.props diff --git a/labs/lab2/StructType/obj/StructType.csproj.nuget.g.targets b/labs/lab2_done/StructType/obj/StructType.csproj.nuget.g.targets similarity index 100% rename from labs/lab2/StructType/obj/StructType.csproj.nuget.g.targets rename to labs/lab2_done/StructType/obj/StructType.csproj.nuget.g.targets diff --git a/labs/lab2/StructType/obj/project.assets.json b/labs/lab2_done/StructType/obj/project.assets.json similarity index 100% rename from labs/lab2/StructType/obj/project.assets.json rename to labs/lab2_done/StructType/obj/project.assets.json diff --git a/labs/lab2/StructType/obj/project.nuget.cache b/labs/lab2_done/StructType/obj/project.nuget.cache similarity index 100% rename from labs/lab2/StructType/obj/project.nuget.cache rename to labs/lab2_done/StructType/obj/project.nuget.cache diff --git a/labs/lab2/assets/1.png b/labs/lab2_done/assets/1.png similarity index 100% rename from labs/lab2/assets/1.png rename to labs/lab2_done/assets/1.png diff --git a/labs/lab2/assets/2.png b/labs/lab2_done/assets/2.png similarity index 100% rename from labs/lab2/assets/2.png rename to labs/lab2_done/assets/2.png diff --git a/labs/lab2/assets/3.png b/labs/lab2_done/assets/3.png similarity index 100% rename from labs/lab2/assets/3.png rename to labs/lab2_done/assets/3.png diff --git a/labs/lab2/report.pdf b/labs/lab2_done/report.pdf similarity index 100% rename from labs/lab2/report.pdf rename to labs/lab2_done/report.pdf diff --git a/labs/lab2/report.typ b/labs/lab2_done/report.typ similarity index 100% rename from labs/lab2/report.typ rename to labs/lab2_done/report.typ diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfoInputs.cache b/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfoInputs.cache deleted file mode 100644 index 7aabe72..0000000 --- a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -079bf14f3b2824897280441d17e72a5dca1231939654bf4c76c42830a9d33c55 diff --git a/labs/lab3/Calc_switch/Calc_switch.csproj b/labs/lab3_done/Calc_switch/Calc_switch.csproj similarity index 100% rename from labs/lab3/Calc_switch/Calc_switch.csproj rename to labs/lab3_done/Calc_switch/Calc_switch.csproj diff --git a/labs/lab3/Calc_switch/Program.cs b/labs/lab3_done/Calc_switch/Program.cs similarity index 100% rename from labs/lab3/Calc_switch/Program.cs rename to labs/lab3_done/Calc_switch/Program.cs diff --git a/labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch b/labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch similarity index 100% rename from labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch rename to labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch diff --git a/labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.deps.json b/labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.deps.json similarity index 100% rename from labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.deps.json rename to labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.deps.json diff --git a/labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.dll b/labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.dll similarity index 100% rename from labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.dll rename to labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.dll diff --git a/labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.pdb b/labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.pdb similarity index 100% rename from labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.pdb rename to labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.pdb diff --git a/labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.runtimeconfig.json b/labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.runtimeconfig.json similarity index 100% rename from labs/lab3/Calc_switch/bin/Debug/net9.0/Calc_switch.runtimeconfig.json rename to labs/lab3_done/Calc_switch/bin/Debug/net9.0/Calc_switch.runtimeconfig.json diff --git a/labs/lab3/Calc_switch/obj/Calc_switch.csproj.nuget.dgspec.json b/labs/lab3_done/Calc_switch/obj/Calc_switch.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Calc_switch/obj/Calc_switch.csproj.nuget.dgspec.json rename to labs/lab3_done/Calc_switch/obj/Calc_switch.csproj.nuget.dgspec.json diff --git a/labs/lab3/Calc_switch/obj/Calc_switch.csproj.nuget.g.props b/labs/lab3_done/Calc_switch/obj/Calc_switch.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Calc_switch/obj/Calc_switch.csproj.nuget.g.props rename to labs/lab3_done/Calc_switch/obj/Calc_switch.csproj.nuget.g.props diff --git a/labs/lab3/Calc_switch/obj/Calc_switch.csproj.nuget.g.targets b/labs/lab3_done/Calc_switch/obj/Calc_switch.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Calc_switch/obj/Calc_switch.csproj.nuget.g.targets rename to labs/lab3_done/Calc_switch/obj/Calc_switch.csproj.nuget.g.targets diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfo.cs b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfo.cs similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfo.cs rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfo.cs diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfoInputs.cache b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfoInputs.cache rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.AssemblyInfoInputs.cache diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.GlobalUsings.g.cs b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.GlobalUsings.g.cs rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.GlobalUsings.g.cs diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.assets.cache b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.assets.cache similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.assets.cache rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.assets.cache diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.CoreCompileInputs.cache b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.CoreCompileInputs.cache rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.FileListAbsolute.txt b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.FileListAbsolute.txt rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.csproj.FileListAbsolute.txt diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.dll b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.dll similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.dll rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.dll diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.genruntimeconfig.cache b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.genruntimeconfig.cache similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.genruntimeconfig.cache rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.genruntimeconfig.cache diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.pdb b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.pdb similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/Calc_switch.pdb rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/Calc_switch.pdb diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/apphost b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/apphost rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/apphost diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/ref/Calc_switch.dll b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/ref/Calc_switch.dll similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/ref/Calc_switch.dll rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/ref/Calc_switch.dll diff --git a/labs/lab3/Calc_switch/obj/Debug/net9.0/refint/Calc_switch.dll b/labs/lab3_done/Calc_switch/obj/Debug/net9.0/refint/Calc_switch.dll similarity index 100% rename from labs/lab3/Calc_switch/obj/Debug/net9.0/refint/Calc_switch.dll rename to labs/lab3_done/Calc_switch/obj/Debug/net9.0/refint/Calc_switch.dll diff --git a/labs/lab3/Calc_switch/obj/project.assets.json b/labs/lab3_done/Calc_switch/obj/project.assets.json similarity index 100% rename from labs/lab3/Calc_switch/obj/project.assets.json rename to labs/lab3_done/Calc_switch/obj/project.assets.json diff --git a/labs/lab3/Calc_switch/obj/project.nuget.cache b/labs/lab3_done/Calc_switch/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Calc_switch/obj/project.nuget.cache rename to labs/lab3_done/Calc_switch/obj/project.nuget.cache diff --git a/labs/lab3/Comp/Comp.csproj b/labs/lab3_done/Comp/Comp.csproj similarity index 100% rename from labs/lab3/Comp/Comp.csproj rename to labs/lab3_done/Comp/Comp.csproj diff --git a/labs/lab3/Comp/Program.cs b/labs/lab3_done/Comp/Program.cs similarity index 100% rename from labs/lab3/Comp/Program.cs rename to labs/lab3_done/Comp/Program.cs diff --git a/labs/lab3/Comp/bin/Debug/net9.0/Comp b/labs/lab3_done/Comp/bin/Debug/net9.0/Comp similarity index 100% rename from labs/lab3/Comp/bin/Debug/net9.0/Comp rename to labs/lab3_done/Comp/bin/Debug/net9.0/Comp diff --git a/labs/lab3/Comp/bin/Debug/net9.0/Comp.deps.json b/labs/lab3_done/Comp/bin/Debug/net9.0/Comp.deps.json similarity index 100% rename from labs/lab3/Comp/bin/Debug/net9.0/Comp.deps.json rename to labs/lab3_done/Comp/bin/Debug/net9.0/Comp.deps.json diff --git a/labs/lab3/Comp/bin/Debug/net9.0/Comp.dll b/labs/lab3_done/Comp/bin/Debug/net9.0/Comp.dll similarity index 100% rename from labs/lab3/Comp/bin/Debug/net9.0/Comp.dll rename to labs/lab3_done/Comp/bin/Debug/net9.0/Comp.dll diff --git a/labs/lab3/Comp/bin/Debug/net9.0/Comp.pdb b/labs/lab3_done/Comp/bin/Debug/net9.0/Comp.pdb similarity index 100% rename from labs/lab3/Comp/bin/Debug/net9.0/Comp.pdb rename to labs/lab3_done/Comp/bin/Debug/net9.0/Comp.pdb diff --git a/labs/lab3/Comp/bin/Debug/net9.0/Comp.runtimeconfig.json b/labs/lab3_done/Comp/bin/Debug/net9.0/Comp.runtimeconfig.json similarity index 100% rename from labs/lab3/Comp/bin/Debug/net9.0/Comp.runtimeconfig.json rename to labs/lab3_done/Comp/bin/Debug/net9.0/Comp.runtimeconfig.json diff --git a/labs/lab3/Comp/obj/Comp.csproj.nuget.dgspec.json b/labs/lab3_done/Comp/obj/Comp.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Comp/obj/Comp.csproj.nuget.dgspec.json rename to labs/lab3_done/Comp/obj/Comp.csproj.nuget.dgspec.json diff --git a/labs/lab3/Comp/obj/Comp.csproj.nuget.g.props b/labs/lab3_done/Comp/obj/Comp.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Comp/obj/Comp.csproj.nuget.g.props rename to labs/lab3_done/Comp/obj/Comp.csproj.nuget.g.props diff --git a/labs/lab3/Comp/obj/Comp.csproj.nuget.g.targets b/labs/lab3_done/Comp/obj/Comp.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Comp/obj/Comp.csproj.nuget.g.targets rename to labs/lab3_done/Comp/obj/Comp.csproj.nuget.g.targets diff --git a/labs/lab3/Comp/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Comp/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Comp/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.AssemblyInfo.cs b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.AssemblyInfo.cs similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.AssemblyInfo.cs rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.AssemblyInfo.cs diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.AssemblyInfoInputs.cache b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.AssemblyInfoInputs.cache rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.AssemblyInfoInputs.cache diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.GlobalUsings.g.cs b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.GlobalUsings.g.cs rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.GlobalUsings.g.cs diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.assets.cache b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.assets.cache similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.assets.cache rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.assets.cache diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.csproj.CoreCompileInputs.cache b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.csproj.CoreCompileInputs.cache rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.csproj.FileListAbsolute.txt b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.csproj.FileListAbsolute.txt rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.csproj.FileListAbsolute.txt diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.dll b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.dll similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.dll rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.dll diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.genruntimeconfig.cache b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.genruntimeconfig.cache similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.genruntimeconfig.cache rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.genruntimeconfig.cache diff --git a/labs/lab3/Comp/obj/Debug/net9.0/Comp.pdb b/labs/lab3_done/Comp/obj/Debug/net9.0/Comp.pdb similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/Comp.pdb rename to labs/lab3_done/Comp/obj/Debug/net9.0/Comp.pdb diff --git a/labs/lab3/Comp/obj/Debug/net9.0/apphost b/labs/lab3_done/Comp/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/apphost rename to labs/lab3_done/Comp/obj/Debug/net9.0/apphost diff --git a/labs/lab3/Comp/obj/Debug/net9.0/ref/Comp.dll b/labs/lab3_done/Comp/obj/Debug/net9.0/ref/Comp.dll similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/ref/Comp.dll rename to labs/lab3_done/Comp/obj/Debug/net9.0/ref/Comp.dll diff --git a/labs/lab3/Comp/obj/Debug/net9.0/refint/Comp.dll b/labs/lab3_done/Comp/obj/Debug/net9.0/refint/Comp.dll similarity index 100% rename from labs/lab3/Comp/obj/Debug/net9.0/refint/Comp.dll rename to labs/lab3_done/Comp/obj/Debug/net9.0/refint/Comp.dll diff --git a/labs/lab3/Comp/obj/project.assets.json b/labs/lab3_done/Comp/obj/project.assets.json similarity index 100% rename from labs/lab3/Comp/obj/project.assets.json rename to labs/lab3_done/Comp/obj/project.assets.json diff --git a/labs/lab3/Comp/obj/project.nuget.cache b/labs/lab3_done/Comp/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Comp/obj/project.nuget.cache rename to labs/lab3_done/Comp/obj/project.nuget.cache diff --git a/labs/lab3/Euclid/Euclid.csproj b/labs/lab3_done/Euclid/Euclid.csproj similarity index 100% rename from labs/lab3/Euclid/Euclid.csproj rename to labs/lab3_done/Euclid/Euclid.csproj diff --git a/labs/lab3/Euclid/Program.cs b/labs/lab3_done/Euclid/Program.cs similarity index 100% rename from labs/lab3/Euclid/Program.cs rename to labs/lab3_done/Euclid/Program.cs diff --git a/labs/lab3/Euclid/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Euclid/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Euclid/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Euclid/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfo.cs b/labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfo.cs similarity index 100% rename from labs/lab3/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfo.cs rename to labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfo.cs diff --git a/labs/lab3/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfoInputs.cache b/labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfoInputs.cache rename to labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.AssemblyInfoInputs.cache diff --git a/labs/lab3/Euclid/obj/Debug/net9.0/Euclid.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Euclid/obj/Debug/net9.0/Euclid.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Euclid/obj/Debug/net9.0/Euclid.GlobalUsings.g.cs b/labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Euclid/obj/Debug/net9.0/Euclid.GlobalUsings.g.cs rename to labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.GlobalUsings.g.cs diff --git a/labs/lab3/Euclid/obj/Debug/net9.0/Euclid.assets.cache b/labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.assets.cache similarity index 100% rename from labs/lab3/Euclid/obj/Debug/net9.0/Euclid.assets.cache rename to labs/lab3_done/Euclid/obj/Debug/net9.0/Euclid.assets.cache diff --git a/labs/lab3/Euclid/obj/Euclid.csproj.nuget.dgspec.json b/labs/lab3_done/Euclid/obj/Euclid.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Euclid/obj/Euclid.csproj.nuget.dgspec.json rename to labs/lab3_done/Euclid/obj/Euclid.csproj.nuget.dgspec.json diff --git a/labs/lab3/Euclid/obj/Euclid.csproj.nuget.g.props b/labs/lab3_done/Euclid/obj/Euclid.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Euclid/obj/Euclid.csproj.nuget.g.props rename to labs/lab3_done/Euclid/obj/Euclid.csproj.nuget.g.props diff --git a/labs/lab3/Euclid/obj/Euclid.csproj.nuget.g.targets b/labs/lab3_done/Euclid/obj/Euclid.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Euclid/obj/Euclid.csproj.nuget.g.targets rename to labs/lab3_done/Euclid/obj/Euclid.csproj.nuget.g.targets diff --git a/labs/lab3/Euclid/obj/project.assets.json b/labs/lab3_done/Euclid/obj/project.assets.json similarity index 100% rename from labs/lab3/Euclid/obj/project.assets.json rename to labs/lab3_done/Euclid/obj/project.assets.json diff --git a/labs/lab3/Euclid/obj/project.nuget.cache b/labs/lab3_done/Euclid/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Euclid/obj/project.nuget.cache rename to labs/lab3_done/Euclid/obj/project.nuget.cache diff --git a/labs/lab3/IsLeapYear/IsLeapYear.csproj b/labs/lab3_done/IsLeapYear/IsLeapYear.csproj similarity index 100% rename from labs/lab3/IsLeapYear/IsLeapYear.csproj rename to labs/lab3_done/IsLeapYear/IsLeapYear.csproj diff --git a/labs/lab3/IsLeapYear/Program.cs b/labs/lab3_done/IsLeapYear/Program.cs similarity index 100% rename from labs/lab3/IsLeapYear/Program.cs rename to labs/lab3_done/IsLeapYear/Program.cs diff --git a/labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear b/labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear similarity index 100% rename from labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear rename to labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear diff --git a/labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.deps.json b/labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.deps.json similarity index 100% rename from labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.deps.json rename to labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.deps.json diff --git a/labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.dll b/labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.dll similarity index 100% rename from labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.dll rename to labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.dll diff --git a/labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.pdb b/labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.pdb similarity index 100% rename from labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.pdb rename to labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.pdb diff --git a/labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.runtimeconfig.json b/labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.runtimeconfig.json similarity index 100% rename from labs/lab3/IsLeapYear/bin/Debug/net9.0/IsLeapYear.runtimeconfig.json rename to labs/lab3_done/IsLeapYear/bin/Debug/net9.0/IsLeapYear.runtimeconfig.json diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfo.cs b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfo.cs similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfo.cs rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfo.cs diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfoInputs.cache b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfoInputs.cache rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.AssemblyInfoInputs.cache diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GlobalUsings.g.cs b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GlobalUsings.g.cs rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.GlobalUsings.g.cs diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.assets.cache b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.assets.cache similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.assets.cache rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.assets.cache diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.CoreCompileInputs.cache b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.CoreCompileInputs.cache rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.FileListAbsolute.txt b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.FileListAbsolute.txt rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.csproj.FileListAbsolute.txt diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.dll b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.dll similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.dll rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.dll diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.genruntimeconfig.cache b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.genruntimeconfig.cache similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.genruntimeconfig.cache rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.genruntimeconfig.cache diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.pdb b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.pdb similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/IsLeapYear.pdb rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/IsLeapYear.pdb diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/apphost b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/apphost rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/apphost diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/ref/IsLeapYear.dll b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/ref/IsLeapYear.dll similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/ref/IsLeapYear.dll rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/ref/IsLeapYear.dll diff --git a/labs/lab3/IsLeapYear/obj/Debug/net9.0/refint/IsLeapYear.dll b/labs/lab3_done/IsLeapYear/obj/Debug/net9.0/refint/IsLeapYear.dll similarity index 100% rename from labs/lab3/IsLeapYear/obj/Debug/net9.0/refint/IsLeapYear.dll rename to labs/lab3_done/IsLeapYear/obj/Debug/net9.0/refint/IsLeapYear.dll diff --git a/labs/lab3/IsLeapYear/obj/IsLeapYear.csproj.nuget.dgspec.json b/labs/lab3_done/IsLeapYear/obj/IsLeapYear.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/IsLeapYear/obj/IsLeapYear.csproj.nuget.dgspec.json rename to labs/lab3_done/IsLeapYear/obj/IsLeapYear.csproj.nuget.dgspec.json diff --git a/labs/lab3/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.props b/labs/lab3_done/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.props similarity index 100% rename from labs/lab3/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.props rename to labs/lab3_done/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.props diff --git a/labs/lab3/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.targets b/labs/lab3_done/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.targets rename to labs/lab3_done/IsLeapYear/obj/IsLeapYear.csproj.nuget.g.targets diff --git a/labs/lab3/IsLeapYear/obj/project.assets.json b/labs/lab3_done/IsLeapYear/obj/project.assets.json similarity index 100% rename from labs/lab3/IsLeapYear/obj/project.assets.json rename to labs/lab3_done/IsLeapYear/obj/project.assets.json diff --git a/labs/lab3/IsLeapYear/obj/project.nuget.cache b/labs/lab3_done/IsLeapYear/obj/project.nuget.cache similarity index 100% rename from labs/lab3/IsLeapYear/obj/project.nuget.cache rename to labs/lab3_done/IsLeapYear/obj/project.nuget.cache diff --git a/labs/lab3/Loop/Loop.csproj b/labs/lab3_done/Loop/Loop.csproj similarity index 100% rename from labs/lab3/Loop/Loop.csproj rename to labs/lab3_done/Loop/Loop.csproj diff --git a/labs/lab3/Loop/Program.cs b/labs/lab3_done/Loop/Program.cs similarity index 100% rename from labs/lab3/Loop/Program.cs rename to labs/lab3_done/Loop/Program.cs diff --git a/labs/lab3/Loop/bin/Debug/net9.0/Loop b/labs/lab3_done/Loop/bin/Debug/net9.0/Loop similarity index 100% rename from labs/lab3/Loop/bin/Debug/net9.0/Loop rename to labs/lab3_done/Loop/bin/Debug/net9.0/Loop diff --git a/labs/lab3/Loop/bin/Debug/net9.0/Loop.deps.json b/labs/lab3_done/Loop/bin/Debug/net9.0/Loop.deps.json similarity index 100% rename from labs/lab3/Loop/bin/Debug/net9.0/Loop.deps.json rename to labs/lab3_done/Loop/bin/Debug/net9.0/Loop.deps.json diff --git a/labs/lab3/Loop/bin/Debug/net9.0/Loop.dll b/labs/lab3_done/Loop/bin/Debug/net9.0/Loop.dll similarity index 100% rename from labs/lab3/Loop/bin/Debug/net9.0/Loop.dll rename to labs/lab3_done/Loop/bin/Debug/net9.0/Loop.dll diff --git a/labs/lab3/Loop/bin/Debug/net9.0/Loop.pdb b/labs/lab3_done/Loop/bin/Debug/net9.0/Loop.pdb similarity index 100% rename from labs/lab3/Loop/bin/Debug/net9.0/Loop.pdb rename to labs/lab3_done/Loop/bin/Debug/net9.0/Loop.pdb diff --git a/labs/lab3/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json b/labs/lab3_done/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json similarity index 100% rename from labs/lab3/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json rename to labs/lab3_done/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json diff --git a/labs/lab3/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.assets.cache b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.assets.cache similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.assets.cache rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.assets.cache diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.dll b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.dll similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.dll rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.dll diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache diff --git a/labs/lab3/Loop/obj/Debug/net9.0/Loop.pdb b/labs/lab3_done/Loop/obj/Debug/net9.0/Loop.pdb similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/Loop.pdb rename to labs/lab3_done/Loop/obj/Debug/net9.0/Loop.pdb diff --git a/labs/lab3/Loop/obj/Debug/net9.0/apphost b/labs/lab3_done/Loop/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/apphost rename to labs/lab3_done/Loop/obj/Debug/net9.0/apphost diff --git a/labs/lab3/Loop/obj/Debug/net9.0/ref/Loop.dll b/labs/lab3_done/Loop/obj/Debug/net9.0/ref/Loop.dll similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/ref/Loop.dll rename to labs/lab3_done/Loop/obj/Debug/net9.0/ref/Loop.dll diff --git a/labs/lab3/Loop/obj/Debug/net9.0/refint/Loop.dll b/labs/lab3_done/Loop/obj/Debug/net9.0/refint/Loop.dll similarity index 100% rename from labs/lab3/Loop/obj/Debug/net9.0/refint/Loop.dll rename to labs/lab3_done/Loop/obj/Debug/net9.0/refint/Loop.dll diff --git a/labs/lab3/Loop/obj/Loop.csproj.nuget.dgspec.json b/labs/lab3_done/Loop/obj/Loop.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Loop/obj/Loop.csproj.nuget.dgspec.json rename to labs/lab3_done/Loop/obj/Loop.csproj.nuget.dgspec.json diff --git a/labs/lab3/Loop/obj/Loop.csproj.nuget.g.props b/labs/lab3_done/Loop/obj/Loop.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Loop/obj/Loop.csproj.nuget.g.props rename to labs/lab3_done/Loop/obj/Loop.csproj.nuget.g.props diff --git a/labs/lab3/Loop/obj/Loop.csproj.nuget.g.targets b/labs/lab3_done/Loop/obj/Loop.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Loop/obj/Loop.csproj.nuget.g.targets rename to labs/lab3_done/Loop/obj/Loop.csproj.nuget.g.targets diff --git a/labs/lab3/Loop/obj/project.assets.json b/labs/lab3_done/Loop/obj/project.assets.json similarity index 100% rename from labs/lab3/Loop/obj/project.assets.json rename to labs/lab3_done/Loop/obj/project.assets.json diff --git a/labs/lab3/Loop/obj/project.nuget.cache b/labs/lab3_done/Loop/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Loop/obj/project.nuget.cache rename to labs/lab3_done/Loop/obj/project.nuget.cache diff --git a/labs/lab3/Shapeifelse/Program.cs b/labs/lab3_done/Shapeifelse/Program.cs similarity index 100% rename from labs/lab3/Shapeifelse/Program.cs rename to labs/lab3_done/Shapeifelse/Program.cs diff --git a/labs/lab3/Shapeifelse/Shapeifelse.csproj b/labs/lab3_done/Shapeifelse/Shapeifelse.csproj similarity index 100% rename from labs/lab3/Shapeifelse/Shapeifelse.csproj rename to labs/lab3_done/Shapeifelse/Shapeifelse.csproj diff --git a/labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse b/labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse similarity index 100% rename from labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse rename to labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse diff --git a/labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.deps.json b/labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.deps.json similarity index 100% rename from labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.deps.json rename to labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.deps.json diff --git a/labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.dll b/labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.dll similarity index 100% rename from labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.dll rename to labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.dll diff --git a/labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.pdb b/labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.pdb similarity index 100% rename from labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.pdb rename to labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.pdb diff --git a/labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.runtimeconfig.json b/labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.runtimeconfig.json similarity index 100% rename from labs/lab3/Shapeifelse/bin/Debug/net9.0/Shapeifelse.runtimeconfig.json rename to labs/lab3_done/Shapeifelse/bin/Debug/net9.0/Shapeifelse.runtimeconfig.json diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfo.cs b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfo.cs similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfo.cs rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfo.cs diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfoInputs.cache b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfoInputs.cache rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.AssemblyInfoInputs.cache diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GlobalUsings.g.cs b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GlobalUsings.g.cs rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.GlobalUsings.g.cs diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.assets.cache b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.assets.cache similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.assets.cache rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.assets.cache diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.CoreCompileInputs.cache b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.CoreCompileInputs.cache rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.FileListAbsolute.txt b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.FileListAbsolute.txt rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.csproj.FileListAbsolute.txt diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.dll b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.dll similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.dll rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.dll diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.genruntimeconfig.cache b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.genruntimeconfig.cache similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.genruntimeconfig.cache rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.genruntimeconfig.cache diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.pdb b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.pdb similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/Shapeifelse.pdb rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/Shapeifelse.pdb diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/apphost b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/apphost rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/apphost diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/ref/Shapeifelse.dll b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/ref/Shapeifelse.dll similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/ref/Shapeifelse.dll rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/ref/Shapeifelse.dll diff --git a/labs/lab3/Shapeifelse/obj/Debug/net9.0/refint/Shapeifelse.dll b/labs/lab3_done/Shapeifelse/obj/Debug/net9.0/refint/Shapeifelse.dll similarity index 100% rename from labs/lab3/Shapeifelse/obj/Debug/net9.0/refint/Shapeifelse.dll rename to labs/lab3_done/Shapeifelse/obj/Debug/net9.0/refint/Shapeifelse.dll diff --git a/labs/lab3/Shapeifelse/obj/Shapeifelse.csproj.nuget.dgspec.json b/labs/lab3_done/Shapeifelse/obj/Shapeifelse.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Shapeifelse/obj/Shapeifelse.csproj.nuget.dgspec.json rename to labs/lab3_done/Shapeifelse/obj/Shapeifelse.csproj.nuget.dgspec.json diff --git a/labs/lab3/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.props b/labs/lab3_done/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.props rename to labs/lab3_done/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.props diff --git a/labs/lab3/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.targets b/labs/lab3_done/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.targets rename to labs/lab3_done/Shapeifelse/obj/Shapeifelse.csproj.nuget.g.targets diff --git a/labs/lab3/Shapeifelse/obj/project.assets.json b/labs/lab3_done/Shapeifelse/obj/project.assets.json similarity index 100% rename from labs/lab3/Shapeifelse/obj/project.assets.json rename to labs/lab3_done/Shapeifelse/obj/project.assets.json diff --git a/labs/lab3/Shapeifelse/obj/project.nuget.cache b/labs/lab3_done/Shapeifelse/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Shapeifelse/obj/project.nuget.cache rename to labs/lab3_done/Shapeifelse/obj/project.nuget.cache diff --git a/labs/lab3/Shooting/Program.cs b/labs/lab3_done/Shooting/Program.cs similarity index 100% rename from labs/lab3/Shooting/Program.cs rename to labs/lab3_done/Shooting/Program.cs diff --git a/labs/lab3/Shooting/Shooting.csproj b/labs/lab3_done/Shooting/Shooting.csproj similarity index 100% rename from labs/lab3/Shooting/Shooting.csproj rename to labs/lab3_done/Shooting/Shooting.csproj diff --git a/labs/lab3/Shooting/bin/Debug/net9.0/Shooting b/labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting similarity index 100% rename from labs/lab3/Shooting/bin/Debug/net9.0/Shooting rename to labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting diff --git a/labs/lab3/Shooting/bin/Debug/net9.0/Shooting.deps.json b/labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.deps.json similarity index 100% rename from labs/lab3/Shooting/bin/Debug/net9.0/Shooting.deps.json rename to labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.deps.json diff --git a/labs/lab3/Shooting/bin/Debug/net9.0/Shooting.dll b/labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.dll similarity index 100% rename from labs/lab3/Shooting/bin/Debug/net9.0/Shooting.dll rename to labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.dll diff --git a/labs/lab3/Shooting/bin/Debug/net9.0/Shooting.pdb b/labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.pdb similarity index 100% rename from labs/lab3/Shooting/bin/Debug/net9.0/Shooting.pdb rename to labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.pdb diff --git a/labs/lab3/Shooting/bin/Debug/net9.0/Shooting.runtimeconfig.json b/labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.runtimeconfig.json similarity index 100% rename from labs/lab3/Shooting/bin/Debug/net9.0/Shooting.runtimeconfig.json rename to labs/lab3_done/Shooting/bin/Debug/net9.0/Shooting.runtimeconfig.json diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Shooting/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Shooting/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfo.cs b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfo.cs similarity index 94% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfo.cs rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfo.cs index d494075..9fcf082 100644 --- a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfo.cs +++ b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Shooting")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+36606926b9d67f78c473de632eed3cf6c4ed12c7")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8bd93df2aef7759930e05e648a2010f5b8955d40")] [assembly: System.Reflection.AssemblyProductAttribute("Shooting")] [assembly: System.Reflection.AssemblyTitleAttribute("Shooting")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfoInputs.cache b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfoInputs.cache new file mode 100644 index 0000000..ed86a52 --- /dev/null +++ b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +8d172992e8aac3890b77dfb6a31685d1b4d8e91942a035fc3b6c1f3b98bec76d diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.GlobalUsings.g.cs b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.GlobalUsings.g.cs rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.GlobalUsings.g.cs diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.assets.cache b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.assets.cache similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.assets.cache rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.assets.cache diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.csproj.CoreCompileInputs.cache b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.csproj.CoreCompileInputs.cache rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.csproj.FileListAbsolute.txt b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.csproj.FileListAbsolute.txt rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.csproj.FileListAbsolute.txt diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.dll b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.dll similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.dll rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.dll diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.genruntimeconfig.cache b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.genruntimeconfig.cache similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.genruntimeconfig.cache rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.genruntimeconfig.cache diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/Shooting.pdb b/labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.pdb similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/Shooting.pdb rename to labs/lab3_done/Shooting/obj/Debug/net9.0/Shooting.pdb diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/apphost b/labs/lab3_done/Shooting/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/apphost rename to labs/lab3_done/Shooting/obj/Debug/net9.0/apphost diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/ref/Shooting.dll b/labs/lab3_done/Shooting/obj/Debug/net9.0/ref/Shooting.dll similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/ref/Shooting.dll rename to labs/lab3_done/Shooting/obj/Debug/net9.0/ref/Shooting.dll diff --git a/labs/lab3/Shooting/obj/Debug/net9.0/refint/Shooting.dll b/labs/lab3_done/Shooting/obj/Debug/net9.0/refint/Shooting.dll similarity index 100% rename from labs/lab3/Shooting/obj/Debug/net9.0/refint/Shooting.dll rename to labs/lab3_done/Shooting/obj/Debug/net9.0/refint/Shooting.dll diff --git a/labs/lab3/Shooting/obj/Shooting.csproj.nuget.dgspec.json b/labs/lab3_done/Shooting/obj/Shooting.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Shooting/obj/Shooting.csproj.nuget.dgspec.json rename to labs/lab3_done/Shooting/obj/Shooting.csproj.nuget.dgspec.json diff --git a/labs/lab3/Shooting/obj/Shooting.csproj.nuget.g.props b/labs/lab3_done/Shooting/obj/Shooting.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Shooting/obj/Shooting.csproj.nuget.g.props rename to labs/lab3_done/Shooting/obj/Shooting.csproj.nuget.g.props diff --git a/labs/lab3/Shooting/obj/Shooting.csproj.nuget.g.targets b/labs/lab3_done/Shooting/obj/Shooting.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Shooting/obj/Shooting.csproj.nuget.g.targets rename to labs/lab3_done/Shooting/obj/Shooting.csproj.nuget.g.targets diff --git a/labs/lab3/Shooting/obj/project.assets.json b/labs/lab3_done/Shooting/obj/project.assets.json similarity index 100% rename from labs/lab3/Shooting/obj/project.assets.json rename to labs/lab3_done/Shooting/obj/project.assets.json diff --git a/labs/lab3/Shooting/obj/project.nuget.cache b/labs/lab3_done/Shooting/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Shooting/obj/project.nuget.cache rename to labs/lab3_done/Shooting/obj/project.nuget.cache diff --git a/labs/lab3/Sin/Program.cs b/labs/lab3_done/Sin/Program.cs similarity index 100% rename from labs/lab3/Sin/Program.cs rename to labs/lab3_done/Sin/Program.cs diff --git a/labs/lab3/Sin/Sin.csproj b/labs/lab3_done/Sin/Sin.csproj similarity index 100% rename from labs/lab3/Sin/Sin.csproj rename to labs/lab3_done/Sin/Sin.csproj diff --git a/labs/lab3/Sin/bin/Debug/net9.0/Sin b/labs/lab3_done/Sin/bin/Debug/net9.0/Sin similarity index 100% rename from labs/lab3/Sin/bin/Debug/net9.0/Sin rename to labs/lab3_done/Sin/bin/Debug/net9.0/Sin diff --git a/labs/lab3/Sin/bin/Debug/net9.0/Sin.deps.json b/labs/lab3_done/Sin/bin/Debug/net9.0/Sin.deps.json similarity index 100% rename from labs/lab3/Sin/bin/Debug/net9.0/Sin.deps.json rename to labs/lab3_done/Sin/bin/Debug/net9.0/Sin.deps.json diff --git a/labs/lab3/Sin/bin/Debug/net9.0/Sin.dll b/labs/lab3_done/Sin/bin/Debug/net9.0/Sin.dll similarity index 100% rename from labs/lab3/Sin/bin/Debug/net9.0/Sin.dll rename to labs/lab3_done/Sin/bin/Debug/net9.0/Sin.dll diff --git a/labs/lab3/Sin/bin/Debug/net9.0/Sin.pdb b/labs/lab3_done/Sin/bin/Debug/net9.0/Sin.pdb similarity index 100% rename from labs/lab3/Sin/bin/Debug/net9.0/Sin.pdb rename to labs/lab3_done/Sin/bin/Debug/net9.0/Sin.pdb diff --git a/labs/lab3/Sin/bin/Debug/net9.0/Sin.runtimeconfig.json b/labs/lab3_done/Sin/bin/Debug/net9.0/Sin.runtimeconfig.json similarity index 100% rename from labs/lab3/Sin/bin/Debug/net9.0/Sin.runtimeconfig.json rename to labs/lab3_done/Sin/bin/Debug/net9.0/Sin.runtimeconfig.json diff --git a/labs/lab3/Sin/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Sin/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Sin/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.AssemblyInfo.cs b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.AssemblyInfo.cs similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.AssemblyInfo.cs rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.AssemblyInfo.cs diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.AssemblyInfoInputs.cache b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.AssemblyInfoInputs.cache rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.AssemblyInfoInputs.cache diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.GlobalUsings.g.cs b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.GlobalUsings.g.cs rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.GlobalUsings.g.cs diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.assets.cache b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.assets.cache similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.assets.cache rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.assets.cache diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.csproj.CoreCompileInputs.cache b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.csproj.CoreCompileInputs.cache rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.csproj.FileListAbsolute.txt b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.csproj.FileListAbsolute.txt rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.csproj.FileListAbsolute.txt diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.dll b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.dll similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.dll rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.dll diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.genruntimeconfig.cache b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.genruntimeconfig.cache similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.genruntimeconfig.cache rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.genruntimeconfig.cache diff --git a/labs/lab3/Sin/obj/Debug/net9.0/Sin.pdb b/labs/lab3_done/Sin/obj/Debug/net9.0/Sin.pdb similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/Sin.pdb rename to labs/lab3_done/Sin/obj/Debug/net9.0/Sin.pdb diff --git a/labs/lab3/Sin/obj/Debug/net9.0/apphost b/labs/lab3_done/Sin/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/apphost rename to labs/lab3_done/Sin/obj/Debug/net9.0/apphost diff --git a/labs/lab3/Sin/obj/Debug/net9.0/ref/Sin.dll b/labs/lab3_done/Sin/obj/Debug/net9.0/ref/Sin.dll similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/ref/Sin.dll rename to labs/lab3_done/Sin/obj/Debug/net9.0/ref/Sin.dll diff --git a/labs/lab3/Sin/obj/Debug/net9.0/refint/Sin.dll b/labs/lab3_done/Sin/obj/Debug/net9.0/refint/Sin.dll similarity index 100% rename from labs/lab3/Sin/obj/Debug/net9.0/refint/Sin.dll rename to labs/lab3_done/Sin/obj/Debug/net9.0/refint/Sin.dll diff --git a/labs/lab3/Sin/obj/Sin.csproj.nuget.dgspec.json b/labs/lab3_done/Sin/obj/Sin.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Sin/obj/Sin.csproj.nuget.dgspec.json rename to labs/lab3_done/Sin/obj/Sin.csproj.nuget.dgspec.json diff --git a/labs/lab3/Sin/obj/Sin.csproj.nuget.g.props b/labs/lab3_done/Sin/obj/Sin.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Sin/obj/Sin.csproj.nuget.g.props rename to labs/lab3_done/Sin/obj/Sin.csproj.nuget.g.props diff --git a/labs/lab3/Sin/obj/Sin.csproj.nuget.g.targets b/labs/lab3_done/Sin/obj/Sin.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Sin/obj/Sin.csproj.nuget.g.targets rename to labs/lab3_done/Sin/obj/Sin.csproj.nuget.g.targets diff --git a/labs/lab3/Sin/obj/project.assets.json b/labs/lab3_done/Sin/obj/project.assets.json similarity index 100% rename from labs/lab3/Sin/obj/project.assets.json rename to labs/lab3_done/Sin/obj/project.assets.json diff --git a/labs/lab3/Sin/obj/project.nuget.cache b/labs/lab3_done/Sin/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Sin/obj/project.nuget.cache rename to labs/lab3_done/Sin/obj/project.nuget.cache diff --git a/labs/lab3/Sum/Program.cs b/labs/lab3_done/Sum/Program.cs similarity index 100% rename from labs/lab3/Sum/Program.cs rename to labs/lab3_done/Sum/Program.cs diff --git a/labs/lab3/Sum/Sum.csproj b/labs/lab3_done/Sum/Sum.csproj similarity index 100% rename from labs/lab3/Sum/Sum.csproj rename to labs/lab3_done/Sum/Sum.csproj diff --git a/labs/lab3/Sum/bin/Debug/net9.0/Sum b/labs/lab3_done/Sum/bin/Debug/net9.0/Sum similarity index 100% rename from labs/lab3/Sum/bin/Debug/net9.0/Sum rename to labs/lab3_done/Sum/bin/Debug/net9.0/Sum diff --git a/labs/lab3/Sum/bin/Debug/net9.0/Sum.deps.json b/labs/lab3_done/Sum/bin/Debug/net9.0/Sum.deps.json similarity index 100% rename from labs/lab3/Sum/bin/Debug/net9.0/Sum.deps.json rename to labs/lab3_done/Sum/bin/Debug/net9.0/Sum.deps.json diff --git a/labs/lab3/Sum/bin/Debug/net9.0/Sum.dll b/labs/lab3_done/Sum/bin/Debug/net9.0/Sum.dll similarity index 100% rename from labs/lab3/Sum/bin/Debug/net9.0/Sum.dll rename to labs/lab3_done/Sum/bin/Debug/net9.0/Sum.dll diff --git a/labs/lab3/Sum/bin/Debug/net9.0/Sum.pdb b/labs/lab3_done/Sum/bin/Debug/net9.0/Sum.pdb similarity index 100% rename from labs/lab3/Sum/bin/Debug/net9.0/Sum.pdb rename to labs/lab3_done/Sum/bin/Debug/net9.0/Sum.pdb diff --git a/labs/lab3/Sum/bin/Debug/net9.0/Sum.runtimeconfig.json b/labs/lab3_done/Sum/bin/Debug/net9.0/Sum.runtimeconfig.json similarity index 100% rename from labs/lab3/Sum/bin/Debug/net9.0/Sum.runtimeconfig.json rename to labs/lab3_done/Sum/bin/Debug/net9.0/Sum.runtimeconfig.json diff --git a/labs/lab3/Sum/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab3_done/Sum/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab3_done/Sum/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.AssemblyInfo.cs b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.AssemblyInfo.cs similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.AssemblyInfo.cs rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.AssemblyInfo.cs diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.AssemblyInfoInputs.cache b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.AssemblyInfoInputs.cache rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.AssemblyInfoInputs.cache diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.GlobalUsings.g.cs b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.GlobalUsings.g.cs similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.GlobalUsings.g.cs rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.GlobalUsings.g.cs diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.assets.cache b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.assets.cache similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.assets.cache rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.assets.cache diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.csproj.CoreCompileInputs.cache b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.csproj.CoreCompileInputs.cache rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.csproj.CoreCompileInputs.cache diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.csproj.FileListAbsolute.txt b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.csproj.FileListAbsolute.txt rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.csproj.FileListAbsolute.txt diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.dll b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.dll similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.dll rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.dll diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.genruntimeconfig.cache b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.genruntimeconfig.cache similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.genruntimeconfig.cache rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.genruntimeconfig.cache diff --git a/labs/lab3/Sum/obj/Debug/net9.0/Sum.pdb b/labs/lab3_done/Sum/obj/Debug/net9.0/Sum.pdb similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/Sum.pdb rename to labs/lab3_done/Sum/obj/Debug/net9.0/Sum.pdb diff --git a/labs/lab3/Sum/obj/Debug/net9.0/apphost b/labs/lab3_done/Sum/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/apphost rename to labs/lab3_done/Sum/obj/Debug/net9.0/apphost diff --git a/labs/lab3/Sum/obj/Debug/net9.0/ref/Sum.dll b/labs/lab3_done/Sum/obj/Debug/net9.0/ref/Sum.dll similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/ref/Sum.dll rename to labs/lab3_done/Sum/obj/Debug/net9.0/ref/Sum.dll diff --git a/labs/lab3/Sum/obj/Debug/net9.0/refint/Sum.dll b/labs/lab3_done/Sum/obj/Debug/net9.0/refint/Sum.dll similarity index 100% rename from labs/lab3/Sum/obj/Debug/net9.0/refint/Sum.dll rename to labs/lab3_done/Sum/obj/Debug/net9.0/refint/Sum.dll diff --git a/labs/lab3/Sum/obj/Sum.csproj.nuget.dgspec.json b/labs/lab3_done/Sum/obj/Sum.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab3/Sum/obj/Sum.csproj.nuget.dgspec.json rename to labs/lab3_done/Sum/obj/Sum.csproj.nuget.dgspec.json diff --git a/labs/lab3/Sum/obj/Sum.csproj.nuget.g.props b/labs/lab3_done/Sum/obj/Sum.csproj.nuget.g.props similarity index 100% rename from labs/lab3/Sum/obj/Sum.csproj.nuget.g.props rename to labs/lab3_done/Sum/obj/Sum.csproj.nuget.g.props diff --git a/labs/lab3/Sum/obj/Sum.csproj.nuget.g.targets b/labs/lab3_done/Sum/obj/Sum.csproj.nuget.g.targets similarity index 100% rename from labs/lab3/Sum/obj/Sum.csproj.nuget.g.targets rename to labs/lab3_done/Sum/obj/Sum.csproj.nuget.g.targets diff --git a/labs/lab3/Sum/obj/project.assets.json b/labs/lab3_done/Sum/obj/project.assets.json similarity index 100% rename from labs/lab3/Sum/obj/project.assets.json rename to labs/lab3_done/Sum/obj/project.assets.json diff --git a/labs/lab3/Sum/obj/project.nuget.cache b/labs/lab3_done/Sum/obj/project.nuget.cache similarity index 100% rename from labs/lab3/Sum/obj/project.nuget.cache rename to labs/lab3_done/Sum/obj/project.nuget.cache diff --git a/labs/lab3/assets/1.png b/labs/lab3_done/assets/1.png similarity index 100% rename from labs/lab3/assets/1.png rename to labs/lab3_done/assets/1.png diff --git a/labs/lab3/assets/10.png b/labs/lab3_done/assets/10.png similarity index 100% rename from labs/lab3/assets/10.png rename to labs/lab3_done/assets/10.png diff --git a/labs/lab3/assets/11.png b/labs/lab3_done/assets/11.png similarity index 100% rename from labs/lab3/assets/11.png rename to labs/lab3_done/assets/11.png diff --git a/labs/lab3/assets/12.png b/labs/lab3_done/assets/12.png similarity index 100% rename from labs/lab3/assets/12.png rename to labs/lab3_done/assets/12.png diff --git a/labs/lab3/assets/13.png b/labs/lab3_done/assets/13.png similarity index 100% rename from labs/lab3/assets/13.png rename to labs/lab3_done/assets/13.png diff --git a/labs/lab3/assets/14.png b/labs/lab3_done/assets/14.png similarity index 100% rename from labs/lab3/assets/14.png rename to labs/lab3_done/assets/14.png diff --git a/labs/lab3/assets/2.png b/labs/lab3_done/assets/2.png similarity index 100% rename from labs/lab3/assets/2.png rename to labs/lab3_done/assets/2.png diff --git a/labs/lab3/assets/3.png b/labs/lab3_done/assets/3.png similarity index 100% rename from labs/lab3/assets/3.png rename to labs/lab3_done/assets/3.png diff --git a/labs/lab3/assets/4.png b/labs/lab3_done/assets/4.png similarity index 100% rename from labs/lab3/assets/4.png rename to labs/lab3_done/assets/4.png diff --git a/labs/lab3/assets/5.png b/labs/lab3_done/assets/5.png similarity index 100% rename from labs/lab3/assets/5.png rename to labs/lab3_done/assets/5.png diff --git a/labs/lab3/assets/6.png b/labs/lab3_done/assets/6.png similarity index 100% rename from labs/lab3/assets/6.png rename to labs/lab3_done/assets/6.png diff --git a/labs/lab3/assets/7.png b/labs/lab3_done/assets/7.png similarity index 100% rename from labs/lab3/assets/7.png rename to labs/lab3_done/assets/7.png diff --git a/labs/lab3/assets/8.png b/labs/lab3_done/assets/8.png similarity index 100% rename from labs/lab3/assets/8.png rename to labs/lab3_done/assets/8.png diff --git a/labs/lab3/assets/9.png b/labs/lab3_done/assets/9.png similarity index 100% rename from labs/lab3/assets/9.png rename to labs/lab3_done/assets/9.png diff --git a/labs/lab3/report.pdf b/labs/lab3_done/report.pdf similarity index 100% rename from labs/lab3/report.pdf rename to labs/lab3_done/report.pdf diff --git a/labs/lab3/report.typ b/labs/lab3_done/report.typ similarity index 100% rename from labs/lab3/report.typ rename to labs/lab3_done/report.typ diff --git a/labs/lab4/Utils/Operation.cs b/labs/lab4_done/Utils/Operation.cs similarity index 100% rename from labs/lab4/Utils/Operation.cs rename to labs/lab4_done/Utils/Operation.cs diff --git a/labs/lab4/Utils/Program.cs b/labs/lab4_done/Utils/Program.cs similarity index 100% rename from labs/lab4/Utils/Program.cs rename to labs/lab4_done/Utils/Program.cs diff --git a/labs/lab4/Utils/Utils.cs b/labs/lab4_done/Utils/Utils.cs similarity index 100% rename from labs/lab4/Utils/Utils.cs rename to labs/lab4_done/Utils/Utils.cs diff --git a/labs/lab4/Utils/Utils.csproj b/labs/lab4_done/Utils/Utils.csproj similarity index 100% rename from labs/lab4/Utils/Utils.csproj rename to labs/lab4_done/Utils/Utils.csproj diff --git a/labs/lab4/Utils/bin/Debug/net9.0/Utils b/labs/lab4_done/Utils/bin/Debug/net9.0/Utils similarity index 100% rename from labs/lab4/Utils/bin/Debug/net9.0/Utils rename to labs/lab4_done/Utils/bin/Debug/net9.0/Utils diff --git a/labs/lab4/Utils/bin/Debug/net9.0/Utils.deps.json b/labs/lab4_done/Utils/bin/Debug/net9.0/Utils.deps.json similarity index 100% rename from labs/lab4/Utils/bin/Debug/net9.0/Utils.deps.json rename to labs/lab4_done/Utils/bin/Debug/net9.0/Utils.deps.json diff --git a/labs/lab4/Utils/bin/Debug/net9.0/Utils.dll b/labs/lab4_done/Utils/bin/Debug/net9.0/Utils.dll similarity index 100% rename from labs/lab4/Utils/bin/Debug/net9.0/Utils.dll rename to labs/lab4_done/Utils/bin/Debug/net9.0/Utils.dll diff --git a/labs/lab4/Utils/bin/Debug/net9.0/Utils.pdb b/labs/lab4_done/Utils/bin/Debug/net9.0/Utils.pdb similarity index 100% rename from labs/lab4/Utils/bin/Debug/net9.0/Utils.pdb rename to labs/lab4_done/Utils/bin/Debug/net9.0/Utils.pdb diff --git a/labs/lab4/Utils/bin/Debug/net9.0/Utils.runtimeconfig.json b/labs/lab4_done/Utils/bin/Debug/net9.0/Utils.runtimeconfig.json similarity index 100% rename from labs/lab4/Utils/bin/Debug/net9.0/Utils.runtimeconfig.json rename to labs/lab4_done/Utils/bin/Debug/net9.0/Utils.runtimeconfig.json diff --git a/labs/lab4/Utils/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab4_done/Utils/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab4_done/Utils/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.AssemblyInfo.cs b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.AssemblyInfo.cs similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.AssemblyInfo.cs rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.AssemblyInfo.cs diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.AssemblyInfoInputs.cache b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.AssemblyInfoInputs.cache rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.AssemblyInfoInputs.cache diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.GlobalUsings.g.cs b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.GlobalUsings.g.cs similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.GlobalUsings.g.cs rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.GlobalUsings.g.cs diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.assets.cache b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.assets.cache similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.assets.cache rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.assets.cache diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.csproj.CoreCompileInputs.cache b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.csproj.CoreCompileInputs.cache rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.csproj.CoreCompileInputs.cache diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.csproj.FileListAbsolute.txt b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.csproj.FileListAbsolute.txt rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.csproj.FileListAbsolute.txt diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.dll b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.dll similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.dll rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.dll diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.genruntimeconfig.cache b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.genruntimeconfig.cache similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.genruntimeconfig.cache rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.genruntimeconfig.cache diff --git a/labs/lab4/Utils/obj/Debug/net9.0/Utils.pdb b/labs/lab4_done/Utils/obj/Debug/net9.0/Utils.pdb similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/Utils.pdb rename to labs/lab4_done/Utils/obj/Debug/net9.0/Utils.pdb diff --git a/labs/lab4/Utils/obj/Debug/net9.0/apphost b/labs/lab4_done/Utils/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/apphost rename to labs/lab4_done/Utils/obj/Debug/net9.0/apphost diff --git a/labs/lab4/Utils/obj/Debug/net9.0/ref/Utils.dll b/labs/lab4_done/Utils/obj/Debug/net9.0/ref/Utils.dll similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/ref/Utils.dll rename to labs/lab4_done/Utils/obj/Debug/net9.0/ref/Utils.dll diff --git a/labs/lab4/Utils/obj/Debug/net9.0/refint/Utils.dll b/labs/lab4_done/Utils/obj/Debug/net9.0/refint/Utils.dll similarity index 100% rename from labs/lab4/Utils/obj/Debug/net9.0/refint/Utils.dll rename to labs/lab4_done/Utils/obj/Debug/net9.0/refint/Utils.dll diff --git a/labs/lab4/Utils/obj/Utils.csproj.nuget.dgspec.json b/labs/lab4_done/Utils/obj/Utils.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab4/Utils/obj/Utils.csproj.nuget.dgspec.json rename to labs/lab4_done/Utils/obj/Utils.csproj.nuget.dgspec.json diff --git a/labs/lab4/Utils/obj/Utils.csproj.nuget.g.props b/labs/lab4_done/Utils/obj/Utils.csproj.nuget.g.props similarity index 100% rename from labs/lab4/Utils/obj/Utils.csproj.nuget.g.props rename to labs/lab4_done/Utils/obj/Utils.csproj.nuget.g.props diff --git a/labs/lab4/Utils/obj/Utils.csproj.nuget.g.targets b/labs/lab4_done/Utils/obj/Utils.csproj.nuget.g.targets similarity index 100% rename from labs/lab4/Utils/obj/Utils.csproj.nuget.g.targets rename to labs/lab4_done/Utils/obj/Utils.csproj.nuget.g.targets diff --git a/labs/lab4/Utils/obj/project.assets.json b/labs/lab4_done/Utils/obj/project.assets.json similarity index 100% rename from labs/lab4/Utils/obj/project.assets.json rename to labs/lab4_done/Utils/obj/project.assets.json diff --git a/labs/lab4/Utils/obj/project.nuget.cache b/labs/lab4_done/Utils/obj/project.nuget.cache similarity index 100% rename from labs/lab4/Utils/obj/project.nuget.cache rename to labs/lab4_done/Utils/obj/project.nuget.cache diff --git a/labs/lab4/assets/1.png b/labs/lab4_done/assets/1.png similarity index 100% rename from labs/lab4/assets/1.png rename to labs/lab4_done/assets/1.png diff --git a/labs/lab4/assets/2.png b/labs/lab4_done/assets/2.png similarity index 100% rename from labs/lab4/assets/2.png rename to labs/lab4_done/assets/2.png diff --git a/labs/lab4/assets/3.png b/labs/lab4_done/assets/3.png similarity index 100% rename from labs/lab4/assets/3.png rename to labs/lab4_done/assets/3.png diff --git a/labs/lab4/assets/4.png b/labs/lab4_done/assets/4.png similarity index 100% rename from labs/lab4/assets/4.png rename to labs/lab4_done/assets/4.png diff --git a/labs/lab4/assets/5.png b/labs/lab4_done/assets/5.png similarity index 100% rename from labs/lab4/assets/5.png rename to labs/lab4_done/assets/5.png diff --git a/labs/lab4/assets/6.png b/labs/lab4_done/assets/6.png similarity index 100% rename from labs/lab4/assets/6.png rename to labs/lab4_done/assets/6.png diff --git a/labs/lab4/assets/7.png b/labs/lab4_done/assets/7.png similarity index 100% rename from labs/lab4/assets/7.png rename to labs/lab4_done/assets/7.png diff --git a/labs/lab4/report.pdf b/labs/lab4_done/report.pdf similarity index 100% rename from labs/lab4/report.pdf rename to labs/lab4_done/report.pdf diff --git a/labs/lab4/report.typ b/labs/lab4_done/report.typ similarity index 100% rename from labs/lab4/report.typ rename to labs/lab4_done/report.typ diff --git a/labs/lab5/ArrayProcess/ArrayProcess.csproj b/labs/lab5_done/ArrayProcess/ArrayProcess.csproj similarity index 100% rename from labs/lab5/ArrayProcess/ArrayProcess.csproj rename to labs/lab5_done/ArrayProcess/ArrayProcess.csproj diff --git a/labs/lab5/ArrayProcess/Program.cs b/labs/lab5_done/ArrayProcess/Program.cs similarity index 100% rename from labs/lab5/ArrayProcess/Program.cs rename to labs/lab5_done/ArrayProcess/Program.cs diff --git a/labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess b/labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess similarity index 100% rename from labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess rename to labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess diff --git a/labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.deps.json b/labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.deps.json similarity index 100% rename from labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.deps.json rename to labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.deps.json diff --git a/labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.dll b/labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.dll similarity index 100% rename from labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.dll rename to labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.dll diff --git a/labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.pdb b/labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.pdb similarity index 100% rename from labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.pdb rename to labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.pdb diff --git a/labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.runtimeconfig.json b/labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.runtimeconfig.json similarity index 100% rename from labs/lab5/ArrayProcess/bin/Debug/net9.0/ArrayProcess.runtimeconfig.json rename to labs/lab5_done/ArrayProcess/bin/Debug/net9.0/ArrayProcess.runtimeconfig.json diff --git a/labs/lab5/ArrayProcess/obj/ArrayProcess.csproj.nuget.dgspec.json b/labs/lab5_done/ArrayProcess/obj/ArrayProcess.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab5/ArrayProcess/obj/ArrayProcess.csproj.nuget.dgspec.json rename to labs/lab5_done/ArrayProcess/obj/ArrayProcess.csproj.nuget.dgspec.json diff --git a/labs/lab5/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.props b/labs/lab5_done/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.props similarity index 100% rename from labs/lab5/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.props rename to labs/lab5_done/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.props diff --git a/labs/lab5/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.targets b/labs/lab5_done/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.targets similarity index 100% rename from labs/lab5/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.targets rename to labs/lab5_done/ArrayProcess/obj/ArrayProcess.csproj.nuget.g.targets diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfo.cs b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfo.cs similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfo.cs rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfo.cs diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfoInputs.cache b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfoInputs.cache rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.AssemblyInfoInputs.cache diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GlobalUsings.g.cs b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GlobalUsings.g.cs similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GlobalUsings.g.cs rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.GlobalUsings.g.cs diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.assets.cache b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.assets.cache similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.assets.cache rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.assets.cache diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.CoreCompileInputs.cache b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.CoreCompileInputs.cache rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.CoreCompileInputs.cache diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.FileListAbsolute.txt b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.FileListAbsolute.txt rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.csproj.FileListAbsolute.txt diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.dll b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.dll similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.dll rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.dll diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.genruntimeconfig.cache b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.genruntimeconfig.cache similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.genruntimeconfig.cache rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.genruntimeconfig.cache diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.pdb b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.pdb similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ArrayProcess.pdb rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ArrayProcess.pdb diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/apphost b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/apphost rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/apphost diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/ref/ArrayProcess.dll b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ref/ArrayProcess.dll similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/ref/ArrayProcess.dll rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/ref/ArrayProcess.dll diff --git a/labs/lab5/ArrayProcess/obj/Debug/net9.0/refint/ArrayProcess.dll b/labs/lab5_done/ArrayProcess/obj/Debug/net9.0/refint/ArrayProcess.dll similarity index 100% rename from labs/lab5/ArrayProcess/obj/Debug/net9.0/refint/ArrayProcess.dll rename to labs/lab5_done/ArrayProcess/obj/Debug/net9.0/refint/ArrayProcess.dll diff --git a/labs/lab5/ArrayProcess/obj/project.assets.json b/labs/lab5_done/ArrayProcess/obj/project.assets.json similarity index 100% rename from labs/lab5/ArrayProcess/obj/project.assets.json rename to labs/lab5_done/ArrayProcess/obj/project.assets.json diff --git a/labs/lab5/ArrayProcess/obj/project.nuget.cache b/labs/lab5_done/ArrayProcess/obj/project.nuget.cache similarity index 100% rename from labs/lab5/ArrayProcess/obj/project.nuget.cache rename to labs/lab5_done/ArrayProcess/obj/project.nuget.cache diff --git a/labs/lab5/Loop/Loop.csproj b/labs/lab5_done/Loop/Loop.csproj similarity index 100% rename from labs/lab5/Loop/Loop.csproj rename to labs/lab5_done/Loop/Loop.csproj diff --git a/labs/lab5/Loop/Program.cs b/labs/lab5_done/Loop/Program.cs similarity index 100% rename from labs/lab5/Loop/Program.cs rename to labs/lab5_done/Loop/Program.cs diff --git a/labs/lab5/Loop/bin/Debug/net9.0/Loop b/labs/lab5_done/Loop/bin/Debug/net9.0/Loop similarity index 100% rename from labs/lab5/Loop/bin/Debug/net9.0/Loop rename to labs/lab5_done/Loop/bin/Debug/net9.0/Loop diff --git a/labs/lab5/Loop/bin/Debug/net9.0/Loop.deps.json b/labs/lab5_done/Loop/bin/Debug/net9.0/Loop.deps.json similarity index 100% rename from labs/lab5/Loop/bin/Debug/net9.0/Loop.deps.json rename to labs/lab5_done/Loop/bin/Debug/net9.0/Loop.deps.json diff --git a/labs/lab5/Loop/bin/Debug/net9.0/Loop.dll b/labs/lab5_done/Loop/bin/Debug/net9.0/Loop.dll similarity index 100% rename from labs/lab5/Loop/bin/Debug/net9.0/Loop.dll rename to labs/lab5_done/Loop/bin/Debug/net9.0/Loop.dll diff --git a/labs/lab5/Loop/bin/Debug/net9.0/Loop.pdb b/labs/lab5_done/Loop/bin/Debug/net9.0/Loop.pdb similarity index 100% rename from labs/lab5/Loop/bin/Debug/net9.0/Loop.pdb rename to labs/lab5_done/Loop/bin/Debug/net9.0/Loop.pdb diff --git a/labs/lab5/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json b/labs/lab5_done/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json similarity index 100% rename from labs/lab5/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json rename to labs/lab5_done/Loop/bin/Debug/net9.0/Loop.runtimeconfig.json diff --git a/labs/lab5/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab5_done/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab5_done/Loop/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfo.cs diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.AssemblyInfoInputs.cache diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.GlobalUsings.g.cs diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.assets.cache b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.assets.cache similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.assets.cache rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.assets.cache diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.csproj.CoreCompileInputs.cache diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.csproj.FileListAbsolute.txt diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.dll b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.dll similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.dll rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.dll diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.genruntimeconfig.cache diff --git a/labs/lab5/Loop/obj/Debug/net9.0/Loop.pdb b/labs/lab5_done/Loop/obj/Debug/net9.0/Loop.pdb similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/Loop.pdb rename to labs/lab5_done/Loop/obj/Debug/net9.0/Loop.pdb diff --git a/labs/lab5/Loop/obj/Debug/net9.0/apphost b/labs/lab5_done/Loop/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/apphost rename to labs/lab5_done/Loop/obj/Debug/net9.0/apphost diff --git a/labs/lab5/Loop/obj/Debug/net9.0/ref/Loop.dll b/labs/lab5_done/Loop/obj/Debug/net9.0/ref/Loop.dll similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/ref/Loop.dll rename to labs/lab5_done/Loop/obj/Debug/net9.0/ref/Loop.dll diff --git a/labs/lab5/Loop/obj/Debug/net9.0/refint/Loop.dll b/labs/lab5_done/Loop/obj/Debug/net9.0/refint/Loop.dll similarity index 100% rename from labs/lab5/Loop/obj/Debug/net9.0/refint/Loop.dll rename to labs/lab5_done/Loop/obj/Debug/net9.0/refint/Loop.dll diff --git a/labs/lab5/Loop/obj/Loop.csproj.nuget.dgspec.json b/labs/lab5_done/Loop/obj/Loop.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab5/Loop/obj/Loop.csproj.nuget.dgspec.json rename to labs/lab5_done/Loop/obj/Loop.csproj.nuget.dgspec.json diff --git a/labs/lab5/Loop/obj/Loop.csproj.nuget.g.props b/labs/lab5_done/Loop/obj/Loop.csproj.nuget.g.props similarity index 100% rename from labs/lab5/Loop/obj/Loop.csproj.nuget.g.props rename to labs/lab5_done/Loop/obj/Loop.csproj.nuget.g.props diff --git a/labs/lab5/Loop/obj/Loop.csproj.nuget.g.targets b/labs/lab5_done/Loop/obj/Loop.csproj.nuget.g.targets similarity index 100% rename from labs/lab5/Loop/obj/Loop.csproj.nuget.g.targets rename to labs/lab5_done/Loop/obj/Loop.csproj.nuget.g.targets diff --git a/labs/lab5/Loop/obj/project.assets.json b/labs/lab5_done/Loop/obj/project.assets.json similarity index 100% rename from labs/lab5/Loop/obj/project.assets.json rename to labs/lab5_done/Loop/obj/project.assets.json diff --git a/labs/lab5/Loop/obj/project.nuget.cache b/labs/lab5_done/Loop/obj/project.nuget.cache similarity index 100% rename from labs/lab5/Loop/obj/project.nuget.cache rename to labs/lab5_done/Loop/obj/project.nuget.cache diff --git a/labs/lab5/MatrixMultiply/MatrixMultiply.csproj b/labs/lab5_done/MatrixMultiply/MatrixMultiply.csproj similarity index 100% rename from labs/lab5/MatrixMultiply/MatrixMultiply.csproj rename to labs/lab5_done/MatrixMultiply/MatrixMultiply.csproj diff --git a/labs/lab5/MatrixMultiply/Program.cs b/labs/lab5_done/MatrixMultiply/Program.cs similarity index 100% rename from labs/lab5/MatrixMultiply/Program.cs rename to labs/lab5_done/MatrixMultiply/Program.cs diff --git a/labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply b/labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply similarity index 100% rename from labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply rename to labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply diff --git a/labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.deps.json b/labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.deps.json similarity index 100% rename from labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.deps.json rename to labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.deps.json diff --git a/labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.dll b/labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.dll similarity index 100% rename from labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.dll rename to labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.dll diff --git a/labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.pdb b/labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.pdb similarity index 100% rename from labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.pdb rename to labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.pdb diff --git a/labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.runtimeconfig.json b/labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.runtimeconfig.json similarity index 100% rename from labs/lab5/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.runtimeconfig.json rename to labs/lab5_done/MatrixMultiply/bin/Debug/net9.0/MatrixMultiply.runtimeconfig.json diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfo.cs b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfo.cs similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfo.cs rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfo.cs diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfoInputs.cache b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfoInputs.cache rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.AssemblyInfoInputs.cache diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GlobalUsings.g.cs b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GlobalUsings.g.cs similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GlobalUsings.g.cs rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.GlobalUsings.g.cs diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.assets.cache b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.assets.cache similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.assets.cache rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.assets.cache diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.CoreCompileInputs.cache b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.CoreCompileInputs.cache rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.CoreCompileInputs.cache diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.FileListAbsolute.txt b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.FileListAbsolute.txt rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.csproj.FileListAbsolute.txt diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.dll b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.dll similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.dll rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.dll diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.genruntimeconfig.cache b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.genruntimeconfig.cache similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.genruntimeconfig.cache rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.genruntimeconfig.cache diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.pdb b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.pdb similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.pdb rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/MatrixMultiply.pdb diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/apphost b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/apphost rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/apphost diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/ref/MatrixMultiply.dll b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/ref/MatrixMultiply.dll similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/ref/MatrixMultiply.dll rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/ref/MatrixMultiply.dll diff --git a/labs/lab5/MatrixMultiply/obj/Debug/net9.0/refint/MatrixMultiply.dll b/labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/refint/MatrixMultiply.dll similarity index 100% rename from labs/lab5/MatrixMultiply/obj/Debug/net9.0/refint/MatrixMultiply.dll rename to labs/lab5_done/MatrixMultiply/obj/Debug/net9.0/refint/MatrixMultiply.dll diff --git a/labs/lab5/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.dgspec.json b/labs/lab5_done/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab5/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.dgspec.json rename to labs/lab5_done/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.dgspec.json diff --git a/labs/lab5/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.props b/labs/lab5_done/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.props similarity index 100% rename from labs/lab5/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.props rename to labs/lab5_done/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.props diff --git a/labs/lab5/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.targets b/labs/lab5_done/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.targets similarity index 100% rename from labs/lab5/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.targets rename to labs/lab5_done/MatrixMultiply/obj/MatrixMultiply.csproj.nuget.g.targets diff --git a/labs/lab5/MatrixMultiply/obj/project.assets.json b/labs/lab5_done/MatrixMultiply/obj/project.assets.json similarity index 100% rename from labs/lab5/MatrixMultiply/obj/project.assets.json rename to labs/lab5_done/MatrixMultiply/obj/project.assets.json diff --git a/labs/lab5/MatrixMultiply/obj/project.nuget.cache b/labs/lab5_done/MatrixMultiply/obj/project.nuget.cache similarity index 100% rename from labs/lab5/MatrixMultiply/obj/project.nuget.cache rename to labs/lab5_done/MatrixMultiply/obj/project.nuget.cache diff --git a/labs/lab5/SizedArray/Program.cs b/labs/lab5_done/SizedArray/Program.cs similarity index 100% rename from labs/lab5/SizedArray/Program.cs rename to labs/lab5_done/SizedArray/Program.cs diff --git a/labs/lab5/SizedArray/SizedArray.csproj b/labs/lab5_done/SizedArray/SizedArray.csproj similarity index 100% rename from labs/lab5/SizedArray/SizedArray.csproj rename to labs/lab5_done/SizedArray/SizedArray.csproj diff --git a/labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray b/labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray similarity index 100% rename from labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray rename to labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray diff --git a/labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.deps.json b/labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.deps.json similarity index 100% rename from labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.deps.json rename to labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.deps.json diff --git a/labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.dll b/labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.dll similarity index 100% rename from labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.dll rename to labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.dll diff --git a/labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.pdb b/labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.pdb similarity index 100% rename from labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.pdb rename to labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.pdb diff --git a/labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.runtimeconfig.json b/labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.runtimeconfig.json similarity index 100% rename from labs/lab5/SizedArray/bin/Debug/net9.0/SizedArray.runtimeconfig.json rename to labs/lab5_done/SizedArray/bin/Debug/net9.0/SizedArray.runtimeconfig.json diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab5_done/SizedArray/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfo.cs b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfo.cs similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfo.cs rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfo.cs diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfoInputs.cache b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfoInputs.cache rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.AssemblyInfoInputs.cache diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.GlobalUsings.g.cs b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.GlobalUsings.g.cs similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.GlobalUsings.g.cs rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.GlobalUsings.g.cs diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.assets.cache b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.assets.cache similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.assets.cache rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.assets.cache diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.csproj.CoreCompileInputs.cache b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.csproj.CoreCompileInputs.cache rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.csproj.CoreCompileInputs.cache diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.csproj.FileListAbsolute.txt b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.csproj.FileListAbsolute.txt rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.csproj.FileListAbsolute.txt diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.dll b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.dll similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.dll rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.dll diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.genruntimeconfig.cache b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.genruntimeconfig.cache similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.genruntimeconfig.cache rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.genruntimeconfig.cache diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.pdb b/labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.pdb similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/SizedArray.pdb rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/SizedArray.pdb diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/apphost b/labs/lab5_done/SizedArray/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/apphost rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/apphost diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/ref/SizedArray.dll b/labs/lab5_done/SizedArray/obj/Debug/net9.0/ref/SizedArray.dll similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/ref/SizedArray.dll rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/ref/SizedArray.dll diff --git a/labs/lab5/SizedArray/obj/Debug/net9.0/refint/SizedArray.dll b/labs/lab5_done/SizedArray/obj/Debug/net9.0/refint/SizedArray.dll similarity index 100% rename from labs/lab5/SizedArray/obj/Debug/net9.0/refint/SizedArray.dll rename to labs/lab5_done/SizedArray/obj/Debug/net9.0/refint/SizedArray.dll diff --git a/labs/lab5/SizedArray/obj/SizedArray.csproj.nuget.dgspec.json b/labs/lab5_done/SizedArray/obj/SizedArray.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab5/SizedArray/obj/SizedArray.csproj.nuget.dgspec.json rename to labs/lab5_done/SizedArray/obj/SizedArray.csproj.nuget.dgspec.json diff --git a/labs/lab5/SizedArray/obj/SizedArray.csproj.nuget.g.props b/labs/lab5_done/SizedArray/obj/SizedArray.csproj.nuget.g.props similarity index 100% rename from labs/lab5/SizedArray/obj/SizedArray.csproj.nuget.g.props rename to labs/lab5_done/SizedArray/obj/SizedArray.csproj.nuget.g.props diff --git a/labs/lab5/SizedArray/obj/SizedArray.csproj.nuget.g.targets b/labs/lab5_done/SizedArray/obj/SizedArray.csproj.nuget.g.targets similarity index 100% rename from labs/lab5/SizedArray/obj/SizedArray.csproj.nuget.g.targets rename to labs/lab5_done/SizedArray/obj/SizedArray.csproj.nuget.g.targets diff --git a/labs/lab5/SizedArray/obj/project.assets.json b/labs/lab5_done/SizedArray/obj/project.assets.json similarity index 100% rename from labs/lab5/SizedArray/obj/project.assets.json rename to labs/lab5_done/SizedArray/obj/project.assets.json diff --git a/labs/lab5/SizedArray/obj/project.nuget.cache b/labs/lab5_done/SizedArray/obj/project.nuget.cache similarity index 100% rename from labs/lab5/SizedArray/obj/project.nuget.cache rename to labs/lab5_done/SizedArray/obj/project.nuget.cache diff --git a/labs/lab5/assets/1.png b/labs/lab5_done/assets/1.png similarity index 100% rename from labs/lab5/assets/1.png rename to labs/lab5_done/assets/1.png diff --git a/labs/lab5/assets/2.png b/labs/lab5_done/assets/2.png similarity index 100% rename from labs/lab5/assets/2.png rename to labs/lab5_done/assets/2.png diff --git a/labs/lab5/assets/3.png b/labs/lab5_done/assets/3.png similarity index 100% rename from labs/lab5/assets/3.png rename to labs/lab5_done/assets/3.png diff --git a/labs/lab5/assets/4.png b/labs/lab5_done/assets/4.png similarity index 100% rename from labs/lab5/assets/4.png rename to labs/lab5_done/assets/4.png diff --git a/labs/lab5/report.pdf b/labs/lab5_done/report.pdf similarity index 100% rename from labs/lab5/report.pdf rename to labs/lab5_done/report.pdf diff --git a/labs/lab5/report.typ b/labs/lab5_done/report.typ similarity index 100% rename from labs/lab5/report.typ rename to labs/lab5_done/report.typ diff --git a/labs/lab6/Book/Book.cs b/labs/lab6_done/Book/Book.cs similarity index 100% rename from labs/lab6/Book/Book.cs rename to labs/lab6_done/Book/Book.cs diff --git a/labs/lab6/Book/Book.csproj b/labs/lab6_done/Book/Book.csproj similarity index 100% rename from labs/lab6/Book/Book.csproj rename to labs/lab6_done/Book/Book.csproj diff --git a/labs/lab6/Book/Program.cs b/labs/lab6_done/Book/Program.cs similarity index 100% rename from labs/lab6/Book/Program.cs rename to labs/lab6_done/Book/Program.cs diff --git a/labs/lab6/Book/Triangle.cs b/labs/lab6_done/Book/Triangle.cs similarity index 100% rename from labs/lab6/Book/Triangle.cs rename to labs/lab6_done/Book/Triangle.cs diff --git a/labs/lab6/Book/bin/Debug/net9.0/Book b/labs/lab6_done/Book/bin/Debug/net9.0/Book similarity index 100% rename from labs/lab6/Book/bin/Debug/net9.0/Book rename to labs/lab6_done/Book/bin/Debug/net9.0/Book diff --git a/labs/lab6/Book/bin/Debug/net9.0/Book.deps.json b/labs/lab6_done/Book/bin/Debug/net9.0/Book.deps.json similarity index 100% rename from labs/lab6/Book/bin/Debug/net9.0/Book.deps.json rename to labs/lab6_done/Book/bin/Debug/net9.0/Book.deps.json diff --git a/labs/lab6/Book/bin/Debug/net9.0/Book.dll b/labs/lab6_done/Book/bin/Debug/net9.0/Book.dll similarity index 100% rename from labs/lab6/Book/bin/Debug/net9.0/Book.dll rename to labs/lab6_done/Book/bin/Debug/net9.0/Book.dll diff --git a/labs/lab6/Book/bin/Debug/net9.0/Book.pdb b/labs/lab6_done/Book/bin/Debug/net9.0/Book.pdb similarity index 100% rename from labs/lab6/Book/bin/Debug/net9.0/Book.pdb rename to labs/lab6_done/Book/bin/Debug/net9.0/Book.pdb diff --git a/labs/lab6/Book/bin/Debug/net9.0/Book.runtimeconfig.json b/labs/lab6_done/Book/bin/Debug/net9.0/Book.runtimeconfig.json similarity index 100% rename from labs/lab6/Book/bin/Debug/net9.0/Book.runtimeconfig.json rename to labs/lab6_done/Book/bin/Debug/net9.0/Book.runtimeconfig.json diff --git a/labs/lab6/Book/obj/Book.csproj.nuget.dgspec.json b/labs/lab6_done/Book/obj/Book.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab6/Book/obj/Book.csproj.nuget.dgspec.json rename to labs/lab6_done/Book/obj/Book.csproj.nuget.dgspec.json diff --git a/labs/lab6/Book/obj/Book.csproj.nuget.g.props b/labs/lab6_done/Book/obj/Book.csproj.nuget.g.props similarity index 100% rename from labs/lab6/Book/obj/Book.csproj.nuget.g.props rename to labs/lab6_done/Book/obj/Book.csproj.nuget.g.props diff --git a/labs/lab6/Book/obj/Book.csproj.nuget.g.targets b/labs/lab6_done/Book/obj/Book.csproj.nuget.g.targets similarity index 100% rename from labs/lab6/Book/obj/Book.csproj.nuget.g.targets rename to labs/lab6_done/Book/obj/Book.csproj.nuget.g.targets diff --git a/labs/lab6/Book/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab6_done/Book/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab6_done/Book/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.AssemblyInfo.cs b/labs/lab6_done/Book/obj/Debug/net9.0/Book.AssemblyInfo.cs similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.AssemblyInfo.cs rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.AssemblyInfo.cs diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.AssemblyInfoInputs.cache b/labs/lab6_done/Book/obj/Debug/net9.0/Book.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.AssemblyInfoInputs.cache rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.AssemblyInfoInputs.cache diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab6_done/Book/obj/Debug/net9.0/Book.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.GlobalUsings.g.cs b/labs/lab6_done/Book/obj/Debug/net9.0/Book.GlobalUsings.g.cs similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.GlobalUsings.g.cs rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.GlobalUsings.g.cs diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.assets.cache b/labs/lab6_done/Book/obj/Debug/net9.0/Book.assets.cache similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.assets.cache rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.assets.cache diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.csproj.CoreCompileInputs.cache b/labs/lab6_done/Book/obj/Debug/net9.0/Book.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.csproj.CoreCompileInputs.cache rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.csproj.CoreCompileInputs.cache diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.csproj.FileListAbsolute.txt b/labs/lab6_done/Book/obj/Debug/net9.0/Book.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.csproj.FileListAbsolute.txt rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.csproj.FileListAbsolute.txt diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.dll b/labs/lab6_done/Book/obj/Debug/net9.0/Book.dll similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.dll rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.dll diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.genruntimeconfig.cache b/labs/lab6_done/Book/obj/Debug/net9.0/Book.genruntimeconfig.cache similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.genruntimeconfig.cache rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.genruntimeconfig.cache diff --git a/labs/lab6/Book/obj/Debug/net9.0/Book.pdb b/labs/lab6_done/Book/obj/Debug/net9.0/Book.pdb similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/Book.pdb rename to labs/lab6_done/Book/obj/Debug/net9.0/Book.pdb diff --git a/labs/lab6/Book/obj/Debug/net9.0/apphost b/labs/lab6_done/Book/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/apphost rename to labs/lab6_done/Book/obj/Debug/net9.0/apphost diff --git a/labs/lab6/Book/obj/Debug/net9.0/ref/Book.dll b/labs/lab6_done/Book/obj/Debug/net9.0/ref/Book.dll similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/ref/Book.dll rename to labs/lab6_done/Book/obj/Debug/net9.0/ref/Book.dll diff --git a/labs/lab6/Book/obj/Debug/net9.0/refint/Book.dll b/labs/lab6_done/Book/obj/Debug/net9.0/refint/Book.dll similarity index 100% rename from labs/lab6/Book/obj/Debug/net9.0/refint/Book.dll rename to labs/lab6_done/Book/obj/Debug/net9.0/refint/Book.dll diff --git a/labs/lab6/Book/obj/project.assets.json b/labs/lab6_done/Book/obj/project.assets.json similarity index 100% rename from labs/lab6/Book/obj/project.assets.json rename to labs/lab6_done/Book/obj/project.assets.json diff --git a/labs/lab6/Book/obj/project.nuget.cache b/labs/lab6_done/Book/obj/project.nuget.cache similarity index 100% rename from labs/lab6/Book/obj/project.nuget.cache rename to labs/lab6_done/Book/obj/project.nuget.cache diff --git a/labs/lab6/assets/1.png b/labs/lab6_done/assets/1.png similarity index 100% rename from labs/lab6/assets/1.png rename to labs/lab6_done/assets/1.png diff --git a/labs/lab6/assets/2.png b/labs/lab6_done/assets/2.png similarity index 100% rename from labs/lab6/assets/2.png rename to labs/lab6_done/assets/2.png diff --git a/labs/lab6/assets/3.png b/labs/lab6_done/assets/3.png similarity index 100% rename from labs/lab6/assets/3.png rename to labs/lab6_done/assets/3.png diff --git a/labs/lab6/report.pdf b/labs/lab6_done/report.pdf similarity index 100% rename from labs/lab6/report.pdf rename to labs/lab6_done/report.pdf diff --git a/labs/lab6/report.typ b/labs/lab6_done/report.typ similarity index 100% rename from labs/lab6/report.typ rename to labs/lab6_done/report.typ diff --git a/labs/lab7/Igra/Gamer.cs b/labs/lab7_done/Igra/Gamer.cs similarity index 100% rename from labs/lab7/Igra/Gamer.cs rename to labs/lab7_done/Igra/Gamer.cs diff --git a/labs/lab7/Igra/Igra.csproj b/labs/lab7_done/Igra/Igra.csproj similarity index 100% rename from labs/lab7/Igra/Igra.csproj rename to labs/lab7_done/Igra/Igra.csproj diff --git a/labs/lab7/Igra/IgralnayaKost.cs b/labs/lab7_done/Igra/IgralnayaKost.cs similarity index 100% rename from labs/lab7/Igra/IgralnayaKost.cs rename to labs/lab7_done/Igra/IgralnayaKost.cs diff --git a/labs/lab7/Igra/Program.cs b/labs/lab7_done/Igra/Program.cs similarity index 100% rename from labs/lab7/Igra/Program.cs rename to labs/lab7_done/Igra/Program.cs diff --git a/labs/lab7/Igra/bin/Debug/net9.0/Igra b/labs/lab7_done/Igra/bin/Debug/net9.0/Igra similarity index 100% rename from labs/lab7/Igra/bin/Debug/net9.0/Igra rename to labs/lab7_done/Igra/bin/Debug/net9.0/Igra diff --git a/labs/lab7/Igra/bin/Debug/net9.0/Igra.deps.json b/labs/lab7_done/Igra/bin/Debug/net9.0/Igra.deps.json similarity index 100% rename from labs/lab7/Igra/bin/Debug/net9.0/Igra.deps.json rename to labs/lab7_done/Igra/bin/Debug/net9.0/Igra.deps.json diff --git a/labs/lab7/Igra/bin/Debug/net9.0/Igra.dll b/labs/lab7_done/Igra/bin/Debug/net9.0/Igra.dll similarity index 100% rename from labs/lab7/Igra/bin/Debug/net9.0/Igra.dll rename to labs/lab7_done/Igra/bin/Debug/net9.0/Igra.dll diff --git a/labs/lab7/Igra/bin/Debug/net9.0/Igra.pdb b/labs/lab7_done/Igra/bin/Debug/net9.0/Igra.pdb similarity index 100% rename from labs/lab7/Igra/bin/Debug/net9.0/Igra.pdb rename to labs/lab7_done/Igra/bin/Debug/net9.0/Igra.pdb diff --git a/labs/lab7/Igra/bin/Debug/net9.0/Igra.runtimeconfig.json b/labs/lab7_done/Igra/bin/Debug/net9.0/Igra.runtimeconfig.json similarity index 100% rename from labs/lab7/Igra/bin/Debug/net9.0/Igra.runtimeconfig.json rename to labs/lab7_done/Igra/bin/Debug/net9.0/Igra.runtimeconfig.json diff --git a/labs/lab7/Igra/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab7_done/Igra/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab7_done/Igra/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.AssemblyInfo.cs b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.AssemblyInfo.cs similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.AssemblyInfo.cs rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.AssemblyInfo.cs diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.AssemblyInfoInputs.cache b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.AssemblyInfoInputs.cache rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.AssemblyInfoInputs.cache diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.GlobalUsings.g.cs b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.GlobalUsings.g.cs similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.GlobalUsings.g.cs rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.GlobalUsings.g.cs diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.assets.cache b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.assets.cache similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.assets.cache rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.assets.cache diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.csproj.CoreCompileInputs.cache b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.csproj.CoreCompileInputs.cache rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.csproj.CoreCompileInputs.cache diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.csproj.FileListAbsolute.txt b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.csproj.FileListAbsolute.txt rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.csproj.FileListAbsolute.txt diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.dll b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.dll similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.dll rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.dll diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.genruntimeconfig.cache b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.genruntimeconfig.cache similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.genruntimeconfig.cache rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.genruntimeconfig.cache diff --git a/labs/lab7/Igra/obj/Debug/net9.0/Igra.pdb b/labs/lab7_done/Igra/obj/Debug/net9.0/Igra.pdb similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/Igra.pdb rename to labs/lab7_done/Igra/obj/Debug/net9.0/Igra.pdb diff --git a/labs/lab7/Igra/obj/Debug/net9.0/apphost b/labs/lab7_done/Igra/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/apphost rename to labs/lab7_done/Igra/obj/Debug/net9.0/apphost diff --git a/labs/lab7/Igra/obj/Debug/net9.0/ref/Igra.dll b/labs/lab7_done/Igra/obj/Debug/net9.0/ref/Igra.dll similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/ref/Igra.dll rename to labs/lab7_done/Igra/obj/Debug/net9.0/ref/Igra.dll diff --git a/labs/lab7/Igra/obj/Debug/net9.0/refint/Igra.dll b/labs/lab7_done/Igra/obj/Debug/net9.0/refint/Igra.dll similarity index 100% rename from labs/lab7/Igra/obj/Debug/net9.0/refint/Igra.dll rename to labs/lab7_done/Igra/obj/Debug/net9.0/refint/Igra.dll diff --git a/labs/lab7/Igra/obj/Igra.csproj.nuget.dgspec.json b/labs/lab7_done/Igra/obj/Igra.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab7/Igra/obj/Igra.csproj.nuget.dgspec.json rename to labs/lab7_done/Igra/obj/Igra.csproj.nuget.dgspec.json diff --git a/labs/lab7/Igra/obj/Igra.csproj.nuget.g.props b/labs/lab7_done/Igra/obj/Igra.csproj.nuget.g.props similarity index 100% rename from labs/lab7/Igra/obj/Igra.csproj.nuget.g.props rename to labs/lab7_done/Igra/obj/Igra.csproj.nuget.g.props diff --git a/labs/lab7/Igra/obj/Igra.csproj.nuget.g.targets b/labs/lab7_done/Igra/obj/Igra.csproj.nuget.g.targets similarity index 100% rename from labs/lab7/Igra/obj/Igra.csproj.nuget.g.targets rename to labs/lab7_done/Igra/obj/Igra.csproj.nuget.g.targets diff --git a/labs/lab7/Igra/obj/project.assets.json b/labs/lab7_done/Igra/obj/project.assets.json similarity index 100% rename from labs/lab7/Igra/obj/project.assets.json rename to labs/lab7_done/Igra/obj/project.assets.json diff --git a/labs/lab7/Igra/obj/project.nuget.cache b/labs/lab7_done/Igra/obj/project.nuget.cache similarity index 100% rename from labs/lab7/Igra/obj/project.nuget.cache rename to labs/lab7_done/Igra/obj/project.nuget.cache diff --git a/labs/lab7/MyClass/Book.cs b/labs/lab7_done/MyClass/Book.cs similarity index 100% rename from labs/lab7/MyClass/Book.cs rename to labs/lab7_done/MyClass/Book.cs diff --git a/labs/lab7/MyClass/Item.cs b/labs/lab7_done/MyClass/Item.cs similarity index 100% rename from labs/lab7/MyClass/Item.cs rename to labs/lab7_done/MyClass/Item.cs diff --git a/labs/lab7/MyClass/Magazine.cs b/labs/lab7_done/MyClass/Magazine.cs similarity index 100% rename from labs/lab7/MyClass/Magazine.cs rename to labs/lab7_done/MyClass/Magazine.cs diff --git a/labs/lab7/MyClass/MyClass.csproj b/labs/lab7_done/MyClass/MyClass.csproj similarity index 100% rename from labs/lab7/MyClass/MyClass.csproj rename to labs/lab7_done/MyClass/MyClass.csproj diff --git a/labs/lab7/MyClass/Program.cs b/labs/lab7_done/MyClass/Program.cs similarity index 100% rename from labs/lab7/MyClass/Program.cs rename to labs/lab7_done/MyClass/Program.cs diff --git a/labs/lab7/MyClass/Triangle.cs b/labs/lab7_done/MyClass/Triangle.cs similarity index 100% rename from labs/lab7/MyClass/Triangle.cs rename to labs/lab7_done/MyClass/Triangle.cs diff --git a/labs/lab7/MyClass/bin/Debug/net9.0/MyClass b/labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass similarity index 100% rename from labs/lab7/MyClass/bin/Debug/net9.0/MyClass rename to labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass diff --git a/labs/lab7/MyClass/bin/Debug/net9.0/MyClass.deps.json b/labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.deps.json similarity index 100% rename from labs/lab7/MyClass/bin/Debug/net9.0/MyClass.deps.json rename to labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.deps.json diff --git a/labs/lab7/MyClass/bin/Debug/net9.0/MyClass.dll b/labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.dll similarity index 100% rename from labs/lab7/MyClass/bin/Debug/net9.0/MyClass.dll rename to labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.dll diff --git a/labs/lab7/MyClass/bin/Debug/net9.0/MyClass.pdb b/labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.pdb similarity index 100% rename from labs/lab7/MyClass/bin/Debug/net9.0/MyClass.pdb rename to labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.pdb diff --git a/labs/lab7/MyClass/bin/Debug/net9.0/MyClass.runtimeconfig.json b/labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.runtimeconfig.json similarity index 100% rename from labs/lab7/MyClass/bin/Debug/net9.0/MyClass.runtimeconfig.json rename to labs/lab7_done/MyClass/bin/Debug/net9.0/MyClass.runtimeconfig.json diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab7_done/MyClass/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab7_done/MyClass/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfo.cs b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfo.cs similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfo.cs rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfo.cs diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfoInputs.cache b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfoInputs.cache rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.AssemblyInfoInputs.cache diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.GlobalUsings.g.cs b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.GlobalUsings.g.cs similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.GlobalUsings.g.cs rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.GlobalUsings.g.cs diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.assets.cache b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.assets.cache similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.assets.cache rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.assets.cache diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.csproj.CoreCompileInputs.cache b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.csproj.CoreCompileInputs.cache rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.csproj.CoreCompileInputs.cache diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.csproj.FileListAbsolute.txt b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.csproj.FileListAbsolute.txt rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.csproj.FileListAbsolute.txt diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.dll b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.dll similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.dll rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.dll diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.genruntimeconfig.cache b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.genruntimeconfig.cache similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.genruntimeconfig.cache rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.genruntimeconfig.cache diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/MyClass.pdb b/labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.pdb similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/MyClass.pdb rename to labs/lab7_done/MyClass/obj/Debug/net9.0/MyClass.pdb diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/apphost b/labs/lab7_done/MyClass/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/apphost rename to labs/lab7_done/MyClass/obj/Debug/net9.0/apphost diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/ref/MyClass.dll b/labs/lab7_done/MyClass/obj/Debug/net9.0/ref/MyClass.dll similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/ref/MyClass.dll rename to labs/lab7_done/MyClass/obj/Debug/net9.0/ref/MyClass.dll diff --git a/labs/lab7/MyClass/obj/Debug/net9.0/refint/MyClass.dll b/labs/lab7_done/MyClass/obj/Debug/net9.0/refint/MyClass.dll similarity index 100% rename from labs/lab7/MyClass/obj/Debug/net9.0/refint/MyClass.dll rename to labs/lab7_done/MyClass/obj/Debug/net9.0/refint/MyClass.dll diff --git a/labs/lab7/MyClass/obj/MyClass.csproj.nuget.dgspec.json b/labs/lab7_done/MyClass/obj/MyClass.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab7/MyClass/obj/MyClass.csproj.nuget.dgspec.json rename to labs/lab7_done/MyClass/obj/MyClass.csproj.nuget.dgspec.json diff --git a/labs/lab7/MyClass/obj/MyClass.csproj.nuget.g.props b/labs/lab7_done/MyClass/obj/MyClass.csproj.nuget.g.props similarity index 100% rename from labs/lab7/MyClass/obj/MyClass.csproj.nuget.g.props rename to labs/lab7_done/MyClass/obj/MyClass.csproj.nuget.g.props diff --git a/labs/lab7/MyClass/obj/MyClass.csproj.nuget.g.targets b/labs/lab7_done/MyClass/obj/MyClass.csproj.nuget.g.targets similarity index 100% rename from labs/lab7/MyClass/obj/MyClass.csproj.nuget.g.targets rename to labs/lab7_done/MyClass/obj/MyClass.csproj.nuget.g.targets diff --git a/labs/lab7/MyClass/obj/project.assets.json b/labs/lab7_done/MyClass/obj/project.assets.json similarity index 100% rename from labs/lab7/MyClass/obj/project.assets.json rename to labs/lab7_done/MyClass/obj/project.assets.json diff --git a/labs/lab7/MyClass/obj/project.nuget.cache b/labs/lab7_done/MyClass/obj/project.nuget.cache similarity index 100% rename from labs/lab7/MyClass/obj/project.nuget.cache rename to labs/lab7_done/MyClass/obj/project.nuget.cache diff --git a/labs/lab7/MyClassLine/Line.cs b/labs/lab7_done/MyClassLine/Line.cs similarity index 100% rename from labs/lab7/MyClassLine/Line.cs rename to labs/lab7_done/MyClassLine/Line.cs diff --git a/labs/lab7/MyClassLine/MyClassLine.csproj b/labs/lab7_done/MyClassLine/MyClassLine.csproj similarity index 100% rename from labs/lab7/MyClassLine/MyClassLine.csproj rename to labs/lab7_done/MyClassLine/MyClassLine.csproj diff --git a/labs/lab7/MyClassLine/Point.cs b/labs/lab7_done/MyClassLine/Point.cs similarity index 100% rename from labs/lab7/MyClassLine/Point.cs rename to labs/lab7_done/MyClassLine/Point.cs diff --git a/labs/lab7/MyClassLine/Program.cs b/labs/lab7_done/MyClassLine/Program.cs similarity index 100% rename from labs/lab7/MyClassLine/Program.cs rename to labs/lab7_done/MyClassLine/Program.cs diff --git a/labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine b/labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine similarity index 100% rename from labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine rename to labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine diff --git a/labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.deps.json b/labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.deps.json similarity index 100% rename from labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.deps.json rename to labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.deps.json diff --git a/labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.dll b/labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.dll similarity index 100% rename from labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.dll rename to labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.dll diff --git a/labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.pdb b/labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.pdb similarity index 100% rename from labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.pdb rename to labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.pdb diff --git a/labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.runtimeconfig.json b/labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.runtimeconfig.json similarity index 100% rename from labs/lab7/MyClassLine/bin/Debug/net9.0/MyClassLine.runtimeconfig.json rename to labs/lab7_done/MyClassLine/bin/Debug/net9.0/MyClassLine.runtimeconfig.json diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfo.cs b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfo.cs similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfo.cs rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfo.cs diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfoInputs.cache b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfoInputs.cache rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.AssemblyInfoInputs.cache diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.GlobalUsings.g.cs b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.GlobalUsings.g.cs similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.GlobalUsings.g.cs rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.GlobalUsings.g.cs diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.assets.cache b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.assets.cache similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.assets.cache rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.assets.cache diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.CoreCompileInputs.cache b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.CoreCompileInputs.cache rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.CoreCompileInputs.cache diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.FileListAbsolute.txt b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.FileListAbsolute.txt rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.csproj.FileListAbsolute.txt diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.dll b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.dll similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.dll rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.dll diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.genruntimeconfig.cache b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.genruntimeconfig.cache similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.genruntimeconfig.cache rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.genruntimeconfig.cache diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.pdb b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.pdb similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/MyClassLine.pdb rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/MyClassLine.pdb diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/apphost b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/apphost rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/apphost diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/ref/MyClassLine.dll b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/ref/MyClassLine.dll similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/ref/MyClassLine.dll rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/ref/MyClassLine.dll diff --git a/labs/lab7/MyClassLine/obj/Debug/net9.0/refint/MyClassLine.dll b/labs/lab7_done/MyClassLine/obj/Debug/net9.0/refint/MyClassLine.dll similarity index 100% rename from labs/lab7/MyClassLine/obj/Debug/net9.0/refint/MyClassLine.dll rename to labs/lab7_done/MyClassLine/obj/Debug/net9.0/refint/MyClassLine.dll diff --git a/labs/lab7/MyClassLine/obj/MyClassLine.csproj.nuget.dgspec.json b/labs/lab7_done/MyClassLine/obj/MyClassLine.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab7/MyClassLine/obj/MyClassLine.csproj.nuget.dgspec.json rename to labs/lab7_done/MyClassLine/obj/MyClassLine.csproj.nuget.dgspec.json diff --git a/labs/lab7/MyClassLine/obj/MyClassLine.csproj.nuget.g.props b/labs/lab7_done/MyClassLine/obj/MyClassLine.csproj.nuget.g.props similarity index 100% rename from labs/lab7/MyClassLine/obj/MyClassLine.csproj.nuget.g.props rename to labs/lab7_done/MyClassLine/obj/MyClassLine.csproj.nuget.g.props diff --git a/labs/lab7/MyClassLine/obj/MyClassLine.csproj.nuget.g.targets b/labs/lab7_done/MyClassLine/obj/MyClassLine.csproj.nuget.g.targets similarity index 100% rename from labs/lab7/MyClassLine/obj/MyClassLine.csproj.nuget.g.targets rename to labs/lab7_done/MyClassLine/obj/MyClassLine.csproj.nuget.g.targets diff --git a/labs/lab7/MyClassLine/obj/project.assets.json b/labs/lab7_done/MyClassLine/obj/project.assets.json similarity index 100% rename from labs/lab7/MyClassLine/obj/project.assets.json rename to labs/lab7_done/MyClassLine/obj/project.assets.json diff --git a/labs/lab7/MyClassLine/obj/project.nuget.cache b/labs/lab7_done/MyClassLine/obj/project.nuget.cache similarity index 100% rename from labs/lab7/MyClassLine/obj/project.nuget.cache rename to labs/lab7_done/MyClassLine/obj/project.nuget.cache diff --git a/labs/lab7/Progrssion/ArithmeticProgression.cs b/labs/lab7_done/Progrssion/ArithmeticProgression.cs similarity index 100% rename from labs/lab7/Progrssion/ArithmeticProgression.cs rename to labs/lab7_done/Progrssion/ArithmeticProgression.cs diff --git a/labs/lab7/Progrssion/GeometricProgression.cs b/labs/lab7_done/Progrssion/GeometricProgression.cs similarity index 100% rename from labs/lab7/Progrssion/GeometricProgression.cs rename to labs/lab7_done/Progrssion/GeometricProgression.cs diff --git a/labs/lab7/Progrssion/Program.cs b/labs/lab7_done/Progrssion/Program.cs similarity index 100% rename from labs/lab7/Progrssion/Program.cs rename to labs/lab7_done/Progrssion/Program.cs diff --git a/labs/lab7/Progrssion/Progression.cs b/labs/lab7_done/Progrssion/Progression.cs similarity index 100% rename from labs/lab7/Progrssion/Progression.cs rename to labs/lab7_done/Progrssion/Progression.cs diff --git a/labs/lab7/Progrssion/Progrssion.csproj b/labs/lab7_done/Progrssion/Progrssion.csproj similarity index 100% rename from labs/lab7/Progrssion/Progrssion.csproj rename to labs/lab7_done/Progrssion/Progrssion.csproj diff --git a/labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion b/labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion similarity index 100% rename from labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion rename to labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion diff --git a/labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.deps.json b/labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.deps.json similarity index 100% rename from labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.deps.json rename to labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.deps.json diff --git a/labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.dll b/labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.dll similarity index 100% rename from labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.dll rename to labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.dll diff --git a/labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.pdb b/labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.pdb similarity index 100% rename from labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.pdb rename to labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.pdb diff --git a/labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.runtimeconfig.json b/labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.runtimeconfig.json similarity index 100% rename from labs/lab7/Progrssion/bin/Debug/net9.0/Progrssion.runtimeconfig.json rename to labs/lab7_done/Progrssion/bin/Debug/net9.0/Progrssion.runtimeconfig.json diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/labs/lab7_done/Progrssion/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfo.cs b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfo.cs similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfo.cs rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfo.cs diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfoInputs.cache b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfoInputs.cache similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfoInputs.cache rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.AssemblyInfoInputs.cache diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.GeneratedMSBuildEditorConfig.editorconfig b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.GeneratedMSBuildEditorConfig.editorconfig similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.GeneratedMSBuildEditorConfig.editorconfig rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.GeneratedMSBuildEditorConfig.editorconfig diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.GlobalUsings.g.cs b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.GlobalUsings.g.cs similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.GlobalUsings.g.cs rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.GlobalUsings.g.cs diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.assets.cache b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.assets.cache similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.assets.cache rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.assets.cache diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.csproj.CoreCompileInputs.cache b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.csproj.CoreCompileInputs.cache similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.csproj.CoreCompileInputs.cache rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.csproj.CoreCompileInputs.cache diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.csproj.FileListAbsolute.txt b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.csproj.FileListAbsolute.txt similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.csproj.FileListAbsolute.txt rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.csproj.FileListAbsolute.txt diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.dll b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.dll similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.dll rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.dll diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.genruntimeconfig.cache b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.genruntimeconfig.cache similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.genruntimeconfig.cache rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.genruntimeconfig.cache diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.pdb b/labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.pdb similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/Progrssion.pdb rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/Progrssion.pdb diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/apphost b/labs/lab7_done/Progrssion/obj/Debug/net9.0/apphost similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/apphost rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/apphost diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/ref/Progrssion.dll b/labs/lab7_done/Progrssion/obj/Debug/net9.0/ref/Progrssion.dll similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/ref/Progrssion.dll rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/ref/Progrssion.dll diff --git a/labs/lab7/Progrssion/obj/Debug/net9.0/refint/Progrssion.dll b/labs/lab7_done/Progrssion/obj/Debug/net9.0/refint/Progrssion.dll similarity index 100% rename from labs/lab7/Progrssion/obj/Debug/net9.0/refint/Progrssion.dll rename to labs/lab7_done/Progrssion/obj/Debug/net9.0/refint/Progrssion.dll diff --git a/labs/lab7/Progrssion/obj/Progrssion.csproj.nuget.dgspec.json b/labs/lab7_done/Progrssion/obj/Progrssion.csproj.nuget.dgspec.json similarity index 100% rename from labs/lab7/Progrssion/obj/Progrssion.csproj.nuget.dgspec.json rename to labs/lab7_done/Progrssion/obj/Progrssion.csproj.nuget.dgspec.json diff --git a/labs/lab7/Progrssion/obj/Progrssion.csproj.nuget.g.props b/labs/lab7_done/Progrssion/obj/Progrssion.csproj.nuget.g.props similarity index 100% rename from labs/lab7/Progrssion/obj/Progrssion.csproj.nuget.g.props rename to labs/lab7_done/Progrssion/obj/Progrssion.csproj.nuget.g.props diff --git a/labs/lab7/Progrssion/obj/Progrssion.csproj.nuget.g.targets b/labs/lab7_done/Progrssion/obj/Progrssion.csproj.nuget.g.targets similarity index 100% rename from labs/lab7/Progrssion/obj/Progrssion.csproj.nuget.g.targets rename to labs/lab7_done/Progrssion/obj/Progrssion.csproj.nuget.g.targets diff --git a/labs/lab7/Progrssion/obj/project.assets.json b/labs/lab7_done/Progrssion/obj/project.assets.json similarity index 100% rename from labs/lab7/Progrssion/obj/project.assets.json rename to labs/lab7_done/Progrssion/obj/project.assets.json diff --git a/labs/lab7/Progrssion/obj/project.nuget.cache b/labs/lab7_done/Progrssion/obj/project.nuget.cache similarity index 100% rename from labs/lab7/Progrssion/obj/project.nuget.cache rename to labs/lab7_done/Progrssion/obj/project.nuget.cache diff --git a/labs/lab7/assets/1.png b/labs/lab7_done/assets/1.png similarity index 100% rename from labs/lab7/assets/1.png rename to labs/lab7_done/assets/1.png diff --git a/labs/lab7/assets/2.png b/labs/lab7_done/assets/2.png similarity index 100% rename from labs/lab7/assets/2.png rename to labs/lab7_done/assets/2.png diff --git a/labs/lab7/assets/3.png b/labs/lab7_done/assets/3.png similarity index 100% rename from labs/lab7/assets/3.png rename to labs/lab7_done/assets/3.png diff --git a/labs/lab7/assets/4.png b/labs/lab7_done/assets/4.png similarity index 100% rename from labs/lab7/assets/4.png rename to labs/lab7_done/assets/4.png diff --git a/labs/lab7/assets/5.png b/labs/lab7_done/assets/5.png similarity index 100% rename from labs/lab7/assets/5.png rename to labs/lab7_done/assets/5.png diff --git a/labs/lab7/report.pdf b/labs/lab7_done/report.pdf similarity index 100% rename from labs/lab7/report.pdf rename to labs/lab7_done/report.pdf diff --git a/labs/lab7/report.typ b/labs/lab7_done/report.typ similarity index 100% rename from labs/lab7/report.typ rename to labs/lab7_done/report.typ