From 83c053fbd1024bfc0488da13471acf0c89d13d5a Mon Sep 17 00:00:00 2001 From: Zev Spitz Date: Mon, 17 Jan 2022 08:31:36 +0200 Subject: [PATCH] Simplify Pizza (C#) folder structure --- 69_Pizza/csharp/{Pizza => }/CustomerMap.cs | 0 69_Pizza/csharp/{Pizza => }/Pizza.csproj | 0 69_Pizza/csharp/{Pizza => }/Pizza.sln | 0 69_Pizza/csharp/{Pizza => }/PizzaGame.cs | 0 69_Pizza/csharp/{Pizza => }/Program.cs | 0 69_Pizza/csharp/{Pizza => }/StringBuilderExtensions.cs | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename 69_Pizza/csharp/{Pizza => }/CustomerMap.cs (100%) rename 69_Pizza/csharp/{Pizza => }/Pizza.csproj (100%) rename 69_Pizza/csharp/{Pizza => }/Pizza.sln (100%) rename 69_Pizza/csharp/{Pizza => }/PizzaGame.cs (100%) rename 69_Pizza/csharp/{Pizza => }/Program.cs (100%) rename 69_Pizza/csharp/{Pizza => }/StringBuilderExtensions.cs (100%) diff --git a/69_Pizza/csharp/Pizza/CustomerMap.cs b/69_Pizza/csharp/CustomerMap.cs similarity index 100% rename from 69_Pizza/csharp/Pizza/CustomerMap.cs rename to 69_Pizza/csharp/CustomerMap.cs diff --git a/69_Pizza/csharp/Pizza/Pizza.csproj b/69_Pizza/csharp/Pizza.csproj similarity index 100% rename from 69_Pizza/csharp/Pizza/Pizza.csproj rename to 69_Pizza/csharp/Pizza.csproj diff --git a/69_Pizza/csharp/Pizza/Pizza.sln b/69_Pizza/csharp/Pizza.sln similarity index 100% rename from 69_Pizza/csharp/Pizza/Pizza.sln rename to 69_Pizza/csharp/Pizza.sln diff --git a/69_Pizza/csharp/Pizza/PizzaGame.cs b/69_Pizza/csharp/PizzaGame.cs similarity index 100% rename from 69_Pizza/csharp/Pizza/PizzaGame.cs rename to 69_Pizza/csharp/PizzaGame.cs diff --git a/69_Pizza/csharp/Pizza/Program.cs b/69_Pizza/csharp/Program.cs similarity index 100% rename from 69_Pizza/csharp/Pizza/Program.cs rename to 69_Pizza/csharp/Program.cs diff --git a/69_Pizza/csharp/Pizza/StringBuilderExtensions.cs b/69_Pizza/csharp/StringBuilderExtensions.cs similarity index 100% rename from 69_Pizza/csharp/Pizza/StringBuilderExtensions.cs rename to 69_Pizza/csharp/StringBuilderExtensions.cs