From 7be6b7976b3eefa872f4f2837527e1dfac5429b8 Mon Sep 17 00:00:00 2001 From: Philemon Eichin Date: Mon, 5 Feb 2018 23:03:29 +0100 Subject: [PATCH] Restructure Repository Moved Projects one folder up --- .../FluentPrismRegionAdapter.sln => FluentPrismRegionAdapter.sln | 0 .../AfterAttribute.cs | 0 .../BackstageTabControlRegionAdapter.cs | 0 .../BeforeAttribute.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../RelativePositionContraint.cs | 0 .../RibbonMenuRegionAdapter.cs | 0 .../RibbonRegionAdapter.cs | 0 .../RibbonTabItemRegionAdapter.cs | 0 .../TopologicalSortedRegionAdapterBase.cs | 0 .../app.config | 0 .../packages.config | 0 .../phirSOFT.FluentPrismAdapters.csproj | 0 .../phirSOFT.FluentPrismRegionAdapters.nuspec | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename FluentPrismRegionAdapter/FluentPrismRegionAdapter.sln => FluentPrismRegionAdapter.sln (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/AfterAttribute.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/BackstageTabControlRegionAdapter.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/BeforeAttribute.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/Properties/AssemblyInfo.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/RelativePositionContraint.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/RibbonMenuRegionAdapter.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/RibbonRegionAdapter.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/RibbonTabItemRegionAdapter.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/TopologicalSortedRegionAdapterBase.cs (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/app.config (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/packages.config (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/phirSOFT.FluentPrismAdapters.csproj (100%) rename {FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters => phirSOFT.FluentPrismAdapters}/phirSOFT.FluentPrismRegionAdapters.nuspec (100%) diff --git a/FluentPrismRegionAdapter/FluentPrismRegionAdapter.sln b/FluentPrismRegionAdapter.sln similarity index 100% rename from FluentPrismRegionAdapter/FluentPrismRegionAdapter.sln rename to FluentPrismRegionAdapter.sln diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/AfterAttribute.cs b/phirSOFT.FluentPrismAdapters/AfterAttribute.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/AfterAttribute.cs rename to phirSOFT.FluentPrismAdapters/AfterAttribute.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/BackstageTabControlRegionAdapter.cs b/phirSOFT.FluentPrismAdapters/BackstageTabControlRegionAdapter.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/BackstageTabControlRegionAdapter.cs rename to phirSOFT.FluentPrismAdapters/BackstageTabControlRegionAdapter.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/BeforeAttribute.cs b/phirSOFT.FluentPrismAdapters/BeforeAttribute.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/BeforeAttribute.cs rename to phirSOFT.FluentPrismAdapters/BeforeAttribute.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/Properties/AssemblyInfo.cs b/phirSOFT.FluentPrismAdapters/Properties/AssemblyInfo.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/Properties/AssemblyInfo.cs rename to phirSOFT.FluentPrismAdapters/Properties/AssemblyInfo.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RelativePositionContraint.cs b/phirSOFT.FluentPrismAdapters/RelativePositionContraint.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RelativePositionContraint.cs rename to phirSOFT.FluentPrismAdapters/RelativePositionContraint.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RibbonMenuRegionAdapter.cs b/phirSOFT.FluentPrismAdapters/RibbonMenuRegionAdapter.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RibbonMenuRegionAdapter.cs rename to phirSOFT.FluentPrismAdapters/RibbonMenuRegionAdapter.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RibbonRegionAdapter.cs b/phirSOFT.FluentPrismAdapters/RibbonRegionAdapter.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RibbonRegionAdapter.cs rename to phirSOFT.FluentPrismAdapters/RibbonRegionAdapter.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RibbonTabItemRegionAdapter.cs b/phirSOFT.FluentPrismAdapters/RibbonTabItemRegionAdapter.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/RibbonTabItemRegionAdapter.cs rename to phirSOFT.FluentPrismAdapters/RibbonTabItemRegionAdapter.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/TopologicalSortedRegionAdapterBase.cs b/phirSOFT.FluentPrismAdapters/TopologicalSortedRegionAdapterBase.cs similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/TopologicalSortedRegionAdapterBase.cs rename to phirSOFT.FluentPrismAdapters/TopologicalSortedRegionAdapterBase.cs diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/app.config b/phirSOFT.FluentPrismAdapters/app.config similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/app.config rename to phirSOFT.FluentPrismAdapters/app.config diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/packages.config b/phirSOFT.FluentPrismAdapters/packages.config similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/packages.config rename to phirSOFT.FluentPrismAdapters/packages.config diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismAdapters.csproj b/phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismAdapters.csproj similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismAdapters.csproj rename to phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismAdapters.csproj diff --git a/FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismRegionAdapters.nuspec b/phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismRegionAdapters.nuspec similarity index 100% rename from FluentPrismRegionAdapter/phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismRegionAdapters.nuspec rename to phirSOFT.FluentPrismAdapters/phirSOFT.FluentPrismRegionAdapters.nuspec