diff --git a/GPW.CORE.UI/Properties/PublishProfiles/IIS01.pubxml b/GPW.CORE.UI/Properties/PublishProfiles/IIS01.pubxml
deleted file mode 100644
index 7e4cb9e..0000000
--- a/GPW.CORE.UI/Properties/PublishProfiles/IIS01.pubxml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
-
- False
- e4229ee4-ed4f-4507-8058-b01dc3ca1b28
- false
- https://IIS01.egalware.com:8172/MsDeploy.axd
- Default Web Site/GPW/CORE.WRKLOG
-
- False
- WMSVC
- True
- True
- jenkins
- <_SavePWD>True
- net6.0
-
-
\ No newline at end of file
diff --git a/GPW.CORE.UI/Properties/PublishProfiles/IIS02.pubxml b/GPW.CORE.UI/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 07f22e8..0000000
--- a/GPW.CORE.UI/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
-
- False
- e4229ee4-ed4f-4507-8058-b01dc3ca1b28
- false
- https://IIS02.egalware.com:8172/MsDeploy.axd
- Default Web Site/GPW/CORE.WRKLOG
-
- False
- WMSVC
- True
- True
- jenkins
- <_SavePWD>True
- net6.0
-
-
\ No newline at end of file
diff --git a/GPW.CORE.UI/Properties/PublishProfiles/IIS03.pubxml b/GPW.CORE.UI/Properties/PublishProfiles/IIS03.pubxml
deleted file mode 100644
index 5e2879a..0000000
--- a/GPW.CORE.UI/Properties/PublishProfiles/IIS03.pubxml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- MSDeploy
- True
- Release
- Any CPU
- https://office.egalware.com/GPW/CORE.WRKLOG
- False
- e4229ee4-ed4f-4507-8058-b01dc3ca1b28
- false
- https://IIS03.egalware.com:8172/MsDeploy.axd
- Default Web Site/GPW/CORE.WRKLOG
-
- False
- WMSVC
- True
- True
- jenkins
- <_SavePWD>True
- net6.0
-
-
\ No newline at end of file
diff --git a/GPW.CORE.UI/Properties/launchSettings.json b/GPW.CORE.UI/Properties/launchSettings.json
deleted file mode 100644
index 0eddfb9..0000000
--- a/GPW.CORE.UI/Properties/launchSettings.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "iisSettings": {
- "windowsAuthentication": true,
- "anonymousAuthentication": false,
- "iisExpress": {
- "applicationUrl": "http://localhost:46448",
- "sslPort": 44369
- }
- },
- "profiles": {
- "GPW.CORE.UI": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "applicationUrl": "https://localhost:7211;http://localhost:5211",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
-}
diff --git a/GPW.CORE.UI/appsettings.json b/GPW.CORE.UI/appsettings.json
deleted file mode 100644
index 5be4960..0000000
--- a/GPW.CORE.UI/appsettings.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "CodApp": "GPW",
- "ConnectionStrings": {
- "GPW.DB": "Server=SQLSTEAM;Database=GPW; User ID=sa;Password=keyhammer; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.UI;",
- "Redis": "localhost:6379"
- },
- "VetoIns": "true"
-}
diff --git a/GPW.CORE.UI/.config/dotnet-tools.json b/GPW.CORE.WRKLOG/.config/dotnet-tools.json
similarity index 100%
rename from GPW.CORE.UI/.config/dotnet-tools.json
rename to GPW.CORE.WRKLOG/.config/dotnet-tools.json
diff --git a/GPW.CORE.UI/App.razor b/GPW.CORE.WRKLOG/App.razor
similarity index 100%
rename from GPW.CORE.UI/App.razor
rename to GPW.CORE.WRKLOG/App.razor
diff --git a/GPW.CORE.UI/Components/AddRA.razor b/GPW.CORE.WRKLOG/Components/AddRA.razor
similarity index 100%
rename from GPW.CORE.UI/Components/AddRA.razor
rename to GPW.CORE.WRKLOG/Components/AddRA.razor
diff --git a/GPW.CORE.UI/Components/Chart.razor b/GPW.CORE.WRKLOG/Components/Chart.razor
similarity index 100%
rename from GPW.CORE.UI/Components/Chart.razor
rename to GPW.CORE.WRKLOG/Components/Chart.razor
diff --git a/GPW.CORE.UI/Components/ChartHist.razor b/GPW.CORE.WRKLOG/Components/ChartHist.razor
similarity index 100%
rename from GPW.CORE.UI/Components/ChartHist.razor
rename to GPW.CORE.WRKLOG/Components/ChartHist.razor
diff --git a/GPW.CORE.UI/Components/ChartTS.razor b/GPW.CORE.WRKLOG/Components/ChartTS.razor
similarity index 100%
rename from GPW.CORE.UI/Components/ChartTS.razor
rename to GPW.CORE.WRKLOG/Components/ChartTS.razor
diff --git a/GPW.CORE.UI/Components/CmpFooter.razor b/GPW.CORE.WRKLOG/Components/CmpFooter.razor
similarity index 100%
rename from GPW.CORE.UI/Components/CmpFooter.razor
rename to GPW.CORE.WRKLOG/Components/CmpFooter.razor
diff --git a/GPW.CORE.UI/Components/DataPager.razor b/GPW.CORE.WRKLOG/Components/DataPager.razor
similarity index 100%
rename from GPW.CORE.UI/Components/DataPager.razor
rename to GPW.CORE.WRKLOG/Components/DataPager.razor
diff --git a/GPW.CORE.UI/Components/DataPager.razor.cs b/GPW.CORE.WRKLOG/Components/DataPager.razor.cs
similarity index 98%
rename from GPW.CORE.UI/Components/DataPager.razor.cs
rename to GPW.CORE.WRKLOG/Components/DataPager.razor.cs
index 39a9324..5fabd96 100644
--- a/GPW.CORE.UI/Components/DataPager.razor.cs
+++ b/GPW.CORE.WRKLOG/Components/DataPager.razor.cs
@@ -11,10 +11,10 @@ using Microsoft.AspNetCore.Components.Routing;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.Web.Virtualization;
using Microsoft.JSInterop;
-using GPW.CORE.UI;
-using GPW.CORE.UI.Shared;
+using GPW.CORE.WRKLOG;
+using GPW.CORE.WRKLOG.Shared;
-namespace GPW.CORE.UI.Components
+namespace GPW.CORE.WRKLOG.Components
{
public partial class DataPager : ComponentBase
{
diff --git a/GPW.CORE.UI/Components/DayAgendaDetail.razor b/GPW.CORE.WRKLOG/Components/DayAgendaDetail.razor
similarity index 100%
rename from GPW.CORE.UI/Components/DayAgendaDetail.razor
rename to GPW.CORE.WRKLOG/Components/DayAgendaDetail.razor
diff --git a/GPW.CORE.UI/Components/DayCheckEditor.razor b/GPW.CORE.WRKLOG/Components/DayCheckEditor.razor
similarity index 100%
rename from GPW.CORE.UI/Components/DayCheckEditor.razor
rename to GPW.CORE.WRKLOG/Components/DayCheckEditor.razor
diff --git a/GPW.CORE.UI/Components/DayCheckEditor.razor.cs b/GPW.CORE.WRKLOG/Components/DayCheckEditor.razor.cs
similarity index 97%
rename from GPW.CORE.UI/Components/DayCheckEditor.razor.cs
rename to GPW.CORE.WRKLOG/Components/DayCheckEditor.razor.cs
index 95edf0c..a776216 100644
--- a/GPW.CORE.UI/Components/DayCheckEditor.razor.cs
+++ b/GPW.CORE.WRKLOG/Components/DayCheckEditor.razor.cs
@@ -1,7 +1,7 @@
using GPW.CORE.Data.DbModels;
using Microsoft.AspNetCore.Components;
-namespace GPW.CORE.UI.Components
+namespace GPW.CORE.WRKLOG.Components
{
public partial class DayCheckEditor
{
@@ -115,7 +115,7 @@ namespace GPW.CORE.UI.Components
}).OrderBy(d => d.Key).ToDictionary(x => x.Key, x => x.Count.ToString());
histData = histDict.Values.ToArray();
histLabel = histDict.Keys.ToArray();
- // cerco se c'è dato odierno della temperatura...
+ // cerco se c'� dato odierno della temperatura...
currRecord = rawData.Where(x => x.DtRilievo == TargetDate).FirstOrDefault();
if (currRecord == null)
{
diff --git a/GPW.CORE.UI/Components/DayHoriz.razor b/GPW.CORE.WRKLOG/Components/DayHoriz.razor
similarity index 100%
rename from GPW.CORE.UI/Components/DayHoriz.razor
rename to GPW.CORE.WRKLOG/Components/DayHoriz.razor
diff --git a/GPW.CORE.UI/Components/DayHoriz.razor.cs b/GPW.CORE.WRKLOG/Components/DayHoriz.razor.cs
similarity index 99%
rename from GPW.CORE.UI/Components/DayHoriz.razor.cs
rename to GPW.CORE.WRKLOG/Components/DayHoriz.razor.cs
index 7c0dfe1..f450591 100644
--- a/GPW.CORE.UI/Components/DayHoriz.razor.cs
+++ b/GPW.CORE.WRKLOG/Components/DayHoriz.razor.cs
@@ -2,7 +2,7 @@ using GPW.CORE.Data.DbModels;
using GPW.CORE.Data.DTO;
using Microsoft.AspNetCore.Components;
-namespace GPW.CORE.UI.Components
+namespace GPW.CORE.WRKLOG.Components
{
public partial class DayHoriz
{
diff --git a/GPW.CORE.UI/Components/FasiSearch.razor b/GPW.CORE.WRKLOG/Components/FasiSearch.razor
similarity index 100%
rename from GPW.CORE.UI/Components/FasiSearch.razor
rename to GPW.CORE.WRKLOG/Components/FasiSearch.razor
diff --git a/GPW.CORE.UI/Components/FasiSearch.razor.cs b/GPW.CORE.WRKLOG/Components/FasiSearch.razor.cs
similarity index 97%
rename from GPW.CORE.UI/Components/FasiSearch.razor.cs
rename to GPW.CORE.WRKLOG/Components/FasiSearch.razor.cs
index db9efcc..ef5bb88 100644
--- a/GPW.CORE.UI/Components/FasiSearch.razor.cs
+++ b/GPW.CORE.WRKLOG/Components/FasiSearch.razor.cs
@@ -1,9 +1,9 @@
using GPW.CORE.Data.DbModels;
-using GPW.CORE.UI.Data;
+using GPW.CORE.WRKLOG.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
-namespace GPW.CORE.UI.Components
+namespace GPW.CORE.WRKLOG.Components
{
public partial class FasiSearch
{
diff --git a/GPW.CORE.UI/Components/LoadingData.razor b/GPW.CORE.WRKLOG/Components/LoadingData.razor
similarity index 100%
rename from GPW.CORE.UI/Components/LoadingData.razor
rename to GPW.CORE.WRKLOG/Components/LoadingData.razor
diff --git a/GPW.CORE.UI/Components/LoadingDataSmall.razor b/GPW.CORE.WRKLOG/Components/LoadingDataSmall.razor
similarity index 100%
rename from GPW.CORE.UI/Components/LoadingDataSmall.razor
rename to GPW.CORE.WRKLOG/Components/LoadingDataSmall.razor
diff --git a/GPW.CORE.UI/Components/ParetoRA.razor b/GPW.CORE.WRKLOG/Components/ParetoRA.razor
similarity index 100%
rename from GPW.CORE.UI/Components/ParetoRA.razor
rename to GPW.CORE.WRKLOG/Components/ParetoRA.razor
diff --git a/GPW.CORE.UI/Components/PeriodoLav.razor b/GPW.CORE.WRKLOG/Components/PeriodoLav.razor
similarity index 100%
rename from GPW.CORE.UI/Components/PeriodoLav.razor
rename to GPW.CORE.WRKLOG/Components/PeriodoLav.razor
diff --git a/GPW.CORE.UI/Components/RecFaseStart.razor b/GPW.CORE.WRKLOG/Components/RecFaseStart.razor
similarity index 100%
rename from GPW.CORE.UI/Components/RecFaseStart.razor
rename to GPW.CORE.WRKLOG/Components/RecFaseStart.razor
diff --git a/GPW.CORE.UI/Components/RegAtt.razor b/GPW.CORE.WRKLOG/Components/RegAtt.razor
similarity index 100%
rename from GPW.CORE.UI/Components/RegAtt.razor
rename to GPW.CORE.WRKLOG/Components/RegAtt.razor
diff --git a/GPW.CORE.UI/Components/RegAtt.razor.cs b/GPW.CORE.WRKLOG/Components/RegAtt.razor.cs
similarity index 98%
rename from GPW.CORE.UI/Components/RegAtt.razor.cs
rename to GPW.CORE.WRKLOG/Components/RegAtt.razor.cs
index ddaf771..306f81f 100644
--- a/GPW.CORE.UI/Components/RegAtt.razor.cs
+++ b/GPW.CORE.WRKLOG/Components/RegAtt.razor.cs
@@ -2,7 +2,7 @@ using GPW.CORE.Data.DbModels;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
-namespace GPW.CORE.UI.Components
+namespace GPW.CORE.WRKLOG.Components
{
public partial class RegAtt
{
@@ -220,7 +220,7 @@ namespace GPW.CORE.UI.Components
///
protected async void Edit()
{
- // SOLO SE non è una copia clipboard...
+ // SOLO SE non � una copia clipboard...
//if (!IsClipboard)
//{
isSelected = true;
diff --git a/GPW.CORE.UI/Components/RegAttEditor.razor b/GPW.CORE.WRKLOG/Components/RegAttEditor.razor
similarity index 100%
rename from GPW.CORE.UI/Components/RegAttEditor.razor
rename to GPW.CORE.WRKLOG/Components/RegAttEditor.razor
diff --git a/GPW.CORE.UI/Components/RegAttEditor.razor.cs b/GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs
similarity index 98%
rename from GPW.CORE.UI/Components/RegAttEditor.razor.cs
rename to GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs
index 74b1cd7..dda5bd5 100644
--- a/GPW.CORE.UI/Components/RegAttEditor.razor.cs
+++ b/GPW.CORE.WRKLOG/Components/RegAttEditor.razor.cs
@@ -1,9 +1,9 @@
using GPW.CORE.Data.DbModels;
-using GPW.CORE.UI.Data;
+using GPW.CORE.WRKLOG.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
-namespace GPW.CORE.UI.Components
+namespace GPW.CORE.WRKLOG.Components
{
public partial class RegAttEditor
{
diff --git a/GPW.CORE.UI/Components/Svg.razor b/GPW.CORE.WRKLOG/Components/Svg.razor
similarity index 100%
rename from GPW.CORE.UI/Components/Svg.razor
rename to GPW.CORE.WRKLOG/Components/Svg.razor
diff --git a/GPW.CORE.UI/Components/TimbList.razor b/GPW.CORE.WRKLOG/Components/TimbList.razor
similarity index 100%
rename from GPW.CORE.UI/Components/TimbList.razor
rename to GPW.CORE.WRKLOG/Components/TimbList.razor
diff --git a/GPW.CORE.UI/Components/TimbrEditor.razor b/GPW.CORE.WRKLOG/Components/TimbrEditor.razor
similarity index 100%
rename from GPW.CORE.UI/Components/TimbrEditor.razor
rename to GPW.CORE.WRKLOG/Components/TimbrEditor.razor
diff --git a/GPW.CORE.UI/Components/TimbrEditor.razor.cs b/GPW.CORE.WRKLOG/Components/TimbrEditor.razor.cs
similarity index 98%
rename from GPW.CORE.UI/Components/TimbrEditor.razor.cs
rename to GPW.CORE.WRKLOG/Components/TimbrEditor.razor.cs
index ebd719c..c6548c7 100644
--- a/GPW.CORE.UI/Components/TimbrEditor.razor.cs
+++ b/GPW.CORE.WRKLOG/Components/TimbrEditor.razor.cs
@@ -1,9 +1,9 @@
using GPW.CORE.Data.DbModels;
-using GPW.CORE.UI.Data;
+using GPW.CORE.WRKLOG.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
-namespace GPW.CORE.UI.Components
+namespace GPW.CORE.WRKLOG.Components
{
public partial class TimbrEditor
{
diff --git a/GPW.CORE.UI/Components/WeekPlanner.razor b/GPW.CORE.WRKLOG/Components/WeekPlanner.razor
similarity index 100%
rename from GPW.CORE.UI/Components/WeekPlanner.razor
rename to GPW.CORE.WRKLOG/Components/WeekPlanner.razor
diff --git a/GPW.CORE.UI/Components/WeekSelector.razor b/GPW.CORE.WRKLOG/Components/WeekSelector.razor
similarity index 100%
rename from GPW.CORE.UI/Components/WeekSelector.razor
rename to GPW.CORE.WRKLOG/Components/WeekSelector.razor
diff --git a/GPW.CORE.UI/Components/WeekStat.razor b/GPW.CORE.WRKLOG/Components/WeekStat.razor
similarity index 100%
rename from GPW.CORE.UI/Components/WeekStat.razor
rename to GPW.CORE.WRKLOG/Components/WeekStat.razor
diff --git a/GPW.CORE.UI/Data/GpwDataService.cs b/GPW.CORE.WRKLOG/Data/GpwDataService.cs
similarity index 99%
rename from GPW.CORE.UI/Data/GpwDataService.cs
rename to GPW.CORE.WRKLOG/Data/GpwDataService.cs
index 070a944..558a87f 100644
--- a/GPW.CORE.UI/Data/GpwDataService.cs
+++ b/GPW.CORE.WRKLOG/Data/GpwDataService.cs
@@ -6,7 +6,7 @@ using NLog;
using System.Diagnostics;
using System.Text;
-namespace GPW.CORE.UI.Data
+namespace GPW.CORE.WRKLOG.Data
{
public class GpwDataService : IDisposable
{
diff --git a/GPW.CORE.UI/Data/LicenseService.cs b/GPW.CORE.WRKLOG/Data/LicenseService.cs
similarity index 99%
rename from GPW.CORE.UI/Data/LicenseService.cs
rename to GPW.CORE.WRKLOG/Data/LicenseService.cs
index 739c83e..870ec3b 100644
--- a/GPW.CORE.UI/Data/LicenseService.cs
+++ b/GPW.CORE.WRKLOG/Data/LicenseService.cs
@@ -7,7 +7,7 @@ using System.Diagnostics;
using System.Text;
using System.Web;
-namespace GPW.CORE.UI.Data
+namespace GPW.CORE.WRKLOG.Data
{
///
/// Servizi e dati condivisi a livello applicazione
diff --git a/GPW.CORE.UI/Data/MessageService.cs b/GPW.CORE.WRKLOG/Data/MessageService.cs
similarity index 99%
rename from GPW.CORE.UI/Data/MessageService.cs
rename to GPW.CORE.WRKLOG/Data/MessageService.cs
index 66a0c3a..b1b98b4 100644
--- a/GPW.CORE.UI/Data/MessageService.cs
+++ b/GPW.CORE.WRKLOG/Data/MessageService.cs
@@ -3,7 +3,7 @@ using GPW.CORE.Data.DbModels;
using System.Security.Cryptography;
using System.Text;
-namespace GPW.CORE.UI.Data
+namespace GPW.CORE.WRKLOG.Data
{
public class MessageService
{
diff --git a/GPW.CORE.UI/GPW.CORE.UI.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
similarity index 100%
rename from GPW.CORE.UI/GPW.CORE.UI.csproj
rename to GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
diff --git a/GPW.CORE.UI/Pages/Error.cshtml b/GPW.CORE.WRKLOG/Pages/Error.cshtml
similarity index 97%
rename from GPW.CORE.UI/Pages/Error.cshtml
rename to GPW.CORE.WRKLOG/Pages/Error.cshtml
index 0ad849b..e5da917 100644
--- a/GPW.CORE.UI/Pages/Error.cshtml
+++ b/GPW.CORE.WRKLOG/Pages/Error.cshtml
@@ -1,5 +1,5 @@
@page
-@model GPW.CORE.UI.Pages.ErrorModel
+@model GPW.CORE.WRKLOG.Pages.ErrorModel
diff --git a/GPW.CORE.UI/Pages/Error.cshtml.cs b/GPW.CORE.WRKLOG/Pages/Error.cshtml.cs
similarity index 95%
rename from GPW.CORE.UI/Pages/Error.cshtml.cs
rename to GPW.CORE.WRKLOG/Pages/Error.cshtml.cs
index 1b622d8..9be4314 100644
--- a/GPW.CORE.UI/Pages/Error.cshtml.cs
+++ b/GPW.CORE.WRKLOG/Pages/Error.cshtml.cs
@@ -2,7 +2,7 @@
using Microsoft.AspNetCore.Mvc.RazorPages;
using System.Diagnostics;
-namespace GPW.CORE.UI.Pages
+namespace GPW.CORE.WRKLOG.Pages
{
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
[IgnoreAntiforgeryToken]
diff --git a/GPW.CORE.UI/Pages/FastRec.razor b/GPW.CORE.WRKLOG/Pages/FastRec.razor
similarity index 99%
rename from GPW.CORE.UI/Pages/FastRec.razor
rename to GPW.CORE.WRKLOG/Pages/FastRec.razor
index 0b0a8b2..90c3c5d 100644
--- a/GPW.CORE.UI/Pages/FastRec.razor
+++ b/GPW.CORE.WRKLOG/Pages/FastRec.razor
@@ -1,8 +1,8 @@
@page "/FastRec"
@attribute [Authorize]
-@using GPW.CORE.UI
-@using GPW.CORE.UI.Components
+@using GPW.CORE.WRKLOG
+@using GPW.CORE.WRKLOG.Components
@using CORE.Data.DbModels
@using CORE.Data.DTO
@using UI.Data
diff --git a/GPW.CORE.UI/Pages/ForceReset.razor b/GPW.CORE.WRKLOG/Pages/ForceReset.razor
similarity index 100%
rename from GPW.CORE.UI/Pages/ForceReset.razor
rename to GPW.CORE.WRKLOG/Pages/ForceReset.razor
diff --git a/GPW.CORE.UI/Pages/Index.razor b/GPW.CORE.WRKLOG/Pages/Index.razor
similarity index 100%
rename from GPW.CORE.UI/Pages/Index.razor
rename to GPW.CORE.WRKLOG/Pages/Index.razor
diff --git a/GPW.CORE.UI/Pages/Planner.razor b/GPW.CORE.WRKLOG/Pages/Planner.razor
similarity index 99%
rename from GPW.CORE.UI/Pages/Planner.razor
rename to GPW.CORE.WRKLOG/Pages/Planner.razor
index 50a2b38..f22e376 100644
--- a/GPW.CORE.UI/Pages/Planner.razor
+++ b/GPW.CORE.WRKLOG/Pages/Planner.razor
@@ -1,6 +1,6 @@
@page "/Planner"
@attribute [Authorize]
-@using GPW.CORE.UI.Components
+@using GPW.CORE.WRKLOG.Components
@if (selPeriod)
{
diff --git a/GPW.CORE.UI/Pages/Planner.razor.cs b/GPW.CORE.WRKLOG/Pages/Planner.razor.cs
similarity index 99%
rename from GPW.CORE.UI/Pages/Planner.razor.cs
rename to GPW.CORE.WRKLOG/Pages/Planner.razor.cs
index 967171c..35e8079 100644
--- a/GPW.CORE.UI/Pages/Planner.razor.cs
+++ b/GPW.CORE.WRKLOG/Pages/Planner.razor.cs
@@ -1,11 +1,11 @@
using GPW.CORE.Data;
using GPW.CORE.Data.DbModels;
using GPW.CORE.Data.DTO;
-using GPW.CORE.UI.Data;
+using GPW.CORE.WRKLOG.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
-namespace GPW.CORE.UI.Pages
+namespace GPW.CORE.WRKLOG.Pages
{
///
/// Gestione pagina principale del planner
@@ -406,7 +406,7 @@ namespace GPW.CORE.UI.Pages
///
protected async void ReportSelect(RegAttivitaModel selRecord)
{
- // recupero attività selezionata in curr record
+ // recupero attivit� selezionata in curr record
currRecord = selRecord;
}
diff --git a/GPW.CORE.UI/Pages/Test.razor b/GPW.CORE.WRKLOG/Pages/Test.razor
similarity index 99%
rename from GPW.CORE.UI/Pages/Test.razor
rename to GPW.CORE.WRKLOG/Pages/Test.razor
index 413406a..b146a48 100644
--- a/GPW.CORE.UI/Pages/Test.razor
+++ b/GPW.CORE.WRKLOG/Pages/Test.razor
@@ -1,7 +1,7 @@
@page "/Test"
@attribute [AllowAnonymous]
-@using GPW.CORE.UI.Components
+@using GPW.CORE.WRKLOG.Components
Test - Fasi
diff --git a/GPW.CORE.UI/Pages/Test.razor.cs b/GPW.CORE.WRKLOG/Pages/Test.razor.cs
similarity index 96%
rename from GPW.CORE.UI/Pages/Test.razor.cs
rename to GPW.CORE.WRKLOG/Pages/Test.razor.cs
index 46e9440..e8e7e3c 100644
--- a/GPW.CORE.UI/Pages/Test.razor.cs
+++ b/GPW.CORE.WRKLOG/Pages/Test.razor.cs
@@ -11,13 +11,13 @@ using Microsoft.AspNetCore.Components.Routing;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.Web.Virtualization;
using Microsoft.JSInterop;
-using GPW.CORE.UI;
-using GPW.CORE.UI.Shared;
-using GPW.CORE.UI.Components;
+using GPW.CORE.WRKLOG;
+using GPW.CORE.WRKLOG.Shared;
+using GPW.CORE.WRKLOG.Components;
using GPW.CORE.Data.DbModels;
-using GPW.CORE.UI.Data;
+using GPW.CORE.WRKLOG.Data;
-namespace GPW.CORE.UI.Pages
+namespace GPW.CORE.WRKLOG.Pages
{
public partial class Test : ComponentBase, IDisposable
{
diff --git a/GPW.CORE.UI/Pages/_Host.cshtml b/GPW.CORE.WRKLOG/Pages/_Host.cshtml
similarity index 87%
rename from GPW.CORE.UI/Pages/_Host.cshtml
rename to GPW.CORE.WRKLOG/Pages/_Host.cshtml
index 6b24341..64bb0a2 100644
--- a/GPW.CORE.UI/Pages/_Host.cshtml
+++ b/GPW.CORE.WRKLOG/Pages/_Host.cshtml
@@ -1,5 +1,5 @@
@page "/"
-@namespace GPW.CORE.UI.Pages
+@namespace GPW.CORE.WRKLOG.Pages
@using Microsoft.AspNetCore.Authorization
@attribute [AllowAnonymous]
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
diff --git a/GPW.CORE.UI/Pages/_Layout.cshtml b/GPW.CORE.WRKLOG/Pages/_Layout.cshtml
similarity index 93%
rename from GPW.CORE.UI/Pages/_Layout.cshtml
rename to GPW.CORE.WRKLOG/Pages/_Layout.cshtml
index 7d72848..a526eb4 100644
--- a/GPW.CORE.UI/Pages/_Layout.cshtml
+++ b/GPW.CORE.WRKLOG/Pages/_Layout.cshtml
@@ -1,5 +1,5 @@
@using Microsoft.AspNetCore.Components.Web
-@namespace GPW.CORE.UI.Pages
+@namespace GPW.CORE.WRKLOG.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@@ -11,7 +11,7 @@
-
+
diff --git a/GPW.CORE.UI/Program.cs b/GPW.CORE.WRKLOG/Program.cs
similarity index 98%
rename from GPW.CORE.UI/Program.cs
rename to GPW.CORE.WRKLOG/Program.cs
index 74e69f8..4084d65 100644
--- a/GPW.CORE.UI/Program.cs
+++ b/GPW.CORE.WRKLOG/Program.cs
@@ -1,4 +1,4 @@
-using GPW.CORE.UI.Data;
+using GPW.CORE.WRKLOG.Data;
using Microsoft.AspNetCore.Authentication.Negotiate;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
diff --git a/GPW.CORE.WRKLOG/Properties/launchSettings.json b/GPW.CORE.WRKLOG/Properties/launchSettings.json
new file mode 100644
index 0000000..649882e
--- /dev/null
+++ b/GPW.CORE.WRKLOG/Properties/launchSettings.json
@@ -0,0 +1,28 @@
+{
+ "iisSettings": {
+ "windowsAuthentication": true,
+ "anonymousAuthentication": false,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:46448",
+ "sslPort": 44369
+ }
+ },
+ "profiles": {
+ "GPW.CORE.WRKLOG": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "https://localhost:7211;http://localhost:5211",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GPW.CORE.UI/Shared/LoginDisplay.razor b/GPW.CORE.WRKLOG/Shared/LoginDisplay.razor
similarity index 100%
rename from GPW.CORE.UI/Shared/LoginDisplay.razor
rename to GPW.CORE.WRKLOG/Shared/LoginDisplay.razor
diff --git a/GPW.CORE.UI/Shared/MainLayout.razor b/GPW.CORE.WRKLOG/Shared/MainLayout.razor
similarity index 92%
rename from GPW.CORE.UI/Shared/MainLayout.razor
rename to GPW.CORE.WRKLOG/Shared/MainLayout.razor
index 4d8a797..7d625e4 100644
--- a/GPW.CORE.UI/Shared/MainLayout.razor
+++ b/GPW.CORE.WRKLOG/Shared/MainLayout.razor
@@ -1,6 +1,6 @@
@inherits LayoutComponentBase
-GPW.CORE.UI
+GPW.CORE.WRKLOG
diff --git a/GPW.CORE.UI/Shared/MainLayout.razor.css b/GPW.CORE.WRKLOG/Shared/MainLayout.razor.css
similarity index 100%
rename from GPW.CORE.UI/Shared/MainLayout.razor.css
rename to GPW.CORE.WRKLOG/Shared/MainLayout.razor.css
diff --git a/GPW.CORE.UI/Shared/NavMenu.razor b/GPW.CORE.WRKLOG/Shared/NavMenu.razor
similarity index 96%
rename from GPW.CORE.UI/Shared/NavMenu.razor
rename to GPW.CORE.WRKLOG/Shared/NavMenu.razor
index 65b9030..0cc5792 100644
--- a/GPW.CORE.UI/Shared/NavMenu.razor
+++ b/GPW.CORE.WRKLOG/Shared/NavMenu.razor
@@ -1,6 +1,6 @@

- GPW.CORE.UI
+ GPW.CORE.WRKLOG
diff --git a/GPW.CORE.UI/Shared/NavMenu.razor.css b/GPW.CORE.WRKLOG/Shared/NavMenu.razor.css
similarity index 100%
rename from GPW.CORE.UI/Shared/NavMenu.razor.css
rename to GPW.CORE.WRKLOG/Shared/NavMenu.razor.css
diff --git a/GPW.CORE.UI/_Imports.razor b/GPW.CORE.WRKLOG/_Imports.razor
similarity index 79%
rename from GPW.CORE.UI/_Imports.razor
rename to GPW.CORE.WRKLOG/_Imports.razor
index d85cc3b..a58ceed 100644
--- a/GPW.CORE.UI/_Imports.razor
+++ b/GPW.CORE.WRKLOG/_Imports.razor
@@ -6,6 +6,6 @@
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
-@using GPW.CORE.UI
-@using GPW.CORE.UI.Shared
-@using GPW.CORE.UI.Components
+@using GPW.CORE.WRKLOG
+@using GPW.CORE.WRKLOG.Shared
+@using GPW.CORE.WRKLOG.Components
diff --git a/GPW.CORE.UI/appsettings.Development.json b/GPW.CORE.WRKLOG/appsettings.Development.json
similarity index 100%
rename from GPW.CORE.UI/appsettings.Development.json
rename to GPW.CORE.WRKLOG/appsettings.Development.json
diff --git a/GPW.CORE.WRKLOG/appsettings.json b/GPW.CORE.WRKLOG/appsettings.json
new file mode 100644
index 0000000..9ea718c
--- /dev/null
+++ b/GPW.CORE.WRKLOG/appsettings.json
@@ -0,0 +1,15 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*",
+ "CodApp": "GPW",
+ "ConnectionStrings": {
+ "GPW.DB": "Server=SQLSTEAM;Database=GPW; User ID=sa;Password=keyhammer; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.WRKLOG;",
+ "Redis": "localhost:6379"
+ },
+ "VetoIns": "true"
+}
\ No newline at end of file
diff --git a/GPW.CORE.UI/chartJsData.cs b/GPW.CORE.WRKLOG/chartJsData.cs
similarity index 91%
rename from GPW.CORE.UI/chartJsData.cs
rename to GPW.CORE.WRKLOG/chartJsData.cs
index 41a9495..636983a 100644
--- a/GPW.CORE.UI/chartJsData.cs
+++ b/GPW.CORE.WRKLOG/chartJsData.cs
@@ -1,4 +1,4 @@
-namespace GPW.CORE.UI
+namespace GPW.CORE.WRKLOG
{
public class chartJsData
{
diff --git a/GPW.CORE.UI/compilerconfig.json b/GPW.CORE.WRKLOG/compilerconfig.json
similarity index 100%
rename from GPW.CORE.UI/compilerconfig.json
rename to GPW.CORE.WRKLOG/compilerconfig.json
diff --git a/GPW.CORE.UI/compilerconfig.json.defaults b/GPW.CORE.WRKLOG/compilerconfig.json.defaults
similarity index 100%
rename from GPW.CORE.UI/compilerconfig.json.defaults
rename to GPW.CORE.WRKLOG/compilerconfig.json.defaults
diff --git a/GPW.CORE.UI/libman.json b/GPW.CORE.WRKLOG/libman.json
similarity index 100%
rename from GPW.CORE.UI/libman.json
rename to GPW.CORE.WRKLOG/libman.json
diff --git a/GPW.CORE.UI/post-build.ps1 b/GPW.CORE.WRKLOG/post-build.ps1
similarity index 100%
rename from GPW.CORE.UI/post-build.ps1
rename to GPW.CORE.WRKLOG/post-build.ps1
diff --git a/GPW.CORE.UI/wwwroot/css/bootstrap/bootstrap.min.css b/GPW.CORE.WRKLOG/wwwroot/css/bootstrap/bootstrap.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/bootstrap/bootstrap.min.css
rename to GPW.CORE.WRKLOG/wwwroot/css/bootstrap/bootstrap.min.css
diff --git a/GPW.CORE.UI/wwwroot/css/bootstrap/bootstrap.min.css.map b/GPW.CORE.WRKLOG/wwwroot/css/bootstrap/bootstrap.min.css.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/bootstrap/bootstrap.min.css.map
rename to GPW.CORE.WRKLOG/wwwroot/css/bootstrap/bootstrap.min.css.map
diff --git a/GPW.CORE.UI/wwwroot/css/fonts.css b/GPW.CORE.WRKLOG/wwwroot/css/fonts.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/fonts.css
rename to GPW.CORE.WRKLOG/wwwroot/css/fonts.css
diff --git a/GPW.CORE.UI/wwwroot/css/fonts.less b/GPW.CORE.WRKLOG/wwwroot/css/fonts.less
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/fonts.less
rename to GPW.CORE.WRKLOG/wwwroot/css/fonts.less
diff --git a/GPW.CORE.UI/wwwroot/css/fonts.min.css b/GPW.CORE.WRKLOG/wwwroot/css/fonts.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/fonts.min.css
rename to GPW.CORE.WRKLOG/wwwroot/css/fonts.min.css
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/FONT-LICENSE b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/FONT-LICENSE
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/FONT-LICENSE
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/FONT-LICENSE
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/ICON-LICENSE b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/ICON-LICENSE
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/ICON-LICENSE
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/ICON-LICENSE
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/README.md b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/README.md
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/README.md
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/README.md
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
diff --git a/GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
rename to GPW.CORE.WRKLOG/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
diff --git a/GPW.CORE.UI/wwwroot/css/site.css b/GPW.CORE.WRKLOG/wwwroot/css/site.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/site.css
rename to GPW.CORE.WRKLOG/wwwroot/css/site.css
diff --git a/GPW.CORE.UI/wwwroot/css/site.less b/GPW.CORE.WRKLOG/wwwroot/css/site.less
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/site.less
rename to GPW.CORE.WRKLOG/wwwroot/css/site.less
diff --git a/GPW.CORE.UI/wwwroot/css/site.min.css b/GPW.CORE.WRKLOG/wwwroot/css/site.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/css/site.min.css
rename to GPW.CORE.WRKLOG/wwwroot/css/site.min.css
diff --git a/GPW.CORE.UI/wwwroot/favicon.ico b/GPW.CORE.WRKLOG/wwwroot/favicon.ico
similarity index 100%
rename from GPW.CORE.UI/wwwroot/favicon.ico
rename to GPW.CORE.WRKLOG/wwwroot/favicon.ico
diff --git a/GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.eot b/GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.eot
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.eot
rename to GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.eot
diff --git a/GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.svg b/GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.svg
rename to GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.svg
diff --git a/GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.ttf b/GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.ttf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.ttf
rename to GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.ttf
diff --git a/GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.woff b/GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.woff
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.woff
rename to GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.woff
diff --git a/GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.woff2 b/GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.woff2
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/lato-v17-latin-regular.woff2
rename to GPW.CORE.WRKLOG/wwwroot/fonts/lato-v17-latin-regular.woff2
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.eot b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.eot
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.eot
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.eot
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.svg b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.svg
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.svg
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.ttf b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.ttf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.ttf
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.ttf
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff2 b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff2
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff2
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-condensed-v19-latin-regular.woff2
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.eot b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.eot
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.eot
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.eot
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.svg b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.svg
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.svg
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.ttf b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.ttf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.ttf
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.ttf
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.woff b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.woff
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.woff
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.woff
diff --git a/GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.woff2 b/GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.woff2
similarity index 100%
rename from GPW.CORE.UI/wwwroot/fonts/roboto-v27-latin-regular.woff2
rename to GPW.CORE.WRKLOG/wwwroot/fonts/roboto-v27-latin-regular.woff2
diff --git a/GPW.CORE.UI/wwwroot/images/LogoBlu.svg b/GPW.CORE.WRKLOG/wwwroot/images/LogoBlu.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/images/LogoBlu.svg
rename to GPW.CORE.WRKLOG/wwwroot/images/LogoBlu.svg
diff --git a/GPW.CORE.UI/wwwroot/images/LogoEgw.png b/GPW.CORE.WRKLOG/wwwroot/images/LogoEgw.png
similarity index 100%
rename from GPW.CORE.UI/wwwroot/images/LogoEgw.png
rename to GPW.CORE.WRKLOG/wwwroot/images/LogoEgw.png
diff --git a/GPW.CORE.UI/wwwroot/images/LogoEgwWhite.png b/GPW.CORE.WRKLOG/wwwroot/images/LogoEgwWhite.png
similarity index 100%
rename from GPW.CORE.UI/wwwroot/images/LogoEgwWhite.png
rename to GPW.CORE.WRKLOG/wwwroot/images/LogoEgwWhite.png
diff --git a/GPW.CORE.UI/wwwroot/images/WorkInProgress.jpg b/GPW.CORE.WRKLOG/wwwroot/images/WorkInProgress.jpg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/images/WorkInProgress.jpg
rename to GPW.CORE.WRKLOG/wwwroot/images/WorkInProgress.jpg
diff --git a/GPW.CORE.UI/wwwroot/lib/Chart.js/chart.esm.js b/GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.esm.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/Chart.js/chart.esm.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.esm.js
diff --git a/GPW.CORE.UI/wwwroot/lib/Chart.js/chart.esm.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.esm.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/Chart.js/chart.esm.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.esm.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/Chart.js/chart.js b/GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/Chart.js/chart.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.js
diff --git a/GPW.CORE.UI/wwwroot/lib/Chart.js/chart.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/Chart.js/chart.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/chart.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/Chart.js/helpers.esm.js b/GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/helpers.esm.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/Chart.js/helpers.esm.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/helpers.esm.js
diff --git a/GPW.CORE.UI/wwwroot/lib/Chart.js/helpers.esm.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/helpers.esm.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/Chart.js/helpers.esm.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/Chart.js/helpers.esm.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.css b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.css
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.css.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.css.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.css.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.css.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-grid.min.css.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.css b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.css
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.css.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.css.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.css.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.css.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap-reboot.min.css.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.css b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.css
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.css.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.css.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.css.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.css.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.min.css.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.min.css.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/css/bootstrap.min.css.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/css/bootstrap.min.css.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.js b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.js
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.js.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.js.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.js.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.js.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.bundle.min.js.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.js b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.js
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.js.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.js.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.js.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.js.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.min.js.map b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.min.js.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/js/bootstrap.min.js.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/js/bootstrap.min.js.map
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_alert.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_alert.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_alert.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_alert.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_badge.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_badge.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_badge.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_badge.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_breadcrumb.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_breadcrumb.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_breadcrumb.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_breadcrumb.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_button-group.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_button-group.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_button-group.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_button-group.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_buttons.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_buttons.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_buttons.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_buttons.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_card.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_card.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_card.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_card.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_carousel.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_carousel.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_carousel.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_carousel.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_close.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_close.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_close.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_close.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_code.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_code.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_code.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_code.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_custom-forms.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_custom-forms.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_custom-forms.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_custom-forms.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_dropdown.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_dropdown.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_dropdown.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_dropdown.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_forms.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_forms.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_forms.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_forms.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_functions.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_functions.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_functions.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_functions.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_grid.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_grid.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_grid.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_grid.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_images.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_images.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_images.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_images.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_input-group.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_input-group.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_input-group.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_input-group.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_jumbotron.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_jumbotron.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_jumbotron.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_jumbotron.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_list-group.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_list-group.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_list-group.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_list-group.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_media.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_media.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_media.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_media.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_mixins.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_mixins.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_mixins.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_mixins.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_modal.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_modal.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_modal.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_modal.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_nav.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_nav.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_nav.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_nav.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_navbar.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_navbar.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_navbar.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_navbar.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_pagination.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_pagination.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_pagination.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_pagination.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_popover.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_popover.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_popover.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_popover.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_print.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_print.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_print.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_print.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_progress.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_progress.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_progress.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_progress.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_reboot.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_reboot.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_reboot.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_reboot.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_root.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_root.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_root.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_root.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_spinners.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_spinners.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_spinners.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_spinners.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_tables.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_tables.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_tables.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_tables.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_toasts.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_toasts.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_toasts.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_toasts.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_tooltip.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_tooltip.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_tooltip.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_tooltip.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_transitions.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_transitions.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_transitions.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_transitions.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_type.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_type.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_type.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_type.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_utilities.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_utilities.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_utilities.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_utilities.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_variables.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_variables.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/_variables.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/_variables.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/bootstrap-grid.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/bootstrap-grid.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/bootstrap-grid.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/bootstrap-grid.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/bootstrap-reboot.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/bootstrap-reboot.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/bootstrap-reboot.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/bootstrap-reboot.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/bootstrap.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/bootstrap.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/bootstrap.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/bootstrap.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_alert.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_alert.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_alert.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_alert.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_background-variant.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_background-variant.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_background-variant.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_background-variant.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_badge.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_badge.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_badge.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_badge.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_border-radius.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_border-radius.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_border-radius.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_border-radius.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_box-shadow.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_box-shadow.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_box-shadow.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_box-shadow.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_breakpoints.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_breakpoints.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_breakpoints.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_breakpoints.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_buttons.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_buttons.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_buttons.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_buttons.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_caret.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_caret.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_caret.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_caret.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_clearfix.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_clearfix.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_clearfix.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_clearfix.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_deprecate.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_deprecate.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_deprecate.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_deprecate.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_float.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_float.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_float.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_float.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_forms.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_forms.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_forms.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_forms.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_gradients.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_gradients.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_gradients.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_gradients.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_grid-framework.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_grid-framework.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_grid-framework.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_grid-framework.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_grid.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_grid.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_grid.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_grid.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_hover.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_hover.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_hover.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_hover.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_image.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_image.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_image.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_image.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_list-group.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_list-group.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_list-group.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_list-group.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_lists.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_lists.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_lists.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_lists.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_nav-divider.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_nav-divider.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_nav-divider.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_nav-divider.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_pagination.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_pagination.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_pagination.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_pagination.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_reset-text.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_reset-text.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_reset-text.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_reset-text.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_resize.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_resize.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_resize.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_resize.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_screen-reader.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_screen-reader.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_screen-reader.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_screen-reader.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_size.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_size.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_size.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_size.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_table-row.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_table-row.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_table-row.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_table-row.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_text-emphasis.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_text-emphasis.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_text-emphasis.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_text-emphasis.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_text-hide.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_text-hide.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_text-hide.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_text-hide.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_text-truncate.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_text-truncate.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_text-truncate.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_text-truncate.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_transition.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_transition.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_transition.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_transition.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_visibility.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_visibility.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/mixins/_visibility.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/mixins/_visibility.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_align.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_align.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_align.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_align.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_background.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_background.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_background.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_background.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_borders.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_borders.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_borders.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_borders.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_clearfix.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_clearfix.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_clearfix.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_clearfix.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_display.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_display.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_display.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_display.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_embed.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_embed.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_embed.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_embed.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_flex.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_flex.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_flex.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_flex.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_float.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_float.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_float.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_float.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_interactions.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_interactions.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_interactions.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_interactions.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_overflow.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_overflow.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_overflow.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_overflow.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_position.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_position.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_position.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_position.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_screenreaders.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_screenreaders.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_screenreaders.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_screenreaders.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_shadows.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_shadows.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_shadows.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_shadows.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_sizing.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_sizing.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_sizing.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_sizing.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_spacing.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_spacing.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_spacing.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_spacing.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_stretched-link.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_stretched-link.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_stretched-link.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_stretched-link.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_text.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_text.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_text.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_text.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_visibility.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_visibility.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/utilities/_visibility.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/utilities/_visibility.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/bootstrap/scss/vendor/_rfs.scss b/GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/vendor/_rfs.scss
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/bootstrap/scss/vendor/_rfs.scss
rename to GPW.CORE.WRKLOG/wwwroot/lib/bootstrap/scss/vendor/_rfs.scss
diff --git a/GPW.CORE.UI/wwwroot/lib/chartBoot.js b/GPW.CORE.WRKLOG/wwwroot/lib/chartBoot.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/chartBoot.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/chartBoot.js
diff --git a/GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.js b/GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.js
diff --git a/GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.esm.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.js b/GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.js
diff --git a/GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/chartjs-adapter-luxon/chartjs-adapter-luxon.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/all.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/all.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/all.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/all.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/all.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/all.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/all.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/all.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/brands.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/brands.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/brands.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/brands.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/brands.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/brands.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/brands.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/brands.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/fontawesome.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/fontawesome.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/fontawesome.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/fontawesome.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/fontawesome.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/fontawesome.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/fontawesome.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/fontawesome.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/regular.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/regular.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/regular.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/regular.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/regular.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/regular.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/regular.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/regular.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/solid.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/solid.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/solid.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/solid.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/solid.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/solid.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/solid.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/solid.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/svg-with-js.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/svg-with-js.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/svg-with-js.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/svg-with-js.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/svg-with-js.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/svg-with-js.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/svg-with-js.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/svg-with-js.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/v4-shims.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/v4-shims.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/v4-shims.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/v4-shims.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/css/v4-shims.min.css b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/v4-shims.min.css
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/css/v4-shims.min.css
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/css/v4-shims.min.css
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/all.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/all.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/all.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/all.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/all.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/all.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/all.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/all.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/brands.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/brands.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/brands.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/brands.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/brands.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/brands.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/brands.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/brands.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/conflict-detection.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/conflict-detection.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/conflict-detection.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/conflict-detection.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/conflict-detection.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/conflict-detection.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/conflict-detection.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/conflict-detection.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/fontawesome.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/fontawesome.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/fontawesome.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/fontawesome.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/fontawesome.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/fontawesome.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/fontawesome.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/fontawesome.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/regular.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/regular.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/regular.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/regular.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/regular.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/regular.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/regular.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/regular.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/solid.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/solid.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/solid.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/solid.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/solid.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/solid.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/solid.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/solid.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/v4-shims.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/v4-shims.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/v4-shims.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/v4-shims.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/js/v4-shims.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/v4-shims.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/js/v4-shims.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/js/v4-shims.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/sprites/brands.svg b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/sprites/brands.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/sprites/brands.svg
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/sprites/brands.svg
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/sprites/regular.svg b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/sprites/regular.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/sprites/regular.svg
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/sprites/regular.svg
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/sprites/solid.svg b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/sprites/solid.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/sprites/solid.svg
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/sprites/solid.svg
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.eot b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.eot
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.eot
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.eot
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.svg b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.svg
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.svg
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.ttf b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.ttf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.ttf
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.ttf
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff2 b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff2
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff2
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-brands-400.woff2
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.eot b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.eot
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.eot
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.eot
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.svg b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.svg
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.svg
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.ttf b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.ttf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.ttf
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.ttf
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff2 b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff2
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff2
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-regular-400.woff2
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.eot b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.eot
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.eot
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.eot
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.svg b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.svg
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.svg
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.svg
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.ttf b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.ttf
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.ttf
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.ttf
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff
diff --git a/GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff2 b/GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff2
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff2
rename to GPW.CORE.WRKLOG/wwwroot/lib/font-awesome/webfonts/fa-solid-900.woff2
diff --git a/GPW.CORE.UI/wwwroot/lib/luxon/cjs-browser/luxon.js b/GPW.CORE.WRKLOG/wwwroot/lib/luxon/cjs-browser/luxon.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/luxon/cjs-browser/luxon.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/luxon/cjs-browser/luxon.js
diff --git a/GPW.CORE.UI/wwwroot/lib/luxon/cjs-browser/luxon.js.map b/GPW.CORE.WRKLOG/wwwroot/lib/luxon/cjs-browser/luxon.js.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/luxon/cjs-browser/luxon.js.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/luxon/cjs-browser/luxon.js.map
diff --git a/GPW.CORE.UI/wwwroot/lib/luxon/cjs-browser/luxon.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/luxon/cjs-browser/luxon.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/luxon/cjs-browser/luxon.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/luxon/cjs-browser/luxon.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/luxon/luxon.js b/GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/luxon/luxon.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.js
diff --git a/GPW.CORE.UI/wwwroot/lib/luxon/luxon.js.map b/GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.js.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/luxon/luxon.js.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.js.map
diff --git a/GPW.CORE.UI/wwwroot/lib/luxon/luxon.min.js b/GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.min.js
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/luxon/luxon.min.js
rename to GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.min.js
diff --git a/GPW.CORE.UI/wwwroot/lib/luxon/luxon.min.js.map b/GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.min.js.map
similarity index 100%
rename from GPW.CORE.UI/wwwroot/lib/luxon/luxon.min.js.map
rename to GPW.CORE.WRKLOG/wwwroot/lib/luxon/luxon.min.js.map