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