From f28a9efc48cf1c72d19a19ffff4fd46af46dbe3c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 22 Feb 2024 09:52:47 +0100 Subject: [PATCH 01/19] Aggiunto pub profile x deploy test IIS01 --- .../Properties/PublishProfiles/IIS01.pubxml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 EgwCoreLib.BlazorTest/Properties/PublishProfiles/IIS01.pubxml diff --git a/EgwCoreLib.BlazorTest/Properties/PublishProfiles/IIS01.pubxml b/EgwCoreLib.BlazorTest/Properties/PublishProfiles/IIS01.pubxml new file mode 100644 index 0000000..2e839b7 --- /dev/null +++ b/EgwCoreLib.BlazorTest/Properties/PublishProfiles/IIS01.pubxml @@ -0,0 +1,27 @@ + + + + + MSDeploy + true + Release + Any CPU + https://iis01.egalware.com/EgwCoreTest + false + 9e5a3295-08bf-4603-9fa3-d38a2f1100e5 + false + https://iis01.egalware.com:8172/MsDeploy.axd + Default Web Site/EgwCoreTest + + false + WMSVC + true + true + jenkins + <_SavePWD>true + <_TargetId>IISWebDeploy + net6.0 + + \ No newline at end of file From bbf51a6270f1d4fd909e2c285dda4ccee826f8f0 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 22 Feb 2024 09:53:12 +0100 Subject: [PATCH 02/19] Bozza modifiche x ospitare PdfViewer --- .../.config/dotnet-tools.json | 5 +++ .../EgwCoreLib.BlazorTest.csproj | 6 ++- EgwCoreLib.Razor/PdfViewer.razor | 12 ++++++ EgwCoreLib.Razor/PdfViewer.razor.cs | 37 +++++++++++++++++++ 4 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 EgwCoreLib.BlazorTest/.config/dotnet-tools.json create mode 100644 EgwCoreLib.Razor/PdfViewer.razor create mode 100644 EgwCoreLib.Razor/PdfViewer.razor.cs diff --git a/EgwCoreLib.BlazorTest/.config/dotnet-tools.json b/EgwCoreLib.BlazorTest/.config/dotnet-tools.json new file mode 100644 index 0000000..b0e38ab --- /dev/null +++ b/EgwCoreLib.BlazorTest/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file diff --git a/EgwCoreLib.BlazorTest/EgwCoreLib.BlazorTest.csproj b/EgwCoreLib.BlazorTest/EgwCoreLib.BlazorTest.csproj index 6cd8281..21a0406 100644 --- a/EgwCoreLib.BlazorTest/EgwCoreLib.BlazorTest.csproj +++ b/EgwCoreLib.BlazorTest/EgwCoreLib.BlazorTest.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -11,6 +11,10 @@ + + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> + + diff --git a/EgwCoreLib.Razor/PdfViewer.razor b/EgwCoreLib.Razor/PdfViewer.razor new file mode 100644 index 0000000..2c8e950 --- /dev/null +++ b/EgwCoreLib.Razor/PdfViewer.razor @@ -0,0 +1,12 @@ +
+ @if (isMobile) + { +

Mobile

+