From 5d280f91a34fc07a2ee2efc94a93a15154ed2bd8 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Wed, 22 Feb 2023 11:24:01 +0100 Subject: [PATCH] Changement de la position du dossier source --- .../Sources => Sources}/ApiLol/ApiLol.csproj | 0 .../ApiLol/Controllers/ChampionController.cs | 0 .../ApiLol/Controllers/WeatherForecastController.cs | 0 .../Sources => Sources}/ApiLol/DTO/ChampionDTO.cs | 0 .../ApiLol/Mapping/ChampionMapper.cs | 0 .../Sources => Sources}/ApiLol/Program.cs | 0 .../ApiLol/Properties/launchSettings.json | 0 .../Sources => Sources}/ApiLol/WeatherForecast.cs | 0 .../ApiLol/appsettings.Development.json | 0 .../Sources => Sources}/ApiLol/appsettings.json | 0 .../ConsoleApi/ConsoleApi.csproj | 0 .../Sources => Sources}/ConsoleApi/Program.cs | 0 .../Sources => Sources}/ConsoleDb/ConsoleDb.csproj | 0 .../Sources => Sources}/ConsoleDb/Program.cs | 0 .../Sources => Sources}/ConsoleDb/oiseaux.db | Bin .../Sources => Sources}/ConsoleDb/oiseaux.db-shm | Bin .../Sources => Sources}/ConsoleDb/oiseaux.db-wal | 0 .../DataManagers/ChampChanger.cs | 0 .../DataManagers/DataManagers.csproj | 0 .../DataManagers/DbChampionManager.cs | 0 .../DataManagers/DbDataManager.cs | 0 .../Sources => Sources}/EFLib/ChampionEntity.cs | 0 .../Sources => Sources}/EFLib/EFLib.csproj | 0 .../Sources => Sources}/EFLib/LolContext.cs | 0 .../Migrations/20230201085244_oiseaux.Designer.cs | 0 .../EFLib/Migrations/20230201085244_oiseaux.cs | 0 .../EFLib/Migrations/LolContextModelSnapshot.cs | 0 .../Sources => Sources}/EFLib/Program.cs | 0 .../Sources => Sources}/EFLib/oiseaux.db | Bin .../Sources => Sources}/LeagueOfLegends.sln | 0 .../Sources => Sources}/Model/Champion.cs | 0 .../Sources => Sources}/Model/IDataManager.cs | 0 .../Sources => Sources}/Model/LargeImage.cs | 0 .../Sources => Sources}/Model/Model.csproj | 0 .../Sources => Sources}/Model/Rune.cs | 0 .../Sources => Sources}/Model/RunePage.Category.cs | 0 .../Sources => Sources}/Model/RunePage.cs | 0 .../Sources => Sources}/Model/Skill.cs | 0 .../Sources => Sources}/Model/Skin.cs | 0 .../Model/enums/ChampionClass.cs | 0 .../Sources => Sources}/Model/enums/RuneFamily.cs | 0 .../Sources => Sources}/Model/enums/SkillType.cs | 0 .../Shared/IGenericDataManager.cs | 0 .../Sources => Sources}/Shared/Shared.csproj | 0 .../Sources => Sources}/StubLib/Extensions.cs | 0 .../StubLib/StubData.Champions.cs | 0 .../StubLib/StubData.RunePages.cs | 0 .../Sources => Sources}/StubLib/StubData.Runes.cs | 0 .../Sources => Sources}/StubLib/StubData.Skins.cs | 0 .../Sources => Sources}/StubLib/StubData.cs | 0 .../Sources => Sources}/StubLib/StubLib.csproj | 0 .../Tests/ConsoleTests/ConsoleTests.csproj | 0 .../Tests/ConsoleTests/Program.cs | 0 53 files changed, 0 insertions(+), 0 deletions(-) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/ApiLol.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/Controllers/ChampionController.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/Controllers/WeatherForecastController.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/DTO/ChampionDTO.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/Mapping/ChampionMapper.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/Program.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/Properties/launchSettings.json (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/WeatherForecast.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/appsettings.Development.json (100%) rename {EntityFramework_LoL/Sources => Sources}/ApiLol/appsettings.json (100%) rename {EntityFramework_LoL/Sources => Sources}/ConsoleApi/ConsoleApi.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/ConsoleApi/Program.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ConsoleDb/ConsoleDb.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/ConsoleDb/Program.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/ConsoleDb/oiseaux.db (100%) rename {EntityFramework_LoL/Sources => Sources}/ConsoleDb/oiseaux.db-shm (100%) rename {EntityFramework_LoL/Sources => Sources}/ConsoleDb/oiseaux.db-wal (100%) rename {EntityFramework_LoL/Sources => Sources}/DataManagers/ChampChanger.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/DataManagers/DataManagers.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/DataManagers/DbChampionManager.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/DataManagers/DbDataManager.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/ChampionEntity.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/EFLib.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/LolContext.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/Migrations/20230201085244_oiseaux.Designer.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/Migrations/20230201085244_oiseaux.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/Migrations/LolContextModelSnapshot.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/Program.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/EFLib/oiseaux.db (100%) rename {EntityFramework_LoL/Sources => Sources}/LeagueOfLegends.sln (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/Champion.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/IDataManager.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/LargeImage.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/Model.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/Rune.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/RunePage.Category.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/RunePage.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/Skill.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/Skin.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/enums/ChampionClass.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/enums/RuneFamily.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Model/enums/SkillType.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Shared/IGenericDataManager.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/Shared/Shared.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/StubLib/Extensions.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/StubLib/StubData.Champions.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/StubLib/StubData.RunePages.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/StubLib/StubData.Runes.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/StubLib/StubData.Skins.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/StubLib/StubData.cs (100%) rename {EntityFramework_LoL/Sources => Sources}/StubLib/StubLib.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/Tests/ConsoleTests/ConsoleTests.csproj (100%) rename {EntityFramework_LoL/Sources => Sources}/Tests/ConsoleTests/Program.cs (100%) diff --git a/EntityFramework_LoL/Sources/ApiLol/ApiLol.csproj b/Sources/ApiLol/ApiLol.csproj similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/ApiLol.csproj rename to Sources/ApiLol/ApiLol.csproj diff --git a/EntityFramework_LoL/Sources/ApiLol/Controllers/ChampionController.cs b/Sources/ApiLol/Controllers/ChampionController.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Controllers/ChampionController.cs rename to Sources/ApiLol/Controllers/ChampionController.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Controllers/WeatherForecastController.cs b/Sources/ApiLol/Controllers/WeatherForecastController.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Controllers/WeatherForecastController.cs rename to Sources/ApiLol/Controllers/WeatherForecastController.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/DTO/ChampionDTO.cs b/Sources/ApiLol/DTO/ChampionDTO.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/DTO/ChampionDTO.cs rename to Sources/ApiLol/DTO/ChampionDTO.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Mapping/ChampionMapper.cs b/Sources/ApiLol/Mapping/ChampionMapper.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Mapping/ChampionMapper.cs rename to Sources/ApiLol/Mapping/ChampionMapper.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Program.cs b/Sources/ApiLol/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Program.cs rename to Sources/ApiLol/Program.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/Properties/launchSettings.json b/Sources/ApiLol/Properties/launchSettings.json similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/Properties/launchSettings.json rename to Sources/ApiLol/Properties/launchSettings.json diff --git a/EntityFramework_LoL/Sources/ApiLol/WeatherForecast.cs b/Sources/ApiLol/WeatherForecast.cs similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/WeatherForecast.cs rename to Sources/ApiLol/WeatherForecast.cs diff --git a/EntityFramework_LoL/Sources/ApiLol/appsettings.Development.json b/Sources/ApiLol/appsettings.Development.json similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/appsettings.Development.json rename to Sources/ApiLol/appsettings.Development.json diff --git a/EntityFramework_LoL/Sources/ApiLol/appsettings.json b/Sources/ApiLol/appsettings.json similarity index 100% rename from EntityFramework_LoL/Sources/ApiLol/appsettings.json rename to Sources/ApiLol/appsettings.json diff --git a/EntityFramework_LoL/Sources/ConsoleApi/ConsoleApi.csproj b/Sources/ConsoleApi/ConsoleApi.csproj similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleApi/ConsoleApi.csproj rename to Sources/ConsoleApi/ConsoleApi.csproj diff --git a/EntityFramework_LoL/Sources/ConsoleApi/Program.cs b/Sources/ConsoleApi/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleApi/Program.cs rename to Sources/ConsoleApi/Program.cs diff --git a/EntityFramework_LoL/Sources/ConsoleDb/ConsoleDb.csproj b/Sources/ConsoleDb/ConsoleDb.csproj similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/ConsoleDb.csproj rename to Sources/ConsoleDb/ConsoleDb.csproj diff --git a/EntityFramework_LoL/Sources/ConsoleDb/Program.cs b/Sources/ConsoleDb/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/Program.cs rename to Sources/ConsoleDb/Program.cs diff --git a/EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db b/Sources/ConsoleDb/oiseaux.db similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db rename to Sources/ConsoleDb/oiseaux.db diff --git a/EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-shm b/Sources/ConsoleDb/oiseaux.db-shm similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-shm rename to Sources/ConsoleDb/oiseaux.db-shm diff --git a/EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-wal b/Sources/ConsoleDb/oiseaux.db-wal similarity index 100% rename from EntityFramework_LoL/Sources/ConsoleDb/oiseaux.db-wal rename to Sources/ConsoleDb/oiseaux.db-wal diff --git a/EntityFramework_LoL/Sources/DataManagers/ChampChanger.cs b/Sources/DataManagers/ChampChanger.cs similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/ChampChanger.cs rename to Sources/DataManagers/ChampChanger.cs diff --git a/EntityFramework_LoL/Sources/DataManagers/DataManagers.csproj b/Sources/DataManagers/DataManagers.csproj similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/DataManagers.csproj rename to Sources/DataManagers/DataManagers.csproj diff --git a/EntityFramework_LoL/Sources/DataManagers/DbChampionManager.cs b/Sources/DataManagers/DbChampionManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/DbChampionManager.cs rename to Sources/DataManagers/DbChampionManager.cs diff --git a/EntityFramework_LoL/Sources/DataManagers/DbDataManager.cs b/Sources/DataManagers/DbDataManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/DataManagers/DbDataManager.cs rename to Sources/DataManagers/DbDataManager.cs diff --git a/EntityFramework_LoL/Sources/EFLib/ChampionEntity.cs b/Sources/EFLib/ChampionEntity.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/ChampionEntity.cs rename to Sources/EFLib/ChampionEntity.cs diff --git a/EntityFramework_LoL/Sources/EFLib/EFLib.csproj b/Sources/EFLib/EFLib.csproj similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/EFLib.csproj rename to Sources/EFLib/EFLib.csproj diff --git a/EntityFramework_LoL/Sources/EFLib/LolContext.cs b/Sources/EFLib/LolContext.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/LolContext.cs rename to Sources/EFLib/LolContext.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs b/Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs rename to Sources/EFLib/Migrations/20230201085244_oiseaux.Designer.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.cs b/Sources/EFLib/Migrations/20230201085244_oiseaux.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Migrations/20230201085244_oiseaux.cs rename to Sources/EFLib/Migrations/20230201085244_oiseaux.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Migrations/LolContextModelSnapshot.cs b/Sources/EFLib/Migrations/LolContextModelSnapshot.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Migrations/LolContextModelSnapshot.cs rename to Sources/EFLib/Migrations/LolContextModelSnapshot.cs diff --git a/EntityFramework_LoL/Sources/EFLib/Program.cs b/Sources/EFLib/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/Program.cs rename to Sources/EFLib/Program.cs diff --git a/EntityFramework_LoL/Sources/EFLib/oiseaux.db b/Sources/EFLib/oiseaux.db similarity index 100% rename from EntityFramework_LoL/Sources/EFLib/oiseaux.db rename to Sources/EFLib/oiseaux.db diff --git a/EntityFramework_LoL/Sources/LeagueOfLegends.sln b/Sources/LeagueOfLegends.sln similarity index 100% rename from EntityFramework_LoL/Sources/LeagueOfLegends.sln rename to Sources/LeagueOfLegends.sln diff --git a/EntityFramework_LoL/Sources/Model/Champion.cs b/Sources/Model/Champion.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Champion.cs rename to Sources/Model/Champion.cs diff --git a/EntityFramework_LoL/Sources/Model/IDataManager.cs b/Sources/Model/IDataManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/IDataManager.cs rename to Sources/Model/IDataManager.cs diff --git a/EntityFramework_LoL/Sources/Model/LargeImage.cs b/Sources/Model/LargeImage.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/LargeImage.cs rename to Sources/Model/LargeImage.cs diff --git a/EntityFramework_LoL/Sources/Model/Model.csproj b/Sources/Model/Model.csproj similarity index 100% rename from EntityFramework_LoL/Sources/Model/Model.csproj rename to Sources/Model/Model.csproj diff --git a/EntityFramework_LoL/Sources/Model/Rune.cs b/Sources/Model/Rune.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Rune.cs rename to Sources/Model/Rune.cs diff --git a/EntityFramework_LoL/Sources/Model/RunePage.Category.cs b/Sources/Model/RunePage.Category.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/RunePage.Category.cs rename to Sources/Model/RunePage.Category.cs diff --git a/EntityFramework_LoL/Sources/Model/RunePage.cs b/Sources/Model/RunePage.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/RunePage.cs rename to Sources/Model/RunePage.cs diff --git a/EntityFramework_LoL/Sources/Model/Skill.cs b/Sources/Model/Skill.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Skill.cs rename to Sources/Model/Skill.cs diff --git a/EntityFramework_LoL/Sources/Model/Skin.cs b/Sources/Model/Skin.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/Skin.cs rename to Sources/Model/Skin.cs diff --git a/EntityFramework_LoL/Sources/Model/enums/ChampionClass.cs b/Sources/Model/enums/ChampionClass.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/enums/ChampionClass.cs rename to Sources/Model/enums/ChampionClass.cs diff --git a/EntityFramework_LoL/Sources/Model/enums/RuneFamily.cs b/Sources/Model/enums/RuneFamily.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/enums/RuneFamily.cs rename to Sources/Model/enums/RuneFamily.cs diff --git a/EntityFramework_LoL/Sources/Model/enums/SkillType.cs b/Sources/Model/enums/SkillType.cs similarity index 100% rename from EntityFramework_LoL/Sources/Model/enums/SkillType.cs rename to Sources/Model/enums/SkillType.cs diff --git a/EntityFramework_LoL/Sources/Shared/IGenericDataManager.cs b/Sources/Shared/IGenericDataManager.cs similarity index 100% rename from EntityFramework_LoL/Sources/Shared/IGenericDataManager.cs rename to Sources/Shared/IGenericDataManager.cs diff --git a/EntityFramework_LoL/Sources/Shared/Shared.csproj b/Sources/Shared/Shared.csproj similarity index 100% rename from EntityFramework_LoL/Sources/Shared/Shared.csproj rename to Sources/Shared/Shared.csproj diff --git a/EntityFramework_LoL/Sources/StubLib/Extensions.cs b/Sources/StubLib/Extensions.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/Extensions.cs rename to Sources/StubLib/Extensions.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.Champions.cs b/Sources/StubLib/StubData.Champions.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.Champions.cs rename to Sources/StubLib/StubData.Champions.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.RunePages.cs b/Sources/StubLib/StubData.RunePages.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.RunePages.cs rename to Sources/StubLib/StubData.RunePages.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.Runes.cs b/Sources/StubLib/StubData.Runes.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.Runes.cs rename to Sources/StubLib/StubData.Runes.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.Skins.cs b/Sources/StubLib/StubData.Skins.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.Skins.cs rename to Sources/StubLib/StubData.Skins.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubData.cs b/Sources/StubLib/StubData.cs similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubData.cs rename to Sources/StubLib/StubData.cs diff --git a/EntityFramework_LoL/Sources/StubLib/StubLib.csproj b/Sources/StubLib/StubLib.csproj similarity index 100% rename from EntityFramework_LoL/Sources/StubLib/StubLib.csproj rename to Sources/StubLib/StubLib.csproj diff --git a/EntityFramework_LoL/Sources/Tests/ConsoleTests/ConsoleTests.csproj b/Sources/Tests/ConsoleTests/ConsoleTests.csproj similarity index 100% rename from EntityFramework_LoL/Sources/Tests/ConsoleTests/ConsoleTests.csproj rename to Sources/Tests/ConsoleTests/ConsoleTests.csproj diff --git a/EntityFramework_LoL/Sources/Tests/ConsoleTests/Program.cs b/Sources/Tests/ConsoleTests/Program.cs similarity index 100% rename from EntityFramework_LoL/Sources/Tests/ConsoleTests/Program.cs rename to Sources/Tests/ConsoleTests/Program.cs