diff --git a/EnvelopeGenerator.GeneratorAPI/Program.cs b/EnvelopeGenerator.GeneratorAPI/Program.cs index 01b4c503..d14f3666 100644 --- a/EnvelopeGenerator.GeneratorAPI/Program.cs +++ b/EnvelopeGenerator.GeneratorAPI/Program.cs @@ -1,8 +1,8 @@ using DigitalData.Core.API; using DigitalData.Core.Application; using DigitalData.UserManager.Application; -using DigitalData.UserManager.Infrastructure.Repositories; using EnvelopeGenerator.Application; +using EnvelopeGenerator.Infrastructure; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Localization; using Microsoft.EntityFrameworkCore; diff --git a/EnvelopeGenerator.Web/Assets/icon.ico b/EnvelopeGenerator.Web/Assets/icon.ico new file mode 100644 index 00000000..60c2c4ab Binary files /dev/null and b/EnvelopeGenerator.Web/Assets/icon.ico differ diff --git a/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj b/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj index 34de063d..dbd99f1e 100644 --- a/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj +++ b/EnvelopeGenerator.Web/EnvelopeGenerator.Web.csproj @@ -4,12 +4,29 @@ net7.0 enable enable + EnvelopeGenerator.Web + 1.0.0 + Digital Data GmbH + Digital Data GmbH + EnvelopeGenerator.Web + Assets\icon.ico + digital data envelope generator web + EnvelopeGenerator.Web is an ASP.NET MVC application developed to manage signing processes. It uses Entity Framework Core (EF Core) for database operations. The user interface for signing processes is developed with Razor View Engine (.cshtml files) and JavaScript under wwwroot, integrated with PSPDFKit. This integration allows users to view and sign documents seamlessly. + Assets\icon.ico + 1.1.0.0 + 1.1.0.0 + + + PreserveNewest + + + @@ -94,4 +111,11 @@ + + + True + \ + + + diff --git a/EnvelopeGenerator.Web/EnvelopeGenerator.Web.sln b/EnvelopeGenerator.Web/EnvelopeGenerator.Web.sln deleted file mode 100644 index 98948717..00000000 --- a/EnvelopeGenerator.Web/EnvelopeGenerator.Web.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.33516.290 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvelopeGenerator.Web", "EnvelopeGenerator.Web.csproj", "{BB77E8E4-004E-4FC3-8349-6ACC49AE9FDE}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BB77E8E4-004E-4FC3-8349-6ACC49AE9FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BB77E8E4-004E-4FC3-8349-6ACC49AE9FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BB77E8E4-004E-4FC3-8349-6ACC49AE9FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BB77E8E4-004E-4FC3-8349-6ACC49AE9FDE}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {DA6F996F-F726-4FF4-8100-384271A96307} - EndGlobalSection -EndGlobal