Files
DXApp/DXApp.sln
OlgunR 346750e933 Enhance PDF viewer with annotations and WebAssembly
Added support for advanced annotation tools, including signature and stamp management, along with accessibility improvements. Introduced WebAssembly binaries (`qcms_bg.wasm`, `quickjs-eval.wasm`, `openjpeg.wasm`, `jbig2.wasm`) for enhanced performance in color management, JavaScript execution, and image decoding.

Implemented a JavaScript fallback (`openjpeg_nowasm_fallback.js`) for environments without WebAssembly support. Updated `Details.cshtml` to include a PDF viewer popup and added a new Razor Page (`ViewPdf.cshtml`) for secure PDF file access. Registered `.mjs` MIME type in `Program.cs` for PDF.js compatibility.

Enhanced localization with translations for multiple languages in `viewer.ftl` and added new icons, dialogs, and accessibility features. Updated `DXApp.sln` to include a new project for template management. These changes improve functionality, modularity, and user experience.
2026-06-01 14:08:17 +02:00

26 lines
1.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36804.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DXApp.TemplateKitProject", "DXApp.TemplateKitProject\DXApp.TemplateKitProject.csproj", "{A4330286-6454-4BD1-AF0A-066AAFFB8E77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4330286-6454-4BD1-AF0A-066AAFFB8E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4330286-6454-4BD1-AF0A-066AAFFB8E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4330286-6454-4BD1-AF0A-066AAFFB8E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4330286-6454-4BD1-AF0A-066AAFFB8E77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9521D74A-98F1-401F-BCCB-4B466B6450E0}
EndGlobalSection
EndGlobal