From a8f5e233e844af2485aebf62e3c581288203fb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= Date: Wed, 28 Jan 2026 15:09:54 +0100 Subject: [PATCH 1/9] UpdatedStateOfSalamander --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 200ca7d5..178307ec 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,23 @@ The original version of Servant Salamander was developed by Petr Šolín during The name Servant Salamander came about when Petr Šolín and his friend Pavel Schreib were brainstorming name for this project. At that time, the well-known file managers were the aging Norton Commander and the rising Windows Commander. They questioned why a file manager should be named Commander, which implied that it commanded instead of served. This thought led to the birth of the name Servant Salamander. -Please bear with us as Salamander was our first major project where we learned to program in C++. From a technology standpoint, it does not use [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines), smart pointers, [RAII](https://en.cppreference.com/w/cpp/language/raii), [STL](https://github.com/microsoft/STL), or [WIL](https://github.com/microsoft/wil), all of which were just beginning to evolve during the time Salamander was created. Many of the comments are written in Czech, but this is manageable due to recent progress in AI-powered translation. Salamander is a pure WinAPI application and does not use any frameworks, such as MFC. +Please bear with us as Salamander was our first major project where we learned to program in C++. From a technology standpoint, it does not use [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines), smart pointers, [RAII](https://en.cppreference.com/w/cpp/language/raii), [STL](https://github.com/microsoft/STL), or [WIL](https://github.com/microsoft/wil), all of which were just beginning to evolve during the time Salamander was created. Historically, many comments were written in Czech. However, an active community effort is translating the codebase to English to improve accessibility for international contributors. Salamander is a pure WinAPI application and does not use any frameworks, such as MFC. We would like to thank [Fine company](https://www.finesoftware.eu/) for making the open sourced Salamander release possible. +## Open Salamander 5.0 Updates + +The 5.0 release marks a transition to open development with several key enhancements: + +- **UI Modernization:** Introduced high-quality SVG icons for toolbars, replacing legacy bitmaps for better scaling on modern displays. +- **Performance Breakthroughs:** + - **Asynchronous Loading:** File icons are now loaded using a dedicated thread pool, significantly speeding up directory browsing. + - **Optimized I/O:** Local-to-local file operations now use a 1MB buffer to minimize system calls and improve throughput. + - **Memory Management:** Refined memory allocation strategies specifically for Unicode string handling. +- **Enhanced Unicode Support:** Comprehensive fixes for Unicode handling in window titles, file execution, and viewer outputs, ensuring full compatibility with international filenames. +- **Codebase Internationalization:** We are systematically translating legacy Czech comments into English (`// CommentsTranslationProject: TRANSLATED`) to foster a global contributor community. +- **Reliability:** Addressed critical threading issues, fixed "Access Denied" errors in worker threads, and resolved stability bugs in directory refreshing. + ## Development ### Prerequisites From de649f30fadc67cdf3db59f9c283e389b0c6fa4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= Date: Thu, 29 Jan 2026 11:08:27 +0100 Subject: [PATCH 2/9] Configured automatic inclusion of src/res/toolbars into the SFX package. --- Instalator/setup.inf | 69 ++++++++++++- tools/Create-Sfx.ps1 | 226 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 293 insertions(+), 2 deletions(-) create mode 100644 tools/Create-Sfx.ps1 diff --git a/Instalator/setup.inf b/Instalator/setup.inf index 8cf409af..9797eed7 100644 --- a/Instalator/setup.inf +++ b/Instalator/setup.inf @@ -1,7 +1,7 @@ [Private] ApplicationName=Salamander 5.0 ApplicationNameVer=Salamander 5.0 -DefaultDirectory=C:\Program Files\Salamander 5.0 +DefaultDirectory=C:\ Program Files\Salamander 5.0 LicenseFile=LICENSE SkipChooseDirectory=0 @@ -9,7 +9,72 @@ SkipChooseDirectory=0 salamand.exe,%1\salamand.exe,0 salmon.exe,%1\salmon.exe,0 lang\english.slg,%1\lang\english.slg,0 +toolbars\Back.svg,%1\toolbars\Back.svg,0 +toolbars\CalculateDirectorySizes.svg,%1\toolbars\CalculateDirectorySizes.svg,0 +toolbars\CalculateOccupiedSpace.svg,%1\toolbars\CalculateOccupiedSpace.svg,0 +toolbars\ChangeAttributes.svg,%1\toolbars\ChangeAttributes.svg,0 +toolbars\ChangeCase.svg,%1\toolbars\ChangeCase.svg,0 +toolbars\ChangeDirectory.svg,%1\toolbars\ChangeDirectory.svg,0 +toolbars\ClipboardCopy.svg,%1\toolbars\ClipboardCopy.svg,0 +toolbars\ClipboardCut.svg,%1\toolbars\ClipboardCut.svg,0 +toolbars\ClipboardPaste.svg,%1\toolbars\ClipboardPaste.svg,0 +toolbars\CommandShell.svg,%1\toolbars\CommandShell.svg,0 +toolbars\CompareDirectories.svg,%1\toolbars\CompareDirectories.svg,0 +toolbars\Configuration.svg,%1\toolbars\Configuration.svg,0 +toolbars\ConnectNetworkDrive.svg,%1\toolbars\ConnectNetworkDrive.svg,0 +toolbars\Convert.svg,%1\toolbars\Convert.svg,0 +toolbars\Copy.svg,%1\toolbars\Copy.svg,0 +toolbars\CreateDirectory.svg,%1\toolbars\CreateDirectory.svg,0 +toolbars\Delete.svg,%1\toolbars\Delete.svg,0 +toolbars\Disconnect.svg,%1\toolbars\Disconnect.svg,0 +toolbars\DriveInformation.svg,%1\toolbars\DriveInformation.svg,0 +toolbars\Edit.svg,%1\toolbars\Edit.svg,0 +toolbars\EditNewFile.svg,%1\toolbars\EditNewFile.svg,0 +toolbars\Email.svg,%1\toolbars\Email.svg,0 +toolbars\Filter.svg,%1\toolbars\Filter.svg,0 +toolbars\FindFilesAndDirectories.svg,%1\toolbars\FindFilesAndDirectories.svg,0 +toolbars\FocusNameInOtherPanel.svg,%1\toolbars\FocusNameInOtherPanel.svg,0 +toolbars\Forward.svg,%1\toolbars\Forward.svg,0 +toolbars\GoToHotPath.svg,%1\toolbars\GoToHotPath.svg,0 +toolbars\GoToPathfromOtherPanel.svg,%1\toolbars\GoToPathfromOtherPanel.svg,0 +toolbars\GoToShortcutTarget.svg,%1\toolbars\GoToShortcutTarget.svg,0 +toolbars\HelpContents.svg,%1\toolbars\HelpContents.svg,0 +toolbars\HideSelectedNames.svg,%1\toolbars\HideSelectedNames.svg,0 +toolbars\HideUnselectedNames.svg,%1\toolbars\HideUnselectedNames.svg,0 +toolbars\Modify.svg,%1\toolbars\Modify.svg,0 +toolbars\Move.svg,%1\toolbars\Move.svg,0 +toolbars\MoveItemDown.svg,%1\toolbars\MoveItemDown.svg,0 +toolbars\MoveItemUp.svg,%1\toolbars\MoveItemUp.svg,0 +toolbars\New.svg,%1\toolbars\New.svg,0 +toolbars\NTFSCompress.svg,%1\toolbars\NTFSCompress.svg,0 +toolbars\NTFSUncompress.svg,%1\toolbars\NTFSUncompress.svg,0 +toolbars\OpenFolder.svg,%1\toolbars\OpenFolder.svg,0 +toolbars\OpenNameinOtherPanel.svg,%1\toolbars\OpenNameinOtherPanel.svg,0 +toolbars\Pack.svg,%1\toolbars\Pack.svg,0 +toolbars\ParentDirectory.svg,%1\toolbars\ParentDirectory.svg,0 +toolbars\PasteShortcut.svg,%1\toolbars\PasteShortcut.svg,0 +toolbars\Properties.svg,%1\toolbars\Properties.svg,0 +toolbars\QuickRename.svg,%1\toolbars\QuickRename.svg,0 +toolbars\Refresh.svg,%1\toolbars\Refresh.svg,0 +toolbars\RootDirectory.svg,%1\toolbars\RootDirectory.svg,0 +toolbars\Security.svg,%1\toolbars\Security.svg,0 +toolbars\SelectAll.svg,%1\toolbars\SelectAll.svg,0 +toolbars\SharedDirectories.svg,%1\toolbars\SharedDirectories.svg,0 +toolbars\ShowHiddenNames.svg,%1\toolbars\ShowHiddenNames.svg,0 +toolbars\SmartColumnMode.svg,%1\toolbars\SmartColumnMode.svg,0 +toolbars\SortByAttributes.svg,%1\toolbars\SortByAttributes.svg,0 +toolbars\SortByDate.svg,%1\toolbars\SortByDate.svg,0 +toolbars\SortByExtension.svg,%1\toolbars\SortByExtension.svg,0 +toolbars\SortByName.svg,%1\toolbars\SortByName.svg,0 +toolbars\SortBySize.svg,%1\toolbars\SortBySize.svg,0 +toolbars\SwapPanels.svg,%1\toolbars\SwapPanels.svg,0 +toolbars\Unpack.svg,%1\toolbars\Unpack.svg,0 +toolbars\UnselectAll.svg,%1\toolbars\UnselectAll.svg,0 +toolbars\UserMenu.svg,%1\toolbars\UserMenu.svg,0 +toolbars\View.svg,%1\toolbars\View.svg,0 +toolbars\Views.svg,%1\toolbars\Views.svg,0 +toolbars\WhatIsThis.svg,%1\toolbars\WhatIsThis.svg,0 [CreateShortcuts] 0,Altap Salamander 5.0,%1\salamand.exe, -1,Altap Salamander 5.0,%1\salamand.exe, +1,Altap Salamander 5.0,%1\salamand.exe, \ No newline at end of file diff --git a/tools/Create-Sfx.ps1 b/tools/Create-Sfx.ps1 new file mode 100644 index 00000000..34d62e2a --- /dev/null +++ b/tools/Create-Sfx.ps1 @@ -0,0 +1,226 @@ +<# +.SYNOPSIS +Creates a self-extracting executable (SFX) from a specified directory. + +.DESCRIPTION +The script compiles a minimal C# stub, packs files from the source directory, +and combines them into a single .exe file. It AUTOMATICALLY includes +the 'toolbars' directory from 'src\res\toolbars'. + +.PARAMETER SourceDir +Directory containing installer files (must include setup.exe). + +.PARAMETER OutputPath +Path to the output .exe file. + +.EXAMPLE +.\Create-Sfx.ps1 -SourceDir "Instalator" -OutputPath "Instalator_SFX.exe" +#> +param( + [Parameter(Mandatory=$true)] + [string]$SourceDir, + + [Parameter(Mandatory=$true)] + [string]$OutputPath +) + +$ErrorActionPreference = "Stop" + +# Check if source directory exists +if (-not (Test-Path $SourceDir)) { + Write-Error "Source directory '$SourceDir' does not exist." +} + +# Determine path to 'src\res\toolbars' relative to this script script location +$ScriptRoot = Split-Path $MyInvocation.MyCommand.Path +$ToolbarsSrcPath = Join-Path $ScriptRoot "..\src\res\toolbars" + +# Normalize path +if (Test-Path $ToolbarsSrcPath) { + # Resolve-Path returns a PathInfo object, so we specifically ask for the .Path string property + $ToolbarsSrcPath = (Resolve-Path $ToolbarsSrcPath).Path +} else { + Write-Warning "Toolbars directory not found at: $ToolbarsSrcPath. It will not be included." + $ToolbarsSrcPath = $null +} + +# --- 1. C# Code for the Stub --- +$csharpSource = @" +using System; +using System.Diagnostics; +using System.IO; +using System.IO.Compression; +using System.Reflection; +using System.Threading; + +[assembly: AssemblyTitle("SFX Installer")] +[assembly: AssemblyProduct("SFX Installer")] +[assembly: AssemblyVersion("1.0.0.0")] + +namespace SfxStub +{ + class Program + { + static void Main(string[] args) + { + string tempDir = Path.Combine(Path.GetTempPath(), "Install_" + Guid.NewGuid().ToString("N")); + string currentExe = Process.GetCurrentProcess().MainModule.FileName; + + try + { + // -- Step 1: Read ZIP Data -- + byte[] zipData; + using (var fs = new FileStream(currentExe, FileMode.Open, FileAccess.Read, FileShare.Read)) + { + if (fs.Length < 8) return; + + // Read offset (last 8 bytes) + fs.Seek(-8, SeekOrigin.End); + long zipStartOffset; + using (var br = new BinaryReader(fs, System.Text.Encoding.Default, true)) + { + zipStartOffset = br.ReadInt64(); + } + + // Calculate ZIP length (File Length - Start Offset - 8 bytes footer) + long zipLength = fs.Length - zipStartOffset - 8; + + if (zipLength <= 0) + { + throw new Exception("Invalid SFX file structure."); + } + + // Load ONLY ZIP data into memory + zipData = new byte[zipLength]; + fs.Seek(zipStartOffset, SeekOrigin.Begin); + fs.Read(zipData, 0, (int)zipLength); + } + + // -- Step 2: Extract -- + // Console.WriteLine("Extracting..."); + Directory.CreateDirectory(tempDir); + + using (var ms = new MemoryStream(zipData)) + using (var archive = new ZipArchive(ms, ZipArchiveMode.Read)) + { + archive.ExtractToDirectory(tempDir); + } + + // -- Step 3: Run setup.exe -- + string setupExe = Path.Combine(tempDir, "setup.exe"); + + if (!File.Exists(setupExe)) + { + string[] exeFiles = Directory.GetFiles(tempDir, "*.exe"); + if (exeFiles.Length > 0) setupExe = exeFiles[0]; + else throw new FileNotFoundException("setup.exe not found."); + } + + ProcessStartInfo psi = new ProcessStartInfo(setupExe); + psi.WorkingDirectory = tempDir; + if (args.Length > 0) { + psi.Arguments = string.Join(" ", args); + } + + Process p = Process.Start(psi); + if (p != null) p.WaitForExit(); + } + catch (Exception ex) + { + Console.WriteLine("Error: " + ex.Message); + Console.WriteLine("Press any key to exit..."); + Console.ReadKey(); + } + finally + { + // -- Step 4: Cleanup -- + try + { + if (Directory.Exists(tempDir)) Directory.Delete(tempDir, true); + } + catch { } + } + } + } +} +"@ + +# --- 2. Compile Stub --- +$stubPath = Join-Path $env:TEMP "sfx_stub.exe" +Write-Host "Compiling C# code..." -ForegroundColor Cyan + +$assemblies = @("System.IO.Compression", "System.IO.Compression.FileSystem") + +try { + Add-Type -TypeDefinition $csharpSource -OutputAssembly $stubPath -OutputType ConsoleApplication -ReferencedAssemblies $assemblies +} +catch { + Write-Error "Compilation error. Ensure .NET Framework is installed." +} + +# --- 3. Pack Files --- +$tempZip = [System.IO.Path]::GetTempFileName() +if (Test-Path $tempZip) { Remove-Item $tempZip } +$tempZip = $tempZip + ".zip" + +# Create a staging directory to combine SourceDir and Toolbars +$stagingDir = Join-Path $env:TEMP ("sfx_stage_" + [Guid]::NewGuid().ToString("N")) +New-Item -ItemType Directory -Path $stagingDir | Out-Null + +try { + Write-Host "Preparing files in staging area..." -ForegroundColor Cyan + + # Copy SourceDir content + Copy-Item -Path "$SourceDir\*" -Destination $stagingDir -Recurse -Force + + # Copy Toolbars (Hardcoded) + if ($ToolbarsSrcPath) { + $destPath = Join-Path $stagingDir "toolbars" + Write-Host "Auto-including toolbars from: $ToolbarsSrcPath" -ForegroundColor Cyan + + # Explicitly create destination directory + if (-not (Test-Path $destPath)) { + New-Item -ItemType Directory -Path $destPath | Out-Null + } + + # Copy CONTENT of toolbars into destPath + Copy-Item -Path "$ToolbarsSrcPath\*" -Destination $destPath -Recurse -Force + } + + Write-Host "Compressing contents of staging area:" -ForegroundColor Yellow + # List files relative to staging dir so user sees structure + Get-ChildItem -Path $stagingDir -Recurse | Select-Object -ExpandProperty FullName | ForEach-Object { $_.Substring($stagingDir.Length) } + + Write-Host "`nCompressing..." -ForegroundColor Cyan + Compress-Archive -Path "$stagingDir\*" -DestinationPath $tempZip -CompressionLevel Optimal +} +finally { + # Cleanup staging dir + if (Test-Path $stagingDir) { Remove-Item $stagingDir -Recurse -Force } +} + +# --- 4. Combine (Stub + Zip + Offset) --- +Write-Host "Creating output file: $OutputPath" -ForegroundColor Cyan + +try { + $stubBytes = [System.IO.File]::ReadAllBytes($stubPath) + $zipBytes = [System.IO.File]::ReadAllBytes($tempZip) + + $offset = $stubBytes.Length + $offsetBytes = [System.BitConverter]::GetBytes([long]$offset) + + $fs = [System.IO.File]::Create($OutputPath) + $fs.Write($stubBytes, 0, $stubBytes.Length) + $fs.Write($zipBytes, 0, $zipBytes.Length) + $fs.Write($offsetBytes, 0, $offsetBytes.Length) + $fs.Close() + + Write-Host "Done! Created: $OutputPath" -ForegroundColor Green +} +catch { + Write-Error "Error combining files: $_ " +} +finally { + if (Test-Path $stubPath) { Remove-Item $stubPath } + if (Test-Path $tempZip) { Remove-Item $tempZip } +} \ No newline at end of file From 0ca15213f24dc849a4a13f4425dde3e623bc3f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= Date: Thu, 29 Jan 2026 11:12:37 +0100 Subject: [PATCH 3/9] ReadmeUpdate --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 178307ec..5b34e27e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,33 @@ Solution ```\src\vcxproj\salamand.sln``` may be built from within Visual Studio Use ```\src\vcxproj\!populate_build_dir.cmd``` to populate build directory with files required to run Open Salamander. +### Creating SFX Installer + +To create a standalone self-extracting installer (EXE) for distribution: + +1. **Prepare files:** Ensure the `Instalator` directory contains the latest build of `salamand.exe`, `salmon.exe`, and other required files. +2. **Run the script:** Use the provided PowerShell script in the `tools` directory. + +```powershell +# Run from the project root +.\tools\Create-Sfx.ps1 -SourceDir "Instalator" -OutputPath "OpenSalamander_Setup.exe" +``` + +The script automatically: +- Compiles a C# bootstrap (stub) for extraction. +- Includes the latest SVG icons from `src\res\toolbars`. +- Modifies `setup.inf` (internally in the package) if necessary to ensure icons are installed. +- Produces a single `OpenSalamander_Setup.exe`. + +## Customization + +### Icons +Open Salamander uses scalable SVG icons for its toolbars. +- **Location:** `src\res\toolbars` +- **Format:** Standard SVG +- **Dimensions:** The standard viewbox is **16x16 pixels**. +- **Process:** To add or update an icon, simply place the `.svg` file in the `src\res\toolbars` directory. The build scripts (`!populate_build_dir.cmd` for local dev and `Create-Sfx.ps1` for installer) will automatically include them. + ### Execution Logging The execution logging system runs only in DEBUG builds. It records major application execution paths (startup, plugin loading, directory listing, file operations, and key UI features) through the Trace system. The logs are emitted as TRACE messages, so they appear in the Trace Server when it is connected. In release builds, the logging calls are compiled out and produce no output. From 26b131cb7f33fb52f06eb18273e34c3d3780d34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= Date: Wed, 4 Feb 2026 11:30:43 +0100 Subject: [PATCH 4/9] Global rebrand to Open Salamander and Taskscape Ltd --- .gitignore | 112 +- CZECH_TRANSLATION_VERIFICATION_FINAL.md | 1 + Instalator/lang/english.slg | Bin 231936 -> 0 bytes Instalator/salamand.exe | Bin 3145216 -> 0 bytes Instalator/salmon.exe | Bin 68096 -> 0 bytes Instalator/setup.exe | Bin 265216 -> 0 bytes Installer/toolbars/Back.svg | 4 + .../toolbars/CalculateDirectorySizes.svg | 8 + Installer/toolbars/CalculateOccupiedSpace.svg | 5 + Installer/toolbars/ChangeAttributes.svg | 5 + Installer/toolbars/ChangeCase.svg | 6 + Installer/toolbars/ChangeDirectory.svg | 5 + Installer/toolbars/ClipboardCopy.svg | 6 + Installer/toolbars/ClipboardCut.svg | 6 + Installer/toolbars/ClipboardPaste.svg | 5 + Installer/toolbars/CommandShell.svg | 6 + Installer/toolbars/CompareDirectories.svg | 4 + Installer/toolbars/Configuration.svg | 5 + Installer/toolbars/ConnectNetworkDrive.svg | 7 + Installer/toolbars/Convert.svg | 6 + Installer/toolbars/Copy.svg | 6 + Installer/toolbars/CreateDirectory.svg | 5 + Installer/toolbars/Delete.svg | 7 + Installer/toolbars/Disconnect.svg | 6 + Installer/toolbars/DriveInformation.svg | 7 + Installer/toolbars/Edit.svg | 6 + Installer/toolbars/EditNewFile.svg | 6 + Installer/toolbars/Email.svg | 4 + Installer/toolbars/Filter.svg | 4 + .../toolbars/FindFilesAndDirectories.svg | 5 + Installer/toolbars/FocusNameInOtherPanel.svg | 4 + Installer/toolbars/Forward.svg | 4 + Installer/toolbars/GoToHotPath.svg | 4 + Installer/toolbars/GoToPathfromOtherPanel.svg | 5 + Installer/toolbars/GoToShortcutTarget.svg | 6 + Installer/toolbars/HelpContents.svg | 5 + Installer/toolbars/HideSelectedNames.svg | 5 + Installer/toolbars/HideUnselectedNames.svg | 4 + Installer/toolbars/Modify.svg | 7 + Installer/toolbars/Move.svg | 5 + Installer/toolbars/MoveItemDown.svg | 3 + Installer/toolbars/MoveItemUp.svg | 3 + Installer/toolbars/NTFSCompress.svg | 6 + Installer/toolbars/NTFSUncompress.svg | 6 + Installer/toolbars/New.svg | 3 + Installer/toolbars/OpenFolder.svg | 4 + Installer/toolbars/OpenNameinOtherPanel.svg | 4 + Installer/toolbars/Pack.svg | 5 + Installer/toolbars/ParentDirectory.svg | 4 + Installer/toolbars/PasteShortcut.svg | 6 + Installer/toolbars/Properties.svg | 6 + Installer/toolbars/QuickRename.svg | 6 + Installer/toolbars/Refresh.svg | 6 + Installer/toolbars/RootDirectory.svg | 5 + Installer/toolbars/Security.svg | 3 + Installer/toolbars/SelectAll.svg | 8 + Installer/toolbars/SharedDirectories.svg | 4 + Installer/toolbars/ShowHiddenNames.svg | 4 + Installer/toolbars/SmartColumnMode.svg | 7 + Installer/toolbars/SortByAttributes.svg | 5 + Installer/toolbars/SortByDate.svg | 6 + Installer/toolbars/SortByExtension.svg | 6 + Installer/toolbars/SortByName.svg | 6 + Installer/toolbars/SortBySize.svg | 6 + Installer/toolbars/SwapPanels.svg | 5 + Installer/toolbars/Unpack.svg | 12 + Installer/toolbars/UnselectAll.svg | 5 + Installer/toolbars/UserMenu.svg | 8 + Installer/toolbars/View.svg | 4 + Installer/toolbars/Views.svg | 6 + Installer/toolbars/WhatIsThis.svg | 5 + README.md | 17 +- create_express_installer.ps1 | 97 + create_installer.ps1 | 62 + help/src/hh/salamand/advwork_assoc.htm | 5 +- help/src/hh/salamand/advwork_attr.htm | 5 +- help/src/hh/salamand/advwork_calcsize.htm | 5 +- help/src/hh/salamand/advwork_calcspace.htm | 5 +- help/src/hh/salamand/advwork_case.htm | 5 +- help/src/hh/salamand/advwork_clipboard.htm | 5 +- help/src/hh/salamand/advwork_compare.htm | 5 +- help/src/hh/salamand/advwork_convert.htm | 5 +- help/src/hh/salamand/advwork_email.htm | 5 +- help/src/hh/salamand/advwork_filehist.htm | 5 +- help/src/hh/salamand/advwork_filter.htm | 5 +- help/src/hh/salamand/advwork_finddup.htm | 5 +- help/src/hh/salamand/advwork_hilight.htm | 5 +- help/src/hh/salamand/advwork_list.htm | 5 +- help/src/hh/salamand/advwork_nameclip.htm | 5 +- help/src/hh/salamand/advwork_new.htm | 5 +- help/src/hh/salamand/advwork_ntfscmds.htm | 5 +- help/src/hh/salamand/advwork_properties.htm | 5 +- help/src/hh/salamand/advwork_refresh.htm | 5 +- help/src/hh/salamand/advwork_rename.htm | 5 +- help/src/hh/salamand/advwork_select.htm | 5 +- help/src/hh/salamand/advwork_shareddirs.htm | 5 +- help/src/hh/salamand/advwork_shortcuttgt.htm | 5 +- help/src/hh/salamand/advwork_usermenu.htm | 5 +- help/src/hh/salamand/appendix_arcpaths.htm | 5 +- help/src/hh/salamand/appendix_attributes.htm | 5 +- help/src/hh/salamand/appendix_filemasks.htm | 5 +- help/src/hh/salamand/appendix_filenames.htm | 5 +- help/src/hh/salamand/appendix_files.htm | 5 +- help/src/hh/salamand/appendix_filesystems.htm | 5 +- help/src/hh/salamand/appendix_fspaths.htm | 17 +- help/src/hh/salamand/appendix_grouppolicy.htm | 5 +- help/src/hh/salamand/appendix_opmasks.htm | 5 +- help/src/hh/salamand/appendix_paths.htm | 5 +- help/src/hh/salamand/appendix_regexp.htm | 5 +- help/src/hh/salamand/appendix_times.htm | 5 +- help/src/hh/salamand/appendix_txtfiles.htm | 5 +- .../hh/salamand/appendix_unicodesupport.htm | 5 +- help/src/hh/salamand/appendix_wildcard.htm | 5 +- help/src/hh/salamand/basicwork_copy.htm | 5 +- help/src/hh/salamand/basicwork_delete.htm | 5 +- help/src/hh/salamand/basicwork_edit.htm | 5 +- help/src/hh/salamand/basicwork_find.htm | 5 +- help/src/hh/salamand/basicwork_mkdir.htm | 5 +- help/src/hh/salamand/basicwork_move.htm | 5 +- help/src/hh/salamand/basicwork_open.htm | 5 +- .../src/hh/salamand/basicwork_openarchive.htm | 5 +- help/src/hh/salamand/basicwork_openfs.htm | 5 +- help/src/hh/salamand/basicwork_pack.htm | 5 +- help/src/hh/salamand/basicwork_qsearch.htm | 5 +- help/src/hh/salamand/basicwork_select.htm | 5 +- help/src/hh/salamand/basicwork_sort.htm | 5 +- help/src/hh/salamand/basicwork_unpack.htm | 5 +- help/src/hh/salamand/basicwork_view.htm | 5 +- help/src/hh/salamand/configuration_appea.htm | 5 +- help/src/hh/salamand/configuration_archi.htm | 5 +- help/src/hh/salamand/configuration_assoc.htm | 5 +- help/src/hh/salamand/configuration_chdrv.htm | 5 +- help/src/hh/salamand/configuration_cnfir.htm | 5 +- help/src/hh/salamand/configuration_color.htm | 5 +- help/src/hh/salamand/configuration_drive.htm | 5 +- help/src/hh/salamand/configuration_edtrs.htm | 5 +- help/src/hh/salamand/configuration_gener.htm | 5 +- .../src/hh/salamand/configuration_history.htm | 5 +- help/src/hh/salamand/configuration_hotpa.htm | 5 +- .../hh/salamand/configuration_iconovrls.htm | 5 +- help/src/hh/salamand/configuration_intvw.htm | 5 +- .../hh/salamand/configuration_keyboard.htm | 5 +- help/src/hh/salamand/configuration_locat.htm | 5 +- .../src/hh/salamand/configuration_mainwnd.htm | 5 +- help/src/hh/salamand/configuration_packr.htm | 5 +- help/src/hh/salamand/configuration_panels.htm | 5 +- help/src/hh/salamand/configuration_reg.htm | 5 +- .../hh/salamand/configuration_security.htm | 5 +- help/src/hh/salamand/configuration_sys.htm | 5 +- help/src/hh/salamand/configuration_unpck.htm | 5 +- help/src/hh/salamand/configuration_usrmn.htm | 5 +- help/src/hh/salamand/configuration_views.htm | 5 +- help/src/hh/salamand/configuration_vwers.htm | 5 +- help/src/hh/salamand/customize_arccfg.htm | 5 +- .../hh/salamand/customize_configuration.htm | 5 +- .../hh/salamand/customize_menuskilllevel.htm | 5 +- help/src/hh/salamand/customize_pluginsbar.htm | 5 +- help/src/hh/salamand/customize_toolbar.htm | 5 +- help/src/hh/salamand/customize_usrmn.htm | 5 +- help/src/hh/salamand/disk_driveinfo.htm | 5 +- help/src/hh/salamand/disk_format.htm | 5 +- help/src/hh/salamand/disk_label.htm | 5 +- help/src/hh/salamand/disk_net.htm | 5 +- help/src/hh/salamand/dlgboxes_arcac.htm | 5 +- help/src/hh/salamand/dlgboxes_arcacdrv.htm | 5 +- help/src/hh/salamand/dlgboxes_arcup.htm | 5 +- help/src/hh/salamand/dlgboxes_case.htm | 5 +- help/src/hh/salamand/dlgboxes_chatt.htm | 5 +- help/src/hh/salamand/dlgboxes_chdir.htm | 5 +- help/src/hh/salamand/dlgboxes_chicn.htm | 5 +- help/src/hh/salamand/dlgboxes_cmpdirs.htm | 5 +- help/src/hh/salamand/dlgboxes_cnvrt.htm | 5 +- .../src/hh/salamand/dlgboxes_codpgconvtbl.htm | 5 +- help/src/hh/salamand/dlgboxes_copy.htm | 5 +- help/src/hh/salamand/dlgboxes_disconnect.htm | 5 +- help/src/hh/salamand/dlgboxes_drive.htm | 5 +- help/src/hh/salamand/dlgboxes_edtnw.htm | 5 +- help/src/hh/salamand/dlgboxes_filtr.htm | 5 +- help/src/hh/salamand/dlgboxes_flist.htm | 5 +- help/src/hh/salamand/dlgboxes_loadsel.htm | 5 +- .../hh/salamand/dlgboxes_masterpwd_change.htm | 5 +- .../hh/salamand/dlgboxes_masterpwd_enter.htm | 5 +- .../hh/salamand/dlgboxes_masterpwd_remove.htm | 5 +- help/src/hh/salamand/dlgboxes_mkdir.htm | 5 +- help/src/hh/salamand/dlgboxes_move.htm | 5 +- help/src/hh/salamand/dlgboxes_netps.htm | 5 +- help/src/hh/salamand/dlgboxes_pack.htm | 5 +- help/src/hh/salamand/dlgboxes_plgkeys.htm | 5 +- help/src/hh/salamand/dlgboxes_plugn.htm | 5 +- help/src/hh/salamand/dlgboxes_renam.htm | 5 +- help/src/hh/salamand/dlgboxes_savesel.htm | 5 +- help/src/hh/salamand/dlgboxes_sel.htm | 5 +- help/src/hh/salamand/dlgboxes_setspeedlim.htm | 5 +- help/src/hh/salamand/dlgboxes_shares.htm | 5 +- help/src/hh/salamand/dlgboxes_sizeres.htm | 5 +- help/src/hh/salamand/dlgboxes_skilllev.htm | 5 +- help/src/hh/salamand/dlgboxes_tasks.htm | 5 +- help/src/hh/salamand/dlgboxes_toolb.htm | 5 +- help/src/hh/salamand/dlgboxes_unpck.htm | 5 +- help/src/hh/salamand/dlgboxes_unsel.htm | 5 +- .../salamand/dlgboxes_usrmncompargsdirs.htm | 5 +- .../salamand/dlgboxes_usrmncompargsfiles.htm | 5 +- help/src/hh/salamand/environment_activate.htm | 5 +- .../src/hh/salamand/environment_alwaystop.htm | 5 +- help/src/hh/salamand/environment_columns.htm | 5 +- .../src/hh/salamand/environment_colwidths.htm | 5 +- help/src/hh/salamand/environment_focus.htm | 5 +- .../hh/salamand/environment_maxrestpanel.htm | 5 +- .../salamand/environment_panelvisibility.htm | 5 +- .../hh/salamand/environment_panelwidth.htm | 5 +- help/src/hh/salamand/environment_selview.htm | 5 +- .../src/hh/salamand/environment_swappanel.htm | 5 +- help/src/hh/salamand/environment_swtcmd.htm | 5 +- help/src/hh/salamand/environment_window.htm | 5 +- .../hh/salamand/environment_wndvisibility.htm | 5 +- help/src/hh/salamand/finddlg_advan.htm | 5 +- help/src/hh/salamand/finddlg_duplicate.htm | 5 +- help/src/hh/salamand/finddlg_findign.htm | 5 +- help/src/hh/salamand/finddlg_log.htm | 5 +- help/src/hh/salamand/finddlg_main.htm | 5 +- help/src/hh/salamand/finddlg_setts.htm | 5 +- help/src/hh/salamand/glossary.htm | 5 +- help/src/hh/salamand/glossary_a.htm | 5 +- help/src/hh/salamand/glossary_b.htm | 5 +- help/src/hh/salamand/glossary_c.htm | 5 +- help/src/hh/salamand/glossary_d.htm | 5 +- help/src/hh/salamand/glossary_e.htm | 5 +- help/src/hh/salamand/glossary_f.htm | 5 +- help/src/hh/salamand/glossary_g.htm | 5 +- help/src/hh/salamand/glossary_h.htm | 5 +- help/src/hh/salamand/glossary_i.htm | 5 +- help/src/hh/salamand/glossary_j.htm | 5 +- help/src/hh/salamand/glossary_k.htm | 5 +- help/src/hh/salamand/glossary_l.htm | 5 +- help/src/hh/salamand/glossary_m.htm | 5 +- help/src/hh/salamand/glossary_n.htm | 5 +- help/src/hh/salamand/glossary_o.htm | 5 +- help/src/hh/salamand/glossary_p.htm | 5 +- help/src/hh/salamand/glossary_q.htm | 5 +- help/src/hh/salamand/glossary_r.htm | 5 +- help/src/hh/salamand/glossary_s.htm | 5 +- help/src/hh/salamand/glossary_t.htm | 5 +- help/src/hh/salamand/glossary_u.htm | 5 +- help/src/hh/salamand/glossary_v.htm | 5 +- help/src/hh/salamand/glossary_w.htm | 5 +- help/src/hh/salamand/glossary_x.htm | 5 +- help/src/hh/salamand/glossary_y.htm | 5 +- help/src/hh/salamand/glossary_z.htm | 5 +- help/src/hh/salamand/introduction_intro.htm | 5 +- help/src/hh/salamand/introduction_license.htm | 5 +- help/src/hh/salamand/introduction_news.htm | 11 +- help/src/hh/salamand/introduction_require.htm | 5 +- help/src/hh/salamand/introduction_techsup.htm | 8 +- help/src/hh/salamand/introduction_usehelp.htm | 5 +- help/src/hh/salamand/navigating_changedir.htm | 5 +- .../salamand/navigating_changedirinothpan.htm | 5 +- help/src/hh/salamand/navigating_chdrvmenu.htm | 5 +- help/src/hh/salamand/navigating_dirhist.htm | 5 +- help/src/hh/salamand/navigating_hotpaths.htm | 5 +- help/src/hh/salamand/navigating_net.htm | 5 +- help/src/hh/salamand/othertask_about.htm | 5 +- help/src/hh/salamand/othertask_cmdline.htm | 5 +- help/src/hh/salamand/othertask_exit.htm | 5 +- help/src/hh/salamand/othertask_explore.htm | 5 +- help/src/hh/salamand/othertask_help.htm | 5 +- help/src/hh/salamand/othertask_param.htm | 5 +- help/src/hh/salamand/othertask_pwdmanager.htm | 5 +- help/src/hh/salamand/othertask_shell.htm | 5 +- help/src/hh/salamand/othertask_tasklist.htm | 5 +- help/src/hh/salamand/plugins_concepts.htm | 5 +- help/src/hh/salamand/plugins_config.htm | 5 +- help/src/hh/salamand/plugins_manage.htm | 5 +- help/src/hh/salamand/plugins_using.htm | 5 +- help/src/hh/salamand/security_permissions.htm | 5 +- help/src/hh/salamand/shortcuts_keyboard.htm | 11 +- help/src/hh/salamand/shortcuts_menus.htm | 5 +- help/src/hh/salamand/shortcuts_mouse.htm | 9 +- help/src/hh/salamand/viewer_chviewmode.htm | 5 +- help/src/hh/salamand/viewer_clipboard.htm | 5 +- help/src/hh/salamand/viewer_convert.htm | 5 +- help/src/hh/salamand/viewer_copyto.htm | 5 +- help/src/hh/salamand/viewer_dragdrop.htm | 5 +- help/src/hh/salamand/viewer_finding.htm | 5 +- help/src/hh/salamand/viewer_fullscreen.htm | 5 +- help/src/hh/salamand/viewer_intro.htm | 5 +- help/src/hh/salamand/viewer_openfile.htm | 5 +- help/src/hh/salamand/viewer_otherfiles.htm | 5 +- help/src/hh/salamand/viewer_refresh.htm | 5 +- help/src/hh/salamand/viewer_select.htm | 5 +- help/src/hh/salamand/viewer_wrap.htm | 5 +- help/src/hh/salamand/viewerdlg_find.htm | 5 +- help/src/hh/salamand/viewerdlg_gotooffset.htm | 5 +- help/src/hh/salamand/windows_btmtlb.htm | 5 +- help/src/hh/salamand/windows_cmdline.htm | 5 +- help/src/hh/salamand/windows_dirline.htm | 5 +- help/src/hh/salamand/windows_drivebar.htm | 5 +- help/src/hh/salamand/windows_hdrline.htm | 5 +- help/src/hh/salamand/windows_hotpathbar.htm | 5 +- help/src/hh/salamand/windows_infoline.htm | 5 +- help/src/hh/salamand/windows_mainwnd.htm | 5 +- help/src/hh/salamand/windows_menubar.htm | 5 +- help/src/hh/salamand/windows_midtoolbar.htm | 5 +- .../hh/salamand/windows_minmaxclosebtns.htm | 5 +- help/src/hh/salamand/windows_panel.htm | 5 +- help/src/hh/salamand/windows_pluginsbar.htm | 5 +- help/src/hh/salamand/windows_splitbar.htm | 5 +- help/src/hh/salamand/windows_sysmenucmds.htm | 5 +- help/src/hh/salamand/windows_toptlb.htm | 5 +- help/src/hh/salamand/windows_usrmenu.htm | 5 +- help/src/hh/salamand/windows_wrkarea.htm | 5 +- src/bitmap.cpp | 2 +- src/bitmap.h | 2 +- src/bugreprt.cpp | 2 +- src/cache.cpp | 2 +- src/cache.h | 2 +- src/callstk.cpp | 2 +- src/callstk.h | 2 +- src/cfgdlg.h | 2 +- src/codetbl.cpp | 2 +- src/codetbl.h | 2 +- src/color.cpp | 2 +- src/color.h | 2 +- src/common/allochan.cpp | 16 +- src/common/allochan.h | 2 +- src/common/array.cpp | 2 +- src/common/array.h | 2 +- src/common/crc32.cpp | 2 +- src/common/crc32.h | 2 +- src/common/dib.cpp | 2 +- src/common/dib.h | 2 +- src/common/handles.cpp | 10 +- src/common/handles.h | 2 +- src/common/heap.cpp | 2 +- src/common/heap.h | 2 +- src/common/lstrfix.c | 2 +- src/common/lstrfix.cpp | 2 +- src/common/lstrfix.h | 2 +- src/common/messages.cpp | 2 +- src/common/messages.h | 2 +- src/common/moore.cpp | 2 +- src/common/moore.h | 2 +- src/common/ms_init.cpp | 2 +- src/common/multimon.cpp | 2 +- src/common/multimon.h | 2 +- src/common/regexp.cpp | 2 +- src/common/regexp.h | 2 +- src/common/sheets.cpp | 2 +- src/common/sheets.h | 2 +- src/common/str.cpp | 2 +- src/common/str.h | 2 +- src/common/strutils.cpp | 2 +- src/common/strutils.h | 2 +- src/common/trace.cpp | 4 +- src/common/trace.h | 2 +- src/common/winlib.cpp | 2 +- src/common/winlib.h | 2 +- src/consts.h | 6 +- src/dialogs.cpp | 8 +- src/dialogs.h | 2 +- src/dialogs2.cpp | 18 +- src/dialogs3.cpp | 2 +- src/dialogs4.cpp | 2 +- src/dialogs5.cpp | 4 +- src/dialogs6.cpp | 2 +- src/dialogse.cpp | 2 +- src/dialogsp.cpp | 2 +- src/drivelst.cpp | 2 +- src/drivelst.h | 2 +- src/editwnd.cpp | 4 +- src/editwnd.h | 2 +- src/edtlbwnd.cpp | 2 +- src/edtlbwnd.h | 2 +- src/execlog.cpp | 2 +- src/execute.cpp | 2 +- src/execute.h | 2 +- src/filesbox.h | 2 +- src/filesbx1.cpp | 4 +- src/filesbx2.cpp | 2 +- src/filesmap.cpp | 2 +- src/fileswn1.cpp | 2 +- src/fileswn2.cpp | 2 +- src/fileswn3.cpp | 2 +- src/fileswn4.cpp | 2 +- src/fileswn5.cpp | Bin 243484 -> 118716 bytes src/fileswn6.cpp | 2 +- src/fileswn7.cpp | 2 +- src/fileswn8.cpp | 2 +- src/fileswn9.cpp | 4 +- src/fileswna.cpp | 2 +- src/fileswnb.cpp | 2 +- src/fileswnd.h | 2 +- src/filter.cpp | 6 +- src/filter.h | 2 +- src/find.cpp | 6 +- src/find.h | 2 +- src/finddlg1.cpp | 2 +- src/finddlg2.cpp | 6 +- src/geticon.cpp | 2 +- src/geticon.h | 2 +- src/gui.cpp | 2 +- src/gui.h | 2 +- src/icncache.cpp | 2 +- src/icncache.h | 2 +- src/iconlist.cpp | 2 +- src/iconlist.h | 2 +- src/iconpool.cpp | 2 +- src/iconpool.h | 2 +- src/inflate.cpp | 2 +- src/inflate.h | 2 +- src/jumplist.cpp | 2 +- src/jumplist.h | 2 +- src/keyboard.cpp | 2 +- src/lang/lang.rc | 8 +- src/lang/lang.rc2 | 3 +- src/lang/texts.rc2 | 15 +- src/logo.cpp | 4 +- src/logo.h | 2 +- src/mainwnd.h | 2 +- src/mainwnd1.cpp | 2 +- src/mainwnd2.cpp | 166 +- src/mainwnd3.cpp | 12 +- src/mainwnd4.cpp | 4 +- src/mainwnd5.cpp | 2 +- src/mapi.cpp | 2 +- src/mapi.h | 2 +- src/masks.cpp | 2 +- src/masks.h | 2 +- src/md5.cpp | 2 +- src/md5.h | 2 +- src/menu.h | 2 +- src/menu1.cpp | 2 +- src/menu2.cpp | 4 +- src/menu3.cpp | 2 +- src/menu4.cpp | 2 +- src/menubar.cpp | 2 +- src/ms_init.cpp | 2 +- src/msgbox.cpp | 2 +- src/olespy.cpp | 2 +- src/olespy.h | 2 +- src/pack.h | 2 +- src/pack1.cpp | 2 +- src/pack2.cpp | 6 +- src/pack3.cpp | 2 +- src/packac.cpp | 2 +- src/packers.cpp | 2 +- src/plugins.h | 2 +- src/plugins/7zip/7za/spl/StdAfx.h | 2 +- src/plugins/7zip/7za/spl/main.cpp | 2 +- src/plugins/7zip/7za/spl/splthread.c | 2 +- src/plugins/7zip/7za/spl/splthread.cpp | 2 +- src/plugins/7zip/7zclient.cpp | 2 +- src/plugins/7zip/7zclient.h | 2 +- src/plugins/7zip/7zip.cpp | 6 +- src/plugins/7zip/7zip.h | 2 +- src/plugins/7zip/7zip.rc2 | 3 +- src/plugins/7zip/7zthreads.cpp | 2 +- src/plugins/7zip/7zthreads.h | 2 +- src/plugins/7zip/FStreams.cpp | 2 +- src/plugins/7zip/FStreams.h | 2 +- src/plugins/7zip/dialogs.cpp | 2 +- src/plugins/7zip/dialogs.h | 2 +- src/plugins/7zip/doc/how-to-patch-7za.dll.txt | 6 +- src/plugins/7zip/doc/sfx.patch | 85 - src/plugins/7zip/extract.cpp | 2 +- src/plugins/7zip/extract.h | 2 +- .../7zip/help/hh/7zip/dlgboxes_config.htm | 5 +- .../7zip/help/hh/7zip/dlgboxes_newarc.htm | 5 +- .../7zip/help/hh/7zip/introduction_intro.htm | 5 +- .../7zip/help/hh/7zip/using_testingarc.htm | 5 +- src/plugins/7zip/lang/lang.rc2 | 3 +- src/plugins/7zip/open.cpp | 2 +- src/plugins/7zip/open.h | 2 +- src/plugins/7zip/patch/main.cpp | 2 +- src/plugins/7zip/precomp.cpp | 4 +- src/plugins/7zip/precomp.h | 4 +- src/plugins/7zip/structs.h | 2 +- src/plugins/7zip/update.cpp | 2 +- src/plugins/7zip/update.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4292 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4250 -> 0 bytes src/plugins/7zip/versinfo.rh2 | 6 +- src/plugins/automation/abortmodal.cpp | 4 +- src/plugins/automation/abortmodal.h | 4 +- src/plugins/automation/abortpalette.cpp | 4 +- src/plugins/automation/abortpalette.h | 4 +- src/plugins/automation/automation.def | 2 +- src/plugins/automation/automation.rc2 | 5 +- src/plugins/automation/automation.rh2 | 4 +- src/plugins/automation/automationplug.cpp | 4 +- src/plugins/automation/automationplug.h | 4 +- src/plugins/automation/aututils.cpp | 4 +- src/plugins/automation/aututils.h | 4 +- src/plugins/automation/cfgdlg.cpp | 4 +- src/plugins/automation/cfgdlg.h | 4 +- src/plugins/automation/dialogimpl.cpp | 2 +- src/plugins/automation/dialogimpl.h | 2 +- src/plugins/automation/dispimpl.h | 4 +- src/plugins/automation/engassoc.cpp | 4 +- src/plugins/automation/engassoc.h | 4 +- src/plugins/automation/entry.cpp | 6 +- src/plugins/automation/fileinfo.cpp | 4 +- src/plugins/automation/fileinfo.h | 4 +- .../automation/generated/automation.tlb | Bin 0 -> 12108 bytes src/plugins/automation/generated/dlldata.c | 38 + .../automation/generated/salamander_h.h | 2823 +++ .../automation/generated/salamander_i.c | 156 + .../automation/generated/salamander_p.c | 14493 ++++++++++++++++ src/plugins/automation/guibutton.cpp | 4 +- src/plugins/automation/guibutton.h | 4 +- src/plugins/automation/guichkbox.cpp | 4 +- src/plugins/automation/guichkbox.h | 4 +- src/plugins/automation/guicomponent.cpp | 4 +- src/plugins/automation/guicomponent.h | 4 +- src/plugins/automation/guicontainer.cpp | 4 +- src/plugins/automation/guicontainer.h | 4 +- src/plugins/automation/guidefs.h | 4 +- src/plugins/automation/guiform.cpp | 4 +- src/plugins/automation/guiform.h | 4 +- src/plugins/automation/guilabel.cpp | 4 +- src/plugins/automation/guilabel.h | 4 +- src/plugins/automation/guinamespace.cpp | 4 +- src/plugins/automation/guinamespace.h | 4 +- src/plugins/automation/guitxtbox.cpp | 4 +- src/plugins/automation/guitxtbox.h | 4 +- .../automation/help/doxml2hh/doxml2hh.cpp | 4 +- .../automation/help/doxml2hh/stdafx.cpp | 2 +- src/plugins/automation/help/doxml2hh/stdafx.h | 2 +- .../automation/help/doxml2hh/targetver.h | 2 +- .../help/hh/automation/appendix_engines.htm | 5 +- .../help/hh/automation/appendix_samples.htm | 5 +- .../help/hh/automation/dlgboxes_config.htm | 5 +- .../help/hh/automation/introduction_intro.htm | 5 +- .../help/hh/automation/introduction_news.htm | 5 +- .../help/hh/automation/ref_button.htm | 5 +- .../help/hh/automation/ref_button_ctor.htm | 5 +- .../hh/automation/ref_button_dialogresult.htm | 5 +- .../help/hh/automation/ref_checkbox.htm | 5 +- .../help/hh/automation/ref_checkbox_ctor.htm | 5 +- .../help/hh/automation/ref_control.htm | 5 +- .../help/hh/automation/ref_control_text.htm | 5 +- .../help/hh/automation/ref_form.htm | 5 +- .../help/hh/automation/ref_form_ctor.htm | 5 +- .../help/hh/automation/ref_form_execute.htm | 5 +- .../help/hh/automation/ref_forms.htm | 5 +- .../help/hh/automation/ref_item.htm | 5 +- .../help/hh/automation/ref_itemcollection.htm | 5 +- .../help/hh/automation/ref_label.htm | 5 +- .../help/hh/automation/ref_label_ctor.htm | 5 +- .../help/hh/automation/ref_panel.htm | 5 +- .../hh/automation/ref_panel_deselectall.htm | 5 +- .../help/hh/automation/ref_panel_pathtype.htm | 5 +- .../hh/automation/ref_panel_selectall.htm | 5 +- .../automation/ref_panel_storeselection.htm | 5 +- .../help/hh/automation/ref_progressdialog.htm | 5 +- .../automation/ref_progressdialog_addtext.htm | 5 +- .../ref_progressdialog_cancancel.htm | 5 +- .../hh/automation/ref_progressdialog_step.htm | 5 +- .../automation/ref_progressdialog_style.htm | 5 +- .../help/hh/automation/ref_salamander.htm | 5 +- .../automation/ref_salamander_abortscript.htm | 5 +- .../ref_salamander_automationversion.htm | 5 +- .../automation/ref_salamander_debugbreak.htm | 5 +- .../automation/ref_salamander_errordialog.htm | 5 +- .../automation/ref_salamander_getfullpath.htm | 5 +- .../ref_salamander_getpersistentval.htm | 5 +- .../hh/automation/ref_salamander_inputbox.htm | 5 +- .../automation/ref_salamander_matchesmask.htm | 5 +- .../hh/automation/ref_salamander_msgbox.htm | 5 +- .../ref_salamander_overwritedialog.htm | 5 +- .../ref_salamander_questiondialog.htm | 5 +- .../ref_salamander_setpersistentval.htm | 5 +- .../hh/automation/ref_salamander_sleep.htm | 5 +- .../hh/automation/ref_salamander_trace.htm | 5 +- .../hh/automation/ref_salamander_viewfile.htm | 5 +- .../ref_salamander_windowsversion.htm | 5 +- .../help/hh/automation/ref_scriptinfo.htm | 5 +- .../help/hh/automation/ref_textbox.htm | 5 +- .../help/hh/automation/ref_textbox_ctor.htm | 5 +- .../help/hh/automation/ref_waitwindow.htm | 5 +- .../help/hh/automation/using_running.htm | 5 +- src/plugins/automation/inputbox.h | 4 +- src/plugins/automation/itemaut.cpp | 4 +- src/plugins/automation/itemaut.h | 4 +- src/plugins/automation/itemcoll.cpp | 4 +- src/plugins/automation/itemcoll.h | 4 +- src/plugins/automation/knownengines.cpp | 4 +- src/plugins/automation/knownengines.h | 4 +- src/plugins/automation/panelaut.cpp | 4 +- src/plugins/automation/panelaut.h | 4 +- src/plugins/automation/persistence.cpp | 4 +- src/plugins/automation/persistence.h | 4 +- src/plugins/automation/precomp.cpp | 4 +- src/plugins/automation/precomp.h | 4 +- src/plugins/automation/processlist.cpp | 4 +- src/plugins/automation/processlist.h | 4 +- src/plugins/automation/progressaut.cpp | 4 +- src/plugins/automation/progressaut.h | 4 +- src/plugins/automation/raiserr.cpp | 4 +- src/plugins/automation/raiserr.h | 4 +- src/plugins/automation/salamander.h | 4 +- src/plugins/automation/salamander.idl | 4 +- src/plugins/automation/salamanderaut.cpp | 4 +- src/plugins/automation/salamanderaut.h | 4 +- src/plugins/automation/saltypelib.cpp | 4 +- src/plugins/automation/saltypelib.h | 4 +- .../sample-scripts/Convert Images.js | 8 +- .../automation/sample-scripts/Count Lines.js | 8 +- .../Unpack Multiple Archives.js | 8 +- src/plugins/automation/scriptinfoaut.cpp | 4 +- src/plugins/automation/scriptinfoaut.h | 4 +- src/plugins/automation/scriptlist.cpp | 4 +- src/plugins/automation/scriptlist.h | 4 +- src/plugins/automation/scripts/ScopeWS.rb | 2 +- src/plugins/automation/scripts/ViewFile.pys | 2 +- src/plugins/automation/scripts/WaitWnd.pys | 2 +- src/plugins/automation/scriptsite.cpp | 4 +- src/plugins/automation/scriptsite.h | 4 +- src/plugins/automation/shim.cpp | 4 +- src/plugins/automation/shim.h | 4 +- src/plugins/automation/strconv.cpp | 4 +- src/plugins/automation/strconv.h | 4 +- src/plugins/automation/typelib.rc2 | 5 +- src/plugins/automation/unkimpl.h | 4 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4904 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4862 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4352 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4310 -> 0 bytes src/plugins/automation/versinfo.rh2 | 8 +- src/plugins/automation/version.rc2 | 5 +- src/plugins/automation/waitwndaut.cpp | 4 +- src/plugins/automation/waitwndaut.h | 4 +- src/plugins/checksum/checksum.cpp | 4 +- src/plugins/checksum/checksum.h | 2 +- src/plugins/checksum/checksum.rc2 | 3 +- src/plugins/checksum/dialogs.cpp | 4 +- src/plugins/checksum/dialogs.h | 2 +- .../help/hh/checksum/dlgboxes_config.htm | 5 +- .../help/hh/checksum/introduction_intro.htm | 5 +- .../help/hh/checksum/using_calcchecksum.htm | 7 +- .../help/hh/checksum/using_verify.htm | 7 +- src/plugins/checksum/lang/lang.rc2 | 3 +- src/plugins/checksum/misc.cpp | 2 +- src/plugins/checksum/misc.h | 2 +- src/plugins/checksum/precomp.cpp | 2 +- src/plugins/checksum/precomp.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4854 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4812 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/checksum/versinfo.rh2 | 6 +- src/plugins/checksum/wrappers.cpp | 2 +- src/plugins/checksum/wrappers.h | 2 +- src/plugins/checkver/checkver.cpp | 6 +- src/plugins/checkver/checkver.h | 2 +- src/plugins/checkver/checkver.rc2 | 3 +- src/plugins/checkver/data.cpp | 4 +- src/plugins/checkver/dialogs.cpp | 2 +- .../help/hh/checkver/dlgboxes_checkver.htm | 7 +- .../help/hh/checkver/dlgboxes_config.htm | 9 +- .../hh/checkver/dlgboxes_inetsettings.htm | 11 +- .../help/hh/checkver/introduction_intro.htm | 7 +- .../help/hh/checkver/using_checkfornewver.htm | 7 +- src/plugins/checkver/internet.cpp | 10 +- src/plugins/checkver/lang/lang.rc2 | 5 +- src/plugins/checkver/logwnd.cpp | 2 +- src/plugins/checkver/precomp.cpp | 2 +- src/plugins/checkver/precomp.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4854 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4812 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/checkver/versinfo.rh2 | 6 +- src/plugins/dbviewer/const.h | 2 +- src/plugins/dbviewer/csvlib/csvlib.cpp | 2 +- src/plugins/dbviewer/csvlib/csvlib.h | 2 +- src/plugins/dbviewer/data.cpp | 2 +- src/plugins/dbviewer/data.h | 2 +- src/plugins/dbviewer/dbflib/dbflib.cpp | 2 +- src/plugins/dbviewer/dbflib/dbflib.h | 2 +- src/plugins/dbviewer/dbviewer.cpp | 4 +- src/plugins/dbviewer/dbviewer.h | 2 +- src/plugins/dbviewer/dbviewer.rc2 | 3 +- src/plugins/dbviewer/dialogs.cpp | 2 +- src/plugins/dbviewer/dialogs.h | 2 +- .../help/hh/dbviewer/dlgboxes_config.htm | 5 +- .../help/hh/dbviewer/dlgboxes_csvopts.htm | 5 +- .../help/hh/dbviewer/dlgboxes_fields.htm | 5 +- .../help/hh/dbviewer/dlgboxes_find.htm | 5 +- .../help/hh/dbviewer/introduction_intro.htm | 5 +- .../help/hh/dbviewer/using_bookmarks.htm | 5 +- .../help/hh/dbviewer/using_clipboard.htm | 5 +- .../help/hh/dbviewer/using_config.htm | 5 +- .../help/hh/dbviewer/using_convert.htm | 5 +- .../help/hh/dbviewer/using_csvopts.htm | 5 +- .../help/hh/dbviewer/using_fields.htm | 5 +- .../dbviewer/help/hh/dbviewer/using_find.htm | 5 +- .../help/hh/dbviewer/using_fullscreen.htm | 5 +- .../help/hh/dbviewer/using_openfile.htm | 5 +- .../help/hh/dbviewer/using_otherfiles.htm | 5 +- .../help/hh/dbviewer/using_properties.htm | 5 +- .../help/hh/dbviewer/using_refresh.htm | 5 +- .../help/hh/dbviewer/using_select.htm | 5 +- src/plugins/dbviewer/lang/lang.rc2 | 3 +- src/plugins/dbviewer/parser.cpp | 2 +- src/plugins/dbviewer/parser.h | 2 +- src/plugins/dbviewer/precomp.cpp | 2 +- src/plugins/dbviewer/precomp.h | 2 +- src/plugins/dbviewer/renderer.h | 2 +- src/plugins/dbviewer/renmain.cpp | 2 +- src/plugins/dbviewer/renpaint.cpp | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4854 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4812 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/dbviewer/versinfo.rh2 | 6 +- src/plugins/demomenu/demomenu.cpp | 4 +- src/plugins/demomenu/demomenu.h | 4 +- src/plugins/demomenu/demomenu.rc2 | 5 +- src/plugins/demomenu/demomenu.rh2 | 4 +- .../help/hh/demomenu/basic_testcmd.htm | 5 +- .../help/hh/demomenu/introduction_intro.htm | 5 +- src/plugins/demomenu/lang/lang.rc2 | 7 +- src/plugins/demomenu/menu.cpp | 4 +- src/plugins/demomenu/precomp.cpp | 4 +- src/plugins/demomenu/precomp.h | 4 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4854 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4812 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/demomenu/versinfo.rh2 | 8 +- src/plugins/demoplug/archiver.cpp | 4 +- src/plugins/demoplug/demoplug.cpp | 4 +- src/plugins/demoplug/demoplug.h | 4 +- src/plugins/demoplug/demoplug.rc2 | 5 +- src/plugins/demoplug/demoplug.rh2 | 4 +- src/plugins/demoplug/dialogs.cpp | 6 +- src/plugins/demoplug/dialogs.h | 4 +- src/plugins/demoplug/fs1.cpp | 4 +- src/plugins/demoplug/fs2.cpp | 4 +- .../help/hh/pages/configuration_first.htm | 5 +- .../help/hh/pages/configuration_viewer.htm | 5 +- .../help/hh/pages/dlgboxes_enterdiskpath.htm | 5 +- .../help/hh/pages/introduction_intro.htm | 5 +- .../help/hh/pages/using_entrdskpath.htm | 5 +- src/plugins/demoplug/lang/lang.rc | 6 +- src/plugins/demoplug/lang/lang.rc2 | 9 +- src/plugins/demoplug/menu.cpp | 4 +- src/plugins/demoplug/precomp.cpp | 4 +- src/plugins/demoplug/precomp.h | 4 +- src/plugins/demoplug/thumbldr.cpp | 4 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4904 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4862 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/demoplug/versinfo.rh2 | 8 +- src/plugins/demoplug/viewer.cpp | 4 +- src/plugins/demoview/demoview.cpp | 4 +- src/plugins/demoview/demoview.h | 4 +- src/plugins/demoview/demoview.rc2 | 5 +- src/plugins/demoview/demoview.rh2 | 4 +- src/plugins/demoview/dialogs.cpp | 4 +- src/plugins/demoview/dialogs.h | 4 +- .../hh/demoview/basic_viewbmpfromclip.htm | 5 +- .../help/hh/demoview/configuration_viewer.htm | 5 +- .../help/hh/demoview/introduction_intro.htm | 5 +- src/plugins/demoview/lang/lang.rc2 | 9 +- src/plugins/demoview/menu.cpp | 4 +- src/plugins/demoview/precomp.cpp | 4 +- src/plugins/demoview/precomp.h | 4 +- src/plugins/demoview/thumbldr.cpp | 4 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4904 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4862 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/demoview/versinfo.rh2 | 8 +- src/plugins/demoview/viewer.cpp | 4 +- src/plugins/diskmap/DiskMap/GUI.AboutDialog.h | 2 +- src/plugins/diskmap/DiskMap/GUI.CAnimation.h | 2 +- .../diskmap/DiskMap/GUI.CChildWindow.h | 2 +- .../diskmap/DiskMap/GUI.CFrameWindow.h | 2 +- src/plugins/diskmap/DiskMap/GUI.CWindow.cpp | 2 +- src/plugins/diskmap/DiskMap/GUI.CWindow.h | 2 +- .../diskmap/DiskMap/GUI.DirectoryLine.h | 2 +- src/plugins/diskmap/DiskMap/GUI.DiskMapView.h | 2 +- .../diskmap/DiskMap/GUI.LoadAnimation.h | 2 +- src/plugins/diskmap/DiskMap/GUI.LogWindow.h | 2 +- .../diskmap/DiskMap/GUI.MainWindow.cpp | 2 +- src/plugins/diskmap/DiskMap/GUI.MainWindow.h | 2 +- src/plugins/diskmap/DiskMap/GUI.ShellMenu.h | 2 +- src/plugins/diskmap/DiskMap/GUI.ToolTip.h | 2 +- .../diskmap/DiskMap/GUI.ViewConnectorBase.h | 2 +- .../DiskMap/Resources/DiskMap.Global.rc2 | 3 +- .../Resources/DiskMap.Language.English.rc2 | 5 +- src/plugins/diskmap/DiskMap/System.CLogger.h | 2 +- src/plugins/diskmap/DiskMap/System.Lock.h | 2 +- src/plugins/diskmap/DiskMap/System.RWLock.h | 2 +- src/plugins/diskmap/DiskMap/System.Themes.h | 2 +- .../diskmap/DiskMap/System.WorkerThread.h | 2 +- .../diskmap/DiskMap/TreeMap.CDiskMap.h | 2 +- .../TreeMap.DiskMap.CDirectoryOverlay.h | 2 +- .../DiskMap/TreeMap.DiskMap.CDiskMapOverlay.h | 2 +- .../DiskMap/TreeMap.FileData.CZDirectory.cpp | 2 +- .../DiskMap/TreeMap.FileData.CZDirectory.h | 2 +- .../DiskMap/TreeMap.FileData.CZFile.cpp | 2 +- .../diskmap/DiskMap/TreeMap.FileData.CZFile.h | 2 +- .../diskmap/DiskMap/TreeMap.FileData.CZRoot.h | 2 +- .../TreeMap.Graphics.CCushionGraphics.cpp | 2 +- .../TreeMap.Graphics.CCushionGraphics.h | 2 +- .../DiskMap/TreeMap.TreeData.CCushion.h | 2 +- .../TreeMap.TreeData.CCushionDirectory.h | 2 +- .../TreeMap.TreeData.CCushionHitInfo.h | 2 +- .../DiskMap/TreeMap.TreeData.CCushionRow.h | 2 +- .../DiskMap/TreeMap.TreeData.CTreeMap.h | 2 +- .../TreeMap.TreeData.CTreeMapRenderer.h | 2 +- .../diskmap/DiskMap/TreeMap.TreeData.h | 2 +- src/plugins/diskmap/DiskMap/Utils.Array.h | 2 +- src/plugins/diskmap/DiskMap/Utils.CPixMap.h | 2 +- .../diskmap/DiskMap/Utils.CRegionAllocator.h | 2 +- .../diskmap/DiskMap/Utils.CStringFormatter.h | 2 +- src/plugins/diskmap/DiskMap/Utils.CZBitmap.h | 2 +- src/plugins/diskmap/DiskMap/Utils.CZColors.h | 2 +- .../diskmap/DiskMap/Utils.CZIconLoader.h | 2 +- .../diskmap/DiskMap/Utils.CZLocalizer.cpp | 2 +- .../diskmap/DiskMap/Utils.CZLocalizer.h | 2 +- .../diskmap/DiskMap/Utils.CZSmartIconLoader.h | 2 +- src/plugins/diskmap/DiskMap/Utils.CZString.h | 2 +- .../diskmap/DiskMapPlugin/DiskMapPlugin.cpp | 4 +- .../diskmap/DiskMapPlugin/DiskMapPlugin.h | 2 +- src/plugins/diskmap/DiskMapPlugin/precomp.cpp | 2 +- src/plugins/diskmap/DiskMapPlugin/precomp.h | 2 +- .../diskmap/DiskMapPlugin/versinfo.rh2 | 4 +- .../help/hh/diskmap/introduction_intro.htm | 5 +- .../help/hh/diskmap/using_showdiskmap.htm | 5 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4996 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4954 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4322 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4280 -> 0 bytes src/plugins/filecomp/controls.cpp | 2 +- src/plugins/filecomp/controls.h | 2 +- src/plugins/filecomp/cwbase.cpp | 2 +- src/plugins/filecomp/cwbase.h | 2 +- src/plugins/filecomp/cwoptim.cpp | 2 +- src/plugins/filecomp/cwoptim.h | 2 +- src/plugins/filecomp/cwstrict.cpp | 2 +- src/plugins/filecomp/cwstrict.h | 2 +- src/plugins/filecomp/dialogs.cpp | 2 +- src/plugins/filecomp/dialogs.h | 2 +- src/plugins/filecomp/dialogs2.cpp | 2 +- src/plugins/filecomp/dialogs3.cpp | 2 +- src/plugins/filecomp/dialogs4.cpp | 2 +- src/plugins/filecomp/dlg_com.cpp | 2 +- src/plugins/filecomp/dlg_com.h | 2 +- src/plugins/filecomp/fcremote/fcremote.cpp | 2 +- src/plugins/filecomp/fcremote/fcremote.h | 2 +- src/plugins/filecomp/fcremote/fcremote.rc | 4 +- src/plugins/filecomp/fcremote/precomp.h | 2 +- src/plugins/filecomp/filecache.cpp | 2 +- src/plugins/filecomp/filecache.h | 2 +- src/plugins/filecomp/filecomp.cpp | 4 +- src/plugins/filecomp/filecomp.h | 2 +- src/plugins/filecomp/filecomp.rc2 | 3 +- src/plugins/filecomp/filemap.cpp | 2 +- src/plugins/filecomp/filemap.h | 2 +- .../help/hh/filecomp/config_colors.htm | 5 +- .../help/hh/filecomp/config_defcompopts.htm | 5 +- .../help/hh/filecomp/config_general.htm | 5 +- .../help/hh/filecomp/dlgboxes_advoptions.htm | 5 +- .../help/hh/filecomp/introduction_intro.htm | 5 +- .../help/hh/filecomp/shortcuts_keyboard.htm | 5 +- .../help/hh/filecomp/shortcuts_mouse.htm | 5 +- .../help/hh/filecomp/using_browsediffs.htm | 5 +- .../help/hh/filecomp/using_caretmode.htm | 5 +- .../filecomp/using_cmpfilesfromotherapps.htm | 5 +- .../help/hh/filecomp/using_comparefiles.htm | 5 +- .../help/hh/filecomp/using_detaileddiffs.htm | 5 +- .../help/hh/filecomp/using_recompare.htm | 5 +- .../hh/filecomp/using_resizefileviews.htm | 5 +- .../help/hh/filecomp/using_showonlydiffs.htm | 5 +- .../hh/filecomp/using_showwhitespaces.htm | 5 +- src/plugins/filecomp/lang/lang.rc2 | 3 +- src/plugins/filecomp/mainwnd.cpp | 2 +- src/plugins/filecomp/mainwnd.h | 2 +- src/plugins/filecomp/mtxtout.cpp | 2 +- src/plugins/filecomp/mtxtout.h | 2 +- src/plugins/filecomp/precomp.cpp | 2 +- src/plugins/filecomp/precomp.h | 2 +- src/plugins/filecomp/profile.cpp | 2 +- src/plugins/filecomp/remote.cpp | 2 +- src/plugins/filecomp/remote.h | 2 +- src/plugins/filecomp/remotmsg.h | 2 +- src/plugins/filecomp/textio.cpp | 2 +- src/plugins/filecomp/textio.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4948 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4906 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4946 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4904 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/filecomp/versinfo.rh2 | 6 +- src/plugins/filecomp/viewtext.cpp | 2 +- src/plugins/filecomp/viewtext.h | 2 +- src/plugins/filecomp/viewwnd.cpp | 2 +- src/plugins/filecomp/viewwnd.h | 2 +- src/plugins/filecomp/viewwnd2.cpp | 2 +- src/plugins/filecomp/viewwnd3.cpp | 2 +- src/plugins/filecomp/worker.cpp | 4 +- src/plugins/filecomp/worker.h | 2 +- src/plugins/filecomp/worker2.cpp | 2 +- src/plugins/filecomp/xunicode.cpp | 2 +- src/plugins/filecomp/xunicode.h | 2 +- src/plugins/folders/dialogs.cpp | 2 +- src/plugins/folders/dialogs.h | 2 +- src/plugins/folders/folders.cpp | 4 +- src/plugins/folders/folders.h | 2 +- src/plugins/folders/folders.rc2 | 3 +- src/plugins/folders/fs1.cpp | 2 +- src/plugins/folders/fs2.cpp | 2 +- src/plugins/folders/iltools.cpp | 2 +- src/plugins/folders/iltools.h | 2 +- src/plugins/folders/lang/lang.rc2 | 3 +- src/plugins/folders/precomp.cpp | 2 +- src/plugins/folders/precomp.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4844 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4802 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4322 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4280 -> 0 bytes src/plugins/folders/versinfo.rh2 | 6 +- src/plugins/ftp/ctrlcon.h | 2 +- src/plugins/ftp/ctrlcon1.cpp | 2 +- src/plugins/ftp/ctrlcon2.cpp | 2 +- src/plugins/ftp/ctrlcon3.cpp | 2 +- src/plugins/ftp/ctrlcon4.cpp | 2 +- src/plugins/ftp/ctrlcon5.cpp | 2 +- src/plugins/ftp/datacon.h | 2 +- src/plugins/ftp/datacon1.cpp | 2 +- src/plugins/ftp/datacon2.cpp | 2 +- src/plugins/ftp/dialogs.h | 2 +- src/plugins/ftp/dialogs1.cpp | 2 +- src/plugins/ftp/dialogs2.cpp | 2 +- src/plugins/ftp/dialogs3.cpp | 2 +- src/plugins/ftp/dialogs4.cpp | 2 +- src/plugins/ftp/dialogs5.cpp | 2 +- src/plugins/ftp/dialogs6.cpp | 2 +- src/plugins/ftp/dialogs7.cpp | 2 +- src/plugins/ftp/dialogs8.cpp | 2 +- src/plugins/ftp/fs1.cpp | 2 +- src/plugins/ftp/fs2.cpp | 6 +- src/plugins/ftp/fs3.cpp | 14 +- src/plugins/ftp/fs4.cpp | 2 +- src/plugins/ftp/fs5.cpp | 2 +- src/plugins/ftp/ftp.cpp | 4 +- src/plugins/ftp/ftp.h | 2 +- src/plugins/ftp/ftp.rc2 | 3 +- src/plugins/ftp/ftp.rh2 | 4 +- src/plugins/ftp/ftp2.cpp | 2 +- src/plugins/ftp/ftp3.cpp | 8 +- src/plugins/ftp/ftp4.cpp | 2 +- src/plugins/ftp/ftputils.cpp | 2 +- src/plugins/ftp/ftputils.h | 8 +- .../ftp/help/hh/ftp/appendix_loginscripts.htm | 5 +- .../ftp/help/hh/ftp/appendix_parsing.htm | 5 +- .../ftp/help/hh/ftp/config_advanced.htm | 5 +- .../ftp/help/hh/ftp/config_confirmations.htm | 5 +- .../ftp/help/hh/ftp/config_defaults.htm | 5 +- .../ftp/help/hh/ftp/config_general.htm | 5 +- src/plugins/ftp/help/hh/ftp/config_logs.htm | 5 +- .../ftp/help/hh/ftp/config_operation1.htm | 5 +- .../ftp/help/hh/ftp/config_operation2.htm | 5 +- .../ftp/help/hh/ftp/config_servers.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_chattrs.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_connect.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_connectadv.htm | 5 +- src/plugins/ftp/help/hh/ftp/dlgboxes_copy.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_editcolumn.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_editsrvtype.htm | 5 +- .../help/hh/ftp/dlgboxes_ftplogswindow.htm | 5 +- src/plugins/ftp/help/hh/ftp/dlgboxes_move.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_operationdlg.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_orgbookmarks.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_proxyserver.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_sendftpcmd.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_setnewattrs.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_solveerror.htm | 5 +- .../ftp/help/hh/ftp/dlgboxes_testparser.htm | 5 +- .../ftp/help/hh/ftp/introduction_intro.htm | 5 +- .../ftp/help/hh/ftp/using_addbookmark.htm | 5 +- .../ftp/help/hh/ftp/using_changeattrs.htm | 5 +- src/plugins/ftp/help/hh/ftp/using_connect.htm | 5 +- .../help/hh/ftp/using_listhiddenonunix.htm | 5 +- .../ftp/help/hh/ftp/using_orgbookmarks.htm | 5 +- src/plugins/ftp/help/hh/ftp/using_refresh.htm | 5 +- .../ftp/help/hh/ftp/using_sendftpcmd.htm | 5 +- .../ftp/help/hh/ftp/using_showcert.htm | 5 +- .../ftp/help/hh/ftp/using_showlogs.htm | 5 +- .../ftp/help/hh/ftp/using_showrawlisting.htm | 7 +- .../ftp/help/hh/ftp/using_transfermode.htm | 5 +- src/plugins/ftp/lang/lang.rc2 | 5 +- src/plugins/ftp/menu.cpp | 2 +- src/plugins/ftp/operats.h | 2 +- src/plugins/ftp/operats1.cpp | 2 +- src/plugins/ftp/operats2.cpp | 2 +- src/plugins/ftp/operats3.cpp | 2 +- src/plugins/ftp/operats4.cpp | 2 +- src/plugins/ftp/operats5.cpp | 2 +- src/plugins/ftp/operats6.cpp | 2 +- src/plugins/ftp/operats7.cpp | 2 +- src/plugins/ftp/operats8.cpp | 2 +- src/plugins/ftp/operats9.cpp | 2 +- src/plugins/ftp/operatsa.cpp | 2 +- src/plugins/ftp/operatsb.cpp | 2 +- src/plugins/ftp/parser.h | 2 +- src/plugins/ftp/parser1.cpp | 2 +- src/plugins/ftp/parser2.cpp | 2 +- src/plugins/ftp/parser3.cpp | 2 +- src/plugins/ftp/precomp.cpp | 2 +- src/plugins/ftp/precomp.h | 2 +- src/plugins/ftp/servers/beta.txt | 12 +- src/plugins/ftp/servers/todo.txt | 2 +- src/plugins/ftp/sockets.cpp | 2 +- src/plugins/ftp/sockets.h | 4 +- src/plugins/ftp/ssl.cpp | 4 +- src/plugins/ftp/ssl.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4864 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4822 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4282 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4240 -> 0 bytes src/plugins/ftp/versinfo.rh2 | 6 +- src/plugins/ieviewer/cmark-gfm/doc/README.md | 1 + .../help/hh/ieviewer/introduction_intro.htm | 5 +- src/plugins/ieviewer/ieviewer.cpp | 4 +- src/plugins/ieviewer/ieviewer.h | 2 +- src/plugins/ieviewer/ieviewer.rc2 | 3 +- src/plugins/ieviewer/lang/lang.rc2 | 5 +- src/plugins/ieviewer/markdown.cpp | 2 +- src/plugins/ieviewer/markdown.h | 2 +- src/plugins/ieviewer/precomp.cpp | 2 +- src/plugins/ieviewer/precomp.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 5104 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 5062 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/ieviewer/versinfo.rh2 | 6 +- src/plugins/mmviewer/buffer.cpp | 2 +- src/plugins/mmviewer/buffer.h | 2 +- src/plugins/mmviewer/dialogs.cpp | 2 +- src/plugins/mmviewer/dialogs.h | 2 +- src/plugins/mmviewer/exporthtml.cpp | 6 +- src/plugins/mmviewer/exportxml.cpp | 2 +- .../help/hh/mmviewer/introduction_intro.htm | 5 +- .../help/hh/mmviewer/using_export.htm | 5 +- .../help/hh/mmviewer/using_openotherfiles.htm | 5 +- src/plugins/mmviewer/lang/lang.rc2 | 3 +- src/plugins/mmviewer/mmviewer.cpp | 4 +- src/plugins/mmviewer/mmviewer.h | 2 +- src/plugins/mmviewer/mmviewer.rc2 | 3 +- src/plugins/mmviewer/mod/modparser.cpp | 2 +- src/plugins/mmviewer/mod/modparser.h | 2 +- src/plugins/mmviewer/mp3/id3tagv1.cpp | 2 +- src/plugins/mmviewer/mp3/id3tagv1.h | 2 +- src/plugins/mmviewer/mp3/id3tagv2.cpp | 2 +- src/plugins/mmviewer/mp3/id3tagv2.h | 2 +- src/plugins/mmviewer/mp3/mpeghead.cpp | 2 +- src/plugins/mmviewer/mp3/mpeghead.h | 2 +- src/plugins/mmviewer/mp3/mpgparser.cpp | 2 +- src/plugins/mmviewer/mp3/mpgparser.h | 2 +- src/plugins/mmviewer/mp4/mp4head.cpp | 2 +- src/plugins/mmviewer/mp4/mp4head.h | 2 +- src/plugins/mmviewer/mp4/mp4parser.cpp | 2 +- src/plugins/mmviewer/mp4/mp4parser.h | 2 +- src/plugins/mmviewer/mp4/mp4tag.cpp | 2 +- src/plugins/mmviewer/mp4/mp4tag.h | 2 +- src/plugins/mmviewer/ogg/ogg.h | 2 +- src/plugins/mmviewer/ogg/oggparser.cpp | 2 +- src/plugins/mmviewer/ogg/oggparser.h | 2 +- src/plugins/mmviewer/ogg/os_types.h | 2 +- src/plugins/mmviewer/output.cpp | 2 +- src/plugins/mmviewer/output.h | 2 +- src/plugins/mmviewer/parser.cpp | 2 +- src/plugins/mmviewer/parser.h | 2 +- src/plugins/mmviewer/precomp.cpp | 2 +- src/plugins/mmviewer/precomp.h | 2 +- src/plugins/mmviewer/renderer.h | 2 +- src/plugins/mmviewer/renmain.cpp | 2 +- src/plugins/mmviewer/renpaint.cpp | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4854 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4812 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/mmviewer/versinfo.rh2 | 6 +- src/plugins/mmviewer/vqf/vqfparser.cpp | 2 +- src/plugins/mmviewer/vqf/vqfparser.h | 2 +- src/plugins/mmviewer/wav/wavparser.cpp | 2 +- src/plugins/mmviewer/wav/wavparser.h | 2 +- src/plugins/mmviewer/wma/wmaparser.cpp | 2 +- src/plugins/mmviewer/wma/wmaparser.h | 2 +- src/plugins/nethood/cache.cpp | 2 +- src/plugins/nethood/cache.h | 2 +- src/plugins/nethood/cfgdlg.cpp | 2 +- src/plugins/nethood/cfgdlg.h | 2 +- src/plugins/nethood/config.h | 4 +- src/plugins/nethood/entry.cpp | 2 +- src/plugins/nethood/globals.cpp | 2 +- src/plugins/nethood/globals.h | 2 +- .../help/hh/nethood/dlgboxes_config.htm | 5 +- .../help/hh/nethood/introduction_intro.htm | 5 +- src/plugins/nethood/icons.cpp | 2 +- src/plugins/nethood/icons.h | 2 +- src/plugins/nethood/lang/lang.rc2 | 5 +- src/plugins/nethood/nethood.cpp | 2 +- src/plugins/nethood/nethood.h | 2 +- src/plugins/nethood/nethood.rc2 | 5 +- src/plugins/nethood/nethood.rh2 | 4 +- src/plugins/nethood/nethooddata.cpp | 2 +- src/plugins/nethood/nethooddata.h | 2 +- src/plugins/nethood/nethoodfs.cpp | 2 +- src/plugins/nethood/nethoodfs.h | 2 +- src/plugins/nethood/nethoodfs2.cpp | 2 +- src/plugins/nethood/nethoodfs2.h | 2 +- src/plugins/nethood/nethoodmenu.cpp | 2 +- src/plugins/nethood/nethoodmenu.h | 2 +- src/plugins/nethood/precomp.cpp | 2 +- src/plugins/nethood/precomp.h | 2 +- src/plugins/nethood/salutils.cpp | 2 +- src/plugins/nethood/salutils.h | 2 +- src/plugins/nethood/tree.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4844 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4802 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4322 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4280 -> 0 bytes src/plugins/nethood/versinfo.rh2 | 8 +- src/plugins/pak/dll/add_del.cpp | 2 +- .../pak/dll/language/english/texts.rc2 | 3 +- src/plugins/pak/dll/pak_dll.cpp | 2 +- src/plugins/pak/dll/pak_dll.h | 2 +- src/plugins/pak/dll/pakiface.h | 2 +- .../spl/help/hh/pak/introduction_intro.htm | 5 +- src/plugins/pak/spl/lang/lang.rc2 | 3 +- src/plugins/pak/spl/pak.cpp | 4 +- src/plugins/pak/spl/pak.h | 2 +- src/plugins/pak/spl/pak.rc2 | 3 +- src/plugins/pak/spl/pak2.cpp | 2 +- src/plugins/pak/spl/precomp.cpp | 2 +- src/plugins/pak/spl/precomp.h | 2 +- src/plugins/pak/spl/versinfo.rh2 | 6 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4864 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4822 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4282 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4240 -> 0 bytes src/plugins/peviewer/BinaryReader.h | 4 +- src/plugins/peviewer/SortedStringList.h | 4 +- src/plugins/peviewer/cfg.cpp | 4 +- src/plugins/peviewer/cfg.h | 4 +- src/plugins/peviewer/cfgdlg.cpp | 4 +- src/plugins/peviewer/cfgdlg.h | 4 +- src/plugins/peviewer/dump_dbg.h | 2 +- src/plugins/peviewer/dump_res.cpp | 2 +- src/plugins/peviewer/dump_res.h | 2 +- .../help/hh/peviewer/introduction_intro.htm | 5 +- src/plugins/peviewer/lang/lang.rc2 | 5 +- src/plugins/peviewer/pefile.cpp | 2 +- src/plugins/peviewer/pefile.h | 2 +- src/plugins/peviewer/peviewer.cpp | 4 +- src/plugins/peviewer/peviewer.h | 2 +- src/plugins/peviewer/peviewer.rc2 | 3 +- src/plugins/peviewer/precomp.cpp | 2 +- src/plugins/peviewer/precomp.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4854 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4812 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/peviewer/versinfo.rh2 | 6 +- src/plugins/pictview/PVEXEWrapper.cpp | 4 +- src/plugins/pictview/PVEXEWrapper.h | 2 +- src/plugins/pictview/PVEnvelope.cpp | 2 +- src/plugins/pictview/PVMessage.cpp | 2 +- src/plugins/pictview/PVMessage.h | 2 +- src/plugins/pictview/PVMessageEnvelope.cpp | 2 +- src/plugins/pictview/PVMessageWrapper.cpp | 2 +- src/plugins/pictview/PixelAccess.cpp | 4 +- src/plugins/pictview/PixelAccess.h | 2 +- src/plugins/pictview/Thumbnailer.cpp | 2 +- src/plugins/pictview/Thumbnailer.h | 2 +- src/plugins/pictview/dialogs.cpp | 2 +- src/plugins/pictview/dialogs.h | 2 +- src/plugins/pictview/exif/Translation.cpp | 2 +- src/plugins/pictview/exif/config.h | 2 +- src/plugins/pictview/exif/exif.c | 2 +- src/plugins/pictview/exif/exif.h | 2 +- src/plugins/pictview/exif/exif.rc2 | 3 +- .../help/hh/pictview/advanced_copypaste.htm | 5 +- .../help/hh/pictview/advanced_copyto.htm | 5 +- .../help/hh/pictview/advanced_crop.htm | 5 +- .../help/hh/pictview/advanced_histogram.htm | 5 +- .../hh/pictview/advanced_multipageimgs.htm | 5 +- .../help/hh/pictview/advanced_openfile.htm | 5 +- .../help/hh/pictview/advanced_print.htm | 5 +- .../help/hh/pictview/advanced_recentdirs.htm | 5 +- .../help/hh/pictview/advanced_recentfiles.htm | 5 +- .../help/hh/pictview/advanced_rename.htm | 5 +- .../help/hh/pictview/advanced_revert.htm | 5 +- .../help/hh/pictview/advanced_scanimage.htm | 5 +- .../hh/pictview/advanced_screencapture.htm | 5 +- .../help/hh/pictview/advanced_select.htm | 5 +- .../hh/pictview/advanced_selscannersrc.htm | 5 +- .../hh/pictview/advanced_updatethumbnail.htm | 5 +- .../hh/pictview/advanced_viewbmpfromclip.htm | 5 +- .../help/hh/pictview/appendix_fileformats.htm | 5 +- .../help/hh/pictview/basic_delete.htm | 5 +- .../pictview/help/hh/pictview/basic_focus.htm | 5 +- .../help/hh/pictview/basic_fullscreen.htm | 5 +- .../help/hh/pictview/basic_otherfiles.htm | 5 +- .../help/hh/pictview/basic_properties.htm | 5 +- .../help/hh/pictview/basic_rotateandflip.htm | 5 +- .../help/hh/pictview/basic_saveas.htm | 5 +- .../help/hh/pictview/basic_select.htm | 5 +- .../help/hh/pictview/basic_showexif.htm | 5 +- .../help/hh/pictview/basic_usingmouse.htm | 5 +- .../help/hh/pictview/basic_wallpaper.htm | 5 +- .../help/hh/pictview/basic_zoomkeys.htm | 5 +- .../help/hh/pictview/config_advanced.htm | 5 +- .../help/hh/pictview/config_appearance.htm | 5 +- .../help/hh/pictview/config_colors.htm | 5 +- .../help/hh/pictview/config_keybandmouse.htm | 5 +- .../help/hh/pictview/config_tools.htm | 5 +- .../help/hh/pictview/dlgboxes_copyto.htm | 5 +- .../help/hh/pictview/dlgboxes_exif.htm | 5 +- .../hh/pictview/dlgboxes_imgproperties.htm | 5 +- .../help/hh/pictview/dlgboxes_print.htm | 5 +- .../hh/pictview/dlgboxes_screencapture.htm | 5 +- .../help/hh/pictview/introduction_intro.htm | 5 +- .../help/hh/pictview/usage_conversions.htm | 5 +- .../help/hh/pictview/usage_screenshots.htm | 5 +- .../hh/pictview/usage_selectingphotos.htm | 5 +- .../help/hh/pictview/usage_viewphotos.htm | 5 +- src/plugins/pictview/histwnd.cpp | 2 +- src/plugins/pictview/histwnd.h | 2 +- src/plugins/pictview/lang/lang.rc2 | 5 +- src/plugins/pictview/lib/PVW32DLL.h | 2 +- src/plugins/pictview/pictview.cpp | 2 +- src/plugins/pictview/pictview.h | 2 +- src/plugins/pictview/pictview.rc2 | 3 +- src/plugins/pictview/precomp.cpp | 2 +- src/plugins/pictview/precomp.h | 2 +- src/plugins/pictview/print.cpp | 2 +- src/plugins/pictview/pvtwain.cpp | 2 +- src/plugins/pictview/pvtwain.h | 2 +- src/plugins/pictview/render1.cpp | 6 +- src/plugins/pictview/render2.cpp | 2 +- src/plugins/pictview/renderer.h | 2 +- src/plugins/pictview/salpvenv.rc | 4 +- src/plugins/pictview/saveas.cpp | 2 +- src/plugins/pictview/statsbar.cpp | 2 +- src/plugins/pictview/thumbs.cpp | 2 +- src/plugins/pictview/utils.cpp | 2 +- src/plugins/pictview/utils.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4922 -> 0 bytes .../exif/microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4880 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4900 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 252 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4858 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4960 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4918 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/pictview/versinfo.rh2 | 6 +- src/plugins/pictview/wiawrap.cpp | 2 +- src/plugins/pictview/wiawrap.h | 2 +- src/plugins/portables/config.h | 4 +- src/plugins/portables/device.cpp | 4 +- src/plugins/portables/device.h | 4 +- src/plugins/portables/entry.cpp | 4 +- src/plugins/portables/fx.cpp | 6 +- src/plugins/portables/fx.h | 4 +- src/plugins/portables/fx.rh | 4 +- src/plugins/portables/fx_errcodes.h | 4 +- src/plugins/portables/fx_lang.rc2 | 5 +- src/plugins/portables/fx_lang.rh | 4 +- src/plugins/portables/fxfs.cpp | 4 +- src/plugins/portables/fxfs.h | 4 +- src/plugins/portables/globals.cpp | 4 +- src/plugins/portables/globals.h | 4 +- src/plugins/portables/lang/lang.rc2 | 3 +- src/plugins/portables/notifier.cpp | 4 +- src/plugins/portables/notifier.h | 4 +- src/plugins/portables/precomp.cpp | 4 +- src/plugins/portables/precomp.h | 4 +- src/plugins/portables/res/CreateStripe.js | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4864 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4822 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4342 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4300 -> 0 bytes src/plugins/portables/versinfo.rh2 | 8 +- src/plugins/portables/wpd.rc2 | 3 +- src/plugins/portables/wpddeviceicons.cpp | 4 +- src/plugins/portables/wpddeviceicons.h | 4 +- src/plugins/portables/wpdfs.cpp | 4 +- src/plugins/portables/wpdfs.h | 4 +- src/plugins/portables/wpdfscontentlevel.cpp | 4 +- src/plugins/portables/wpdfscontentlevel.h | 4 +- src/plugins/portables/wpdfsdevicelevel.cpp | 4 +- src/plugins/portables/wpdfsdevicelevel.h | 4 +- src/plugins/portables/wpdhelpers.h | 4 +- src/plugins/portables/wpdplug.cpp | 4 +- src/plugins/portables/wpdplug.h | 4 +- src/plugins/portables/wpdplugfs.h | 4 +- src/plugins/regedt/chmon.cpp | 2 +- src/plugins/regedt/chmon.h | 2 +- src/plugins/regedt/dialogs.cpp | 2 +- src/plugins/regedt/dialogs.h | 2 +- src/plugins/regedt/editor.cpp | 2 +- src/plugins/regedt/editor.h | 2 +- src/plugins/regedt/export.cpp | 4 +- src/plugins/regedt/export.h | 2 +- src/plugins/regedt/finddlg.cpp | 2 +- src/plugins/regedt/finddlg.h | 2 +- src/plugins/regedt/finddlg2.cpp | 2 +- src/plugins/regedt/fs.cpp | 2 +- src/plugins/regedt/fs2.cpp | 2 +- src/plugins/regedt/fs3.cpp | 2 +- src/plugins/regedt/fs4.cpp | 2 +- src/plugins/regedt/fs5.cpp | 2 +- .../regedt/help/hh/regedt/dlgboxes_search.htm | 5 +- .../help/hh/regedt/introduction_intro.htm | 5 +- .../regedt/help/hh/regedt/using_editvalue.htm | 5 +- .../regedt/help/hh/regedt/using_export.htm | 5 +- .../regedt/help/hh/regedt/using_newkey.htm | 5 +- .../regedt/help/hh/regedt/using_newvalue.htm | 5 +- .../regedt/help/hh/regedt/using_searchreg.htm | 5 +- src/plugins/regedt/lang/lang.rc2 | 3 +- src/plugins/regedt/menu.cpp | 2 +- src/plugins/regedt/precomp.cpp | 2 +- src/plugins/regedt/precomp.h | 2 +- src/plugins/regedt/regedt.cpp | 4 +- src/plugins/regedt/regedt.h | 2 +- src/plugins/regedt/regedt.rc2 | 3 +- src/plugins/regedt/utils.cpp | 2 +- src/plugins/regedt/utils.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4834 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4792 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4312 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4270 -> 0 bytes src/plugins/regedt/versinfo.rh2 | 6 +- src/plugins/renamer/RENAMER.RC2 | 3 +- src/plugins/renamer/crename2.cpp | 2 +- src/plugins/renamer/crenamer.cpp | 2 +- src/plugins/renamer/crenamer.h | 2 +- src/plugins/renamer/dialogs.cpp | 2 +- src/plugins/renamer/dialogs.h | 2 +- src/plugins/renamer/editor.cpp | 2 +- src/plugins/renamer/editor.h | 2 +- .../help/hh/renamer/appendix_regexp.htm | 5 +- .../help/hh/renamer/dlgboxes_advoptions.htm | 5 +- .../help/hh/renamer/dlgboxes_batchrename.htm | 7 +- .../help/hh/renamer/introduction_intro.htm | 5 +- .../help/hh/renamer/using_batchrename.htm | 27 +- src/plugins/renamer/lang/lang.rc2 | 3 +- src/plugins/renamer/menu.cpp | 2 +- src/plugins/renamer/precomp.cpp | 2 +- src/plugins/renamer/precomp.h | 2 +- src/plugins/renamer/preview.cpp | 2 +- src/plugins/renamer/preview.h | 2 +- src/plugins/renamer/regexp.cpp | 2 +- src/plugins/renamer/regexp.h | 2 +- src/plugins/renamer/regiface.h | 2 +- src/plugins/renamer/renamer.cpp | 4 +- src/plugins/renamer/renamer.h | 2 +- src/plugins/renamer/rendlg.cpp | 2 +- src/plugins/renamer/rendlg.h | 2 +- src/plugins/renamer/rendlg2.cpp | 2 +- src/plugins/renamer/rendlg3.cpp | 2 +- src/plugins/renamer/rendlg4.cpp | 2 +- src/plugins/renamer/utils.cpp | 2 +- src/plugins/renamer/utils.h | 2 +- src/plugins/renamer/varstr.cpp | 2 +- src/plugins/renamer/varstr.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4946 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4904 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4322 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4280 -> 0 bytes src/plugins/renamer/versinfo.rh2 | 6 +- src/plugins/shared/arraylt.h | 4 +- src/plugins/shared/auxtools.cpp | 4 +- src/plugins/shared/auxtools.h | 4 +- src/plugins/shared/baseaddr_x64.txt | 2 +- src/plugins/shared/baseaddr_x86.txt | 2 +- src/plugins/shared/dbg.cpp | 4 +- src/plugins/shared/dbg.h | 4 +- src/plugins/shared/htmlhelp.h | 2 +- src/plugins/shared/lukas/array2.h | 2 +- src/plugins/shared/lukas/counter.h | 2 +- src/plugins/shared/lukas/diff.h | 4 +- src/plugins/shared/lukas/dumpmem.h | 2 +- src/plugins/shared/lukas/gdi.cpp | 2 +- src/plugins/shared/lukas/gdi.h | 2 +- src/plugins/shared/lukas/killdbg.h | 2 +- src/plugins/shared/lukas/lcutils.h | 2 +- src/plugins/shared/lukas/messages.cpp | 2 +- src/plugins/shared/lukas/messages.h | 2 +- src/plugins/shared/lukas/profile.h | 2 +- src/plugins/shared/lukas/resedit.cpp | 2 +- src/plugins/shared/lukas/resedit.h | 2 +- src/plugins/shared/lukas/str.cpp | 2 +- src/plugins/shared/lukas/str.h | 2 +- src/plugins/shared/lukas/utilaux.cpp | 2 +- src/plugins/shared/lukas/utilbase.cpp | 2 +- src/plugins/shared/lukas/utildlg.cpp | 2 +- src/plugins/shared/mhandles.cpp | 4 +- src/plugins/shared/mhandles.h | 4 +- src/plugins/shared/spl_arc.h | 4 +- src/plugins/shared/spl_base.h | 6 +- src/plugins/shared/spl_bzip2.h | 4 +- src/plugins/shared/spl_com.h | 4 +- src/plugins/shared/spl_crypt.h | 4 +- src/plugins/shared/spl_file.h | 4 +- src/plugins/shared/spl_fs.h | 4 +- src/plugins/shared/spl_gen.h | 14 +- src/plugins/shared/spl_gui.h | 10 +- src/plugins/shared/spl_menu.h | 4 +- src/plugins/shared/spl_thum.h | 4 +- src/plugins/shared/spl_vers.h | 4 +- src/plugins/shared/spl_view.h | 4 +- src/plugins/shared/spl_zlib.h | 4 +- src/plugins/shared/sqlite/sqlite3.h | 2 +- src/plugins/shared/statics.rh2 | 4 +- src/plugins/shared/versinfo.rc2 | 7 +- src/plugins/shared/winliblt.cpp | 4 +- src/plugins/shared/winliblt.h | 4 +- src/plugins/splitcbn/combine.cpp | 2 +- src/plugins/splitcbn/combine.h | 2 +- src/plugins/splitcbn/dialogs.cpp | 2 +- src/plugins/splitcbn/dialogs.h | 2 +- .../help/hh/splitcbn/dlgboxes_combine.htm | 5 +- .../help/hh/splitcbn/dlgboxes_config.htm | 5 +- .../help/hh/splitcbn/dlgboxes_split.htm | 5 +- .../help/hh/splitcbn/introduction_intro.htm | 5 +- .../help/hh/splitcbn/using_combine.htm | 5 +- .../splitcbn/help/hh/splitcbn/using_split.htm | 5 +- src/plugins/splitcbn/lang/lang.rc2 | 3 +- src/plugins/splitcbn/precomp.cpp | 2 +- src/plugins/splitcbn/precomp.h | 2 +- src/plugins/splitcbn/split.cpp | 4 +- src/plugins/splitcbn/split.h | 2 +- src/plugins/splitcbn/splitcbn.cpp | 4 +- src/plugins/splitcbn/splitcbn.h | 2 +- src/plugins/splitcbn/splitcbn.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4854 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4812 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/splitcbn/versinfo.rh2 | 6 +- src/plugins/tar/beta.txt | 2 +- src/plugins/tar/compress/compress.h | 2 +- src/plugins/tar/compress/uncompress.cpp | 2 +- src/plugins/tar/deb/deb.cpp | 2 +- src/plugins/tar/deb/deb.h | 2 +- src/plugins/tar/dlldefs.h | 2 +- src/plugins/tar/fileio.cpp | 2 +- src/plugins/tar/fileio.h | 2 +- src/plugins/tar/gzip/gunzip.cpp | 2 +- src/plugins/tar/gzip/gzip.h | 2 +- .../tar/help/hh/tar/introduction_intro.htm | 5 +- src/plugins/tar/lang/lang.rc2 | 5 +- src/plugins/tar/lzh/lzh.cpp | 2 +- src/plugins/tar/lzh/lzh.h | 2 +- src/plugins/tar/names.cpp | 2 +- src/plugins/tar/names.h | 2 +- src/plugins/tar/precomp.cpp | 2 +- src/plugins/tar/precomp.h | 2 +- src/plugins/tar/rpm/rpm.cpp | 2 +- src/plugins/tar/rpm/rpm.h | 2 +- src/plugins/tar/rpm/rpmview.cpp | 2 +- src/plugins/tar/tar.h | 2 +- src/plugins/tar/tar.rc2 | 3 +- src/plugins/tar/tardll.cpp | 4 +- src/plugins/tar/tardll.h | 2 +- src/plugins/tar/untar.cpp | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4844 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4802 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4282 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4240 -> 0 bytes src/plugins/tar/versinfo.rh2 | 6 +- src/plugins/unarj/decode.cpp | 2 +- src/plugins/unarj/dialogs.cpp | 2 +- src/plugins/unarj/dialogs.h | 2 +- src/plugins/unarj/environ.cpp | 2 +- .../help/hh/unarj/introduction_intro.htm | 5 +- src/plugins/unarj/lang/lang.rc2 | 3 +- src/plugins/unarj/precomp.cpp | 2 +- src/plugins/unarj/precomp.h | 2 +- src/plugins/unarj/unarj.cpp | 2 +- src/plugins/unarj/unarj.h | 2 +- src/plugins/unarj/unarj.rc2 | 3 +- src/plugins/unarj/unarjdll.h | 2 +- src/plugins/unarj/unarjspl.cpp | 4 +- src/plugins/unarj/unarjspl.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4866 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4824 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/unarj/versinfo.rh2 | 6 +- src/plugins/uncab/dialogs.cpp | 2 +- src/plugins/uncab/dialogs.h | 2 +- .../help/hh/uncab/introduction_intro.htm | 5 +- src/plugins/uncab/lang/lang.rc2 | 3 +- src/plugins/uncab/precomp.cpp | 2 +- src/plugins/uncab/precomp.h | 2 +- src/plugins/uncab/uncab.cpp | 4 +- src/plugins/uncab/uncab.h | 2 +- src/plugins/uncab/uncab.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4866 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4824 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/uncab/versinfo.rh2 | 6 +- src/plugins/unchm/chmfile.cpp | 2 +- src/plugins/unchm/chmfile.h | 2 +- .../help/hh/unchm/introduction_intro.htm | 5 +- src/plugins/unchm/lang/lang.rc2 | 5 +- src/plugins/unchm/precomp.cpp | 2 +- src/plugins/unchm/precomp.h | 2 +- src/plugins/unchm/unchm.cpp | 4 +- src/plugins/unchm/unchm.h | 2 +- src/plugins/unchm/unchm.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4844 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4802 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4824 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4782 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/unchm/versinfo.rh2 | 6 +- src/plugins/undelete/dialogs.cpp | 4 +- src/plugins/undelete/dialogs.h | 2 +- src/plugins/undelete/fs1.cpp | 2 +- src/plugins/undelete/fs2.cpp | 2 +- .../help/hh/undelete/dlgboxes_config.htm | 5 +- .../hh/undelete/dlgboxes_restoreencrfiles.htm | 5 +- .../help/hh/undelete/dlgboxes_undelete.htm | 5 +- .../help/hh/undelete/introduction_intro.htm | 6 +- .../hh/undelete/using_restoringencrfiles.htm | 5 +- .../help/hh/undelete/using_undelete.htm | 5 +- src/plugins/undelete/lang/lang.rc2 | 3 +- src/plugins/undelete/library/arraylt.h | 4 +- src/plugins/undelete/library/bitmap.h | 2 +- src/plugins/undelete/library/dataruns.h | 2 +- src/plugins/undelete/library/doc/srcguide.txt | 2 +- src/plugins/undelete/library/exfat.cpp | 2 +- src/plugins/undelete/library/exfat.h | 2 +- src/plugins/undelete/library/fat.cpp | 2 +- src/plugins/undelete/library/fat.h | 2 +- src/plugins/undelete/library/miscstr.cpp | 2 +- src/plugins/undelete/library/miscstr.h | 2 +- src/plugins/undelete/library/ntfs.cpp | 2 +- src/plugins/undelete/library/ntfs.h | 2 +- src/plugins/undelete/library/os.cpp | 2 +- src/plugins/undelete/library/os.h | 2 +- src/plugins/undelete/library/precomp.cpp | 2 +- src/plugins/undelete/library/precomp.h | 2 +- src/plugins/undelete/library/snapshot.h | 2 +- src/plugins/undelete/library/stream.cpp | 2 +- src/plugins/undelete/library/stream.h | 2 +- src/plugins/undelete/library/texts.rc2 | 3 +- src/plugins/undelete/library/undelete.h | 2 +- src/plugins/undelete/library/volenum.cpp | 2 +- src/plugins/undelete/library/volenum.h | 2 +- src/plugins/undelete/library/volume.cpp | 2 +- src/plugins/undelete/library/volume.h | 2 +- src/plugins/undelete/restore.cpp | 2 +- src/plugins/undelete/restore.h | 2 +- src/plugins/undelete/undelete.cpp | 4 +- src/plugins/undelete/undelete.h | 2 +- src/plugins/undelete/undelete.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4880 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4838 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4332 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4290 -> 0 bytes src/plugins/undelete/versinfo.rh2 | 6 +- src/plugins/unfat/fat.cpp | 4 +- src/plugins/unfat/fat.h | 4 +- .../help/hh/unfat/introduction_intro.htm | 5 +- src/plugins/unfat/lang/lang.rc2 | 7 +- src/plugins/unfat/precomp.cpp | 4 +- src/plugins/unfat/precomp.h | 4 +- src/plugins/unfat/unfat.cpp | 6 +- src/plugins/unfat/unfat.h | 4 +- src/plugins/unfat/unfat.rc2 | 5 +- src/plugins/unfat/unfat.rh2 | 4 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4874 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4832 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/unfat/versinfo.rh2 | 8 +- src/plugins/uniso/BlockedFile.cpp | 2 +- src/plugins/uniso/BlockedFile.h | 2 +- src/plugins/uniso/apfs.h | 2 +- src/plugins/uniso/audio.cpp | 2 +- src/plugins/uniso/audio.h | 2 +- src/plugins/uniso/dialogs.cpp | 2 +- src/plugins/uniso/dialogs.h | 2 +- src/plugins/uniso/dmg.cpp | 2 +- src/plugins/uniso/dmg.h | 2 +- src/plugins/uniso/eltorito.cpp | 2 +- src/plugins/uniso/file.cpp | 2 +- src/plugins/uniso/file.h | 2 +- src/plugins/uniso/fs.h | 2 +- .../help/hh/uniso/introduction_intro.htm | 5 +- src/plugins/uniso/hfs.cpp | 2 +- src/plugins/uniso/hfs.h | 2 +- src/plugins/uniso/img.cpp | 2 +- src/plugins/uniso/iso9660.cpp | 2 +- src/plugins/uniso/iso9660.h | 2 +- src/plugins/uniso/isoimage.cpp | 2 +- src/plugins/uniso/isoimage.h | 2 +- src/plugins/uniso/isz.cpp | 2 +- src/plugins/uniso/isz.h | 2 +- src/plugins/uniso/lang/lang.rc2 | 7 +- src/plugins/uniso/mdf.h | 2 +- src/plugins/uniso/nrg.cpp | 2 +- src/plugins/uniso/precomp.cpp | 2 +- src/plugins/uniso/precomp.h | 2 +- src/plugins/uniso/rawfs.cpp | 2 +- src/plugins/uniso/rawfs.h | 2 +- src/plugins/uniso/udf.cpp | 2 +- src/plugins/uniso/udf.h | 2 +- src/plugins/uniso/udfiso.cpp | 2 +- src/plugins/uniso/udfiso.h | 2 +- src/plugins/uniso/uniso.cpp | 4 +- src/plugins/uniso/uniso.h | 2 +- src/plugins/uniso/uniso.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4824 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4782 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/uniso/versinfo.rh2 | 6 +- src/plugins/uniso/viewer.cpp | 2 +- src/plugins/uniso/xdvdfs.cpp | 2 +- src/plugins/uniso/xdvdfs.h | 2 +- .../help/hh/unlha/introduction_intro.htm | 5 +- src/plugins/unlha/lang/lang.rc2 | 3 +- src/plugins/unlha/lha.cpp | 2 +- src/plugins/unlha/lha.h | 2 +- src/plugins/unlha/precomp.cpp | 2 +- src/plugins/unlha/precomp.h | 2 +- src/plugins/unlha/unlha.cpp | 4 +- src/plugins/unlha/unlha.h | 2 +- src/plugins/unlha/unlha.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4824 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4782 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/unlha/versinfo.rh2 | 6 +- src/plugins/unmime/decoder.cpp | 2 +- src/plugins/unmime/decoder.h | 2 +- .../help/hh/unmime/introduction_intro.htm | 5 +- src/plugins/unmime/lang/lang.rc2 | 3 +- src/plugins/unmime/parser.cpp | 4 +- src/plugins/unmime/parser.h | 2 +- src/plugins/unmime/precomp.cpp | 2 +- src/plugins/unmime/precomp.h | 2 +- src/plugins/unmime/unmime.cpp | 4 +- src/plugins/unmime/unmime.h | 2 +- src/plugins/unmime/unmime.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4834 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4792 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4312 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4270 -> 0 bytes src/plugins/unmime/versinfo.rh2 | 6 +- src/plugins/unole/dialogs.cpp | 2 +- src/plugins/unole/dialogs.h | 2 +- src/plugins/unole/lang/lang.rc2 | 3 +- src/plugins/unole/precomp.cpp | 2 +- src/plugins/unole/precomp.h | 2 +- src/plugins/unole/unole2.cpp | 4 +- src/plugins/unole/unole2.h | 2 +- src/plugins/unole/unole2.rc2 | 3 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4824 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4782 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/unole/versinfo.rh2 | 6 +- src/plugins/unrar/dialogs.cpp | 2 +- src/plugins/unrar/dialogs.h | 2 +- .../help/hh/unrar/introduction_intro.htm | 5 +- src/plugins/unrar/lang/lang.rc2 | 3 +- src/plugins/unrar/precomp.cpp | 2 +- src/plugins/unrar/precomp.h | 2 +- src/plugins/unrar/unrar.cpp | 4 +- src/plugins/unrar/unrar.h | 2 +- src/plugins/unrar/unrar.rc2 | 3 +- src/plugins/unrar/unrardll.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4866 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4824 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4302 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4260 -> 0 bytes src/plugins/unrar/versinfo.rh2 | 6 +- src/plugins/winscp/Utf8WinApi.h | 2 +- .../winscp/help/hh/winscp/administration.htm | 9 +- .../winscp/help/hh/winscp/directory_cache.htm | 3 +- .../winscp/help/hh/winscp/file_mask.htm | 3 +- .../help/hh/winscp/interoperability.htm | 3 +- .../help/hh/winscp/introduction_intro.htm | 3 +- .../winscp/help/hh/winscp/once_done.htm | 3 +- .../winscp/help/hh/winscp/operation_mask.htm | 3 +- .../winscp/help/hh/winscp/protocols.htm | 13 +- .../winscp/help/hh/winscp/public_key.htm | 15 +- .../winscp/help/hh/winscp/remote_command.htm | 7 +- .../winscp/help/hh/winscp/requirements.htm | 17 +- src/plugins/winscp/help/hh/winscp/resume.htm | 15 +- .../winscp/help/hh/winscp/security.htm | 7 +- .../winscp/help/hh/winscp/shell_session.htm | 3 +- src/plugins/winscp/help/hh/winscp/ssh.htm | 15 +- .../winscp/help/hh/winscp/task_download.htm | 7 +- .../help/hh/winscp/task_keep_up_to_date.htm | 5 +- .../help/hh/winscp/task_move_duplicate.htm | 11 +- .../winscp/help/hh/winscp/task_properties.htm | 3 +- .../help/hh/winscp/task_synchronize.htm | 3 +- .../help/hh/winscp/task_synchronize_full.htm | 7 +- .../winscp/help/hh/winscp/task_upload.htm | 9 +- .../winscp/help/hh/winscp/timestamp.htm | 13 +- .../winscp/help/hh/winscp/transfer_mode.htm | 11 +- .../winscp/help/hh/winscp/transfer_queue.htm | 5 +- .../help/hh/winscp/transfer_settings.htm | 3 +- .../winscp/help/hh/winscp/tunneling.htm | 3 +- .../winscp/help/hh/winscp/ui_about.htm | 3 +- .../winscp/help/hh/winscp/ui_authenticate.htm | 15 +- .../winscp/help/hh/winscp/ui_console.htm | 3 +- src/plugins/winscp/help/hh/winscp/ui_copy.htm | 9 +- .../winscp/help/hh/winscp/ui_fsinfo.htm | 11 +- .../winscp/help/hh/winscp/ui_keepuptodate.htm | 11 +- .../winscp/help/hh/winscp/ui_login.htm | 3 +- .../hh/winscp/ui_login_authentication.htm | 17 +- .../winscp/help/hh/winscp/ui_login_bugs.htm | 23 +- .../help/hh/winscp/ui_login_connection.htm | 13 +- .../help/hh/winscp/ui_login_directories.htm | 7 +- .../help/hh/winscp/ui_login_environment.htm | 19 +- .../winscp/help/hh/winscp/ui_login_kex.htm | 11 +- .../help/hh/winscp/ui_login_logging.htm | 3 +- .../winscp/help/hh/winscp/ui_login_proxy.htm | 15 +- .../help/hh/winscp/ui_login_recycle_bin.htm | 5 +- .../winscp/help/hh/winscp/ui_login_save.htm | 3 +- .../winscp/help/hh/winscp/ui_login_scp.htm | 13 +- .../help/hh/winscp/ui_login_session.htm | 7 +- .../winscp/help/hh/winscp/ui_login_sftp.htm | 13 +- .../winscp/help/hh/winscp/ui_login_ssh.htm | 9 +- .../hh/winscp/ui_login_stored_sessions.htm | 3 +- .../winscp/help/hh/winscp/ui_login_tunnel.htm | 9 +- .../winscp/help/hh/winscp/ui_permissions.htm | 15 +- .../winscp/help/hh/winscp/ui_progress.htm | 11 +- .../winscp/help/hh/winscp/ui_properties.htm | 17 +- .../hh/winscp/ui_sal_pref_confirmations.htm | 3 +- .../help/hh/winscp/ui_sal_pref_panel.htm | 3 +- .../help/hh/winscp/ui_sal_pref_queue.htm | 9 +- .../help/hh/winscp/ui_sal_pref_transfer.htm | 3 +- .../help/hh/winscp/ui_sal_preferences.htm | 3 +- .../winscp/help/hh/winscp/ui_synchronize.htm | 17 +- .../hh/winscp/ui_synchronize_checklist.htm | 9 +- .../winscp/help/hh/winscp/ui_transfer.htm | 19 +- .../help/hh/winscp/ui_transfer_custom.htm | 3 +- src/plugins/winscp/salamander/FileSystem.cpp | 2 +- src/plugins/winscp/salamander/FileSystem.h | 2 +- .../winscp/salamander/FileSystemInterface.cpp | 2 +- .../winscp/salamander/FileSystemInterface.h | 2 +- .../winscp/salamander/LocalInterface.h | 2 +- .../winscp/salamander/MenuInterface.cpp | 2 +- src/plugins/winscp/salamander/MenuInterface.h | 2 +- src/plugins/winscp/salamander/Precomp.h | 2 +- src/plugins/winscp/salamander/Salamand.cpp | 2 +- src/plugins/winscp/salamander/Salamand.h | 2 +- .../salamander/SalamandConfiguration.cpp | 2 +- .../winscp/salamander/SalamandConfiguration.h | 2 +- .../winscp/salamander/SalamandHelp.cpp | 2 +- .../winscp/salamander/SalamandInterface.cpp | 2 +- .../winscp/salamander/SalamandQueue.cpp | 2 +- src/plugins/winscp/salamander/SalamandQueue.h | 2 +- .../salamander/SalamanderPreferences.cpp | 2 +- .../winscp/salamander/SalamanderPreferences.h | 2 +- .../translate.salamander.base.ini | 30 +- src/plugins/wmobile/dialogs.cpp | 2 +- src/plugins/wmobile/dialogs.h | 2 +- src/plugins/wmobile/fs1.cpp | 2 +- src/plugins/wmobile/fs2.cpp | 2 +- .../help/hh/wmobile/dlgboxes_chattr.htm | 5 +- .../help/hh/wmobile/introduction_intro.htm | 5 +- src/plugins/wmobile/lang/lang.rc2 | 3 +- src/plugins/wmobile/precomp.cpp | 2 +- src/plugins/wmobile/precomp.h | 2 +- src/plugins/wmobile/rapi.cpp | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4864 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4822 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4322 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4280 -> 0 bytes src/plugins/wmobile/versinfo.rh2 | 4 +- src/plugins/wmobile/wmobile.cpp | 4 +- src/plugins/wmobile/wmobile.h | 2 +- src/plugins/wmobile/wmobile.rc2 | 3 +- src/plugins/zip/add.cpp | 4 +- src/plugins/zip/add_del.cpp | 6 +- src/plugins/zip/add_del.h | 2 +- src/plugins/zip/bits.cpp | 2 +- src/plugins/zip/chicon.cpp | 2 +- src/plugins/zip/chicon.h | 2 +- src/plugins/zip/common.cpp | 4 +- src/plugins/zip/common.h | 4 +- src/plugins/zip/common2.cpp | 2 +- src/plugins/zip/config.h | 2 +- src/plugins/zip/const.cpp | 2 +- src/plugins/zip/crypt.cpp | 2 +- src/plugins/zip/crypt.h | 2 +- src/plugins/zip/deflate.cpp | 2 +- src/plugins/zip/deflate.h | 2 +- src/plugins/zip/del.cpp | 2 +- src/plugins/zip/dialogs.cpp | 2 +- src/plugins/zip/dialogs.h | 2 +- src/plugins/zip/dialogs2.cpp | 2 +- src/plugins/zip/dialogs3.cpp | 2 +- src/plugins/zip/explode.cpp | 2 +- src/plugins/zip/explode.h | 2 +- src/plugins/zip/extract.cpp | 2 +- src/plugins/zip/extract.h | 2 +- src/plugins/zip/help/hh/zip/faq_faq.htm | 5 +- src/plugins/zip/help/hh/zip/files/sample.set | 4 +- .../zip/help/hh/zip/introduction_intro.htm | 5 +- src/plugins/zip/help/hh/zip/sfx_cmdline.htm | 5 +- src/plugins/zip/help/hh/zip/sfx_creating.htm | 5 +- src/plugins/zip/help/hh/zip/sfx_intro.htm | 5 +- src/plugins/zip/help/hh/zip/sfx_sfx.htm | 5 +- .../zip/help/hh/zip/sfxset_dlgitems.htm | 7 +- src/plugins/zip/help/hh/zip/sfxset_menu.htm | 5 +- .../zip/help/hh/zip/sfxset_settings.htm | 5 +- src/plugins/zip/help/hh/zip/sfxset_texts.htm | 5 +- .../zip/help/hh/zip/sfxset_waiting.htm | 5 +- .../zip/help/hh/zip/usingzip_comments.htm | 5 +- .../zip/help/hh/zip/usingzip_config.htm | 9 +- .../zip/help/hh/zip/usingzip_packdlg.htm | 5 +- src/plugins/zip/help/hh/zip/usingzip_test.htm | 5 +- src/plugins/zip/inflate.cpp | 2 +- src/plugins/zip/inflate.h | 2 +- src/plugins/zip/iosfxset.cpp | 2 +- src/plugins/zip/iosfxset.h | 2 +- src/plugins/zip/lang/lang.rc2 | 3 +- src/plugins/zip/list.cpp | 2 +- src/plugins/zip/list.h | 2 +- src/plugins/zip/main.cpp | 4 +- src/plugins/zip/main.h | 2 +- src/plugins/zip/memapi.cpp | 2 +- src/plugins/zip/memapi.h | 2 +- src/plugins/zip/precomp.cpp | 2 +- src/plugins/zip/precomp.h | 2 +- src/plugins/zip/prevsfx.cpp | 2 +- src/plugins/zip/prevsfx.h | 2 +- src/plugins/zip/repair.cpp | 2 +- src/plugins/zip/repair.h | 2 +- src/plugins/zip/selfextr/RESOURCE.H | 2 +- src/plugins/zip/selfextr/SELFEXTR.RC | 4 +- src/plugins/zip/selfextr/comdefs.h | 2 +- src/plugins/zip/selfextr/dialog.cpp | 2 +- src/plugins/zip/selfextr/dialog.h | 2 +- src/plugins/zip/selfextr/extended.cpp | 2 +- src/plugins/zip/selfextr/extended.h | 2 +- src/plugins/zip/selfextr/extract.cpp | 2 +- src/plugins/zip/selfextr/extract.h | 2 +- src/plugins/zip/selfextr/inflate.cpp | 2 +- src/plugins/zip/selfextr/inflate.h | 2 +- .../language/chinesesimplified/texts.h | 2 +- .../language/chinesesimplified/texts.txt | 12 +- .../zip/selfextr/language/czech/texts.h | 2 +- .../zip/selfextr/language/czech/texts.txt | 8 +- .../zip/selfextr/language/dutch/texts.h | 2 +- .../zip/selfextr/language/dutch/texts.txt | 4 +- .../zip/selfextr/language/english/texts.h | 2 +- .../zip/selfextr/language/english/texts.txt | 4 +- .../zip/selfextr/language/french/texts.h | 2 +- .../zip/selfextr/language/french/texts.txt | 6 +- .../zip/selfextr/language/german/texts.h | 2 +- .../zip/selfextr/language/german/texts.txt | 4 +- .../zip/selfextr/language/hungarian/texts.h | 2 +- .../zip/selfextr/language/hungarian/texts.txt | 12 +- .../zip/selfextr/language/romanian/texts.h | 2 +- .../zip/selfextr/language/romanian/texts.txt | 4 +- .../zip/selfextr/language/russian/texts.h | 2 +- .../zip/selfextr/language/russian/texts.txt | 12 +- .../zip/selfextr/language/slovak/texts.h | 2 +- .../zip/selfextr/language/slovak/texts.txt | 10 +- .../zip/selfextr/language/spanish/texts.h | 2 +- .../zip/selfextr/language/spanish/texts.txt | 8 +- src/plugins/zip/selfextr/selfextr.cpp | 2 +- src/plugins/zip/selfextr/selfextr.h | 2 +- src/plugins/zip/selfextr/strings.h | 2 +- src/plugins/zip/sfxmake/crc32.cpp | 2 +- src/plugins/zip/sfxmake/crc32.h | 2 +- src/plugins/zip/sfxmake/precomp.cpp | 2 +- src/plugins/zip/sfxmake/precomp.h | 2 +- src/plugins/zip/sfxmake/sfxmake.cpp | 4 +- src/plugins/zip/sfxmake/sfxmake.h | 2 +- src/plugins/zip/sfxmake/sfxmake.rc | 4 +- src/plugins/zip/trees.cpp | 2 +- src/plugins/zip/typecons.h | 2 +- src/plugins/zip/unbzip2.cpp | 2 +- src/plugins/zip/unbzip2.h | 2 +- src/plugins/zip/unreduce.cpp | 2 +- src/plugins/zip/unreduce.h | 2 +- src/plugins/zip/unshrink.cpp | 2 +- src/plugins/zip/unshrink.h | 2 +- .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4868 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4826 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4282 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4240 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 5006 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 252 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4964 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 5028 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 252 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4986 -> 0 bytes src/plugins/zip/versinfo.rh2 | 6 +- src/plugins/zip/zip.rc2 | 3 +- src/plugins/zip/zip2sfx/checkzip.cpp | 2 +- src/plugins/zip/zip2sfx/checkzip.h | 2 +- src/plugins/zip/zip2sfx/crc32.cpp | 2 +- src/plugins/zip/zip2sfx/crc32.h | 2 +- src/plugins/zip/zip2sfx/inflate.cpp | 2 +- src/plugins/zip/zip2sfx/inflate.h | 2 +- src/plugins/zip/zip2sfx/precomp.cpp | 2 +- src/plugins/zip/zip2sfx/precomp.h | 2 +- src/plugins/zip/zip2sfx/readme.txt | 6 +- src/plugins/zip/zip2sfx/sam_cz.set | 182 +- src/plugins/zip/zip2sfx/sample.set | 4 +- src/plugins/zip/zip2sfx/texts.h | 6 +- src/plugins/zip/zip2sfx/zip2sfx.cpp | 2 +- src/plugins/zip/zip2sfx/zip2sfx.h | 2 +- src/plugins/zip/zip2sfx/zip2sfx.rc | 4 +- src/plugins/zip/zip2sfx/zip2sfx2.cpp | 2 +- src/plugins/zip/zipdll.h | 2 +- src/plugins1.cpp | 2 +- src/plugins2.cpp | 10 +- src/plugins3.cpp | 2 +- src/plugins4.cpp | 2 +- src/precomp.cpp | 2 +- src/precomp.h | 2 +- src/pwdmngr.cpp | 2 +- src/pwdmngr.h | 2 +- src/reglib/src/array.h | 2 +- src/reglib/src/precomp.cpp | 2 +- src/reglib/src/precomp.h | 2 +- src/reglib/src/regcopy.cpp | 2 +- src/reglib/src/reginmem.cpp | 2 +- src/reglib/src/registry.cpp | 2 +- src/reglib/src/regparse.cpp | 2 +- src/reglib/src/regparse.h | 2 +- src/reglib/src/regparser.rc2 | 3 +- src/reglib/src/tester.cpp | 2 +- src/regwork.cpp | 2 +- src/regwork.h | 2 +- src/safefile.cpp | 2 +- src/salamand.h | 2 +- src/salamand.rc2 | 2 +- src/salamdr1.cpp | 8 +- src/salamdr2.cpp | 6 +- src/salamdr3.cpp | 6 +- src/salamdr4.cpp | 2 +- src/salamdr5.cpp | 2 +- src/salamdr6.cpp | 2 +- src/salamdr7.cpp | 4 +- src/salbzip2.cpp | 2 +- src/salinflt.cpp | 2 +- src/salinflt.h | 2 +- src/salmon/compress.cpp | 2 +- src/salmon/compress.h | 2 +- src/salmon/config.cpp | 2 +- src/salmon/config.h | 2 +- src/salmon/dialogs.cpp | 2 +- src/salmon/dialogs.h | 2 +- src/salmon/minidump.cpp | 2 +- src/salmon/minidump.h | 2 +- src/salmon/precomp.cpp | 2 +- src/salmon/precomp.h | 2 +- src/salmon/salmon.cpp | 8 +- src/salmon/salmon.h | 2 +- src/salmon/salmon.rc | 4 +- src/salmon/upload.cpp | 6 +- src/salmon/upload.h | 2 +- src/salmoncl.cpp | 6 +- src/salmoncl.h | 2 +- src/salopen/precomp.h | 2 +- src/salopen/salopen.cpp | 4 +- src/salopen/salopen.rc | 4 +- src/salshlib.cpp | 2 +- src/salshlib.h | 2 +- src/salspawn/precomp.h | 2 +- src/salspawn/salspawn.cpp | 4 +- src/salspawn/salspawn.rc | 4 +- src/salzlib.cpp | 2 +- src/setup/doinst.c | 14 +- src/setup/infinst.c | 4 +- src/setup/infinst.h | 2 +- src/setup/instwiz.c | 4 +- src/setup/language.h | 2 +- src/setup/precomp.c | 2 +- src/setup/precomp.h | 2 +- src/setup/remove/ctxmenu.c | 2 +- src/setup/remove/ctxmenu.h | 2 +- src/setup/remove/language.h | 2 +- src/setup/remove/manifest.xml | 6 +- src/setup/remove/precomp.c | 2 +- src/setup/remove/precomp.h | 2 +- src/setup/remove/process.c | 2 +- src/setup/remove/process.h | 2 +- src/setup/remove/remove.c | 22 +- src/setup/remove/remove.rc | 8 +- src/setup/remove/remove.rc2 | 5 +- src/setup/remove/remove_cz.rc2 | 11 +- src/setup/remove/remove_de.rc2 | 7 +- src/setup/remove/remove_en.rc2 | 3 +- src/setup/remove/resource.h | 2 +- src/setup/remove/utils.c | 2 +- src/setup/remove/utils.h | 2 +- src/setup/resource.h | 2 +- src/setup/setup.rc | 34 +- src/sfx7zip/7zip.c | 2 +- src/sfx7zip/7zip.h | 2 +- src/sfx7zip/common/MyCom.h | 2 +- src/sfx7zip/common/MyGuidDef.h | 2 +- src/sfx7zip/common/MyUnknown.h | 2 +- src/sfx7zip/extract.c | 2 +- src/sfx7zip/extract.h | 2 +- src/sfx7zip/install.c | 2 +- src/sfx7zip/open.xml | 4 +- src/sfx7zip/resource.h | 2 +- src/sfx7zip/resource.rc2 | 5 +- src/sfx7zip/sfx7zip.h | 2 +- src/shares.cpp | 2 +- src/shellext/copyhook.c | 2 +- src/shellext/ctxmenu.c | 2 +- src/shellext/precomp.h | 2 +- src/shellext/shellext.c | 2 +- src/shellext/shellext.h | 2 +- src/shellext/shellext.rc | 4 +- src/shellext/shexinit.c | 2 +- src/shellib.cpp | 2 +- src/shellib.h | 2 +- src/shellsup.cpp | 6 +- src/shexreg.c | 12 +- src/shexreg.h | 106 +- src/shiconov.cpp | 2 +- src/shiconov.h | 2 +- src/snooper.cpp | 2 +- src/snooper.h | 2 +- src/sort.cpp | 2 +- src/sort.h | 2 +- src/stswnd.cpp | 2 +- src/stswnd.h | 2 +- src/svg.cpp | 2 +- src/svg.h | 2 +- src/tabwnd.cpp | 2 +- src/tabwnd.h | 2 +- src/tasklist.cpp | 16 +- src/tasklist.h | 2 +- src/thumbnl.cpp | 2 +- src/thumbnl.h | 2 +- src/toolbar.h | 2 +- src/toolbar1.cpp | 2 +- src/toolbar2.cpp | 2 +- src/toolbar3.cpp | 2 +- src/toolbar4.cpp | 2 +- src/toolbar5.cpp | 2 +- src/toolbar6.cpp | 2 +- src/toolbar7.cpp | 2 +- src/toolbar8.cpp | 2 +- src/tooltip.cpp | 2 +- src/tooltip.h | 2 +- src/translator/bitmap.cpp | 2 +- src/translator/bitmap.h | 2 +- src/translator/checklst.cpp | 2 +- src/translator/config.cpp | 2 +- src/translator/config.h | 2 +- src/translator/consts.h | 2 +- src/translator/databook.cpp | 2 +- src/translator/datacnfl.cpp | 2 +- src/translator/datadlg.cpp | 2 +- src/translator/datafind.cpp | 2 +- src/translator/datamenu.cpp | 2 +- src/translator/datamui.cpp | 2 +- src/translator/dataprj.cpp | 2 +- src/translator/datarh.cpp | 2 +- src/translator/datarh.h | 2 +- src/translator/datasel.cpp | 2 +- src/translator/datastr.cpp | 2 +- src/translator/dataui.cpp | 2 +- src/translator/dialogs.cpp | 2 +- src/translator/dialogs.h | 2 +- src/translator/dlgdummy.cpp | 2 +- src/translator/ignorelst.cpp | 2 +- src/translator/ms_init.cpp | 2 +- src/translator/oe_data.h | 2 +- src/translator/precomp.cpp | 8 +- src/translator/precomp.h | 2 +- src/translator/resource.h | 2 +- src/translator/restart.cpp | 2 +- src/translator/salmenu.cpp | 4 +- src/translator/transfrm.cpp | 2 +- src/translator/translator.cpp | 2 +- src/translator/translator.h | 2 +- src/translator/translator.rc | 4 +- src/translator/trldata.cpp | 4 +- src/translator/trldata.h | 4 +- src/translator/trlipc.cpp | 4 +- src/translator/trlipc.h | 2 +- src/translator/versinfo.cpp | 2 +- src/translator/versinfo.h | 2 +- src/translator/wndframe.cpp | 2 +- src/translator/wndframe.h | 2 +- src/translator/wndlayt.cpp | 2 +- src/translator/wndlayt.h | 2 +- src/translator/wndout.cpp | 2 +- src/translator/wndout.h | 2 +- src/translator/wndprev.cpp | 2 +- src/translator/wndprev.h | 2 +- src/translator/wndrh.cpp | 2 +- src/translator/wndrh.h | 2 +- src/translator/wndtext.cpp | 2 +- src/translator/wndtext.h | 2 +- src/translator/wndtree.cpp | 2 +- src/translator/wndtree.h | 2 +- src/tserver/config.cpp | 2 +- src/tserver/config.h | 2 +- src/tserver/dialog.h | 2 +- src/tserver/dialogs.cpp | 2 +- src/tserver/ms_init.cpp | 2 +- src/tserver/openedit.cpp | 2 +- src/tserver/openedit.h | 2 +- src/tserver/precomp.cpp | 2 +- src/tserver/precomp.h | 2 +- src/tserver/registry.cpp | 2 +- src/tserver/registry.h | 2 +- src/tserver/tablist.cpp | 2 +- src/tserver/tablist.h | 2 +- src/tserver/tserver.cpp | 2 +- src/tserver/tserver.h | 2 +- src/tserver/tserver.rc | 6 +- src/tserver/tserver.rc2 | 3 +- src/tserver/window.cpp | 2 +- src/usermenu.h | 2 +- .../lang/Intermediate/english.slg.recipe | 11 - .../Release_x64/lang/Intermediate/lang.res | Bin 225584 -> 0 bytes .../lang.tlog/lang.lastbuildstate | 2 - .../lang.tlog/link.command.1.tlog | Bin 1102 -> 0 bytes .../Intermediate/lang.tlog/link.read.1.tlog | Bin 2598 -> 0 bytes .../lang.tlog/link.secondary.1.tlog | 1 - .../Intermediate/lang.tlog/link.write.1.tlog | Bin 376 -> 0 bytes .../Intermediate/lang.tlog/rc.command.1.tlog | Bin 536 -> 0 bytes .../Intermediate/lang.tlog/rc.read.1.tlog | Bin 3578 -> 0 bytes .../Intermediate/lang.tlog/rc.write.1.tlog | Bin 306 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4162 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4120 -> 0 bytes .../salamander/Release_x64/lang/english.slg | Bin 231936 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 5018 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4976 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4694 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4652 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4638 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4596 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4706 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4664 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4612 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4570 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4790 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4748 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4792 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 252 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4750 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4696 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4654 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4698 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 252 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4656 -> 0 bytes .../STL/std.compat.ixx.ifc.dt.d.json | 10 - .../STL/std.compat.ixx.ifc.dt.module.json | 26 - .../std.compat.ixx.ifc.dt.module.json.command | Bin 4946 -> 0 bytes .../microsoft/STL/std.ixx.ifc.dt.d.json | 251 - .../microsoft/STL/std.ixx.ifc.dt.module.json | 22 - .../STL/std.ixx.ifc.dt.module.json.command | Bin 4904 -> 0 bytes src/versinfo.cpp | 2 +- src/versinfo.h | 2 +- src/versinfo.rh2 | 6 +- src/viewer.cpp | 2 +- src/viewer.h | 2 +- src/viewer2.cpp | 2 +- src/viewer3.cpp | 2 +- src/worker.cpp | 6 +- src/worker.h | 2 +- src/zip.cpp | 2 +- src/zip.h | 2 +- tools/README.md | 1 + tools/natvis/opensal.natvis | 2 +- tools/salbreak/md5.cpp | 2 +- tools/salbreak/md5.h | 2 +- tools/salbreak/resource.h | 2 +- tools/salbreak/salbreak.cpp | 2 +- tools/salbreak/salbreak.h | 2 +- tools/salbreak/salbreak.rc2 | 3 +- tools/salbreak/tasklist.cpp | 18 +- tools/salbreak/tasklist.h | 2 +- translations/chinesesimplified/7zip.slt | 4 +- translations/chinesesimplified/automation.slt | 4 +- translations/chinesesimplified/checksum.slt | 4 +- translations/chinesesimplified/checkver.slt | 6 +- translations/chinesesimplified/dbviewer.slt | 4 +- translations/chinesesimplified/diskmap.slt | 4 +- translations/chinesesimplified/filecomp.slt | 4 +- translations/chinesesimplified/ftp.slt | 6 +- translations/chinesesimplified/ieviewer.slt | 6 +- translations/chinesesimplified/mmviewer.slt | 4 +- translations/chinesesimplified/nethood.slt | 4 +- translations/chinesesimplified/pak.slt | 4 +- translations/chinesesimplified/peviewer.slt | 6 +- translations/chinesesimplified/pictview.slt | 4 +- translations/chinesesimplified/regedt.slt | 4 +- translations/chinesesimplified/renamer.slt | 4 +- translations/chinesesimplified/salamand.slt | 20 +- translations/chinesesimplified/splitcbn.slt | 4 +- translations/chinesesimplified/tar.slt | 6 +- translations/chinesesimplified/unarj.slt | 4 +- translations/chinesesimplified/uncab.slt | 4 +- translations/chinesesimplified/unchm.slt | 6 +- translations/chinesesimplified/undelete.slt | 4 +- translations/chinesesimplified/unfat.slt | 4 +- translations/chinesesimplified/uniso.slt | 8 +- translations/chinesesimplified/unlha.slt | 4 +- translations/chinesesimplified/unmime.slt | 4 +- translations/chinesesimplified/unrar.slt | 4 +- translations/chinesesimplified/wmobile.slt | 4 +- translations/chinesesimplified/zip.slt | 10 +- translations/czech/7zip.slt | 4 +- translations/czech/automation.slt | 4 +- translations/czech/checksum.slt | 4 +- translations/czech/checkver.slt | 6 +- translations/czech/dbviewer.slt | 4 +- translations/czech/diskmap.slt | 4 +- translations/czech/filecomp.slt | 4 +- translations/czech/ftp.slt | 6 +- translations/czech/ieviewer.slt | 6 +- translations/czech/mmviewer.slt | 4 +- translations/czech/nethood.slt | 4 +- translations/czech/pak.slt | 4 +- translations/czech/peviewer.slt | 6 +- translations/czech/pictview.slt | 4 +- translations/czech/regedt.slt | 4 +- translations/czech/renamer.slt | 4 +- translations/czech/salamand.slt | 20 +- translations/czech/splitcbn.slt | 4 +- translations/czech/tar.slt | 6 +- translations/czech/unarj.slt | 4 +- translations/czech/uncab.slt | 4 +- translations/czech/unchm.slt | 6 +- translations/czech/undelete.slt | 4 +- translations/czech/unfat.slt | 4 +- translations/czech/uniso.slt | 8 +- translations/czech/unlha.slt | 4 +- translations/czech/unmime.slt | 4 +- translations/czech/unrar.slt | 4 +- translations/czech/wmobile.slt | 4 +- translations/czech/zip.slt | 4 +- translations/dutch/7zip.slt | 4 +- translations/dutch/automation.slt | 4 +- translations/dutch/checksum.slt | 4 +- translations/dutch/checkver.slt | 6 +- translations/dutch/dbviewer.slt | 4 +- translations/dutch/diskmap.slt | 4 +- translations/dutch/filecomp.slt | 4 +- translations/dutch/ftp.slt | 6 +- translations/dutch/ieviewer.slt | 6 +- translations/dutch/mmviewer.slt | 4 +- translations/dutch/nethood.slt | 4 +- translations/dutch/pak.slt | 4 +- translations/dutch/peviewer.slt | 6 +- translations/dutch/pictview.slt | 6 +- translations/dutch/regedt.slt | 4 +- translations/dutch/renamer.slt | 4 +- translations/dutch/salamand.slt | 22 +- translations/dutch/splitcbn.slt | 4 +- translations/dutch/tar.slt | 6 +- translations/dutch/unarj.slt | 4 +- translations/dutch/uncab.slt | 4 +- translations/dutch/unchm.slt | 6 +- translations/dutch/undelete.slt | 4 +- translations/dutch/unfat.slt | 4 +- translations/dutch/uniso.slt | 8 +- translations/dutch/unlha.slt | 4 +- translations/dutch/unmime.slt | 4 +- translations/dutch/unrar.slt | 4 +- translations/dutch/wmobile.slt | 4 +- translations/dutch/zip.slt | 10 +- translations/french/7zip.slt | 4 +- translations/french/automation.slt | 4 +- translations/french/checksum.slt | 4 +- translations/french/checkver.slt | 6 +- translations/french/dbviewer.slt | 4 +- translations/french/diskmap.slt | 4 +- translations/french/filecomp.slt | 4 +- translations/french/ftp.slt | 6 +- translations/french/ieviewer.slt | 6 +- translations/french/mmviewer.slt | 4 +- translations/french/nethood.slt | 4 +- translations/french/pak.slt | 4 +- translations/french/peviewer.slt | 6 +- translations/french/pictview.slt | 4 +- translations/french/regedt.slt | 4 +- translations/french/renamer.slt | 4 +- translations/french/salamand.slt | 28 +- translations/french/splitcbn.slt | 4 +- translations/french/tar.slt | 6 +- translations/french/unarj.slt | 4 +- translations/french/uncab.slt | 4 +- translations/french/unchm.slt | 6 +- translations/french/undelete.slt | 4 +- translations/french/unfat.slt | 4 +- translations/french/uniso.slt | 8 +- translations/french/unlha.slt | 4 +- translations/french/unmime.slt | 4 +- translations/french/unrar.slt | 4 +- translations/french/wmobile.slt | 4 +- translations/french/zip.slt | 10 +- translations/german/7zip.slt | 4 +- translations/german/automation.slt | 4 +- translations/german/checksum.slt | 4 +- translations/german/checkver.slt | 6 +- translations/german/dbviewer.slt | 4 +- translations/german/diskmap.slt | 4 +- translations/german/filecomp.slt | 4 +- translations/german/ftp.slt | 6 +- translations/german/ieviewer.slt | 6 +- translations/german/mmviewer.slt | 4 +- translations/german/nethood.slt | 4 +- translations/german/pak.slt | 4 +- translations/german/peviewer.slt | 6 +- translations/german/pictview.slt | 4 +- translations/german/regedt.slt | 4 +- translations/german/renamer.slt | 4 +- translations/german/salamand.slt | 20 +- translations/german/splitcbn.slt | 4 +- translations/german/tar.slt | 6 +- translations/german/unarj.slt | 4 +- translations/german/uncab.slt | 4 +- translations/german/unchm.slt | 6 +- translations/german/undelete.slt | 4 +- translations/german/unfat.slt | 4 +- translations/german/uniso.slt | 8 +- translations/german/unlha.slt | 4 +- translations/german/unmime.slt | 4 +- translations/german/unrar.slt | 4 +- translations/german/wmobile.slt | 4 +- translations/german/zip.slt | 4 +- translations/hungarian/7zip.slt | 4 +- translations/hungarian/automation.slt | 4 +- translations/hungarian/checksum.slt | 4 +- translations/hungarian/checkver.slt | 6 +- translations/hungarian/dbviewer.slt | 4 +- translations/hungarian/diskmap.slt | 4 +- translations/hungarian/filecomp.slt | 4 +- translations/hungarian/ftp.slt | 6 +- translations/hungarian/ieviewer.slt | 6 +- translations/hungarian/mmviewer.slt | 4 +- translations/hungarian/nethood.slt | 4 +- translations/hungarian/pak.slt | 4 +- translations/hungarian/peviewer.slt | 6 +- translations/hungarian/pictview.slt | 4 +- translations/hungarian/regedt.slt | 4 +- translations/hungarian/renamer.slt | 4 +- translations/hungarian/salamand.slt | 20 +- translations/hungarian/splitcbn.slt | 4 +- translations/hungarian/tar.slt | 6 +- translations/hungarian/unarj.slt | 4 +- translations/hungarian/uncab.slt | 4 +- translations/hungarian/unchm.slt | 6 +- translations/hungarian/undelete.slt | 4 +- translations/hungarian/unfat.slt | 4 +- translations/hungarian/uniso.slt | 8 +- translations/hungarian/unlha.slt | 4 +- translations/hungarian/unmime.slt | 4 +- translations/hungarian/unrar.slt | 4 +- translations/hungarian/wmobile.slt | 4 +- translations/hungarian/zip.slt | 10 +- translations/romanian/7zip.slt | 4 +- translations/romanian/automation.slt | 4 +- translations/romanian/checksum.slt | 4 +- translations/romanian/checkver.slt | 6 +- translations/romanian/dbviewer.slt | 4 +- translations/romanian/diskmap.slt | 4 +- translations/romanian/filecomp.slt | 4 +- translations/romanian/ftp.slt | 6 +- translations/romanian/ieviewer.slt | 6 +- translations/romanian/mmviewer.slt | 4 +- translations/romanian/nethood.slt | 4 +- translations/romanian/pak.slt | 4 +- translations/romanian/peviewer.slt | 6 +- translations/romanian/pictview.slt | 4 +- translations/romanian/regedt.slt | 4 +- translations/romanian/renamer.slt | 4 +- translations/romanian/salamand.slt | 20 +- translations/romanian/splitcbn.slt | 4 +- translations/romanian/tar.slt | 6 +- translations/romanian/unarj.slt | 4 +- translations/romanian/uncab.slt | 4 +- translations/romanian/unchm.slt | 6 +- translations/romanian/undelete.slt | 4 +- translations/romanian/unfat.slt | 4 +- translations/romanian/uniso.slt | 8 +- translations/romanian/unlha.slt | 4 +- translations/romanian/unmime.slt | 4 +- translations/romanian/unrar.slt | 4 +- translations/romanian/wmobile.slt | 4 +- translations/romanian/zip.slt | 4 +- translations/russian/7zip.slt | 4 +- translations/russian/automation.slt | 4 +- translations/russian/checksum.slt | 4 +- translations/russian/checkver.slt | 6 +- translations/russian/dbviewer.slt | 4 +- translations/russian/diskmap.slt | 4 +- translations/russian/filecomp.slt | 4 +- translations/russian/ftp.slt | 6 +- translations/russian/ieviewer.slt | 6 +- translations/russian/mmviewer.slt | 4 +- translations/russian/nethood.slt | 4 +- translations/russian/pak.slt | 4 +- translations/russian/peviewer.slt | 6 +- translations/russian/pictview.slt | 4 +- translations/russian/regedt.slt | 4 +- translations/russian/renamer.slt | 4 +- translations/russian/salamand.slt | 20 +- translations/russian/splitcbn.slt | 4 +- translations/russian/tar.slt | 6 +- translations/russian/unarj.slt | 4 +- translations/russian/uncab.slt | 4 +- translations/russian/unchm.slt | 6 +- translations/russian/undelete.slt | 4 +- translations/russian/unfat.slt | 4 +- translations/russian/uniso.slt | 8 +- translations/russian/unlha.slt | 4 +- translations/russian/unmime.slt | 4 +- translations/russian/unrar.slt | 4 +- translations/russian/wmobile.slt | 4 +- translations/russian/zip.slt | 4 +- translations/slovak/7zip.slt | 4 +- translations/slovak/automation.slt | 4 +- translations/slovak/checksum.slt | 4 +- translations/slovak/checkver.slt | 6 +- translations/slovak/dbviewer.slt | 4 +- translations/slovak/diskmap.slt | 4 +- translations/slovak/filecomp.slt | 4 +- translations/slovak/ftp.slt | 6 +- translations/slovak/ieviewer.slt | 6 +- translations/slovak/mmviewer.slt | 4 +- translations/slovak/nethood.slt | 4 +- translations/slovak/pak.slt | 4 +- translations/slovak/peviewer.slt | 6 +- translations/slovak/pictview.slt | 4 +- translations/slovak/regedt.slt | 4 +- translations/slovak/renamer.slt | 4 +- translations/slovak/salamand.slt | 20 +- translations/slovak/splitcbn.slt | 4 +- translations/slovak/tar.slt | 6 +- translations/slovak/unarj.slt | 4 +- translations/slovak/uncab.slt | 4 +- translations/slovak/unchm.slt | 6 +- translations/slovak/undelete.slt | 4 +- translations/slovak/unfat.slt | 4 +- translations/slovak/uniso.slt | 8 +- translations/slovak/unlha.slt | 4 +- translations/slovak/unmime.slt | 4 +- translations/slovak/unrar.slt | 4 +- translations/slovak/wmobile.slt | 4 +- translations/slovak/zip.slt | 4 +- translations/spanish/7zip.slt | 4 +- translations/spanish/automation.slt | 4 +- translations/spanish/checksum.slt | 4 +- translations/spanish/checkver.slt | 6 +- translations/spanish/dbviewer.slt | 4 +- translations/spanish/diskmap.slt | 4 +- translations/spanish/filecomp.slt | 4 +- translations/spanish/ftp.slt | 6 +- translations/spanish/ieviewer.slt | 6 +- translations/spanish/mmviewer.slt | 4 +- translations/spanish/nethood.slt | 4 +- translations/spanish/pak.slt | 4 +- translations/spanish/peviewer.slt | 6 +- translations/spanish/pictview.slt | 4 +- translations/spanish/regedt.slt | 4 +- translations/spanish/renamer.slt | 4 +- translations/spanish/salamand.slt | 20 +- translations/spanish/splitcbn.slt | 4 +- translations/spanish/tar.slt | 6 +- translations/spanish/unarj.slt | 4 +- translations/spanish/uncab.slt | 4 +- translations/spanish/unchm.slt | 6 +- translations/spanish/undelete.slt | 4 +- translations/spanish/unfat.slt | 4 +- translations/spanish/uniso.slt | 8 +- translations/spanish/unlha.slt | 4 +- translations/spanish/unmime.slt | 4 +- translations/spanish/unrar.slt | 4 +- translations/spanish/wmobile.slt | 4 +- translations/spanish/zip.slt | 10 +- 2835 files changed, 22929 insertions(+), 31003 deletions(-) delete mode 100644 Instalator/lang/english.slg delete mode 100644 Instalator/salamand.exe delete mode 100644 Instalator/salmon.exe delete mode 100644 Instalator/setup.exe create mode 100644 Installer/toolbars/Back.svg create mode 100644 Installer/toolbars/CalculateDirectorySizes.svg create mode 100644 Installer/toolbars/CalculateOccupiedSpace.svg create mode 100644 Installer/toolbars/ChangeAttributes.svg create mode 100644 Installer/toolbars/ChangeCase.svg create mode 100644 Installer/toolbars/ChangeDirectory.svg create mode 100644 Installer/toolbars/ClipboardCopy.svg create mode 100644 Installer/toolbars/ClipboardCut.svg create mode 100644 Installer/toolbars/ClipboardPaste.svg create mode 100644 Installer/toolbars/CommandShell.svg create mode 100644 Installer/toolbars/CompareDirectories.svg create mode 100644 Installer/toolbars/Configuration.svg create mode 100644 Installer/toolbars/ConnectNetworkDrive.svg create mode 100644 Installer/toolbars/Convert.svg create mode 100644 Installer/toolbars/Copy.svg create mode 100644 Installer/toolbars/CreateDirectory.svg create mode 100644 Installer/toolbars/Delete.svg create mode 100644 Installer/toolbars/Disconnect.svg create mode 100644 Installer/toolbars/DriveInformation.svg create mode 100644 Installer/toolbars/Edit.svg create mode 100644 Installer/toolbars/EditNewFile.svg create mode 100644 Installer/toolbars/Email.svg create mode 100644 Installer/toolbars/Filter.svg create mode 100644 Installer/toolbars/FindFilesAndDirectories.svg create mode 100644 Installer/toolbars/FocusNameInOtherPanel.svg create mode 100644 Installer/toolbars/Forward.svg create mode 100644 Installer/toolbars/GoToHotPath.svg create mode 100644 Installer/toolbars/GoToPathfromOtherPanel.svg create mode 100644 Installer/toolbars/GoToShortcutTarget.svg create mode 100644 Installer/toolbars/HelpContents.svg create mode 100644 Installer/toolbars/HideSelectedNames.svg create mode 100644 Installer/toolbars/HideUnselectedNames.svg create mode 100644 Installer/toolbars/Modify.svg create mode 100644 Installer/toolbars/Move.svg create mode 100644 Installer/toolbars/MoveItemDown.svg create mode 100644 Installer/toolbars/MoveItemUp.svg create mode 100644 Installer/toolbars/NTFSCompress.svg create mode 100644 Installer/toolbars/NTFSUncompress.svg create mode 100644 Installer/toolbars/New.svg create mode 100644 Installer/toolbars/OpenFolder.svg create mode 100644 Installer/toolbars/OpenNameinOtherPanel.svg create mode 100644 Installer/toolbars/Pack.svg create mode 100644 Installer/toolbars/ParentDirectory.svg create mode 100644 Installer/toolbars/PasteShortcut.svg create mode 100644 Installer/toolbars/Properties.svg create mode 100644 Installer/toolbars/QuickRename.svg create mode 100644 Installer/toolbars/Refresh.svg create mode 100644 Installer/toolbars/RootDirectory.svg create mode 100644 Installer/toolbars/Security.svg create mode 100644 Installer/toolbars/SelectAll.svg create mode 100644 Installer/toolbars/SharedDirectories.svg create mode 100644 Installer/toolbars/ShowHiddenNames.svg create mode 100644 Installer/toolbars/SmartColumnMode.svg create mode 100644 Installer/toolbars/SortByAttributes.svg create mode 100644 Installer/toolbars/SortByDate.svg create mode 100644 Installer/toolbars/SortByExtension.svg create mode 100644 Installer/toolbars/SortByName.svg create mode 100644 Installer/toolbars/SortBySize.svg create mode 100644 Installer/toolbars/SwapPanels.svg create mode 100644 Installer/toolbars/Unpack.svg create mode 100644 Installer/toolbars/UnselectAll.svg create mode 100644 Installer/toolbars/UserMenu.svg create mode 100644 Installer/toolbars/View.svg create mode 100644 Installer/toolbars/Views.svg create mode 100644 Installer/toolbars/WhatIsThis.svg create mode 100644 create_express_installer.ps1 create mode 100644 create_installer.ps1 delete mode 100644 src/plugins/7zip/doc/sfx.patch delete mode 100644 src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command create mode 100644 src/plugins/automation/generated/automation.tlb create mode 100644 src/plugins/automation/generated/dlldata.c create mode 100644 src/plugins/automation/generated/salamander_h.h create mode 100644 src/plugins/automation/generated/salamander_i.c create mode 100644 src/plugins/automation/generated/salamander_p.c delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/SalPVEnv_x86/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/SalPVEnv_x86/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/SalPVEnv_x86/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/SalPVEnv_x86/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/SalPVEnv_x86/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/SalPVEnv_x86/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/english.slg.recipe delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.res delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/lang.lastbuildstate delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/link.command.1.tlog delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/link.read.1.tlog delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/link.secondary.1.tlog delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/link.write.1.tlog delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/rc.command.1.tlog delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/rc.read.1.tlog delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/rc.write.1.tlog delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salamander/Release_x64/lang/english.slg delete mode 100644 src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salspawn/salamander/Debug_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salspawn/salamander/Debug_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salspawn/salamander/Debug_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salspawn/salamander/Debug_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salspawn/salamander/Debug_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salspawn/salamander/Debug_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Debug_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Debug_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Release_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Release_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x64/plugins/Intermediate/salextx64/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command delete mode 100644 src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json delete mode 100644 src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json delete mode 100644 src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command diff --git a/.gitignore b/.gitignore index f3c1d45c..ec5d6c60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,89 +1,35 @@ -# OS files -.DS_Store -.cache -Thumbs.db -# Python artifacts -/tools/salamander_tools.egg-info/ -# Visual Studio cache/options directory -.vs/ -*.aps -*.vcxproj.user -/src/plugins/automation/generated/automation.tlb -/src/plugins/automation/generated/dlldata.c -/src/plugins/automation/generated/salamander_h.h -/src/plugins/automation/generated/salamander_i.c -/src/plugins/automation/generated/salamander_p.c -src/plugins/7zip/vcxproj/7ZA/salamander/Debug_x64 -src/plugins/7zip/vcxproj/7zwrapper/salamander/Debug_x64 -src/plugins/7zip/vcxproj/salamander/Debug_x64 -src/plugins/automation/vcxproj/salamander/Debug_x64 -src/plugins/checksum/vcxproj/salamander/Debug_x64 -src/plugins/checkver/vcxproj/salamander/Debug_x64 -src/plugins/dbviewer/vcxproj/salamander/Debug_x64 -src/plugins/demomenu/vcxproj/salamander/Debug_x64 -src/plugins/demoplug/vcxproj/salamander/Debug_x64 -src/plugins/demoview/vcxproj/salamander/Debug_x64 -src/plugins/diskmap/vcxproj/salamander/Debug_x64 -src/plugins/filecomp/vcxproj/fcremote/salamander/Debug_x64 -src/plugins/filecomp/vcxproj/salamander/Debug_x64 -src/plugins/folders/vcxproj/salamander/Debug_x64 -src/plugins/ftp/vcxproj/salamander/Debug_x64 -src/plugins/ieviewer/vcxproj/salamander/Debug_x64 -src/plugins/mmviewer/vcxproj/salamander/Debug_x64 -src/plugins/nethood/vcxproj/salamander/Debug_x64 -src/plugins/pak/vcxproj/salamander/Debug_x64 -src/plugins/peviewer/vcxproj/salamander/Debug_x64 -src/plugins/pictview/vcxproj/exif/salamander/Debug_x64 -src/plugins/pictview/vcxproj/salamander/Debug_x64 -src/plugins/portables/vcxproj/salamander/Debug_x64 -src/plugins/regedt/vcxproj/salamander/Debug_x64 -src/plugins/renamer/vcxproj/salamander/Debug_x64 -src/plugins/splitcbn/vcxproj/salamander/Debug_x64 -src/plugins/tar/vcxproj/salamander/Debug_x64 -src/plugins/unarj/vcxproj/salamander/Debug_x64 -src/plugins/uncab/vcxproj/salamander/Debug_x64 -src/plugins/unchm/vcxproj/chmlib/salamander/Debug_x64 -src/plugins/unchm/vcxproj/salamander/Debug_x64 -src/plugins/undelete/vcxproj/salamander/Debug_x64 -src/plugins/unfat/vcxproj/salamander/Debug_x64 -src/plugins/uniso/vcxproj/salamander/Debug_x64 -src/plugins/unlha/vcxproj/salamander/Debug_x64 -src/plugins/unmime/vcxproj/salamander/Debug_x64 -src/plugins/unole/vcxproj/salamander/Debug_x64 -src/plugins/unrar/vcxproj/salamander/Debug_x64 -src/plugins/wmobile/vcxproj/salamander/Debug_x64 -src/plugins/zip/vcxproj/salamander/Debug_x64 -src/vcxproj/salamander/Debug_x64 -src/vcxproj/salmon/salamander/Debug_x64 -src/vcxproj/sqlite/salamander/Debug_x64 -src/vcxproj/salamander/Release_x64 -src/vcxproj/salmon/salamander/Release_x64 -src/vcxproj/sqlite/salamander/Release_x64 -**/Intermediate/ +# Visual Studio build artifacts +[Dd]ebug/ +[Rr]elease/ +x64/ +x86/ +[Dd]ebug_x64/ +[Rr]elease_x64/ +[Dd]ebug_x86/ +[Rr]elease_x86/ *.obj -*.pdb -*.exe *.res +*.pdb *.tlog -*.recipe +*.lastbuildstate +*.idb +*.ilk +*.pch *.iobj *.ipdb -*.log -*.err -rebuild_times.log -src/vcxproj/rebuild_debug_x86.log -src/vcxproj/rebuild_debug_x86.log.err -src/vcxproj/rebuild_debug_x86.log.wrn -*.log -*.err -src/vcxproj/rebuild_debug_x64.log.wrn -src/vcxproj/rebuild_release_x86.log.wrn -.claude/settings.local.json -nul -tmpclaude* -*.bak -*.backup +*.exp +*.lib +*.recipe +*.slg +*.module.json +*.ixx.ifc.dt.d.json +*.suo +*.user +.vs/ + +# Binaries +*.exe +*.dll -# Wyjątek dla gotowego instalatora -!Instalator/ -!Instalator/** +# Patches and temp files +*.patch diff --git a/CZECH_TRANSLATION_VERIFICATION_FINAL.md b/CZECH_TRANSLATION_VERIFICATION_FINAL.md index 784ae53a..71c620ca 100644 --- a/CZECH_TRANSLATION_VERIFICATION_FINAL.md +++ b/CZECH_TRANSLATION_VERIFICATION_FINAL.md @@ -249,3 +249,4 @@ These scripts can be re-run at any time to verify translation progress. --- **End of Report** + diff --git a/Instalator/lang/english.slg b/Instalator/lang/english.slg deleted file mode 100644 index 4c939f0da4e3e5d6ab1c0ba3c09ad0c472976bcf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 231936 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

}?OoN63K_%8 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 z B&t7f+cal3W%FWodA!I+BFVEqx-2q&^W{sp#`}z+MfC@B0I6wx{r0~65vf>DuHwG_K_Hp> z$cvuW0sx(j2IUmSOAj>b?gd=6hMu$DJ}IMBgQkP})y|J2R&>i!kO zS&b^psZodg&@xFRGbas@A?kK}D;ikkiwVy89u9#lv^PEfj6Huc-N~FlnaKnmlKP^4EURN(NyfCLH?!+^Dxriw2-zMKPpn5=J`h>;?J*o zP?GlO2S(DICw~TNj{7G~CNm#~@r^BFVN(B(AIGDEq`r_LV=$%2+hSW|S$j84v5vsEM73 zYis<+AvR;1G8zDS&&mMckm#(uJ1cvE2f*e`_SU_#|2QlA%K=-vDvr2|lKjM0zRF*y z_ho3S=$m7&hQw2^ORRBgRaJ3Tb zo4^~*E7KWQIpcd6?oMC;o`dBqc;odWlFaSHLH8ka$-(aeJ zRLT9-7T9X*#@nj#*lNe)CTc{jZiTAHfi!becEn}HXCrl}6R*)^^Gs$~BYhWG-ko%& zZFFW@cr1M_tE0m$GqzIkss{cf_e{=Y7lpzu0ex)VoHK{!wEl=R+v4#CnMLYCEGVtF zQi1(8R!SXPI02Ske~b~V8ZKk=H(kL?G;uaj;yWfNXL9H%nj`9|a@UAR%!l8t{u`&{ z@VlVxPPg#GnKBY5-AR3EpCs9fPr{*bu>T$x2ZoGi20D+@#(WQoMOp^dxp zN%l8iMrBV3=gTL)P*)gxdV;X@H|@aa#-7$FgqOdWmj<3Gu!R>m>E$crbjuf*#_Z&mAw=I7BIU+#)QtpHSsXF9$V{{(kN@(B9A~v!v;``c zB6;g z-&bvgM?F=_)rkv^rHeX@$4Gf`-O$v!NUW`3;`aI5`worFVl^s%G@nB8Ng576ZVG>q z!l^)ks$c;7_JvY~&x21!6<+(hbLM?ctJ<0dqM-5|7Z>1bafBgtCMMTZ1i=q#}V+U~Pee3Vwp|jG= z8k+9yc`CuG`kRlVR6n)pNqM&vUlAFR(_5fd6}EuAqGD8cIE-*s4ovTTH6Q>y5$WMY zf}mHi=iyx$FoYB4Xc7~H`4&JeyV+23?1y#jXdqYM71eVzbS6& zE}uKIZdj`fum$*L3{+nchT{i6^QLTyPU$xsg^{ifjrmf6x0Z~uXp62teJ_>rB&%sK zcvy*h2?Tm^*ZL*D&%89y7?S@wF9y+tRHa%L?da!D-6>f_yc6~9T68z1JpA_|=VEf; zo)jI2r7wDCIMr?8b(mgrd39EmQrO%Gh#X*_pLw&$5Lf?m>t9g@yeYLLhnTIU{n)SE#}Ip=q*hHj|vw=Aps< zrcPdn`wv}uSK4&Ct*{Bjsle$H6>fs%Y-r$=B}Y*9_eRBTGC45! z1pdE*XX9xYJK;{lTz^qK6gQ#C9M(GxAN2HVJ;mqZ9mv$&Yv1PaMxh_rw^{_p-z4kd z8H(TjuEaAG-}|RA6fMhTD88cXnChUL|1b&6b46x#&l}409Lw|GnJI z@YIhkKmGM>bYw>gUihX?i>UmDHesk`yX#i10ZT+ufeCQGw;Vs&?L6r)_~vhFK}|rw z-=up&CQn}|DV{|Jb(>8aAVsA+lxq(c&Ea!2Q8BA>V%v2``E_58fBCSc=jo7A?JY%& zsrYd1+v}8{BT^L5C_Y`FSo0~Lk{_xp((FJq(J+`FwGm*vcEI|J$*)O(&yv4uk>&{a zAFJEM--(MfCs0=uH@{trG!tOIwwSLPpzEuCnPl_6#-6TLrnrAwNr8 z`wkT>Nd+EGSXsGknq+0|;w)Kd*lJ~En~OrUMcjnORGJfg;AC<&uF;sQe@^t`uXk29 zek{Z7Z@!tnI^BKL{bXIZ7L&3<>QvSI0aq+it}=0JF

j`l0vTPm~~rx8x2`?HAr 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

S|YEQMNM|t`?{S#u{_Vo3h9@KDDbymzT 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⪙}Vp| zo2E{J!cMLEcqpG~;@2d7L&3HtPzgRZN#ALpIX!`P9%m=e%p79V0Kyq*5Jmw42%M;0 zIKPwjq94LvvOuVMOEm<8jxTE;%?yO^y|a|g`bMzEWP8)lV_&|-7drptx$xW~y95PK|d&uN*RDnRz1pg^GHmLza5R%VwpQBF|7O>0F*A|pPP z8R2zNR#sCJgmA3Pzv8}W1HD;BKuP*;(Mn~Jv5y>u;sxVh8<3UwzTfAP$VC*Wl(_#h zvEs+il4idcbn2V1w}hqP*ACJ(F0IQnF8_is)8jJbG&?Sx*=k_OEyQ&WI)SEO%rlEe z6V)9%OIlytYla<{n+zxn#Ep808C=mAlcb)+PBqo-hbiID;9qpdF--OH4o#3`u33=@ z$I{_;>J>9D6cpt=P*7rL5B8|>dUm9bgI9+BNc*OK*r$hi+IGIBN=!E;B5YPK0EqJT zVQSnv`x<6M*G|K5Iv}3GYQ`tzyzA=MO;{4ogjJgDhDJ^RBB9xGW4iMaeRKkCs2nFY z_L02(a@X#QB@-IzI*TPj{Y>d=Qr)yMwZsZ~I=j)#4Rv<(&pWGq3Y~r4cJURhJO&B> z;AzL5z1ftAtm<-%kZ4XNm#JKA$f`jaLyi7aGy45CPSjq6KSX=uKr@LBwrP>iNQz(v zQon}rRB0mF&VnNbrG?E+}N3O!6)&bP%R{Vbr264rN5n<8SlYp zxstvLa)>;VzH5fCr<|3OwfHCTdqk4BXYHf?4aO>Q zM2M zNWrdOoo_`yoyh1t+31SS$TvEdbGAmmD{34Z{jQ|3U*exb7v5E0^bebozUP%)XNTVAxWSI^P~uL*N43WouT^nO(l@+2 zKg$ilwGz9*r0>-&`B{s&?FgcyjvDHK^0cy#+bqnUUgid2HS!2AeiFodDao=7@Y%-cdy_X7i6~7YRh-uU&tDLapJZf8yfH8v8Nli z3J&ByF=6)Cx2*NHt^h*Ej}ClFeoexAlQf4;sMsv^04|i&2IE&1)|G!7DXZzggVlO8 z_O}j=sHOj;l_%DlbUaw`_|5AIk#FCh<-5Y>3&yX@@5vjj$%^bw&+3^w#?N?{(2|Y0 z$jpU_$|v))_^hr5BLkCtg3c>Jr#ISWzqhatZm=CX^r;nnj1hhM&plU>{&;K8-Jecm zO<=dt?$48&BmF&1Lfg?l^mfZD&@Hz#9Qk{DCBw<(>K3i8PVB9uZ7)w~y-Ndv)TRmY zv)SR^*I*94WXMtMKg}F{#XUb9EO(iq)?LP5LS#?Ho2u<6AY*>Qj(r*PSNWapMRQ4U z{*9iO#n<0HGN@@BijN)>ijAxwAlp!XY-ANs=OY1-RHAtO`c}yAIKCD8V|)2y({n?y ztMih+>5AnfP>n9z*pf^Ib;8;?R;%a6!&2-YUtW3!PdJ^a&@keV%C!oc8g@otuF_Gt z0{I%inAKCVGGr)nEGkbw|T2(_uK!lXEuerrDylbu;ocLOcSIFn&udjFg}tb z(WbWro$93TSyTQlxBMEirpr5S`R~n40P&QwwU{yO8BdVXZjMvLkEBToRfqv0DP)`J znJgs78_P7fIklVHvl|N*Tb8#n@zk9{lOdw*2i3(7_adpJ;dPsrW;ga*yoPZ}T3>O7Ttn;*4LqrJ^H=e`i>7r66Zg^um2ieT)V z@%T~Z38#B3-bzDB-vVu0SbR9b6^BbCzr+ShycG8Q)N|5!L7YLP!Ql7g4>}{U$bnnS zkO@T?+X&aBiIX4yqMYnr=m*-sLYd$CeUH)F78^O4CL)6nd>0E5{)LD()HNFNJ`rK2 z^9gqLEcM;AkXUt!73Y35%_&PGi^}33(ytz~(duy4AqQ$jLe-{RpQ|M(d@bih8OiHx za@bi7V2i(@-K1{=7!oYm8i<8G4ZR@Du>tQwJ*waRnA)8_U<=Jm3R~WmJYM`WrxhwZ zrnlug$_Jh44ttx!)z?%+hQMc8HniYRTc`#9sc$XL&4Pbv z$WE?zzsYB2{=~j|fphj_y5pn%G6FL`B>R!oiEe@yI%i+zs?kxI2iC{VehizdieN+i zLqVsu5Q~-$!qY8C`VOJ7Sl}{ZgP7I=nXP51wff7rXOiapn*+t!-e#mXj-LZ1vA{!h zqGDog`0`Rzyf+=;Dzzgx(`TW~rs{A*z%=ZPeTYy2ZHf4Bus~UxV;!vt{$1;;BM<4= zU{qcg1_7S;_t&fqJjDGE-kPs96oH3AXrKgUp0{~6BjDc> zD9d905sF)HGk;r}^qOd@fE;p{4akREfJUqP4InYF05q{W7p-xAQ*6H-%(s>e ze(!C|kq48$uK`7)wC-5}R*(r;$0$2WRlwz6^56VG-$-facaX7j!;3;+EKuy+&|#nU z?0laOM(2+{0ru^@WhR@Y(~;ljBUP*vHD(uzemauA^C8mC`4sYd7p#tUazpTeyv*$U zPDIzNeQV8XZ;L}(<=W~$HqlIDXpw~e#N07Pal+)O(d*5;`WKZ_fcpl_j2@krIBS%A zsQY-EO`KTgMyVIz*Yu?GNho;H7FtQ1PRX#-wzy|D{3xNQXWHFp)*&;$UK6W#r`yv7q2tM?XX15{hhTa8C&fcKNB z2L)@!#O_4}Bq-vnX1Wo%J_p}42ELtjQpl|Oin?Mq2nn%&HSw2eD*A)M1DA=nVV?;z z!+wRW$xNaX>o|wFwWip}%gO3($p*n)x#8H=+==|GtwRkgzL#eU@nl+c?@K)mNq2Of zVbzhlQ7g>#$K?H^-W{*zM#Ll9LX}tc7CV~N%CLRZxV2UR0 z`;w{ouQ|Zic?ao!=fy+SC2#X+I$YlFZGN3kzoHUyx;xJ^ z)rlV;!1#bxudBCE(*1A`fILc2eOxc7DyR>tGv_7Bv6VudgQz2bd=~fZ-sVo}KaG}L z4`r}&?GGx!N_$;w+Dd-8^t`@Z$nRrjlaylvAs6(YbVjqe?^Bx1$8BQRQ=6>sM%dZ> zyDw<&@AS>(tJGXiz!wjSq%Pu{q~q(i1*!&PIS{;Kc+=D>;^*&6uEwI2{skQ+-@TD7 zbsW4jEFZqSt}2Ou(7xENnCjOPFdC!Rs3q8R=TNoijK17Z-ipTE7Hj23-z5-9#(st; zQI|U~>U9C<|0eZWQEpxJvl^wwU4Oo$b}GtJYB8M|-hNge2qb*f(wAs(zxKe{m#-Of z{!RuA2BoF;J-(#oe6%OIgXE;|-~6?6T2oJTi{z8ODF!-Uz0V^271FN;iQKjH!{Juc{3> z*JT=0D|n3LPju{Qc`xXEio`#jc{yN$yFU$dE4+8yxBef7Alnjoh_vb>sy4KSj|e$| zjl3kv18ieQ=f%vj-~>J_54;^S3j^^@shrJQ>-IBEafjyJa)sabSid(j_1%fYpKHb+2kK&@~<(hvOK^}OVDVI zN3WQf?^~^Qfi*_3PUo9z^4*u2?-e&6vob54ZyqmB;Pvvr%ds1tHf1i&Eb}Losb6E} zzOy8DML8cHXDR2@E@892TRZZ?8=*nh z7{3_$DS>|2>3xtHbja*4n5&)-8q(?vyaA@N!H@e^qcIHY(m&bbtws96(lbx$i6C*_ zBuqH71iv|MKd7$s)TGa&F31*82BUuGCVgg_hn&+V!{(60tC(LpUadfFFoxeUeovJd ztXb1Iv=k|D%qMDmKaqIatYYlGPPGH0-M6#JU;eyC&|iL!a4hgh5nYiYB1`)I zKq%$_X^pyRz|^dENz~}O4cN9!BQ6k0 z-+>uzDOmC(DOA>^8(XEu(4)ZHL5&(P^s82LR;Y#Y^=?OO!?v}1M6SQm=#x~J>fkRo zdO=U4RIVm%mt15SEXIpM>Q(u_fnu(plRV`@lj*HzP|EtD7hWYy)gHpo@)by4O zZl3_h9XE~Sk`H>(l#%K!5Wm)b4&7jVqW1q80Sy)g5rwep%xdGw9#nPkrnY%AZ2r~m zEpIv9;2C2YM;SwEIn0YQ2u54xBl`4 zYCN8QT={ynnDlL=g49&0b5?7kDl)>v5t>C63_(Fgw~)&S;4^uUvI~l(99p~ zCp4|7b$lXPsoC&KLLB6&M=S^V_+ypSTu-r)ztmVZQot8!_Qr{ibi{axzIeGT&BD&x zV^29f6uuISM{;$I#4xOLxOvsA+XTwfc%)G z>}yhoTyuSA75z2A&zPlp7B9@8*3%_1W(l zhP1`XXvppC?WQ5W+fWX9Y-hJJPF&&g%1}0E7xO$6^^Hu8ybH!YPwhEs1HyX6Z{sY4 zoe#p!*GXSVsfmL0ffTR^%k3(wb0n_A^(F3=tEOc!dl4v(O#( z6xz(3RanLHJ@W6wX8?0xz zWqZ8Qc$7P zE{(V)tl@qLxQ8)pc09j3)8!s5CCnGaQsbZ>4c=B6rqx>3@!%5@U3In-_R9vzx&`PQ zIh0(^`NdH>zmSxmdj+)P4ZH_H=ota~G|&b?2Fu?x=gzWk@0YS~hx&B4;eAbNSgdy% zGL^7vcHd)&T|h4g&Zgh!vqaeIr|V9(Ihq;mm^jn^~1b$HKVDuSF*7W*&Jvp z^tRk49@3rby`dR;8XnKDn7LJ!c-|<+fmr}g?9qbxO`UAh`9atRa^b^>!jTdfngi=R3!g1D8`5*WvPT4nP5N0Z0U)}~{P zeH+$>8extF?t$fKrxv|mJGDg$Wt5r+jf3qx_z*%1I9mccePNd1&eK7d+2c2s4#okq zv2-ZcI8|Sc*RGga{QWY9uZx69= zUGygD`zL=92Mg}KPd!|xS(EDFEtT{T%aC3qB3%qkF8AkrqYmN15Q;9(lRNYH5dEmA ztC^hdoxLw=fUZIDkvLVhrQlqAf0GDQK-K_c9S4V1byPN(^Ch(mZVxmqpPkuqv0CQ9 zv6VTev$k=TjsrV=ZgH$N$NOyk{N@$j=1+NU+Im=I4-)>Sgbi*&zouz_&+<0E%&X{@ zFsH_x+8dSZ5kIMyCiUKmr((E7AX#g@n7w+}BOLe&<_V zf5kx+mlj>XFrlM(fP5OA*j&-Y^Y3KP#kEJ+(fQ?;uT+9HzQ8YG=k4#?%n?KySEnh)J`V}7eO8l(jQ{ZKqD$)F!}q9z z@6wkv;s2?^cCasr+9Pgb2O$53#L*)4-B|Zk47&sPW_OjNj%{Ypg|oz+vWz()zhhp z#g=M0%9ONg<8P-z2Gr7sFVzS;U)}Q7kYG`T7rq}L)TpDQzDFOih%ZTOtu}0LSrF+h zUT|F$@SMSz!uEC*i~dDN&_CDy1owur!>rUkw5IVm@3XsjpIu5Q%)l7b7iUKf0L3SpHuF((UzE@52=|qff00AtgZr?e*fJ^?^BGRt-X@7m zdy(mQC%lQnSAXHpVLX8K;g{gc-UdEz>+h)%7;!sR)xdcngStFDsHIixvsUN~oxblU z$%R97*{3>%(QAu24Ky1>Ivj1w!)#*e$Lyp3ZKuR-cWFwjTo09{)`A-jwNqmATO>N3 z(_c?@BX&_?V(Y#1@Y&wYDL)yPURvaT!A0KQmPbK|8Mnw)?x=8-Mb%@24dK#Kd;S;h z$m<#vbaqer4i*^QPCXe_wenZ$=oZ8GGK#OS$#Qcy{vCrI@u zy}yI*`^snexzrU2p7>j(qUd5eZAqE2RrsZA7^H)j)xpJYdW(pGRW>67g=K`~9ICUxR zVcu59Bn8IfnE_p{Xq+Bob~5s7G_9_HH)PA+^Q<-49&Bhlk7;)9Ln)yCi5SQLy7O#L zcb+lH>Z;E#=DM+-3D%YLjRBED>)<~Lt-linQxk0egDqNbdxI>BDf8hP#^l@*tjHb) zx}bA#(zi3kv5ayGzPUr?56&$A5le?((%Pw1pm-RIoq>?>->F4ikDXN5)lgS`US8ux zb=6byBMm7Ggu%dy$<-l8y|=Rx^GhAb@7bZ=?k(mw?rqEb2ADd3lddzr%S#)_yYF?e z^YRj({e`S?-%-szA<8b-f33E_6IrsipyC;q;E`WO6H<|p@!XC0vxEpr?=?1VOLj8_l7;HHE zF>5GtA{t3U1e+20=0HA|2IYUS=Ubxs>#M#@#;z)iT@^IPszK+cu48)`INqCm%%uaV zsM-UKWNkP&ft7z!2%Tl-Xt*Qsc1*g1OE~|oK}!@dpO4w5DtmuHDjH9R#BFx_j7qAi zb`)Glnu(jKDj2&iFM3@eYxn_Xd8_|8WL<%n)QXSL#1U;~yp1W_Rp&K9H^y>y-;wa! z`ikWyW7;B0ayxaPvPxmt6dBWCJAp`16c+l~bZ3EA|?JBYGn6N#U*gC45!0Olt_WcWDBZ$<)E&*G} z>xlGqBDaM^uM1{1_QAEFv3J)1@Z6tIMCu_3*mZ>RIW&45@p_b2k=0nj4-tKKiw>(9 z3E$;v4bKQYbi_R6{B{*OW1;SX{di9NeRt?6>AUb%%j-_~gBbP9HDbvwuNzuw8U6g# zh9;hOracNhJ{4T@LGN&U*j^o7$>XEX)o2E@c^%G7!ce~D7=GQ!rOV^Z?*^C! zzx514Vdj+JKBNG10z00L#Izeke?3#{IJeG}J_}mjc79FVt}wp~@3@SJ4p`k&{Qk-L8ekC|Tuwhrdk zWB+&O*M{Nl{Q5u-%&(RFYJNS+{Ca`s#OPhk{OYsH&abYUG{5$F1=OYH*V~9pQgnm~ zCd7n#<;5=chk^H4(#M&3#*!X(a^LbtClj`*h!q}dI^TsKxGVhU=Y7ic=5IQ_KhYYZ z;f*(mg~jv#jFkDx+{an0oI%&~$@#a@?izdKouX3;v!oCI7+-IM&O=x&jBoNdzfEv{LuNj(sezk3&sas|ASl&xS_!_ksgQ2@kQ+b8`HR=*>l<(cvHqaC-MQ; z%*h)SiE1Shi~{&;gSHC{kP$g`!W=~y!;Aw3#-M$ayZi-n{PUQ>tEWHpU`pe?!CYe( z^ZZ0d{KgOrNjg>83iv1SDB^=QeP5In`8yBKlMQgY&l9-&0#Snqb;=W3wA%# z#&dTI#yn@zcGvYOwq@7b9Cy7=|dLN7(wruNtc) zH`d2zWRGYXIy5Wttv^009WZbIbRCTfnCD6YUpEO*1pmUM~{WJ_i-*G7@&uam}m2`Vg!D(Tm6dXL|~v{1V62?jNm_x z7(p>_X-4qco|X}e=r9V+*WH{8P0r6rOy~Ton{ziMI`w;NNBhR_^vr$5lCWmJxCz9j zHzV6z+LelD5dHLWR=c}v-R%dur%(f8Bv)Xqv>T2WZnt~Jl0@tPLvW+Vh2w+Yp<){H zYrj$9?l;!ID{h1~EphJIpC+9_Zwwol742fjD_yoOTXJ{2m7f`Xj%N|y!))^W)fchR zxRXpFc#&La%fj5r_N=ai%HQ@vHZEWDTuLz%T@^K+MxLgX)x0&WShzloHxq5`BpwoP z?~IvdDAKRpa}2MD{z>y~h`zPy+o3dD)_5RIR{VOCx&GKi1TJG!NMB-g)PzC)IQHC} zhvfFR4B6*0b6{$cDVp2vwQep#t`sKib_sdt- zhVOyfQksVm2$FOB(doI&`w1L68FSRcNtdW@{44OjWy{rDPAjpT_7Ucuoc0kVI0c}E z8j;6OR{Mxz{VbZxANJ?4?4Ema(z3i~k3Z33EQf377_I7w9Aq^yCo0+8Hc^hoq%6p< zicT4vwP-R4jVC8wo}{V-fis!`K8Y1Ke^)>LFd^rp64`v|gtw&L2^FHFw^2p|D;3ah zqjO4e^(pz@manKN=adp+U3SX-IC1U&x<;#-wv}#rDWg&%!kP*d4K~QVcuC(GlFQA_ zKyo0{)*vzqg%5h`{4-=OAtP zL81zxM?@m0MagmH)BSVANVcT)m5(%Ku%W^?aFYM_$r} zT{>rLY#n<89U{f_fBk_Ux?y zc)X0NV5W5h9ZsG+z-DxTiDm(}S0-@leXcGr2z1CV-sUsX%vRFx-~?wVy&_|wlv=4f zxqb0cQ0Sx;5zs}*Sa;_6r1c?k7|(?ZRUld%tvO|R|rkxZpkZl$~Z zYNa1Y%IvAMs&gG=-Banqw$iH3Hj*nhIOPmy;^x$Fj@&!rbYp)roTo6Hb;6Q6p0j^8 zp09!qX&|483T0hww4d5FJXmDMa~Bfr>2_+Y%+dCRz>xIa?3Rz1@{eYgpJ2*MgE?Lr z%*k-{ij)c*-R1MotFI%>@P(ayh__+rCgBtuWa>IMv##B#%P+LYC}r%7erM2)9I;H| z^{PbPhc2CYn@`;C(>tGV3UUmIDTTXcRx19f&Rgf-WN}!L=(U%uKh7P4t}E&L2nd`R zsD62VRY>sNuatt=_0~4%pXxyhTayvKlrixyb&KOsR7PlPO;mH!UJ#C$x9y>1Nyu4W z?`$*+8QzC(Y@r8TXf97Q4l+Vf1YzI@nZHyW)>y6i$$5Dnju%VCk3@$~xA)opN#CJ7 z5{98bXNQDBsX8q3W>;T+ye(g7-dKH@QEG7>(}gNLLmw5WIwUu;1p^dzCZU{{!!=vI zEpk(G0>#xf(6qP394exf<=ud6yJvZZpZ?sLv9%CHA8=d))Y5@^{ly(a98Wy$1j zT^(4|X?<}C-^Egn zILGzzxq#HpzZ-tHf>KzIG%j<#@4U;T+$02opJ+zm)M=nIvO-%6R!^^OVjxYROKrWM9^2!9 z_*G+!YP*wu*x=$9s!jvYN5z^J;@CyqIxlbR+dkZkZ`a|7Om)>G4w-%c!V3I>O!e_l zUgg@l8aCzO>~8O^O9|!`JE^#?X2c;=-$Tx%ey8BLX_k{-1%lF8JFLIO+TBo-fn_Xt zW#m+bUc(g2bBhhlEViY<7Q2vQh=mo-JLT`$-sXD~{jeFrs3_d>i zEOc)!G>3Gl#fRV8Q%vZGDnkLzCmMMM>jGkHJMZfRr;Nj14M&N=ySXS@)+x9B9wVUf zX!}C&KrHC|nApXRt*gE^-+O}*AQ}0Iew}wnyEI(KbZc7~Joyou0W76#dUflgp17;q z*YpE>D*h6~>N?xE_W(QHqdW60a{G~pHCs-5&9ZB*3pMP*8L1&D+IW@b8q}O=Y7xR< zx~aQVvD;LuY3etosam(G#>}P;cbmFrftXlt)-rmVgIRz-*1KkSzW4gQSjjaS6VXq3=>;2s*w9jY4B547`RD%FA*C3R8;j4bKJh@(AImLG`rf8Jr(o%|wxgSA zNaR&w?;hxf!PsO5&$m+y zU!mCKgz*<5!r}c$p(GcP9EzP=5scfQiwTGH3Es;*FPx%4-<-%*ZsxSEf?E}{@EOGp z(s|eMI?EATZ)>Yu%gQx4F&Wc-c}AEBCD8TaJ)m4IYPASAVeB6fRgBH+M^s{NP0o#e zpF4G-EmQCWBc*-L&W7HfBC|d$-iy}>(Y7MLLf^}VoyGi*?nlDgIop()_VZG#i*Bj$ zJ*9rTO{q~oFQqliwso-ixH|C(Ndm|QXBMDG89@8Fg*8=oBE`Q@&g1yYA&L>-jsbEC zKACLCbuSb=X#!r~*N$Q684}~Zf8QWNb+KQ7a2e7@f+dx0#J?!#6wGsLd5Z$({%-kW zEd)^Kb7Q%xlNotk+@W8GEs8l7Kfk4?-jFl2cj5`e!t^}2RW-Zwpo!16_!3e_CTRsv^0ZNw7>trfhhp-Xz0ywN3ncQ^z;g*j|^Z4t!h$YPzlsdA9c_ zn7U5HcX>s)Vfo_24Njj$z(`XPsMa~LMt^ZRpLxOdQ_b8&HuxXa!~fjI{y}}Rj-R8( z_?0f)T!gIOR7cJ+jiWG}OR5;+vZuCVh-rDe7IooehoseoRWf*w`wlgOC1b#b0bmod zFm`anUDawpAQie(j^E7UK>)1JcE_G%<^8ur9#TXv`f3#s<#>3u{p^dnsV@(@UlwnI z(U9;$(su%Dym#?N-<1W6@E->a*OI6FEn9ONq`T709PC#}Ctez8aSG1A+K$K{>24Ys zC-t!-vE)es=9&sk9jlkKSV34a*fALWDI&r|&@sL|jSg03;=m?sKwjBvr$dx97_yTq zfFEIU&dj8o4jTP4li5tj$nU%hmctmpCSiRN_;2W9?V(~ERhn4?4AxFyEu2p`H#7Qq zjYp%esOvf?82zy%QocA}nA2{6E1KIt3S*$`)5s2sncmL^8aZH#_NuE`NVOwdnb`by z4HgK!1O!M%J1HU=ZI*hTqK)CbK?gG0lTQc(9Ed1ZFB-t#oyvQZxJhn&+*Ew2lMn8} zhPbSq14gCH3JC%rmm8W{CaV!|waf1UYUx&+6&5lW=gN6ZD66m&{yVULpWS$^#QBfu znbK=j1s^};qtc~j3&w}Vt9+UVWf$-YAxXf(R31EG9-Wmda%ivxTBHT^F2IT%FlO9K zoNVucaOv@EC3vXAh7C@hxM$?2$K-sdB z+bGccc26}rJk{t()9Ar!^gqB4$d4bzE~vUcAqC>Yo;=#e1a2eqV)YKYHfDJz@go@x z`9cr7nGCuN0p>S{RR2OLOS!+5nTM9iQiJw`+-D+x`i4!xrKmSD}6t1prWGd|of zWXQMySjuAYojU(ZE?aoo*s)``eC8}&lGrEJ-73VPcNWS-yqGoEgT=R?;?(yPxg02fC=CMiNkB@8meQ>3ne!KD} zo+M_Orn{GN>@+;)F@0qF$%C%JT&xx5>Ha`tiDM`rZTr`h|^iOQUc7_@cUh(UGN zTQO*I;z=aIIYeEECd$3d)1Z}TVn1(l2P1aqQsD76>$;C*CT{5Y7K8M0)sN1j8`B4;#+S843|GdN}34>8kH=Rtg2qyWN+h*&2it~J2F&?4{jJlaYu z82pvk4|_=o=HBLS*{v-aM;8+QR2e39$m|-vnbby8)~7K2@nUL)D}6IBDdSXkdlIyx(B_+k6RGh7B~2iVrc&r^l8{ z$z-(EfcX@lMF);lAKzBRgp`vyQ0otK%HvD0Tg=?qaYcG>ulb9D*o6E{M$ z2VGCsrk=ynW_m*}xFE;ccf`k`^?d=o$=)2;SKyc7mMcuI4006=7Ukv3>Eeu!;v;&o zYe@Re1Ig|=Z4sP21;M_8pdH)gV8ezmcZ9iiw!2=CFXQx@Yy=2YoYAdV0vQ7oNUzUP zUrBYDs$nCGKxYdzaIb@*h7-rtH;iP*vwHEJW{BkvQx2tPl$ozGCsD>A%yfPXLShO^;avdZ7hQmdeNfUKOm_-nRI zJ2^g@)&qSMF2!NkXO3{$zG z`VLKLuZi@aMY1-<57>rVk<(%sKPLcWnxX1WJbrhsgowtXhYK4ERZsGT8dJ~I6pMgrgoaL6b|c zmh)mQr_ACjmo{k~yARqiu7F8j`y*O4{x-?38t?yAG@y?22j#tMsdmec96qmv36@BZ z{o!FN$QpbRjBOGUgrpLMgN*xboXRQy8cgJf5;tT-FmVqOAm-DYu6zLIknAV=+eeM( z5kQLZ*Wt=2p0`;qx1ZllQ**M-B#(R>pO`JR_#+0Pn+&7tWDv}nzA~JSuf6l|)*|A8 zhO(R2Mvx(Aj9aXW*{n<#ZkVNUgOZ^Aze+mOc$9CRHJ{XM!WB0xNPRcrU7Mja;uw-O zX^OH&+waXGd9rzAu*xk52r|;Ap+tD zxt}GIo+ZRzvN5zy0Ikj%Mx{IH`}jVd3CM+RoqZQCL1MxgOz#7@hB76ovT{h^-*I{fqRJ4g^|D_b=jU_BP5Ve zH5cJC7FeyIVzK($WA*K^`Yo~gK7{tdvZ|g5FjIZ%8j7}-bj<6v)M$V1HZOpv?QsW$YxYuNL zc@&*Ju_Uo*unoMr{tXSJn>bI2izm}L2s$xflrYEkTkJ67_Fme<1{SN?7Ejm#P%FoQr(~W7aziLZ!VRBr(22v_ zz-VW7V}FbUyv<9ftMfXj2w^H-u)G*UoAtW^V?%dTg66@+Mo%-5(wt~uWtDo6v};nv zq#lBLAWNWp;TgBmN}gCoCr8UXU}eJ z`5W@M275%IsdPk87+547CVb0mCGehUYux)QZ=q*6b${jEIm_|X@&tmt&w7sGsg>Br zv7HtniBsqeHn@@!wD=Oc^b&iO^$B@0RcD98J-*ghhu;zkfbBB<@LFqrW!`?04tB!- zuPoco;|A+wWN*iFksdI7I*H#dFWe|za6FHRH@cuS;$n#Lv6H&;0_~(8z89cV;zGl> zc7DD#S25Zs*H7gJF!|h$z%V&4c~n} zclaLB1H*RU)cG2|&U-S3Z{F8-_=-sMM}OSMJF9R2Ll+W8^l(;YN7dkx=Q{*&U00A zW(dbU-~16z3Foe?v_nId@eiv1p%-x}&4Hl803)W3(PAGo0xQg*N)wgu<{lb78?MbZ z#_Ca>TMevGZ@38XXY49)Q*aJzqRn9RxhmH?<3)-aN-t5~O0=b!UFGl_k-|n?2{^3m zZZ*zbRr1e3P2={=)<>82q59#@{4DiwwDVj>*Nm^mmEWstQUS5h&^3uW^n|VvjXd48 zNj+UNXQDgk+7$xF}tEYZK7wma0YXQ}Db3CeX2@mt=f{~bJePgL7PO?3|h83XxX+qIM`&HLHp;{|4)NvEuPzU2F$NDb>hQ* z_=5)QMIzOE_SuI!D{D4-X9pQK+00ZQ`Up9_H%`{_xfv0%PUP$P6N#)^75I#0ds{~F zG3an7JuxNy3$(K+-hyAS0V%N%A8CopdbDkHPZpbomog%^g5_%s4oVDt7lr-e>Eo3kVxvFQEOh zt3UQJ)#-N(PCPH^0%|9pvsiygW}CW{(O9pS^FLAZSq?C z)gw>4HY}f$?;4XY_lW3Zb@g@O#BQl&|3i0nN>wfSl%0IKBR5Lz9#bzhLKyBAgW*u(6oe$UZ8 zFz2PKZU&7YQuU{Y=5y^$3GL<-Uw;L z(be*;jBngwP+Kb{DIBrPGWbb4Jz5pu)Y49;E2u3okC|=^h_s(DF8IF_Y-|O} z)715rTNg_5H&s_})fGRqtIjyx%cg^X((}xkj?d8RB-cw9eFdx`?EHvntILm2;B|z{ zF{W!0eYo~)dF8KK@2C}#&)5(ggpgn~I;rp5x-WQJzF}xPKNNjwupUD!ZFfW3&|AyY%e$s7VxdG>8k|mS zyd0taFKo(;Oh1o@*eDJfJ$LgoAvUV0i?d6&z1+%V*YNc2yori-)ZTiD(WX5ORSLZi z)f@EA9-)Jv7wVlpzlx9bs#=U_9+e3dk!g(cJv(Kfp*js#pUMq3sz3(yY>R@C1|*Gm z;;a*odO8`gB_&tsaNW9pZaEQmGi4CDnBQ z!?yp!2V`+i=SKRc*^DK%4zMnVt!P(?&G?siK94whY71b6&D{m!%M{N+mEH1coJinm@ypzg$n6K==kU?>`Gm`ZVm@j$F*4l`mDD1_2dt~cP zc`)Gp@LVt^Z(rRlaA2vOJQz;A(L6A(*O^Z|tTGRf_c9*R6&-pR?pDdAF2j|DeTvK0 z_~z1vclO=b!c}gr9&!tB(=UVvX&V^hMOO9Oxq%-8u_LBmSFATJ7p2Es1{WCjo)t4_uIRKW;3Tw^p<%ZyvXn}Z&|^7^As#3@d@)-TSDry zHkH16PM|(vOMyI+z9FU_&rzww*cBzFoun@(-GaAy1uauyQ@WKKdRlRMTA9<+%154b zE1UwZ{@l2&W zE^hnQc&_KE$II;k-mI6~X*@}bXZ`(+=qCZt{x0{>X2NzL0Y`d2{J&nm)vR$N$#S*N12}m4AYg zW$&T`7rq~CzOPKY=zbq*zC&Nb?Dt15xAZm7{jQ)HCRpnr`~4-p!-x{i?)Tm#FA6bY z+`Dk6@cx!K~O-LAHvV6u)!%$(b%cIVH_ct|$pQ7cr-%SblPhKE!=b zo^Qwdn>st*`zcxcVt4!f7W4g;#Ov;Ng*k@sz0Kd*@%#;a74bjqeqRbkVd-2&qldWf zKJ$Hb;#T+jeM*+de9;{oMpPL5kK~bEi3Yxe!F;d54t!z3N9KuvFZ6t39&71?=jdK$ z1i7o~B)yiUUJYUg^i=!B?W)!=cU8M7UG3(cYQOKPc4M}xEuz}vs{ma5NFCcS!Xl=h z`m2s*+m35wwO;+h{r-vRnCDJY3wI71hSdxRi)09b{eywVbn;lBIXDeXMGrJXTxc9m z4NtM*6%dosCd7shhL{fFv2{4Bre|=f6^nxXQ?CXE-kwH3{bL%lYIKmPKg(NKu%CG{ zm@PApwFFu@j3?Wu(%eS(=Fv9#d{!FoRk{=tuZy~xArFx1oqd(Wz?m<$($x&l?K8QB zIqT+$MOov2SCmyesVHmiWkp#>MvAfqUtN@S>tu8+S=qgMv-7UM z`s^ZH0m)hC{ABh^=;9dCH%-b$qoa!Qj5#vgj=CjfjzJp7^1Ln_ ztKuh*%jB33vPCcEUrAkTGJTv}!9VVNn_TPvmlinA=ngbxjgN^Gp7nW&xdT7NsA)Ch z;;&iWcoI$=f!wa+o%)jM`Xa*q1j=%j*vluGOZCOX8@Lr1ba_^wEIUwAS3RvTvKu#= z6(NJf0)&kWKo~J*~z|9PB zGXvbr05>zh&5YW`Laj!A--7`oHm$HLhiie7zS}j7oEuz6bTjgRJNOB*d_W|pK&a5wxVEH=OBoQQnu&u9Ey!tsAp{*d462` zn{K+u?F0`i3i>AV+%T6c+V)VimdB0uu?pqAq-W*_lj}KiFu;8VO~(E)pu6T2MkF7m z8;YM$oOtR(bI3HRIOq&b2#3Qz-IR=-OAL{qYfGW~nb5U3pLa27;X_SSE`5N%YH)8G zugk^{S#h&SLi;m?!1~;cBxW{gw+yqJG<6~vJKPOS_BqNM=LJ{aYwE*3HQ9#YmDylT z`FVXfnqX+qkr+;W!PsSa_^?&m-lnuqV?ddtEuCx{KT1I|gk~(jI8gR9P`twiOl+|C zhnfb6Ct~7xrK=cTHMlIZiZ|x`tk1w`!VTSRt0+kg(x@_RKExw6DjM1}8hYT{1_6_I zSh+!f-&W25KW!*RBSbXUce`p*0WEF^srtx70^X8aBsfp($NuPW;|!wljChNX^_WQGiSF z=qK0NnY%BEmPdDpsl-fds}0SQO$@VZ`>NVcHlF|EZMVz4Y){5rZQ}~PpTeK<_h)BDHW-` zFVa$4Lyf_z)sJvpF`MDGUd93U&KpHK+RAyG_oga)TkHu{UC6kn6!+AVnja~Bw{uE~ z(SM_F*`~hZGwPF7JoOc0HCsaW?lD`9Rf+apLEVTt_{BJ}7qedSf+d{ixgRzswXg)y zwQI4}(#Em`4{=6FFI`4rN!WP>yFB!$l`9gDV&JO-5(Lmh9GA)Swyc3co>Al3i+jAM zon-vmJiGAB77EF6MdPv2DMZPs%4`_v&@;kqxI!)3R^kO^Pg#R<=gq{3*YM}*R%`_9 z|E{-G@o1f>;{BN!RB_iEmMZc|lshFJ?c6?A7IH3jt!&(Tds9-7k$>RI5C)!@#I+17 zdVM$AcZCJ#$Vh)dU30!DWAHNG=!wU(#dN5*b5S9@5{Sno&Ob1RMJD<|Hp&;r^WkPP z5XXLOf9haVWyw*Zl^Znl4x=@J!&XpYzqhm%Y$FGS9H<)lNQG+G@z)AkhCT7Lsf9Lc)Ta4n=%KOHRFNv2?tiJNVs&Dw z+qzM$CBHSDEdC{Uiv{oTrUU`D9nWf;zx&i3BSn!#S0{E)L3Xcl8_3E8vhZ{Vh}q#qAyk`KD=CFGG1K*bLGSI{dWFS{pou|HWK|C5rOJ$;1qPR7s$F8HVaI-Qo z<{&7v+qzi#_e(bJr%{%=Ak2jt{MdUR2b^Ma?@R9ey0t%3B>bMN^>b~$uTHl4zAH=R z(*?cJVP|X{nAQ8Loe&nA8oiy0V9jl`P2QFRc}kHL;5Dbgd%~^g2~$zy=$=f3_)q7$ z-_7NaOY4@wM-NnS;l%ysT{NoTrg@JYT;{M5$=^Ay-9$@fO3u<74Lr<8kwdZuQyxUd<~S zcWzZoUXq^y`$Vq0^5eSJ3N{OKz0aCLgr+!>TNhM_F_{}Ge-+o!DnA=gSO4XGwoT!7 z^ArhxiIlY*19#Q69>F2T=BrEYRwVZH|qd9dJGeqTYV*Ez6vp6u)GYC?@VXy5kSoSLkuqVXqMx(Lcg)M=5L@}Tq zi6MTQ<;We0jYnz&a+FXe8P%@esd%uq@OrimZec>vQJ8T+Hhs{PygCmr6Gb6#wMbgw zB{b}+@o;-?gwpLniuTm%f+Px8#r3x0;uI2hSiJ6M#SOwK-rp8yKiC=@Sth9iZzjQF zMrVhWZD~pO(1pe3?MN&+Lg=}gv1-vkgCFEgV{k2bGbO<V%-vb zp)tfy6|wrF!%qByqZQ)AdrsFwN6d4aetq$4t>kcp!lC&dnvx+ood1fI9M(=oiW!De z<>kS6K>?)_cf4R^(UaV=LrmF=Gs_;}mi;4TZ&~>|D=svx80uN5crjJ6Y)crj?-itcHHGez>faJIkk4D#5Aa@9(MTWcnsb+ z3)=KM$q94p%E@fpgY+OOo-nuPgq#(`^S0g+7)b2gyw=;Sb8N}47|QtN1NB{v-y3Md zKHq%jW@hV9fImT?YUs|9EjgG5AWJU|=DdX6jy3|uhUDqb)Jzfabcg3nXwN$Muth*3 zE0Qc&8~0JjI7Oa{&k_l;HhXAIq~C=0+}#d7jJ*aICn#6s?Yh>X>_I#inX1gm2;LQY zm?k`@rV?Xkw@X{8&!_U+h%r2cvu7n3MS3K_- z>Srs0{Jk>ae`iyY+Z763gJ##9w+2}muEF*q;^7#p%NT`TO6}GtbP`Y2D0Bi(u2Cpm zfv~c-D>=~dEIy6g+2~N8;bDR_A3a8*`C;M&^RI+|#7V@UcbLTeDiefy+v%%N)g?Am zHPJHP>e5ujc=tm+FjYJFb*(>_@t7!XGxP7&tL@xFF^Msv}q0J}A1Rfcq(%gzav#nTx3sr(l37S;QXOSPB{Isb956if7!ZrlXiI?OvTyoqz6dzP<~y~JebGCw0|1XJgU)>=I%#{ zG{;<(L7F?YThhGlO4qLZlLX~(KVXnHA=44v4oiYxV+khW zU?E822F)re)>xxPL5+f%7|~tXz(x~^f*KVx3TnJZ*=Q&igByhPVG*m=OTF-|*3#Bi z+NuR@H3$;$iZ`TU74J_BD&7F`vj6vI=6N<7!2bIE{a>$NUa#yk&&)h?IdkUBnRCvZ z5oLJRgv}s`)J3(PhW6Je`NY9pZ3p2FYJxbx5IyIX{L2i2zUVm!d(GIvAY4ctb`T~J zvV(9AA#V_*4`$yzU0+K7BFgec*EPYye%KTR3&#`&2TBn#x)=o_ilQ-PyqEDFHVVbU zF?GDx@!r6D0|wNsl*emRaA0I3s@m3IVK6wbKQR;(p`bAoR82vnDF|nY&gd{pAezb1 zu{jZR0%QGS2HTUM%XJ@7<4=&FI!l786C+OhSmO-0aGnB;bCsTB|9v-_)Rs#DsSJ>7D?haDhr?mLXe2E-Pv_LP)Bm4B64R)kwLf0P zl7j8=po|Ue33W_8nXc`@d=P8@JLTBk{x-4nYwoXuhcpJHt7AjfTKkupJqzaS=966NnHcKds2XjVEw#XSW61(eUez=9qIG>Mm&e`+Biv zioX1o&8Ln&cAL81$)>^E9a&RXBiX;GL~c8<`okD?^q!tEYAL8ChJ3`MlXN|g_zz=f z+Rabw*uUbe=QT7!(x@s+{LriUVtR7zd+JHP4gluF_s0`{Un-*A$Qjmk8fWZT7M5ys z*O{Iz<%id1+I$5p%E`6Hz`zNdM!?!qjv;iRY$;E!cK&hvoJXNZ6fASf5gtHn`?VSG z36G@8p4ARWO!h38jNOkRll>KFhE?JZv85mPIoWADzLnBz1^dq!zbIOj1*W@!+uybQ zi#Zjl9J9ww89QNLKeB!O{i(m(UJ;d`8IL!9t{w-XnIfm4^HhgE?ZVF8JHQ&2K5X0m zEP-$J?G=qFvng-3E${2~eiNq@+wwMTZ~tiF<6p0Hu_;dq1KB^a&ot#7O?iITx!Win zqp`PBxM%uk=8-vSqaB~D%*{OFS;l-S)#U27GS@sB$+zxt65dF(UqGE^9`!MmGqb)E z|1FIAQam?4OuacHGe+jqAU+SyeG!Xt?T4Msi4g%}a%Nmz>)=SChkex-@9aX^o;_o? zXZ`K$8FRxTv@f~8-q-T%us!pRw^4IUl`Cq}$O3hg|LZqQETDNf*JqO|@Pdr#Wu(VP9rBAhp7V9rU% z+9!iS?6UJo05-22hn)J#V!I|8g{zE=KG)2^KVgjk_o6$-OJ8f?@)8;+j(2juG(H%P zi5`Rx6gjEJSxDbz*Vrwv?-FxsZOYEViYq^6O^Zqkb}=DiQ?|Pa8k@4gHnxnc``Xwr zUHb9g7Ub5ZXOSr~(CJ6YjtnRO?HS#bRX}DwA8jl9d%-t^E=S+f3WKjSJl?S3ZN zvhL|FE6=(guRLTHalyHNG-hC z3jT9=vQ`6s&EWRB53~6EY@76HL$;Z~gTx152!|PARrFM3qP0MI7hh;Lc>bVno7;O9-cgkEo4bl~zPYC;XRrIVu`9x~X!}1&leV>o z!GHvHAvzCh6;tQHRdgnEYw(MPuGc+`Lz}E{5$CN)#koZ@F0OLEW}oW3;NAdCVS3|J zaT0-{P|?oLi9>6gQ{hX`8sz+)+eUU z(|ymrhdFHRd#;qAa7j6hcjx45BsXfe?AiAW{b~E2e@Z-uNzVZ$yJylKVy~1SjW%loZJwRa{juqp*3e z>WL@ItS6EjRaEVaVpxWA*UiZ??CFIrmn`wVRmmBJymh8SjThK$PtAea_FO-Sp7=`l z5sU4%=T8&K!V>&{u$FoL`TuDD(y)#FiwoogFxk1RCybp7HZKntGnU%q#D(apSKBNy zZds|IXWY_ma!;LKn>=Yw#KVAbZstkP3YY=I)aB4LR%tqc(T&+geq48D0a8_<4hW8PsLsQH-JX7Y@2Q3$de=2m#NV`Nm@r`!ZxQ%m89ttUK zh^15`)uN;e-22^+rU`Y{8pLkIB(yGvx{wFUJLs%vyiO>}B;<9jkaDm6;zwf>0(bb@ zrD_fQ;&TMLPBF$I)s=zV1jZo|YaH_J^=1J>M7=70Xkto9P8R>VVADcvi0@F_}oHYza9xPqjvQhzP^5SA4R+=dvZSH6k)t%68iWB3^0#H zYyqYDB@;>@l%g4(a@i*+Y8dFn{r`hrUOP{ie9oy1(||qa-bik%mv>3))+yJv+I(ku z`OeSeYbRe~#L{-@<@2SqZj2XpE}}Wnig-z5aMo`LX18!sriF)kW$i{;B6+53*;$)1 zS-Xy~&Fjij^Lp482oSby$9d(gFqyPLF6q&Slz?Tk?&oFwwaFT6!+U_$i~m8FVP7EA z38NRk%-4&*MTRJH;HNyj_~o(Gtoif|eQYb*O%vQ+FMgY5VYgnq6}`A}qC7enHKl?w zrLcPOVlZr5efUnkK0I1731n??IMl~9if8M>@z+mM9qm!~gwrUcX9+3_hsmB%c(*DB zDeo+enZm^xh4%>&Q59yWn}=|5J{Y)|d#|Az8^y>+m-z~Bbg?P(^?y=$@86i&<9Zrh z^9d~L=ev?(6yB|@ggerAcV3kF*3);BbEW&3`EXl(x1v7N?v@kOL$ zDUsRv6vhH`Xo!up?+Y^T=nD6xf0-|AdOLCjFMldfk+(}$I`=G(1<{kane_hI?@r*C zXPchvo(?>8A%F|K&2LAbg;*w3&N8gt16T6m)d;<=*Q9d-PrvNZ>$Z|GF;1YGTpVSz z&i&AkChsn(BOw`R!5g%j7za@fR8#n{b#TAK6K*ar;0vnG*jY%zyKiCkZMR=9(n2E1$2p<){B6!hH-Z)jVPx7O1{e;@J9A3<>Tz83&1 z77(gFjz2s@OEDTGqRqulN>ZB3cAfSg4j|Zsz$wJ8*_3?7j(G z2(^UySB4sA3_alv!qC;39E-^jOPyidY==p7&sb_Za4t=DT=YMC3jR~nR=)$o)dAR= z2To^)zb?Kf?iQoamaubsSV+Mh|N4nvrJc3*>XY46&=#j)>mDkoEW4ntKUhedO+h{o zIDb&*pFb$;K6@ahRs2a7C@dVXCpGpJS5P&_aMrL4E|`K_0|>8?B-J>fTX}b0ym0=B zPM?7_6?5t_F^unpH3i%7NagBjuArY?C$_L$Yxs1nI7itkRaY!3=9^%fPHojXv9Nd9 z<3k=4i`}aq0nXT^o#7Ljf{B`*$Mb8*jR;LL@EXZFJ>uY(_El&N<_*5d$gA#^TtMWW zh|CaC^Z>q-*d$)#+_WH1bPnTHpubbBqQ1Bp!-J+`XHBHyl>8ZofpZAgt^R>*g`6y6 zSJA7PtY@06R~4t9u1>Vm(^K-N{hPBWl(b4GeO`5ICT^y-F)>A8l>4e%Nd)_hNg57R ze=%I9A%{9GYv?O}Z;A8o#|d|Pf-U0@9?r5e!jOZeU(`4QYq^ZK?K9{T_pCU9-YwqX zyhTinQ?U732ItwJR^&%4u-FYYhJ)BnTD&_eTWn3 zfTs$82s{VjBn>^OAmPu9Jr`Q=+&GpZ}iemmjbYh}03;-Mq|HG6BJ( z*q&bqM-WWu#tF2@c3ot(t1e`zJHu;infn5aC5=5f)7ZudYV2M7W;OOOlJU53ZvKp) z`xF3C`^06jOIMf2dY@6K+ac30zex@ht13taE zHshQL__MtP|2wQ_&a<7dllu^|e`f!!@h#@UJ;QlCTjMOH59`W(#OtpSh31y%OL1@mzAzk|sxZ{e$|t<@riMu?h7+O=r{Hem@$3`)Eu5^D zOLiAO($r(bb~i78%}G45n1Xdtn{kex&|60W(SYHeyZWY0SVIMc~=tgj0p5K5XFlD1TeIeQr_Xx7^{^0#i;8%K~Mx^i)& zlm#da>gQy5yNyQ)6*#4ph6$UW!0aM^z8NKW=5fo|U|qDF3nnFR+Z(<&>Qv=LHm@GG z4#+hKz3TN-r=OU9bO}>A|7HAJITMcVk;|nD@>Evk3d}rT2M2WiN&3FbIqjq`pN=h~mq zaYv(&-lX%6uDRg76mGP}Sr2+N2b2%#Gspjo7Ws?b+WjA>V}ya2)5VF&)aAJpa47eu zr>ZdM-eR1NePq~nUku)reWUxsl;9o7r2Jqkc`oegxy8wIS!mA%lekJ9N3Wma==Hko z%(``p`fz)T`XPzytXa42S}!IJvuahT%Gopu6EVfW*B3 zI6e|tP2$5W9eN7iKpCp=3r#T=mQV13L(ZvQ&T~!9+p=@kc{$t3DP>X9f0P`0^os)k z-g!f@sQ(o{*A4gZ`7k(3@VO9XPQ0SW7^gz}7&MURr$9NZhUtJWAq?my7Laq;Iw~C+ zO9JY8{{T5by%s0yfxOLDlk&3581#~Mz;*fSU1@CO2}<3TCl38YUMlt;$8UTCh>_MwIqQyszPJ1E6GJdceJw(*CMiMhIrUf!TI?3GKI^U$4@F^-s})bssXn z7Eyub*Fv6leyt@<^Gn`U{Q0$#xE;)|$z-999n9z*%&6}V$(m75{Vp@3E;D7@8MWnM zZ$_aV`tN4c8u+}Qm{IrT{8uyTR*BdeWOZ(-mOqoX69fI_D5{|ME*SbuM8HHFZwL`5J!sVp+p{JPVhm&cmb4 z)CqezOH9tQvU7&KoU_RJ-%cGffrKsMXR_t)g{bV2<7|{n!wGDC%9p#ZXW%(L&lfEo z--9T%3H6^u704$J*H9yHci)h}?eS?$6r*r&wR|R5YaoVlMh%vHatjhGVc_dT>D~3- zjj-Q0?_qzIvG0jIHAK}{c0__>I${&oYWpB#Npk?p{r!(xwZD@!N-*&nWyZWiTD{k< z=nX`UymcPVPa*hWr0Eg~NdVtKomh(@9_FctdObb6i^*yoytx+m%-bS}Q8!ox#VJ9lUg5ZgY_Y3iwO% z)7MUZva2^Oj-{qzI%uq%G7umT>rJOQm9a8b*+EI=#n)_Hk&BF+E02S1GNzb+Z1J^0 zy!@M}<}W)RC$9B)=-Xci#3pju6r+?mH}itvyuSIMS*w~aCDf3)Wu60K>Cly8i@m-# z0hultDchQFU3LsDUHcfSH`#bhw%m^j^T zdZJTwkTWW8^XiHdii5KbGuXUKHc)kpyC*`SdT`G{*qcG6oB9Zqs#>`k!HfzajsJT+ z$KS+WJxX>~8h@_E#$AK9GJFhY!*Efsv>psuWqd>MvF8q6xoK%`^FV*}O#zdac|$+h zA9~qK$-Yg_7VYTI_lJK)_VD*beNtrck@3fxXa(0Gp(y!sSQ_n9O>o|>nmR_=i*&mt z65Mp6TexWk$ zqD)KU?{vz;f(A8Q<8a^OL~NVP;1|((#DbCZYVfQk>MV^8>4+fQjTcvowes@RPHZ;_ zlR9yW`#$nf-z*vh5&wx75QzrXL@T^ z?>HzpjjqIxWve>Aq-I8`X|GPc^c?8Z3)!iXVLE5gAh=y`#TZSfN(CND=W9=zm@$|O zl9A#TbjneYmI2W&W0U1R^C; zA=-Nd+vbonmVk4e5=*q?<;1V%QE2o|EiBEG*fQ*YG9x^5X&qz(dHD$pj}sWEI2N@g z83HxQAZm`tio5hVY3d8UtQAtsRFn!eHnROX!n{(MU(^c`ilRq|G@o%yUX0Y zU@hkxGw2apaMV<7>8Yi$38*17HnLbtF}{4iZIYF0Pl7wrC%ENgu5mEhWJAYQ96miv zuV8y~6!;dY+{jYCF*fmSmU5Z%Kql(k^_#M&@8uLB`-nQ9{3T zef4PGMSt-Ju^s)T>jhoi*;3S}&0F)A;kHlX zdxnFLJ>%IklRAKj2}#t^#xJ<;o>Smq4s}mt)M<|rf{(2drOZ2_yib32XvoIX?IvUM zyIr9j)?$l`54=$8d3O1&$K*7h9%(JlX|D4xXis;vPUDt2uJ3~8PFxWi!o_vVK;=GT zVyRPbc>?EuQm#Ain*lkg(YciyXAD@Z@fgz4dt+C>VVlBp%r!{zJmP^dID4U}Vd{{* zt^_$XD6xraW^I~LY~1iLfiaG?_Y1U|w&DCHoqpA#Zrb|L7J? zXgLm)&93qI_>p1^1bmLvuE#o$zQkpcRxS;W!N-?jMpHOVlYF4$>j60{`cy*rXAh!o zN{8A9Uc6jWWhLAG>LIvCXYp+#!P0N+f35raFUb+Zq=y_m(g$XxGgE##-P}xyW(Ch+ z&#@EWwNQ!{UjJcVIVE9U|D=6Faz;?hNBF;`B#5`w3?zLSgAr*V^z+^ zC=1m%5f~JwMAc_DN)08J*w(p!z5}FATvwFSe7=0H_D!&bY(4{F&{*!jrdJw}qkhnU zT&C{$19IRzJ0Q1LsE;YttL3BaExUXa+vP*;%U(XRS>N8mU{P@ogV8ukmBMyv0Z8ed zWrUzX{s+4!JJLP(M+o_T&O<7mp zl)(-htEC6_egQe6&ZLr|hOEo9UQ9*S{D?W<+5M4nlIiL^QTR?;!J&)b9PMwaCw|?0 z1cvyt61-4$*xSq)+1mrr9`%;9hcN~~UE|o%9HO`E+}Hd>Zqr1#pVFM>N#5S38V`UR zYj%&^Xt-6@QCw(bg05_YP$@3b?uwA<>{FN;29u#5E5`^e+kw-F4E2F zU1NQzes=_hjq{#lxW(2Z$!wU9Z(W>h;|9zLyh|#)Vn6X`^-fspGKV{7T|;)W6(Gx# znJfddu|pf9Z0xY~jlI4b`8;cR-fH&QGGFv|M+$0r-ia!_^|8iTXU5Ma+0pCrMsHp# z12(MP*#f^RkE~_@$2c{wqwrqF5{L)wz~JxcBED64&E*_c0k2w1%gxqAxA`?R5A*gW zG4jAM2Rgs&@yVOKZu3d}g>*-C`sqmJ_tWNUsWPpeeG0Jcl)GzL-POo9@|ZDB^mQ%a zyYdeeFPLY`%Fk1QJF$#2eP%sNFKRK8^0r4NFX`Et*d9GVE{z1Mo3=-A7)8$zl~djO zbuBT)+8{+shT@RH+aRT`V~^zRqsqv=GJB8o)TdybvZoq2JqMQYQV!35?2IFZumy`$ zE^j_4YoAnxzfHK&%mgIML407)wF{XvsN0Ql{wT^-IZ$ZcS5wkokG31k<>MX-&p? z0Y0eZq<`wj3%8mpE24U5aT}Q%4L&w97a;ZzK2~%%&-^kC;Iqy9>ZZaf*sM}=2-4eR zh`+-~C7#BT;QMKh7#OCmMWgq>0Ha`N_LD-gdk*!V2P-wU4D;R*Bu0xsPH4`xb3hY5XPL;LSIysMvA`4xb z(xD^Ry>t^DgT~dCO#v^t(N%joEK+6^M%V;aPi$|U*5}H~XfV3ejMZczt@C;n?lL(f zVts#@{hWWFsGNlKetLu|yzY3)iSI-iE24dxDsk*>SjcKeQ8KZ;s;2kKnjvQYD$&85 zKK(t0<%>wVJ=z;vkf-yi6J5E@x3J1Jm)A@LB6KW#sLtXIUhRy`qx?c=a=vqR;jr|q z_HgjFj;>-hj~x8%jtCA*nnMh5cla^QJ0^I8z2kopjex`q{@2TS6*q7xlKlP~OUA!8S?V0A#Rj zEVYv4I|3>wJp^g+FfQhW4zfPhpc-ht2%d5M6v-^Xb-VJ6(LTCN3|y7jfe)Q=0O!@v z5~qq#*cuX2$JX2AV*fo<`)@w(dW&V~xY@V7tW@YP>;f!Lp0dO++9+=#|c9kvdPpK-V+?=tY(hVlw*rkrfB$+8}K zJe=nCkUIwzygTAG?Z%JhH;Z93{9=~sC2e7NTw5ygFLx z250p$0|v#{sD-PY-E|X$^;Wiv=dEmR$)(DKfbydic67tu@O0ZFo3CTNmx6mX$kKPi zgAA8M)xpOGpa5w4S_|*+fj!m>L^G0qiqY}}pv_&iOpZPg77pwxq5HjSoHw*46vC1n zUCUNT3&NRIkP>2xByQXZk=rhmu4VObR_@A|0l^Okp`J>Gwtj`?41Y(q$jTb4+E;DY zUN5~mkj34CE`muv(<4rmi()MRx}{b)c=SD9)k&B|!; z$42_<(2`^8~u+jNd z=&U2jD~lwhDvHef!A!3KP`lmi>3Xr?pkd$*XlLd$9>m#p&_`<~U|ma$>u# zH(6-nFJ0_d#VoU`RNJ*;tmm(`K6t zj>%``NfVBwWgQ8{=+9d{l8HrnVF|C-k{FYSy3SBD-vfmk(<0kXU(-YkSo+73rj)M1 zObR37f6;w@y`*=4Q{mC%-%OD#`Y~y0>e8Wu0g6*lh+{UHr$vE-)DFd>`lT6QeKXAx zqYFx@DY3jPWUFd87ZAN+=-%A2ptj;z*UTk`fSBjVL2NH9hkQz(f#`OZXhm6{qemrb) z;7j;fjnp4a2Iq;o?0mOm=lgP%$)^nF`XhJMi$n;x@bm7Ls;!)YOsEvC=3<%uX)4Hz zEJ^32wec;vGx1)KYb@Yro{OgX^ujlGWa*YZk@PE2%S&yU&Dmu>V9T^kYL7R?oIKwS z{uWzNH3+p5GfTjIDxLHjA5tgR@O7q>M|L;9t27H7Cg(%hIS1IB792oQYiXU#{2Caz zuwGVFKdNm&v)lNG%N1`+vJ^O@(Lfq z!UM>a!2_YRJV`SCF`@ML2C6_Ekt;Q>CsK%Da6ksW8vbxr4~qqhXQNrLIA|r~)?tQ< z{Cu5(o5_1`cHSR4OkM%j|O~uTdu!f?XQ7GQVKl%S_e&ZiOkKefe`W^8b^_789qrnNVMmTXCVSj=7zveXh zmz$;KOB^0)X<37_v2-Y(w+yxHxOUq`lXyI*k zT17tvs6XMC3_Z!uvjBDPHQ9iIv)Ca^wsBvdyI?+!Wj->R;xFn=zc8wCAB44ozsQHb zxIp}c-$RCfbXE88A5ZuvhX23kEOxTJ`ig$2S8w1b41Yt}y;|9$jsP zE$3GTejBBQXBp~k)}_E5M0j)rV>xID#N~;4roBd`STy8@a25^uaG9YC%3$aM)3coA z-h99;H8$j#St?qUXYAFraZZJfEwDUV*ggL`U?}zbw=ecGtiV9^aEnv$&HL)%5W0~; z@Q>p35KHybi^+n-#H)p)U#5KVDTUslhcC4UET*O}xskxy$h(_iy*&FfjskZ+W9$1L zYH$i>Q=5+8Jwef#`mXWn`)D5`jS$OJ8V1HYIB%A>!}{;)uK(H|^)+SZ-_NVR zGQ0jwlWl)5{6E%j?ad8rEvGn=YTdq6DA0aJRq4=TL9O6koSBK^dPQaWdz6$a66zF- zDcy|Q9W6pxf7#==RiKRl+VlW{cCCBgbXCL6!!Nl-D{ZH0OkGE)E`Vy<@7J}j*QuMS zrRN}STVDpAVKGBgiYz$vS1QHgoih*afz%6A(Za#48f0uumhTix?#^9h+p(NpIt71t z*S6zrs?7BH&Z{kO`zw;ct+$QA+a*UYmSwd?!Jhb)-JTP=+jG0P)g8CzvgNit!%chk z^xAWBc6<7J?U}Oof7>2!K4r$^jh*ax1Zjsi9&H|y{X@Vm_|19?hc&9gACH@_vT(>H z^1mF9GH*OIziy;bZ#-^CxTk?=&`CNO%D?Cif7bTh&k6gk)>U|BHVQnMN+o(lircUd$~@>QnycHeJ*8>bKY3`Nq{&S zT+h+E$kNWfk;J>X&Pz)>`|(`*c^;)n8r%do8Eli0H&WJMTgn75d1xab^R5OqKr(K{ zi|ek&1VVzrNb7M#pGOF3Y;zxEs$4>g_ouHxb$K5Qh%@w{_aPhmpVRsl(FM z_0ku^5-pfT6NwNl(Sitx;4AUH6D?R#6I>PFCDEd-dkn#VS~w2*YczPQHAY(!q z6@P|bV|~LCJ=}bAN%lAU>l-Y?Z{r*7lez6lh>Upcq<^rQ&Rj0M&QkuLy$os2APr8k zk!{<^!YC&d?6VFn3-1Wm$3>HMY-q?+2ScqqF(xRlvEk;?0)w;C-7{APcUv^=cZ)eE zF+w^JKYo8ry0I{Vzd*$Ky!&;|cDcgXZFJ`fb59Z{hwI=h!(7$YI-ljgIywIiu?Z>% zUt_W4^{e|zNce*L+wF^sr9&T!X;l-FQ_$X|n+I@fSU=Q{=jp5jMB~csziPn$oB7H# zwL!{~26y!K`4B85yGyV8r$)uIxB}bjbK>I#63mS2Wf66qxn<#2i;xGsB?Ph98ACQJ z3tnGAve7to+})Hcc}Kh|>q}TDcRkY4E_Q%OMZPe*ZIf%C;9~`IvHnM1Zy{dKc^Z?f z&R0SB@<7E5uB#bl5BIkn=aBD<+o(+ivBXbMKebVC74%j5HW`=A_fyVfo% zSc7z$6VXmxAr^qgj&JT)enM_MzpD?bk7HYZk$Vhxi+hIxy6>1l-{Wa+GWX2|QJ zbkI0-wgNI71S!hiF@qu2x^*Hrf7(4i=kf6x1zTD=^eT*1jnj_3#L`{`C_w6RW0;*` zua`F`AA@47y;n73k5+|xAyz003uAS-$yzCQ+pnRV>C-;=63?PN4lWVre>I_5RH+M1G9 zL;w9b6-)hdk$Tm8OHJyxsvjiiECLq=NWSEJQwS|DjkwHPb;^K z7lQ|U&RVmB&mY$3$T^UFBSqVHpuSpb!uwOguuT_IZJ87^$5lJEg_3O}d@D1YS5ilz z-3#4b=9J9bKJ-;||HDE|@d}rm$$L69AD26}2mnv}cP~#~j<@M?SVKe$%i>w0IaT z#wq%n;*iTLLVfPTJl6P9_10gc;=zHK;p(SBKX|9-SVXdFzTu--&g-?T%6Ot~$)An{ zC^t8W9l!v=904*G#O7urw|S>#VSHF0H1L5Unm~HtLT5@)QhSEIQW3g> z80$Cb|E5I`se<&CKhdHUEjw<}i+td>=(Brdh7Q*+jxg*_zUW8T8t+cBSn{-mv5u-o z=uu8b)goyKlBcy3yK-@FP+&=4eq_TMU7D;~9ZNQ^r3)7Zud7<0JZ&SLy?p~1m#kVq z@R2SP+|p51r2TeB)gV16n_uYdX@yHR@=S-~;;fTZc}`VPvZ@e)O0u>Xn6`_yB&!ga zZ;IzrV@FjPF*&RlwPnsyHQ_dH!5vO+E-{=Qo>Lq9$=P^t8ZPW7W@9Z_Tj=F3YnsF#hlv)rAG|OA$`HE4d(2%%$zG-fXw7=D17hdTAn^LPUu)mg@Iq`(}$GM_n&`k(sa@973=OGxHeYQybk>CiZMRuh|CWMkLG zaSRvgf2YiWAw%QAE7+c>L_x!`kFQN#lZ&y^(VTaVq()^ph;PK~8jX;AZu>sLm#sj% zEdpl?H^Ic>#jLYA&0}N9I}|dzzLb_)al<42B9ZdlC5=j%xm-(f7FWD%m<;pVDi+>S znlq=Zz#zA^#CALHlcj(<{fhxo(|7&BuJ@jN1Z@^eIM!L6l5c_JX74Pq!r9*!)MlGwKf8N>h094i%mb zl?K@a6zq(HG|6L5*jZniM$yR3?))pb8+B)50m+GspE0{1J{@+Y0gQ|}fdMyUcEWYU zn44Q6+TYq8>!aV#mo!`7ukp92eR%3gg*JW_u_hO(g*E8XP{ zc2hPSl$RWV&As3QN`3NYv%wO$0voObHgHP<~Cg8pn@x? z|D|)OBVfalS2cFbY$H)k>zFAPLpIgMsCPs^jff_H89^l%h=_k$aeqCD!xSk@%ip1Fb|3iv(pTqs|x8 zsVzK~up$DjKkX)9BsLP`m~WC?m}v6KBMo`Wc<^PpeT3~p1{|c-**E!y;;q5HNzcm% zP4>~kLt>%%v_-;z1%eFkbG&!aKwevUB~_y&|H@6g)+8UWq63l}z1*!P{h^WulYUuA zi*Bs0H!ssTo`%FpNT{7zBVWlt0)C-^VAuxh36|Sn9luFb#EKDO9LtNpAPxF&mZ8i)JOw{%53s$kB0v75#W-&`l| z8WX)$MU1f(NEmZNdky&Q?E@g&65R=!vET7I=<>8@ar904;SEqZw4VLR( zca>Yw4Lg54{qBCN-IDEYrgnkPIrC_i#|mGiN7HC;4KV=dVwZ4b7+Nkl}h zYJ&45zr&c?v)5x)u6B;)=ojv4B2vPPE2jeX&w@rcv2ky@X3(~W=6KelEYV;_+7c! zLtgW%DyQcM=hiV{x;P`wp796vjM!b9yI3^Xbajr<8p-Ohtf2AQUHqAv3d^ftx2Cy2&-JKV1CS)hm82V@nvfC9PfizB$0A57&4 z?ie2794<*oOvMXLga-$SkKutNZ5WS+ocK@!fdkmOb1FbXC|VaSzW}yjl)9QQ&18!v z3WwN+`D~7|y~oDVNOA1ztM)bQr7pLxG4J(J``X~WK4@R-yw}_9YrXe6N3W^LP4Zpa zJDNN$F*Tku<09^_=y5)YmDZf-;E(|$$vF)KS&f|LNUx}z9G~`%3gDK=cx<9suqzA_ z#P^j1+Z6VSVyccKBV`Aj) zF4;mE>;+VL_FkY{o(FWg{jq)vPe0}h%k>t!Kfo5ooSVcvXhe?Vs+M%T+zDLX$M;4z zJIHD8z!H8JtCQ9X=gB1FNoUwA*5(L5obIa&wZFJY3!OK%1Je*UXN-^6I~hJ6uGZr9 zcj8VxPnw+P++bgQy#BX+ZSXR`XkUH2e#*Z3c)dukscRddEbd^AOVSLDjQ8y?P3D`- zvTUnvwJ`>6Hs%T&lZBY$ZOnr1a!#}{;u5@)%WaGqOSSyM!l%h$W!9zk3niPz=`yvmd#i2nh0W4Uve&3`)<R3syagZY0>Y6S}TQKSVho86neD{Mk5d!`A5H5=g}-rbXTu8k!ptna9DO=TA`;MI)vR{n&1BC_~Yiy@^%Vxqmo z%XyE<`D%8~d0x&R!H;3>oee-($G9pU(=-px8pL}|#Wi`sww;yYd?xeeaWxKSv~bvi z5+FZPJ~}tpHji!^O~8Oi>vg%u1lw5Qy9N7Yl567Qbh#S(8jbNq?n+39w&pPi(vJq* zPgojo2U0TxVPNLGd0u3WM#%{HaRkelr%ug{mLJ@_dDtrMlSVq8Hz#uBpgEyTx4@2Tf7zuIht2zu&**(`ARnS& zD+S~Nf(GgJ>fJG?{FpYC;gEUAPLSZlld2!TU6JJDIRh91@fi}u8Gpf32vj>KhSjvT z%k+}?MGOR%<~y-uIBm^oJ_kKesk_@Xl8WJ2FIDijQS$EbIs=X)@!#-bJc!>(fW%*! z#6=`>(uL{yV1KOxv9Qd%C$(xAr8_OhlO-)ol1TL!!DmO{@H|i3D$3!99{VVbW}@ zz)>1<$M3RcY`hCMK@qXDDPx9#WTx&Ovf+FkQrNw)pFKg&$3N^Wpq$V7MCUiP zV>oMPXyB+p5R*n+k|nF!ol(WfszuJIl4R9lXH;3TY9Ryo+pk5yYc-ob!4x0zu_ZaZ z2&uUQDi9Tzl;%QDG82(Q(u~MFIlY*VMtC2YV}X|VG_U77*9n~evt4qMRU2ced$r^w zrsn6&7!z@Rj5!>K@*F6^r=^PKuvCbh?5LcYKkeOUa8vjA4kbF!rq-z_Wd{WzZp!JeVuN^a2 zDfim}IURiso5sK%oL-&mo7i&EG%4;nvh)3te1>GES6B4Cu2-_J^D|~{L*l!Of^#2c z?oi+YfF@KbNQZ{n+7;tGDaJ19JlMp87U|7xyN_ipRdD%WjsLas2-P>%afA3SwIq2% z86nbZP5KzpNtIy9v=gcxNwdpYOO7EX$B`;w=UDPym5`k0eH}Du14(nEs?RYMK*m&( z`m#q%ZW?#B`>qPp&iJ4zXG7PZq-}K4G}@*|G3>^Kf*-o-afrb-xvCMD7;HORWMsMv zK{=g}6R6;jG@|u^>A={4c*a@$Mx5oAV;oE(93#H1>4y8@y|gZQZ#j*30=b#*_A=kq zW`Fm=xBAXjug}B!{382#Sf3x~1lq}CD}EEcG#$v#F5v!c3Sbtmbq}xw#00!2>%3y7 zWQw`P6!Q$fnf8z0rWhmuYu$J5G2N&)#We5>tq<2Y7Zy5!p|&vY%NS(}YvDJGfiBpl zIQW>g?tF?f@b3H$G%_KbXrBbj)R36IfdyAQz7R0=I|4rMaW=e1{B)L%Em~qu8rKUU zH>(SK1G~EHF}Ew-CDOie4`V;WHAiHA9_o1`~vlCZ@LepixGx2n`{#;Vi~ zzsMENHVfA4r0-zCy7xp5v@$2Di-*RGhoDZ)0y}R49&dtPwew@G^HH_)_L4^4V$j0m zV0L+v^72qhK zDjEHs+-6ciNwkMq>_e6;(KOy#MEx*j!5g_dS~JU+YTgT#>L|O zApg}IgWk!1)A5@hpn)c*)?SHgjZInePU-|Q$p(8D62sa~yVWNm8*OA`V)`NzS**xO z-mOWA>5Frk`>V%M=i}zyRnA9==?e`E%HTX9v=QfR^mxyIT7Uz=Yla5fu4PiD1A}kS z3SCg32b5|TV?&+}{S)^|L~oj<)X->-q8jb`etd%~w?*7cN~qO+``1S6ZO)VuzZe?X z`v%d{+C}cuUfRpRkhF!|G6ojcE_Q$KC1?+Z(zLzCIhjczzASXZ`+SUAq|R-Fv&4~j zV3V1;Op|?bHFZznH*1=F^iB5che@Wes)cfsQIF@LbX}o4{x0J@{2QDUX?^|IV?yyD zZy9d)+0k}=J?5(cIYw7PBNw_~(@4|WE&^R4Q>1xcr*~XPPzCRc+~-Wjg6G?~>LwqM zEhAu3(*^AW1yr`L)2Wd?!K~Zqv;TD}aQp_XwrX$&0*}1sL*V*T30g98Rko8?#Bts$-+c3&I2&l2y9fr7>9*OHQw$hjm#9@#=aX zA+CZEWJ-Mbr9p^7)-id53LM9;v&^odYe>t+hN?1YMnP2OLaAGKJLj1JOmNn_1{|S} z#m|`O7NTqej`*SJ&`P`^31J@kn-Jzb9R6ew=ANiUm;xd@e@!V>&fC;54I8ubASZjy>XCtj8&pO1;6CfM zyjDQk@wsDIK6m;phQ#g0;7PH)b&h?Vi&(nmt9>qRe{pfe@LQY3Z_PS!TP|+w^>A@}k^ZgHFEHsDe(Wd` z8Nx|9%|9oH5h08uM-PrnX2&~6@N&S=Ut_JIwgCGr?viOnk{9?_cH{$!G)!RUjh|~P z;dSWP&P<1>=^M4>U)4Q$!#~X2hBsV7dXJV^VaE00AJd48I?E{D%BuD2*`uV+ETx$* z>EweIHx_w~9BvwEB#^l#s@wF#6k^Xi4ysC?RE&7AF#B)>H$qgiS$4jaLjZ|`9*rL8^v zE{t0zBh-`X++SCN*~2y=BkcF2HgjDiQgRKZXq7kfqclROr5_bWY$!5dQ&(@fBu#wZ zD}KImPFPY(KDXtUqI$^s+Km5)Xi~ZhEpo|`eKIP)DAP=qq`p3RJ(la-JBAC=8f$xW zMy<0vX7y#Ge}lg4#Kj<{&=G%RRd@~BVk;Z4U1c5NK5G21cICwbhqKWJ`Rtjf<02H~ zmg$=0=ct+}Zjl@l-p%In5=piRN>uA7`r^{2MDTn}?NNp7?F^Eh)CbvV{N;~;EH)lg_K2R3|vvd+M0#i@hh z2QrXiFsdt;PV2%-!Qn<1m4R5O!lC||%T>wQ%XFGLFZlNp245IS(p1FK@2K+RLq^3_ zlYFE^tX?$u_p1j-f`9)EUtGmG7cTuYuc~cRbAOz_2HPf?{Qod&vhb#7dd0&`?19vU z9uKy0>H5OR;v;w!%Qmj0I34;uv04I(aRfiV6(OTcrJFb5j(P0sGThCLQLF4Pyz>PV znj1emmZIvIgWvBJt;e!u*-R~krj|QRc@&+g2d}TaS1)}RA<&4dx`MK&?or?SubKL& zpilg)9aXT4si6EnRPdHOLwcPNztW@pge^bDWHtRUUBEx>u`r*Tku1MB?3HxrO;bXT z=6CqbpP@9UjZ~1aiEY;0h0-)8(s>W!2__sCOVy?2*|ze{$;GxcL!PtxeZ<#$7~}5V zF&L%FH!<$+ZTAPAF79id-%fur=SQgZ%nckIqJ}`hxxW6SfvQBJ8Y0${=Vdj{dq#s& zW8HbSK>fnv1z;)dWr*A8OI}&yGm|Uf#OCA6RI3_3%-&&!1aDmiJ#38Fb0y$pX>IE7 zT7JdUH^nMOOv9^Du&tHxsCD}43g%%Ce=koE*9c{Qv$GmoP*0wW2kNmO3v>lh;%c0~ z$Xhk1#u77R0MWvB+Mh4g+E_aIeX7!JDxq-RsY+F(5#l`vsih{7B*{i4JM&$EY-r>*0V1-GB!Aa0OEZTOS!n z{3EzUN{py_l!+3r0?>DhGpFBS4yK?HdL@3e_6o(3C9~;sm2RM_Mb)x1e97YvQ7}Eb z#PITxmv4k6>FO6v9>D+{e7sIvkz|{r(}prK4#n`Re|rmK;nzyl6!$ z_P?8VZWN;R#;WFP%YO%wM4#v!TTT(bdeAST4@C@HS2J;T5qJR+nQ?T?xn1ZOb9yBf z&!LQ*_|7#Ii{=w(4n&+6bP63+0OE}3GS;DlJm9&x&8t~ofQy*33BMD`yhW~wMU-SN zb8@+5&YpaKKu+(kj2GMvSpEIK#K&xKZUak!6h>$RFB3B*hP8!$wUC+)ok+3i&|nn~ zJ(~k{W9-;np*9QHb`7ti@l_-(@TZ^z)EZfxbOsnw>OFRW8WTZ zQ#YN!OwPeu@!_xK^(pWIzY*sdyW^TfB63T^nobgH`dYe9vbqnFhB2K^gVgu)9#r3N zrzM%bpQ`4;m_CgYbXNabxq<6%7UV)$RkMq~T{Fa;vgd|$7u&MKRTfN*uyk_73xLUe{s5su=*Zvu13LtM*!}1|>3a(f`-=eCpK_zlX67KT!Fm6r z)11fj?7KnTi;4E|W6cA8F&~5}cj9cFy#YA_E28D;93wlz>e+qcMeU^5s;j#{UQBsL zdseL$OIKE|K+kW-OG(OZhtytRJAQ4*qt2H8R)9N4j^cf!+2bfXuE}>%h}bI*@Gkk( zBB4wzC_~3i=LI_n%0QmUw<_uF2UJo~c1bTCX-hhulG35`_@$u{=XLIlC2Y`5zIB?? zp+~(!?lgtGq?~?pZuAP-x}JIh<2a6Pk>v_GX9_IfH-juklUVIpQ#iS1h(VV;(B;wD z>9piSF957+=UgcSs}E!B?>SDqu_vnC=w5M+Q4<#)NYeEr0c5F(O9Wy_b20LtjbhFVTDvMq?rd1?`)lpIGT6CS5MzfS2O)mpQH+I;^FS82JG9s6L(zmD)yU{W~JoVrVXISClopbmn+%y zyYgStW~(W;5TmBFGVH^k81P@TXC|@#p*<(+qix!Als-un9L>YMvD9zRU|zlU?5&h0 zrSzNOwUds3alay7NDPVN*?QOZ|BT>7#OC_Wwcr= zCf!m2Wq*_+D0WS=T-@iqg+HuWo*YQYU+*CQrd< zCr8V*x)43yL>F-?7lEE-mk8A>#Ew-C((OD&SfnfXoL$@-|HvZ4VdPn_Oc`iIg+rdM zTrs0>`f2v3OpxBSY=LG)!hV5(el)|pv zA{?Giza$0+*#3g`@y8#lF$xRry`PjtJbN#4D6)4`)_{)5s}U&W(X2OhcH=ox;i zN0y%9GzbESKF_3v-r?+~(KFo3XF3yD?<*Rb6IRhMg9IbogEvVXnZAV5D)!#OBR)MH znnPg~fiHP$zH-O-n1KR#PhV`H(>B|b53h@U#x1zsSYPBb6C|*6KjmHUZr~V7#ojmZNxTYsGKh3V zAjwGIA2H5J?qNcoGzAnU@-bsEhb1lI!5M`!_-u7 zYTBQis_D^ns%anIY)yL*${y1Gyk}}E;>D{eM9|%MMW&{IztXcNGi47qd!W$8|MIYI zU*3CQU3!Max;&GSSz+3iY_#aMhiO}aH;Zo531zqKa^Abq?ONVo>;;Avg5cQ{9^m0M zJoM*AXfC*RiK4-^CMR%`g2FY4MLigGt{@z9jy&ljwHkDbWuseIh}R^dqYXQbiVoWF`>U^FK z%_2rj=f!uiMuqNsLuGh-p0kEnrt{e~vgdgQdme4QCAevwLbjR9wKeaS8DY=UE&a6q zbiDhR>x{JWOF2^Zw&tb&)|~ClN_&9qGSBx%nR^6$DtB*)K+gjUjHZn}c`5(JQRg`* z6ix-jy(ibei?+uv)6kU1oHGFW3+~rb&A^<2)HV4MH~@x)oxp`_wU#&UoDQ_Y+NJ}4 z<+rPMsy;Wl_emuAmcv}}&JH>(*9sK4CS5nkT|P}rlg_T*$RuOyI~EuTVn^R8h+PhF zG7u|0SP+v)O&c;qYIXL8=Q*#FiRNPf#4&a`^$E+rPB%P?bw9O*!>ubUKV0S>4AVOQ zr+W|guihW+1d?y~ox2}*OzFVu{Cb_cf~4-wnJyK(UraSyz8h(}I&#Gw>c|6Xqd)ZL z!ceIrFeakHjdUe^E`Fn)VlD6n`M>SYKQjF}YuJD6&l9hi{v725maOsn^D1tX(t$vC zf9@rzXMYOapWE&{K?l^G`)*fvUZ9C>yJ3!^sBbqO&meDBF^ZcI=EsOIu7C2D(VXe}yau*mk##U(c>-)CD4MwQJpgMfa)X z=g^g=K<#>W<1fq{n81Pajby(08KD#gwQCQjskP4YWZoEaPIGZclzttQZq*VG=qCM2 zpu5W~b{-Kp4Mxmiv-=F|l5ce2y4O*wsp%RUSnFPH0tHu062)oa*V`r?LebhU{#`4R zZO#dPbE>nNg9ieyF<()=8uP|&YD__PV^*@yQDe$!Oy>oZC!RF;9k}~>A#WsjD;@%Zvp!?UI;zS^=CRgran5uXJ7;QNtJ>kUtIAC?*b=W7 zZA*pDi)nCSJDTv?$}Pg{G4(u^cxhglOdxqYVnW?$rRHBe3APT_g;)h?@%i_IxjOlC{X44)oT0 z2)foCVDX<03(~4i1WQ1oQGo-#>zU_ zc1V9Js2K5=w{XzEdyO@&)Rjq%cSw{SZ0k#U#f+iBwgfGy7;)#}IN)fz*0kyzNqk00 z;`7I$SrVUiciJRrOCf;|f&}C-qMzC1*@5V%-CRBq+IOno(&K4q#<|BdVqK%zwX-2CC6@OxZOIBu6i~^$R-f$jzmYdne#zy_FQxgoe zFk5uIc^FX|GJi`rN}~W&v*2j_G00M?O@p_@p7=#K^^IlI>fHCSch`L1oo{x}lsN&4 zliWMaK{Q*(Kgrb z*DdF~%Or8up+rcKI;~xX3KwuE9Tc1O0DX1A!w^Z;u)h;%rF*(%zJ+IE3Sx|b$w*Ty zF@>X<{qVN+r(vJzBt>x6WH|L$>PZO{Yn-E{^WiixKK{-ozB=(E6Ydm~Bed78R^(mg zegXG3A4^f>H3O_erYO-Qc*|XZ7-UxFgy!> z={NZ}nygErQw7mG)vTY9+vCQ(YDYE&0F3Czgp}yVEpnOeGsGwV%+il1 zS23}AcXca(zPLlerAby8Ifs{Y=q!q1->Je_GYU;%qp}OjRbj9(S5cS_y3G4ffO70< zFSY_F7b2Rbe@mA7^l=~hhlFrmM&WZKUpRsJpcC^KlgmHA7pDVn@w-@1w<@2jgl&lL zoo9S&B&+iI;!4Z^(-Y4KDd@NXZrVsp)xzLUkM}K z8*-3zqVhRTWzpN8o3iS&%i2|C(c1)NnRaMgll!j)R_+`5M(Gp2$sfq0U^m?_RvM+x zF}DkvMU-6Se2rG{2Hu17B*dz6z6TnCDMWav@X?Ka313T()UC6L&Y4thZ|BpF@#9B! zr0+RX%~ca)3Uq%fT~U_4XBSW#KRV=5Ps<%a?FzYB_mSkF!M3M&LixM(Jum%A7~<)B zF60INl`_(yoxGAhyHO>TWS8{LUbdt$lmwpe%iMijBbyFQ)|*cdpawFt`G9*w`Cjc> zU`kt~On$p=_DahoGU@~l{aDH!s3!2ZOna{8^D6>-5ZQc|N9l}4=ed#|lqYSH9_o;KynP9=R!XGqeF;2~`akC@FUZ3=JFrtq1xDZDk>hqNiYNt?n$ z+7vAxPnJrbkC=On+q*!*dtl0<8&<7kNrxs-oxmGOYOtKz-T1NM(B^sEy5U=q#r zFo?GnD=OY9wqCGR1iS@;B!~*ARjfDa&(^_!;thkhc|YHM&Y4UQdwKrP^YT1o&e><3 zefDMD_S$Q$-Nww_$D>$5z^C7Mez2)CKj2&7l+9O}C+JL2j^-UR^ohRlNj0pAr4 z^wdmYQ4rI^@V5wriO;IGeyb5QRtoELP0dKlGZX=3Gnp{UC&OOSo~c}l$po!mlq5U_ zfG8%W*xHu5R)4i#32?_1RBd0~C$?u(XCM1IKh|&d_dy7v+RmHVNy=^I zdZYQc=b6#2a^1#kk=_{fs!}Ba z=H_o-*@shW8FyXg>oT9qrdh>lZ_61}YI#n1-pngePM59+r#*M^m#^BQ<7gftZwxjV z31XdA!t}ELdr>;Qy}ba-P^GtdAQf%?1%H-aPrvPUg;vVq7Q!wZlFsg3GLYjp2XQKO zYq31RlD8^3F~?F*{b#7P)Ya;zToCeKI5_s3ug2kv-6tn@5X(Sb4Y%Pjw2wWWqjw{p zae4*G*qYnopLOMhS`TEi;hq;rpZSGq?C z_g(vs4BU*##6(%&1Xp}QlIRa}Iq7`+1~Nc1PLb{HePV-}*7UKj^J4|G89Wh*Mw#Ol zZL)YiHqar9=L0LWo{Pjh8fFAx^FIg5p);BoS892#5{9AA8oM%gXz9_c5SrDVfY%u zDPKK_cOf&Hc1y81Wm z=o9yZhpveE;72+ZZ5Mgq}3W=JC%y zN1>Gz&k%>d@?36buM$t`;q0~{Tdx z3iWUvrxt@Z`N!H*O z!lJn)FXO_AjOgKkg*FfL7%m@d89OLe9#kG>GJ0HNh@qt;Ho(xrPdfrDVw`%auIeb% zUj&;1x$zV27s=5`tVX?Mni1I0Fd}Nbc~Ua}1si{=tpaNxi{5y?!I`hY8Qj2PUZr+S zuc#)(qb9I+#+&x-=3~H*sJ}_W9Y2I2R*Ds~Po-ZQuk1NVeesM`DsM|I;wCfj%|LM@ zb{e}Tl(^6A4_Kbp{-N=Ig})mAm-%J<5$Yp5oT7FWG5*N(k>;AmKtAmjGyeBEpbOoy zB8a!tq^fN;pD{|<+SC?&nK5PE`mBxPS2YU9AAKeZ$A3LgIBsuokvQ(C z=%=)|rdjIsGWwFC>{zi)*&jRwhzVM!U83#V&lagKD4Va|%wDBVWerKYIjOtGf0yRe z+x#c+z#5XjiTNDUhri6{nD5^+^SL%ZFy<>RRrI-vn9r{M&UIeXT8g*0#RCFkUUNX# zyJbYFcrF{Kd?)bCC|qTt^t1CoLb)9hXNx_I(S927Es*IQ;l__>O*C;pV zYPqV`t_5p~+(b{feK(+xBhkbi<#ZbVO$H{>Qo%KDdC!dCm-ydjjI<+)>v-%`Y0q^2 zTB~g>p_pfky`v@2kW%GXHk)Tk0cm@THT^1`4l-vnVA1hTH*_!oCXXwLH{_Fk^U3%{ zP3Dt1@jB-*9UU`_Tprr(t7%R9{sDhZ`vNQ#BsV6KT{|`;5+G`6@3b$uQp-frxt&&= z`UjqYoBKh3*l{R^U#ol0O5;8%aRHYK@LhQy+xwLz*-;i|-)Bk???AIv2b->n%Aq*v z3qB&8B&4#n#GvF>Tku8wkBUEdo6kkZ3;8cYL6YVl@;{n_{9^^$A0MZJ!~-hO`s=Ix z#1|g5acC&dEQ8m<0DLjJimlP)n8Gfta~hT=YF;A>ZzJJVZK1@aq!&yQt<@=}M1C03~Dl=`r zAZ-23imz(fK66ry^$zxcaA%EGh~j+uVDIw(E1otAUtebk6wfy_Y*m*y5fwig&(}9` z#$f8S)BEB(^!kiNY2UfaZ02$NHDVq!mNMk7TJUr17h3u~@TAaeUFylbO%z{+^Tr_a z#tGSPc$_!ldLudVU&nT(tuSl5Fy_IUPE@0MHTLYF^$s0csub_eLDJE{%P}ulx0I9c z1gclk?ZLpt8Lv|THXcTQRiu8xYyJuAWBV(GS=v`+NX5YpCds@6G~@Y<#xpS?B}Cz? zmxwyZp!SZwempUtXMvd-CWNJgmsZF4r`J1YTGuSC2|Q1z-p_$@LiN<9z*(yr`bMqz z(yk2{^U}UeP#+kiFE2$y$sw7Cnk{tZo5$#ze&?Hq%Fj8gt9$O$)u`35)afq%Q`9?; zqa8(VIkDoVSp+5$8~>cJ2N8--P}=tp11y$5?<&pO>LppTHoLz)Yo9(L#|8#|L0KCw zvI^}T0`ou0yI&ukE$?cq9VSID+x(nUbHAkB&MMz8{v-m?PR+5Xm&mrQLF>C+D;LJ( z=F2gQi<1i!+&t$Aqh~ZLog1vRCYX^B3gM#`g~Lciaiqj0MoRonJ6^q{#HCqM;?jlG zbjk_6q(s@R*lJ{TjwT+qrNj%2r7a~wiHB_=(eFt^+881aTq)8%g}+7#v*ko;iHO^h ztp=S|GN+Wx4kk^M#6&SCJ)LzX>Iq+Osp>5vF2SD4_Z$&%wkskgI3l7Zni$sqsXcOx zZOoPuPa(+DKA$ujS4!+|qy*OK3z0Tm`=ov6NCW5*3+(hIc?QB6Ff@E6Oo_;DAlUU*Ju^(}w1(CS7W_n=jT zttz(X*sr4NALnf+FUzSq+=(@j;*r6)mmG|%m15GJ`e>q!a(iUDhgLEaKVnXtx(7pk4YeHroAPOlY?ccNr1$n#V@F&|?nT2|0vz-<)Ej-6CPn>{UXdZ2fds z_||CSTceF{%MWq!Z33HLQ8xw0&6TJTs6Za*xl#Pimr~b&13aqA@ci5PC;bBG<-saD>7AZ7=wd`OC2<9OEjzp4P#+dp@=EGM#s$)63VA9@ytYe z#r_q;oM@@zI`PbTrk|eQqUA=ciP{33s*Ufz6tSsol-=QLlsIy|8P3ksM|*J+n&;cc zT%6sD_tKsSf3tA*9Ui+IIaaQ476O0?YQ#91;XFmHoyvAMWj5L>Hl2A{t(e6rBnkm> zkNl-nqM|*<;jQ5NVzD;xF6{y#V<)iBNBjMrBe;!^9{yHh$ONu{{nzn=Z38wjWDkn` zLr&#ytlY`?HNO#ZD+*IY9(u^I3r(ZwFXo*&yu;R7($h7{9s8z+)|}X{)4mlv@|&@W zPiiuwrELG^X*7};GL+jEX{ z=N8^PB~_8MdGln*B0>+-zSkMuL`yB#iDypbujLu^sEg-^qq?U(b^Oi3^DiG!gI$rI z#hbzIT8A^kBg|m*=mK?kT!P@Wr`Vi%dZpVnSnqVhnQLf>-!w#=Sxs>`GmpiYcl@O{ zXGVYj6U;pA%LkLB5KMP5Z;>$XmqKp-yg7rF?xX}AA~VD}@@Tm(Dv&o+XcZX?)dN87W&wEejFA0zeQ z---Wkk9FtLi2s*^!s3i;#YW0oUsP!X4KWoMEpYdz? zfxYpo*LtOm53&j7=$i)3vh~d#o~AtkThuf7kKXB`+@<~gBg!3RRt2`k`7BA7CFf7G zQEt|V{{rP+kX-(ED3=)13+2ve-5KR_81vpJcg&w$l$)p|RG#1RHw)zs;BgPiWw=^J z&mi>hGPKNc5U%+o8{r-r?sh4IaI=}+e}{0x;Gz2G3Q-X5UDzM~0|?$9BHV8gl0vv^ z`R$Exi+Kx#yKRw;a1Fl}!u|DuEQI^bH#Wk(`^TLS?$+x665)QZ-@3>arW0*pT62Jl zY*k=Z(E3#8?a7_`(;u=g5b2K#Y(%O^m7)L6b3(eTcg#TB+fdd^_QIv>ubPvSO>F#? zf3(qPl8r`{N7-Xu#omc@D^#sX*_PAu%$oRG$ySiN$8vgp)|&YIg>Z{w1McL(ylPX$ z*9nvG$%`iLFQ+?c-x3DXT@&B0HF3~-4Z%BJZ3|4V^4_|#X=R?}dG7&(UThsoPNh9V zd7cTnUCG00$H&LgiLs?2>t*FCv~8&s?7sdyO8>UAPx%gwI^#&Ecg|WEjqC`T;VhNW z$kYy_kr`v_iG+&1_h)?%*AJOfZ-U{HuN(pQ!-euOlnR%QHcvD5Q&ueJ@fNsLBSh)8 zijJHtT)Oc7EL{4@4sZ!4#GCE|goxnGLb-YzP^5wFB@f-O5%;_!Vk5$A!{h3@E7Zt% zxsJKrMUcEa!)bOIDB*kAsN3Q(FQ?A9PskA)ZFwdVn2rI8XppHqPkZj;uM;pahDYe< zHrC=g#g4$=(!~U>rJgzgLdO4xu8M0{UZ{@$hCXJNYKL^&M0DG|8dAa!S5@^KL?qNJ zF`gAB{zEq9H(k^()gGW7R*?LI+pnQ0w)2eJ4478Vf6!r_jq=?{B3D>9-)nkR#W4(v z#4KV2P)xty?cYs6rai0pOaG?lCdQn_BRH7TKZUqpFRwN|yIS)_&(6L;J-bDnaP6Gq zzf#YB7!UI3J(*phDy2XFWzcla)s;D(ij`!>Zl1{WZG0|$`*+rey)r#~Id#uHHc=lT zqR#SxJAnJ9XO%xUhkXA$;7ZC{iSfVC`Ehwl=n_euDVKpyy7EXkVqGV%NOpy->y%PA znCQ1ziFhnen0R?m0t?nTD7Iv!^_Iy5)_?<=}X!T2&{-u5QGeerx#Ce+3=kCs$ z)T_TVlPWAdM|i4(;on{8PN>lzgs&x<(o)W!y}U9uEs|U|kq_|I`iTGMv9p&|(Lu8n zmbxntiv{uzo=pG1@e_|qK+_k`+J{UC$EqYwMrd3 zbM3?HTJFlioT|@lMz{D*q{OA{GZ@f=0VVTR+IM<3>>yxCsfGV1z#)9;D>wi57)Sr+23xM${x3!uonL}f> zqOQg}TQfiKFg-7N*R?n3UTIdB2CBU#LgB?R|s9JhHn=VKu)k2SSB9tk4qg?NwkEtKc?vJ zo}yx>Xf8$R)#SM>2|S@M%~)=ek=oSJV!myf=+*dC>LpT&zlq)%=|Jk!qD;G+t}4%s z?-8;33#k9{5*}`j9XlY$?Ua*04QTZ9tIYX4 zq|s!CGI`%O+Bx30Yp6QL7ORgPV++h2n0W#lDtkJeHDPl0G-L2{%?h)=uV(+CtgLSL zP^X*KO_N?qJ>{EgkI_6ickW=h{EKST&5~Q}@me(09oh=!u_~200{aOR04c z`3U}AQ;$-*BbfJb;G&Y5N80%>f`hH<(!7-Q{B2+D82Uoq_`!LbBW4@(Z}$Fco7CdO zxZ=cRC6W5^h2}giZH?!55}-13|H#mdJ@NrkL_H)QLzNwm@QF2!&zjLNL=4d$mn^JE zjHgs*h%$x2v$N)3&NU@6;+LL+7X$4k25nmer<_(ZyqeQg=ixZk(?yusT5aQKV;OuS_)JW2g zHr#(}s(5U*dv9q=x8-#vYO1>ODC3#8MVY~yzRvTukdT0ZMz%fGEhSK=GM_D`SI#f!C)^ zY#ls`a(z(|nx+nn=|pD&_PxNy3#`ZnGay}K%nvk&JrX5d@=`r_)R{;SP42Artj2V0 z;0s;-_``U11}0R++l|_m+Gu8b!FmKB=WzWJLOpf~fTi%!-}C^ecQ% zNtTNEB1xR*@Kw;l{+8itn(ShOe+Cn?JZXX*COHn7H9K;JQiL%^t%C}d%P;i<@7%v? zeAqW3RU;Gf{F!?&A=@t?Eni{ZrmJ*HZIb}%gE3scP@UUmUKX`ZpU!mRIv6G)Qp2FQj%s;Ni#l!i5J?JgAt)T*Jo$ z8~FV30L0d$+pEn1&jr!I8#De$&2eoI?o=iVU_kf z?rc1G+w`@}>Nt+LJto)w&AxQQ7i zTCA2vlEYp+ofQ@d8EBBElrVLUTUpB&i^&{$D2bsDsL|0#uf#@DmdgY>kII?HLj#?$ ze<N*EO<(3BoQgF*Rr#>EM%x6iOI$6j1J!_ z&t3np{&X#NruB}0Na)FdIWsG*@0|REer^f&{K))_fP!=aS3V0cCZ+iSDw3w%Q4knX z2*eEXSrc2EDcTxG@j$JSdK2bgeJ9MqPym-GDy9MwA+zRIvm(~tbp9*31^tnd*q+RKkNf53 z&3o~RNv64ZI9JLpw4iJuZ#mJ@l}@B|Z)H~cjAVDEXhH>!PZ9Ik9<0aN7>^CWFXI2b< zB|{G;-i9-`$XZ3$qJ6qUiC>k50|s!$Cf+~Y)SlmmOz+iAD+@XrQ}jdsLV+QEp3S(O zGbPK3edPLXuUgud`H)zx#E&~<4co*6#9lbCB|d;;!wJti3c3ys2cFm3tZy)_oPH8R z^BSpDSd)^!pf&6P;4I&=FCdY`(`D-!1tr9t$8TyCXQje0LjIAvt9Hq7@7y(gSmmvW zpbb>G>p|N8sj_m`hjP&%Iwhkix{jhK@hL(1P*rza-zd$Mf8LgR`AZH_Es$93)>5H& z$(Zp4IwY#C+PX^<&!~p2y9B}fpI{Ao)mn#~`%zEsmg5G+Ynw*p#sds6q-wnJ!-4jO zp(iB^@!`$2ifw=F75MNQe{5XB@y8ZyHDQ{7${$;|x}3XNCO^w#(S=YT6+avc%At&+ zXrh*JM8By8fJnUOxjYp_aiY>Rz_k_CQq+>Ztv42FO<$V?RA71o{eguX!m_A|s`^ko zQN{R{qMp@MM1~?M!WHnHKFw=l16vDBTubr{VAuef`r&GRlM^ZgQ*FJS8UJ*9(2uNykW2-5uTG;do=pRE4H%4$CmD82Z;=HgGB0ZNo;D{*fl`f zWE~ws8>vnhEHcv|q_+NM&%mVHeZ6NuR_6-1Hm=%)F3=j1W1c`NP#bOMoQPkpmfuyW z8?j@P?de9IF|sXn8fe^2JHo5DBCkeUQ)=!e1Mu`^XEZ-fIoM5c2gtxH~f{3aHl@FEIJ%2yt6CU zaKxm^k+i%NvQ7IAp=xz9f*Ojtv;uF7w&eqPWCA@r^E&g z&(?7XV%W7M=%KJXmt$|3k=m>T>9B^2NlhyBgF93!md)fM7q6&pnpHp}zLt4}jxi1z z5Xql)siQmeF2QQ{G&#{<3jJDPsN~k)!bnW?ms!~wQZYluKI!i@TE=9^S|XCW{19qQ z``%WuJ*<(yn^zPzUXuoGPfSO=p*Lk_8BAajcG*?c=KSkEoPW)gY$zi`dhu3a3uNfx zO>Zh}nBiSwJ`W*ZZoE&QG1!&Y4ZKblY}|2h`~*XUQ$>W)9wOW)YC|{_*MVgb^htMc z1drW!=fNX9Sly2%K#8w=mz>}bB1YYNiC_EOt;DYhTbwSYec#@uW*a0|v)%T>t{7C) z8?}>Iwk24$t8-h??M^oK?VuYxcZlhTovbUb(*(@LeDjE(EAlQ0^7$3;fKRc8=PFHy z!QM@&T)2AygHYVKV>e=JmPCMSqmA1n=6fOaB(+a|!0rcPar+Yojy^axBZJWSb)AG^pLXrFbM@Zl8wujV zig#S&=mWum;OuV|7wAo1O|ij4Z}Vk>s0SAqhP*c$zdksAOievWXs_ZVP7+&B$*sv_ zmN1QW^7iMv-B1iNrMiNO=U&BJbQPrD<%W#}!&%pPm;6G_)mXg}e{{2#`dtOzEPmY` zk<#k=jWyZ}`C9AN)`e6JMS31awGaH=o1Diz+Tf0d#Ggik)|iH8sEoCGRmA#4Dg=9t z=PA#}2Vv{&Fdq61gjq@Nbma?L4abJ93j6PtK%P0O+FI4if4kbw(J%Xg2;Mripu6L^ zQb;}RsyKL@7hORUupIYyRGd&^p>!Pdo6~vFfE~W*R4%%1>hKiOcquul&jBELYsW#D=RkRzz-UE>~W|dp2<-!m2Q_U}{1yZ9MquB-C%RGsLch51Z zZp0chf$UY*JBcBm{&^ri^s_u$o!>9{B~@Lyb?pc^Av#9!Q&2x%d7V7i+`?s`9Vfck zDtUc0k0sX+Bq}TSsYp$NcdYnmZ%}WWsZXspzz- zh&8SpRvl+_$CG6sV!hxVfa)cJX}81>AAp;UWuzCB|3P()C>~1l>1(8SZ`wK4SE}uG zw8QSvhS|IB(TYE5tehU5VfW}1_2?lUbXD)FZGGZL^?ddRon7QNon1y6Cu_)QRFd#q zZoV;2qFGeN;=OefLN??N7RE+$3T!cn$#NqD)?2~+$cjy+Ts4k5JicG!)wzeqeWA+Z z`ouLDXw+XOhIrI06dn?>ZDY)!hS{piy0La2(R(dWvp1@8D^eKFdm$Lu5KIQs-snm! zRNm?~!y4{pRN{M(Ze#bRwN;5Be|eB0PEr;QtZW$2w6-)csr(Dp;d*|^=&rlL@w^c{(r4LNg^ow4`Y zV_%@LuQU(9jQaT{1z_-7-nmLfBEuVTz9a778g_ssZ7r6xh&j_Wb|DxRx=H6Bv`I}E zU!HpQz|Ybkdf4)$5#5Ri_a zW!m-56(X~T7NZndjWMx;T=E4`ztLuid@{RaB$VE~SqtlGs|v3tK39{RQm+0QwimT- z&}dOwTx>1~!jklFk;YW81QsSVE?#OAs%BHUnac&<^Q zeeCEqm(jg$UUhm+gT=FYdYx?@cI@w2MkcMQd&g`3>6>C_Rc*WI;19M5Tb=ajGyka6 zD~o8IY;$J64Ng=|X|*+ihTExYm?>g}WK+OXL1Tb@^$Lu>GE$@_{R5LcsSJj%iP{#0 z8cccnXAW2cRf_#rm$JibpRZP}^VQP6e>Gul+-4QM5Z3l}4tJTYwWnTZYYjXbiakUN z^3@nt{(8T1tq^diWWqg;C+o|EiVMo-i4J}k${Dhzmau-=b!Y@B;-y{>xz<*%A3`ig z{m&}W$lH7uH`bWl83t@R{3XP5NCCfg6!nl?r|3IcVi~*{*Mo74~*ix|nn6`JUsbbe8L=bgJXWB;WC)ukZ04$5rXW>zQL;FrjI5 zB0n=RJvXu7X{50IQ^m|fS83{+DY+E1Ej^&6>leWloAQHSrL4cN_{L+k zuSgw`w~@#P$f;E16kK{Bf2~*LaT}g4EV54`SMpBe#8Dx7LgGE+|6GS9Rjf^1ZutgO zHwl5sp

e+|lh?Nh&Y;}2htu?O>KHv0pIu@3z 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

Qkf` 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

- + + diff --git a/help/src/hh/salamand/appendix_files.htm b/help/src/hh/salamand/appendix_files.htm index dc0fa744..479244e1 100644 --- a/help/src/hh/salamand/appendix_files.htm +++ b/help/src/hh/salamand/appendix_files.htm @@ -1,4 +1,4 @@ - + Understanding Files and Directories @@ -75,8 +75,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/appendix_filesystems.htm b/help/src/hh/salamand/appendix_filesystems.htm index 75d56421..0dfa0c92 100644 --- a/help/src/hh/salamand/appendix_filesystems.htm +++ b/help/src/hh/salamand/appendix_filesystems.htm @@ -1,4 +1,4 @@ - + File Systems @@ -95,8 +95,9 @@
Universal Disk Format (UDF)
data interchange between operating systems, and between consumer devices.

- + + diff --git a/help/src/hh/salamand/appendix_fspaths.htm b/help/src/hh/salamand/appendix_fspaths.htm index 9a2a4a2c..ff01b8f2 100644 --- a/help/src/hh/salamand/appendix_fspaths.htm +++ b/help/src/hh/salamand/appendix_fspaths.htm @@ -1,4 +1,4 @@ - + Plugin File System Path Specifier @@ -29,8 +29,8 @@

Samples of Plugin File System Paths:

-ftp://ftp.altap.cz/pub/altap/salamand -FTP Client plugin: server ftp.altap.cz, path /pub/altap/salamand +ftp://ftp.taskscape.com/pub/taskscape/salamand +FTP Client plugin: server ftp.taskscape.com, path /pub/taskscape/salamand @@ -49,8 +49,8 @@

Samples of Plugin File System Paths:

-sftp://altap/etc/ssh -WinSCP plugin: SFTP session altap, path /etc/ssh +sftp://taskscape/etc/ssh +WinSCP plugin: SFTP session taskscape, path /etc/ssh @@ -59,8 +59,8 @@

Samples of Plugin File System Paths:

-REG:\HKEY_CURRENT_USER\Software\Altap -Registry Editor plugin: key HKEY_CURRENT_USER\­Software\Altap +REG:\HKEY_CURRENT_USER\Software\Taskscape Ltd +Registry Editor plugin: key HKEY_CURRENT_USER\­Software\Taskscape Ltd @@ -71,7 +71,8 @@

Samples of Plugin File System Paths:

- + + diff --git a/help/src/hh/salamand/appendix_grouppolicy.htm b/help/src/hh/salamand/appendix_grouppolicy.htm index 7cda599b..18ffc942 100644 --- a/help/src/hh/salamand/appendix_grouppolicy.htm +++ b/help/src/hh/salamand/appendix_grouppolicy.htm @@ -1,4 +1,4 @@ - + Group Policy Restrictions @@ -107,7 +107,8 @@

Group Policy Restrictions

- + + diff --git a/help/src/hh/salamand/appendix_opmasks.htm b/help/src/hh/salamand/appendix_opmasks.htm index 6734dfc8..8c36b90e 100644 --- a/help/src/hh/salamand/appendix_opmasks.htm +++ b/help/src/hh/salamand/appendix_opmasks.htm @@ -1,4 +1,4 @@ - + Operation Masks @@ -46,7 +46,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/appendix_paths.htm b/help/src/hh/salamand/appendix_paths.htm index 6bc812af..a8c3439e 100644 --- a/help/src/hh/salamand/appendix_paths.htm +++ b/help/src/hh/salamand/appendix_paths.htm @@ -1,4 +1,4 @@ - + Disk Path Specifier @@ -93,7 +93,8 @@

Relative Disk Paths:

- + + diff --git a/help/src/hh/salamand/appendix_regexp.htm b/help/src/hh/salamand/appendix_regexp.htm index 6315dfc4..0c113207 100644 --- a/help/src/hh/salamand/appendix_regexp.htm +++ b/help/src/hh/salamand/appendix_regexp.htm @@ -1,4 +1,4 @@ - + Regular Expressions Syntax @@ -108,7 +108,8 @@
Ambiguity
tried against 'xabyabbbz', it will match 'ab' just after 'x', due to the begins-earliest rule.

- + + diff --git a/help/src/hh/salamand/appendix_times.htm b/help/src/hh/salamand/appendix_times.htm index cdf1e942..fc7c0c73 100644 --- a/help/src/hh/salamand/appendix_times.htm +++ b/help/src/hh/salamand/appendix_times.htm @@ -1,4 +1,4 @@ - + File and Directory Times @@ -45,7 +45,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/appendix_txtfiles.htm b/help/src/hh/salamand/appendix_txtfiles.htm index e932f22e..c73ed5c5 100644 --- a/help/src/hh/salamand/appendix_txtfiles.htm +++ b/help/src/hh/salamand/appendix_txtfiles.htm @@ -1,4 +1,4 @@ - + Text Files Coding and End of Line Characters @@ -116,7 +116,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/appendix_unicodesupport.htm b/help/src/hh/salamand/appendix_unicodesupport.htm index 092ab08f..61d252e7 100644 --- a/help/src/hh/salamand/appendix_unicodesupport.htm +++ b/help/src/hh/salamand/appendix_unicodesupport.htm @@ -1,4 +1,4 @@ - + Unicode Support @@ -97,7 +97,8 @@

Get around problems with Unicode names

- + + diff --git a/help/src/hh/salamand/appendix_wildcard.htm b/help/src/hh/salamand/appendix_wildcard.htm index 3379fd05..d721ae46 100644 --- a/help/src/hh/salamand/appendix_wildcard.htm +++ b/help/src/hh/salamand/appendix_wildcard.htm @@ -1,4 +1,4 @@ - + Wildcard Characters @@ -41,7 +41,8 @@

Wildcard Characters

- + + diff --git a/help/src/hh/salamand/basicwork_copy.htm b/help/src/hh/salamand/basicwork_copy.htm index 6aeea007..acdfe042 100644 --- a/help/src/hh/salamand/basicwork_copy.htm +++ b/help/src/hh/salamand/basicwork_copy.htm @@ -1,4 +1,4 @@ - + Copying Files and Directories @@ -101,7 +101,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_delete.htm b/help/src/hh/salamand/basicwork_delete.htm index 7b719ef0..9e16324f 100644 --- a/help/src/hh/salamand/basicwork_delete.htm +++ b/help/src/hh/salamand/basicwork_delete.htm @@ -1,4 +1,4 @@ - + Deleting Files and Directories @@ -49,7 +49,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_edit.htm b/help/src/hh/salamand/basicwork_edit.htm index cef7da98..3e568214 100644 --- a/help/src/hh/salamand/basicwork_edit.htm +++ b/help/src/hh/salamand/basicwork_edit.htm @@ -1,4 +1,4 @@ - + Editing File @@ -65,7 +65,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_find.htm b/help/src/hh/salamand/basicwork_find.htm index 7be98291..97a4dd95 100644 --- a/help/src/hh/salamand/basicwork_find.htm +++ b/help/src/hh/salamand/basicwork_find.htm @@ -1,4 +1,4 @@ - + Finding Files and Directories @@ -164,7 +164,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_mkdir.htm b/help/src/hh/salamand/basicwork_mkdir.htm index 64571d53..105d600f 100644 --- a/help/src/hh/salamand/basicwork_mkdir.htm +++ b/help/src/hh/salamand/basicwork_mkdir.htm @@ -1,4 +1,4 @@ - + Creating a Directory @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_move.htm b/help/src/hh/salamand/basicwork_move.htm index 119416d5..23cc2e91 100644 --- a/help/src/hh/salamand/basicwork_move.htm +++ b/help/src/hh/salamand/basicwork_move.htm @@ -1,4 +1,4 @@ - + Moving or Renaming Files and Directories @@ -99,7 +99,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_open.htm b/help/src/hh/salamand/basicwork_open.htm index bee326bb..6dac2140 100644 --- a/help/src/hh/salamand/basicwork_open.htm +++ b/help/src/hh/salamand/basicwork_open.htm @@ -1,4 +1,4 @@ - + Starting Application or Opening Document @@ -46,7 +46,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_openarchive.htm b/help/src/hh/salamand/basicwork_openarchive.htm index df870ab0..13b2731e 100644 --- a/help/src/hh/salamand/basicwork_openarchive.htm +++ b/help/src/hh/salamand/basicwork_openarchive.htm @@ -1,4 +1,4 @@ - + Opening Archive Files @@ -50,7 +50,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_openfs.htm b/help/src/hh/salamand/basicwork_openfs.htm index f39a155c..cca41d3e 100644 --- a/help/src/hh/salamand/basicwork_openfs.htm +++ b/help/src/hh/salamand/basicwork_openfs.htm @@ -1,4 +1,4 @@ - + Opening Plugin File Systems @@ -40,7 +40,8 @@

Opening Plugin File Systems

version of file, use
Refresh).

- + + diff --git a/help/src/hh/salamand/basicwork_pack.htm b/help/src/hh/salamand/basicwork_pack.htm index 098af523..a9a7ef7d 100644 --- a/help/src/hh/salamand/basicwork_pack.htm +++ b/help/src/hh/salamand/basicwork_pack.htm @@ -1,4 +1,4 @@ - + Packing Files and Directories @@ -45,8 +45,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_qsearch.htm b/help/src/hh/salamand/basicwork_qsearch.htm index a62a6835..3b175dd1 100644 --- a/help/src/hh/salamand/basicwork_qsearch.htm +++ b/help/src/hh/salamand/basicwork_qsearch.htm @@ -1,4 +1,4 @@ - + Quick Searching File or Directory Name @@ -54,8 +54,9 @@

Remarks

use Alt+letter to enter to quick search mode.

- + + diff --git a/help/src/hh/salamand/basicwork_select.htm b/help/src/hh/salamand/basicwork_select.htm index 321a75b1..8d2133ce 100644 --- a/help/src/hh/salamand/basicwork_select.htm +++ b/help/src/hh/salamand/basicwork_select.htm @@ -1,4 +1,4 @@ - + Selecting Files and Directories @@ -259,7 +259,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_sort.htm b/help/src/hh/salamand/basicwork_sort.htm index 4bb9cab6..9eb9ae4a 100644 --- a/help/src/hh/salamand/basicwork_sort.htm +++ b/help/src/hh/salamand/basicwork_sort.htm @@ -1,4 +1,4 @@ - + Sorting Panel Contents @@ -49,7 +49,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_unpack.htm b/help/src/hh/salamand/basicwork_unpack.htm index 682107f7..fdd572bd 100644 --- a/help/src/hh/salamand/basicwork_unpack.htm +++ b/help/src/hh/salamand/basicwork_unpack.htm @@ -1,4 +1,4 @@ - + Unpacking Archive File @@ -43,7 +43,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/basicwork_view.htm b/help/src/hh/salamand/basicwork_view.htm index ba88a062..e3c5ea44 100644 --- a/help/src/hh/salamand/basicwork_view.htm +++ b/help/src/hh/salamand/basicwork_view.htm @@ -1,4 +1,4 @@ - + Viewing File @@ -53,7 +53,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/configuration_appea.htm b/help/src/hh/salamand/configuration_appea.htm index 6b3478b0..67b129f9 100644 --- a/help/src/hh/salamand/configuration_appea.htm +++ b/help/src/hh/salamand/configuration_appea.htm @@ -1,4 +1,4 @@ - + Appearance configuration @@ -58,7 +58,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_archi.htm b/help/src/hh/salamand/configuration_archi.htm index 85f7c603..3f47c206 100644 --- a/help/src/hh/salamand/configuration_archi.htm +++ b/help/src/hh/salamand/configuration_archi.htm @@ -1,4 +1,4 @@ - + Archivers configuration @@ -36,7 +36,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_assoc.htm b/help/src/hh/salamand/configuration_assoc.htm index aed5cce9..f099de5e 100644 --- a/help/src/hh/salamand/configuration_assoc.htm +++ b/help/src/hh/salamand/configuration_assoc.htm @@ -1,4 +1,4 @@ - + Archives Associations in Panels configuration @@ -34,7 +34,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_chdrv.htm b/help/src/hh/salamand/configuration_chdrv.htm index f11a55bf..ac263043 100644 --- a/help/src/hh/salamand/configuration_chdrv.htm +++ b/help/src/hh/salamand/configuration_chdrv.htm @@ -1,4 +1,4 @@ - + Change Drive Menu and Drive Bar configuration @@ -56,7 +56,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/configuration_cnfir.htm b/help/src/hh/salamand/configuration_cnfir.htm index 43e99c37..75f161fb 100644 --- a/help/src/hh/salamand/configuration_cnfir.htm +++ b/help/src/hh/salamand/configuration_cnfir.htm @@ -1,4 +1,4 @@ - + Confirmations configuration @@ -132,7 +132,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_color.htm b/help/src/hh/salamand/configuration_color.htm index 2add1e5c..84434f72 100644 --- a/help/src/hh/salamand/configuration_color.htm +++ b/help/src/hh/salamand/configuration_color.htm @@ -1,4 +1,4 @@ - + Colors configuration @@ -40,7 +40,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_drive.htm b/help/src/hh/salamand/configuration_drive.htm index cfed42cc..4cca9e8d 100644 --- a/help/src/hh/salamand/configuration_drive.htm +++ b/help/src/hh/salamand/configuration_drive.htm @@ -1,4 +1,4 @@ - + Drives configuration @@ -52,7 +52,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_edtrs.htm b/help/src/hh/salamand/configuration_edtrs.htm index 07e1e213..d4d6b8e6 100644 --- a/help/src/hh/salamand/configuration_edtrs.htm +++ b/help/src/hh/salamand/configuration_edtrs.htm @@ -1,4 +1,4 @@ - + Editors configuration @@ -38,7 +38,8 @@

See also

- + + diff --git a/help/src/hh/salamand/configuration_gener.htm b/help/src/hh/salamand/configuration_gener.htm index 93a82f9e..c5ecac8a 100644 --- a/help/src/hh/salamand/configuration_gener.htm +++ b/help/src/hh/salamand/configuration_gener.htm @@ -1,4 +1,4 @@ - + General configuration @@ -104,7 +104,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_history.htm b/help/src/hh/salamand/configuration_history.htm index aab07ce4..422ce4fa 100644 --- a/help/src/hh/salamand/configuration_history.htm +++ b/help/src/hh/salamand/configuration_history.htm @@ -1,4 +1,4 @@ - + History configuration @@ -48,7 +48,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_hotpa.htm b/help/src/hh/salamand/configuration_hotpa.htm index 2e6774da..049512f6 100644 --- a/help/src/hh/salamand/configuration_hotpa.htm +++ b/help/src/hh/salamand/configuration_hotpa.htm @@ -1,4 +1,4 @@ - + Hot Paths configuration @@ -36,7 +36,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_iconovrls.htm b/help/src/hh/salamand/configuration_iconovrls.htm index 9820bb28..5229102c 100644 --- a/help/src/hh/salamand/configuration_iconovrls.htm +++ b/help/src/hh/salamand/configuration_iconovrls.htm @@ -1,4 +1,4 @@ - + Icon Overlays configuration @@ -34,7 +34,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_intvw.htm b/help/src/hh/salamand/configuration_intvw.htm index 90c9fcc0..8c248c68 100644 --- a/help/src/hh/salamand/configuration_intvw.htm +++ b/help/src/hh/salamand/configuration_intvw.htm @@ -1,4 +1,4 @@ - + Internal Viewer configuration @@ -65,7 +65,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_keyboard.htm b/help/src/hh/salamand/configuration_keyboard.htm index b95593bf..9ae71166 100644 --- a/help/src/hh/salamand/configuration_keyboard.htm +++ b/help/src/hh/salamand/configuration_keyboard.htm @@ -1,4 +1,4 @@ - + Keyboard configuration @@ -20,7 +20,8 @@

Keyboard

See the list of Keyboard Shortcuts.

- + + diff --git a/help/src/hh/salamand/configuration_locat.htm b/help/src/hh/salamand/configuration_locat.htm index b4335783..2fbe307f 100644 --- a/help/src/hh/salamand/configuration_locat.htm +++ b/help/src/hh/salamand/configuration_locat.htm @@ -1,4 +1,4 @@ - + External Archivers Locations configuration @@ -41,7 +41,8 @@

Note

archivers on your machine.

- + + diff --git a/help/src/hh/salamand/configuration_mainwnd.htm b/help/src/hh/salamand/configuration_mainwnd.htm index f12fbc9a..a24a167b 100644 --- a/help/src/hh/salamand/configuration_mainwnd.htm +++ b/help/src/hh/salamand/configuration_mainwnd.htm @@ -1,4 +1,4 @@ - + Main Window configuration @@ -51,7 +51,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_packr.htm b/help/src/hh/salamand/configuration_packr.htm index 1555af19..ed58e619 100644 --- a/help/src/hh/salamand/configuration_packr.htm +++ b/help/src/hh/salamand/configuration_packr.htm @@ -1,4 +1,4 @@ - + Packers in Pack Dialog Box configuration @@ -52,7 +52,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_panels.htm b/help/src/hh/salamand/configuration_panels.htm index 2381d46e..f9ab0e45 100644 --- a/help/src/hh/salamand/configuration_panels.htm +++ b/help/src/hh/salamand/configuration_panels.htm @@ -1,4 +1,4 @@ - + Panels configuration @@ -103,7 +103,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_reg.htm b/help/src/hh/salamand/configuration_reg.htm index 0a0af116..9663589f 100644 --- a/help/src/hh/salamand/configuration_reg.htm +++ b/help/src/hh/salamand/configuration_reg.htm @@ -1,4 +1,4 @@ - + Language configuration @@ -28,7 +28,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_security.htm b/help/src/hh/salamand/configuration_security.htm index 0cf7f5b8..14459636 100644 --- a/help/src/hh/salamand/configuration_security.htm +++ b/help/src/hh/salamand/configuration_security.htm @@ -1,4 +1,4 @@ - + Security configuration @@ -32,7 +32,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/configuration_sys.htm b/help/src/hh/salamand/configuration_sys.htm index a2e78a06..ecea6037 100644 --- a/help/src/hh/salamand/configuration_sys.htm +++ b/help/src/hh/salamand/configuration_sys.htm @@ -1,4 +1,4 @@ - + Recycle Bin configuration @@ -45,7 +45,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_unpck.htm b/help/src/hh/salamand/configuration_unpck.htm index f2b4cabb..c4e5a442 100644 --- a/help/src/hh/salamand/configuration_unpck.htm +++ b/help/src/hh/salamand/configuration_unpck.htm @@ -1,4 +1,4 @@ - + Unpackers in Unpack Dialog Box configuration @@ -45,7 +45,8 @@

Dialog Box Options

it requires list of files in OEM charset. - + + diff --git a/help/src/hh/salamand/configuration_usrmn.htm b/help/src/hh/salamand/configuration_usrmn.htm index 1a86d595..42e6ea42 100644 --- a/help/src/hh/salamand/configuration_usrmn.htm +++ b/help/src/hh/salamand/configuration_usrmn.htm @@ -1,4 +1,4 @@ - + User Menu configuration @@ -79,7 +79,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/configuration_views.htm b/help/src/hh/salamand/configuration_views.htm index 8b25ff16..87b42284 100644 --- a/help/src/hh/salamand/configuration_views.htm +++ b/help/src/hh/salamand/configuration_views.htm @@ -1,4 +1,4 @@ - + Views configuration @@ -49,7 +49,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/configuration_vwers.htm b/help/src/hh/salamand/configuration_vwers.htm index c4d5191e..809c8977 100644 --- a/help/src/hh/salamand/configuration_vwers.htm +++ b/help/src/hh/salamand/configuration_vwers.htm @@ -1,4 +1,4 @@ - + Viewers configuration @@ -43,7 +43,8 @@

See also

- + + diff --git a/help/src/hh/salamand/customize_arccfg.htm b/help/src/hh/salamand/customize_arccfg.htm index baa866bd..cf537897 100644 --- a/help/src/hh/salamand/customize_arccfg.htm +++ b/help/src/hh/salamand/customize_arccfg.htm @@ -1,4 +1,4 @@ - + Archivers Autoconfiguration @@ -32,7 +32,8 @@

See also

- + + diff --git a/help/src/hh/salamand/customize_configuration.htm b/help/src/hh/salamand/customize_configuration.htm index c3d8edcf..3649ee8e 100644 --- a/help/src/hh/salamand/customize_configuration.htm +++ b/help/src/hh/salamand/customize_configuration.htm @@ -1,4 +1,4 @@ - + Configuring Open Salamander @@ -70,7 +70,8 @@

Remarks

Salamander's version.

- + + diff --git a/help/src/hh/salamand/customize_menuskilllevel.htm b/help/src/hh/salamand/customize_menuskilllevel.htm index 9c54d7b1..6c78fac0 100644 --- a/help/src/hh/salamand/customize_menuskilllevel.htm +++ b/help/src/hh/salamand/customize_menuskilllevel.htm @@ -1,4 +1,4 @@ - + Setting User's Skill Level @@ -23,7 +23,8 @@

See also

- + + diff --git a/help/src/hh/salamand/customize_pluginsbar.htm b/help/src/hh/salamand/customize_pluginsbar.htm index 86829d64..5c7a710b 100644 --- a/help/src/hh/salamand/customize_pluginsbar.htm +++ b/help/src/hh/salamand/customize_pluginsbar.htm @@ -1,4 +1,4 @@ - + Customizing Plugin Bar @@ -23,7 +23,8 @@

See also

- + + diff --git a/help/src/hh/salamand/customize_toolbar.htm b/help/src/hh/salamand/customize_toolbar.htm index fef752e4..2e0f2f77 100644 --- a/help/src/hh/salamand/customize_toolbar.htm +++ b/help/src/hh/salamand/customize_toolbar.htm @@ -1,4 +1,4 @@ - + Customizing Toolbars @@ -54,7 +54,8 @@

See also

- + + diff --git a/help/src/hh/salamand/customize_usrmn.htm b/help/src/hh/salamand/customize_usrmn.htm index 3210cf3b..1b27c994 100644 --- a/help/src/hh/salamand/customize_usrmn.htm +++ b/help/src/hh/salamand/customize_usrmn.htm @@ -1,4 +1,4 @@ - + Customizing User Menu @@ -355,7 +355,8 @@

See also

- + + diff --git a/help/src/hh/salamand/disk_driveinfo.htm b/help/src/hh/salamand/disk_driveinfo.htm index 6ef13247..e8a31741 100644 --- a/help/src/hh/salamand/disk_driveinfo.htm +++ b/help/src/hh/salamand/disk_driveinfo.htm @@ -1,4 +1,4 @@ - + Displaying Drive Information @@ -38,7 +38,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/disk_format.htm b/help/src/hh/salamand/disk_format.htm index bbf69145..f7a99bd9 100644 --- a/help/src/hh/salamand/disk_format.htm +++ b/help/src/hh/salamand/disk_format.htm @@ -1,4 +1,4 @@ - + Formatting Disk @@ -31,7 +31,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/disk_label.htm b/help/src/hh/salamand/disk_label.htm index 8f616079..4866baac 100644 --- a/help/src/hh/salamand/disk_label.htm +++ b/help/src/hh/salamand/disk_label.htm @@ -1,4 +1,4 @@ - + Labeling Disk @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/disk_net.htm b/help/src/hh/salamand/disk_net.htm index 9f2db7be..e7553f53 100644 --- a/help/src/hh/salamand/disk_net.htm +++ b/help/src/hh/salamand/disk_net.htm @@ -1,4 +1,4 @@ - + Connecting to and Disconnecting from a Network Drive @@ -49,7 +49,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_arcac.htm b/help/src/hh/salamand/dlgboxes_arcac.htm index 75c8f77c..4d0ca788 100644 --- a/help/src/hh/salamand/dlgboxes_arcac.htm +++ b/help/src/hh/salamand/dlgboxes_arcac.htm @@ -1,4 +1,4 @@ - + Archivers Autoconfiguration dialog box @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_arcacdrv.htm b/help/src/hh/salamand/dlgboxes_arcacdrv.htm index 4a1c82b3..c7e14d40 100644 --- a/help/src/hh/salamand/dlgboxes_arcacdrv.htm +++ b/help/src/hh/salamand/dlgboxes_arcacdrv.htm @@ -1,4 +1,4 @@ - + Archivers Autoconfiguration Drives specification dialog @@ -31,7 +31,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_arcup.htm b/help/src/hh/salamand/dlgboxes_arcup.htm index bc4889e8..83419b1b 100644 --- a/help/src/hh/salamand/dlgboxes_arcup.htm +++ b/help/src/hh/salamand/dlgboxes_arcup.htm @@ -1,4 +1,4 @@ - + Archive Update dialog box @@ -36,7 +36,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/dlgboxes_case.htm b/help/src/hh/salamand/dlgboxes_case.htm index a36098e5..87c0398f 100644 --- a/help/src/hh/salamand/dlgboxes_case.htm +++ b/help/src/hh/salamand/dlgboxes_case.htm @@ -1,4 +1,4 @@ - + Change Case dialog box @@ -74,7 +74,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_chatt.htm b/help/src/hh/salamand/dlgboxes_chatt.htm index bb2b72af..b9a6eba0 100644 --- a/help/src/hh/salamand/dlgboxes_chatt.htm +++ b/help/src/hh/salamand/dlgboxes_chatt.htm @@ -1,4 +1,4 @@ - + Change Attributes dialog box @@ -46,7 +46,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_chdir.htm b/help/src/hh/salamand/dlgboxes_chdir.htm index c0fc9006..f3067e0b 100644 --- a/help/src/hh/salamand/dlgboxes_chdir.htm +++ b/help/src/hh/salamand/dlgboxes_chdir.htm @@ -1,4 +1,4 @@ - + Change Directory dialog box @@ -47,7 +47,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_chicn.htm b/help/src/hh/salamand/dlgboxes_chicn.htm index 0197e98a..d3d13bfd 100644 --- a/help/src/hh/salamand/dlgboxes_chicn.htm +++ b/help/src/hh/salamand/dlgboxes_chicn.htm @@ -1,4 +1,4 @@ - + Change Icon dialog box @@ -34,8 +34,9 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/dlgboxes_cmpdirs.htm b/help/src/hh/salamand/dlgboxes_cmpdirs.htm index 0cde4834..5bcf189d 100644 --- a/help/src/hh/salamand/dlgboxes_cmpdirs.htm +++ b/help/src/hh/salamand/dlgboxes_cmpdirs.htm @@ -1,4 +1,4 @@ - + Compare Directories dialog box @@ -75,7 +75,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_cnvrt.htm b/help/src/hh/salamand/dlgboxes_cnvrt.htm index e9cca6c3..b3be7bd9 100644 --- a/help/src/hh/salamand/dlgboxes_cnvrt.htm +++ b/help/src/hh/salamand/dlgboxes_cnvrt.htm @@ -1,4 +1,4 @@ - + Convert dialog box @@ -43,7 +43,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_codpgconvtbl.htm b/help/src/hh/salamand/dlgboxes_codpgconvtbl.htm index dabf4da3..a42c381f 100644 --- a/help/src/hh/salamand/dlgboxes_codpgconvtbl.htm +++ b/help/src/hh/salamand/dlgboxes_codpgconvtbl.htm @@ -1,4 +1,4 @@ - + Code Page Conversion Tables dialog box @@ -19,7 +19,8 @@

Code Page Conversion Tables

MS-DOS) to ANSI coding which can be properly displayed in Windows.

- + + diff --git a/help/src/hh/salamand/dlgboxes_copy.htm b/help/src/hh/salamand/dlgboxes_copy.htm index 31821089..1c66f9ac 100644 --- a/help/src/hh/salamand/dlgboxes_copy.htm +++ b/help/src/hh/salamand/dlgboxes_copy.htm @@ -1,4 +1,4 @@ - + Copy dialog box @@ -144,7 +144,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_disconnect.htm b/help/src/hh/salamand/dlgboxes_disconnect.htm index c460f3e9..661ea169 100644 --- a/help/src/hh/salamand/dlgboxes_disconnect.htm +++ b/help/src/hh/salamand/dlgboxes_disconnect.htm @@ -1,4 +1,4 @@ - + Disconnect dialog box @@ -19,8 +19,9 @@

Disconnect

- + + diff --git a/help/src/hh/salamand/dlgboxes_drive.htm b/help/src/hh/salamand/dlgboxes_drive.htm index a2b719c7..86727b04 100644 --- a/help/src/hh/salamand/dlgboxes_drive.htm +++ b/help/src/hh/salamand/dlgboxes_drive.htm @@ -1,4 +1,4 @@ - + Drive Information dialog box @@ -31,8 +31,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_edtnw.htm b/help/src/hh/salamand/dlgboxes_edtnw.htm index 913af4a4..504df450 100644 --- a/help/src/hh/salamand/dlgboxes_edtnw.htm +++ b/help/src/hh/salamand/dlgboxes_edtnw.htm @@ -1,4 +1,4 @@ - + Edit New File dialog box @@ -35,7 +35,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_filtr.htm b/help/src/hh/salamand/dlgboxes_filtr.htm index 6dbce694..8b5c0339 100644 --- a/help/src/hh/salamand/dlgboxes_filtr.htm +++ b/help/src/hh/salamand/dlgboxes_filtr.htm @@ -1,4 +1,4 @@ - + Filter dialog box @@ -32,7 +32,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_flist.htm b/help/src/hh/salamand/dlgboxes_flist.htm index def69469..cb09927d 100644 --- a/help/src/hh/salamand/dlgboxes_flist.htm +++ b/help/src/hh/salamand/dlgboxes_flist.htm @@ -1,4 +1,4 @@ - + Make File List dialog box @@ -46,7 +46,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_loadsel.htm b/help/src/hh/salamand/dlgboxes_loadsel.htm index d70a85a4..35cabc7e 100644 --- a/help/src/hh/salamand/dlgboxes_loadsel.htm +++ b/help/src/hh/salamand/dlgboxes_loadsel.htm @@ -1,4 +1,4 @@ - + Load Selection dialog box @@ -52,7 +52,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_masterpwd_change.htm b/help/src/hh/salamand/dlgboxes_masterpwd_change.htm index 02f2e8b3..5163941e 100644 --- a/help/src/hh/salamand/dlgboxes_masterpwd_change.htm +++ b/help/src/hh/salamand/dlgboxes_masterpwd_change.htm @@ -1,4 +1,4 @@ - + Change Master Password dialog box @@ -36,7 +36,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_masterpwd_enter.htm b/help/src/hh/salamand/dlgboxes_masterpwd_enter.htm index 965cd2f0..2b357b95 100644 --- a/help/src/hh/salamand/dlgboxes_masterpwd_enter.htm +++ b/help/src/hh/salamand/dlgboxes_masterpwd_enter.htm @@ -1,4 +1,4 @@ - + Change Master Password dialog box @@ -22,7 +22,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_masterpwd_remove.htm b/help/src/hh/salamand/dlgboxes_masterpwd_remove.htm index 1508d0a9..539d4855 100644 --- a/help/src/hh/salamand/dlgboxes_masterpwd_remove.htm +++ b/help/src/hh/salamand/dlgboxes_masterpwd_remove.htm @@ -1,4 +1,4 @@ - + Change Master Password dialog box @@ -22,7 +22,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_mkdir.htm b/help/src/hh/salamand/dlgboxes_mkdir.htm index 31d42aba..8acedbaf 100644 --- a/help/src/hh/salamand/dlgboxes_mkdir.htm +++ b/help/src/hh/salamand/dlgboxes_mkdir.htm @@ -1,4 +1,4 @@ - + Create Directory dialog box @@ -33,7 +33,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_move.htm b/help/src/hh/salamand/dlgboxes_move.htm index 789b49c7..13f4ba84 100644 --- a/help/src/hh/salamand/dlgboxes_move.htm +++ b/help/src/hh/salamand/dlgboxes_move.htm @@ -1,4 +1,4 @@ - + Move/Rename dialog box @@ -129,8 +129,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_netps.htm b/help/src/hh/salamand/dlgboxes_netps.htm index dd7b987a..bc3534d4 100644 --- a/help/src/hh/salamand/dlgboxes_netps.htm +++ b/help/src/hh/salamand/dlgboxes_netps.htm @@ -1,4 +1,4 @@ - + Connect to Network Path dialog box @@ -30,8 +30,9 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/dlgboxes_pack.htm b/help/src/hh/salamand/dlgboxes_pack.htm index cca1c577..02229c17 100644 --- a/help/src/hh/salamand/dlgboxes_pack.htm +++ b/help/src/hh/salamand/dlgboxes_pack.htm @@ -1,4 +1,4 @@ - + Pack dialog box @@ -35,8 +35,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_plgkeys.htm b/help/src/hh/salamand/dlgboxes_plgkeys.htm index 1c15575c..5cbc53b3 100644 --- a/help/src/hh/salamand/dlgboxes_plgkeys.htm +++ b/help/src/hh/salamand/dlgboxes_plgkeys.htm @@ -1,4 +1,4 @@ - + Plugin Keyboard Shortcuts dialog box @@ -40,8 +40,9 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/dlgboxes_plugn.htm b/help/src/hh/salamand/dlgboxes_plugn.htm index 3979a89e..0a0035e7 100644 --- a/help/src/hh/salamand/dlgboxes_plugn.htm +++ b/help/src/hh/salamand/dlgboxes_plugn.htm @@ -1,4 +1,4 @@ - + Plugins Manager dialog box @@ -82,7 +82,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_renam.htm b/help/src/hh/salamand/dlgboxes_renam.htm index 2fa51766..7f7e115d 100644 --- a/help/src/hh/salamand/dlgboxes_renam.htm +++ b/help/src/hh/salamand/dlgboxes_renam.htm @@ -1,4 +1,4 @@ - + Quick Rename dialog box @@ -32,7 +32,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_savesel.htm b/help/src/hh/salamand/dlgboxes_savesel.htm index 61080010..0f3aa7f0 100644 --- a/help/src/hh/salamand/dlgboxes_savesel.htm +++ b/help/src/hh/salamand/dlgboxes_savesel.htm @@ -1,4 +1,4 @@ - + Save Selection dialog box @@ -36,7 +36,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_sel.htm b/help/src/hh/salamand/dlgboxes_sel.htm index 4c0b6643..e4cbd9e3 100644 --- a/help/src/hh/salamand/dlgboxes_sel.htm +++ b/help/src/hh/salamand/dlgboxes_sel.htm @@ -1,4 +1,4 @@ - + Select dialog box @@ -32,7 +32,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_setspeedlim.htm b/help/src/hh/salamand/dlgboxes_setspeedlim.htm index eb8865c5..279e0782 100644 --- a/help/src/hh/salamand/dlgboxes_setspeedlim.htm +++ b/help/src/hh/salamand/dlgboxes_setspeedlim.htm @@ -1,4 +1,4 @@ - + Set Speed Limit dialog box @@ -36,7 +36,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_shares.htm b/help/src/hh/salamand/dlgboxes_shares.htm index 220f1f37..2b8df860 100644 --- a/help/src/hh/salamand/dlgboxes_shares.htm +++ b/help/src/hh/salamand/dlgboxes_shares.htm @@ -1,4 +1,4 @@ - + Shared Directories dialog box @@ -39,7 +39,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_sizeres.htm b/help/src/hh/salamand/dlgboxes_sizeres.htm index 817fa6b2..ca111972 100644 --- a/help/src/hh/salamand/dlgboxes_sizeres.htm +++ b/help/src/hh/salamand/dlgboxes_sizeres.htm @@ -1,4 +1,4 @@ - + Calculate Occupied Space dialog box @@ -60,7 +60,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_skilllev.htm b/help/src/hh/salamand/dlgboxes_skilllev.htm index a7badb77..af269f5d 100644 --- a/help/src/hh/salamand/dlgboxes_skilllev.htm +++ b/help/src/hh/salamand/dlgboxes_skilllev.htm @@ -1,4 +1,4 @@ - + User's Skill Level dialog box @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_tasks.htm b/help/src/hh/salamand/dlgboxes_tasks.htm index 3625a49d..59ff7a89 100644 --- a/help/src/hh/salamand/dlgboxes_tasks.htm +++ b/help/src/hh/salamand/dlgboxes_tasks.htm @@ -1,4 +1,4 @@ - + Open Salamander Task List dialog box @@ -43,7 +43,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_toolb.htm b/help/src/hh/salamand/dlgboxes_toolb.htm index 05f38ce8..1e22045f 100644 --- a/help/src/hh/salamand/dlgboxes_toolb.htm +++ b/help/src/hh/salamand/dlgboxes_toolb.htm @@ -1,4 +1,4 @@ - + Customize Toolbar dialog box @@ -56,7 +56,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_unpck.htm b/help/src/hh/salamand/dlgboxes_unpck.htm index be1ec4d7..f3ec8afd 100644 --- a/help/src/hh/salamand/dlgboxes_unpck.htm +++ b/help/src/hh/salamand/dlgboxes_unpck.htm @@ -1,4 +1,4 @@ - + Unpack dialog box @@ -42,7 +42,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_unsel.htm b/help/src/hh/salamand/dlgboxes_unsel.htm index f2fd7910..4dd0192f 100644 --- a/help/src/hh/salamand/dlgboxes_unsel.htm +++ b/help/src/hh/salamand/dlgboxes_unsel.htm @@ -1,4 +1,4 @@ - + Unselect dialog box @@ -33,8 +33,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_usrmncompargsdirs.htm b/help/src/hh/salamand/dlgboxes_usrmncompargsdirs.htm index 0cec10f4..7f5e4618 100644 --- a/help/src/hh/salamand/dlgboxes_usrmncompargsdirs.htm +++ b/help/src/hh/salamand/dlgboxes_usrmncompargsdirs.htm @@ -1,4 +1,4 @@ - + Choose Directories to Compare dialog box @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/dlgboxes_usrmncompargsfiles.htm b/help/src/hh/salamand/dlgboxes_usrmncompargsfiles.htm index 33ad2dd7..18b1a18a 100644 --- a/help/src/hh/salamand/dlgboxes_usrmncompargsfiles.htm +++ b/help/src/hh/salamand/dlgboxes_usrmncompargsfiles.htm @@ -1,4 +1,4 @@ - + Choose Files to Compare dialog box @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/environment_activate.htm b/help/src/hh/salamand/environment_activate.htm index 6a7cc2bc..a952ec3e 100644 --- a/help/src/hh/salamand/environment_activate.htm +++ b/help/src/hh/salamand/environment_activate.htm @@ -1,4 +1,4 @@ - + Activating Panel @@ -24,7 +24,8 @@

Activating Panel

Panel Components for details).

- + + diff --git a/help/src/hh/salamand/environment_alwaystop.htm b/help/src/hh/salamand/environment_alwaystop.htm index 7f90bf03..e3e6a87e 100644 --- a/help/src/hh/salamand/environment_alwaystop.htm +++ b/help/src/hh/salamand/environment_alwaystop.htm @@ -1,4 +1,4 @@ - + Setting Window Always on Top @@ -29,8 +29,9 @@

To toggle Window Always on Top option:

- + + diff --git a/help/src/hh/salamand/environment_columns.htm b/help/src/hh/salamand/environment_columns.htm index 8ae27bea..75870918 100644 --- a/help/src/hh/salamand/environment_columns.htm +++ b/help/src/hh/salamand/environment_columns.htm @@ -1,4 +1,4 @@ - + Choosing Visible Columns @@ -20,8 +20,9 @@

Choosing Visible Columns

- + + diff --git a/help/src/hh/salamand/environment_colwidths.htm b/help/src/hh/salamand/environment_colwidths.htm index a44e5bdf..13838ae3 100644 --- a/help/src/hh/salamand/environment_colwidths.htm +++ b/help/src/hh/salamand/environment_colwidths.htm @@ -1,4 +1,4 @@ - + Setting Column Width @@ -49,7 +49,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/environment_focus.htm b/help/src/hh/salamand/environment_focus.htm index 1b32f273..df29faa1 100644 --- a/help/src/hh/salamand/environment_focus.htm +++ b/help/src/hh/salamand/environment_focus.htm @@ -1,4 +1,4 @@ - + Focusing Item @@ -76,7 +76,8 @@

The Keyboard Shortcuts:

- + + diff --git a/help/src/hh/salamand/environment_maxrestpanel.htm b/help/src/hh/salamand/environment_maxrestpanel.htm index 2f50934e..807a168c 100644 --- a/help/src/hh/salamand/environment_maxrestpanel.htm +++ b/help/src/hh/salamand/environment_maxrestpanel.htm @@ -1,4 +1,4 @@ - + Maximizing and Restoring Panel @@ -27,8 +27,9 @@

To maximize or restore panel:

- + + diff --git a/help/src/hh/salamand/environment_panelvisibility.htm b/help/src/hh/salamand/environment_panelvisibility.htm index 4a79055c..5b462c0a 100644 --- a/help/src/hh/salamand/environment_panelvisibility.htm +++ b/help/src/hh/salamand/environment_panelvisibility.htm @@ -1,4 +1,4 @@ - + Setting Visibility of Panel Components @@ -25,7 +25,8 @@

Setting Visibility of Panel Components

- + + diff --git a/help/src/hh/salamand/environment_panelwidth.htm b/help/src/hh/salamand/environment_panelwidth.htm index b5ba98d7..86c6f160 100644 --- a/help/src/hh/salamand/environment_panelwidth.htm +++ b/help/src/hh/salamand/environment_panelwidth.htm @@ -1,4 +1,4 @@ - + Setting Panel Width @@ -27,7 +27,8 @@

Setting Panel Width

- + + diff --git a/help/src/hh/salamand/environment_selview.htm b/help/src/hh/salamand/environment_selview.htm index 87c62b5f..7bf6d3d9 100644 --- a/help/src/hh/salamand/environment_selview.htm +++ b/help/src/hh/salamand/environment_selview.htm @@ -1,4 +1,4 @@ - + Selecting Current View @@ -52,7 +52,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/environment_swappanel.htm b/help/src/hh/salamand/environment_swappanel.htm index 39a121e4..46f46ada 100644 --- a/help/src/hh/salamand/environment_swappanel.htm +++ b/help/src/hh/salamand/environment_swappanel.htm @@ -1,4 +1,4 @@ - + Swapping Panels @@ -24,7 +24,8 @@

To swap left and right panels:

- + + diff --git a/help/src/hh/salamand/environment_swtcmd.htm b/help/src/hh/salamand/environment_swtcmd.htm index 2f2d2452..9084a414 100644 --- a/help/src/hh/salamand/environment_swtcmd.htm +++ b/help/src/hh/salamand/environment_swtcmd.htm @@ -1,4 +1,4 @@ - + Activating Command Line @@ -32,7 +32,8 @@

See Also

Group Policy Restrictions

- + + diff --git a/help/src/hh/salamand/environment_window.htm b/help/src/hh/salamand/environment_window.htm index 76bc4507..7167cbf2 100644 --- a/help/src/hh/salamand/environment_window.htm +++ b/help/src/hh/salamand/environment_window.htm @@ -1,4 +1,4 @@ - + Common Shortcut Keys @@ -71,7 +71,8 @@

Common Shortcut Keys

- + + diff --git a/help/src/hh/salamand/environment_wndvisibility.htm b/help/src/hh/salamand/environment_wndvisibility.htm index 9cbf231b..5b6c900f 100644 --- a/help/src/hh/salamand/environment_wndvisibility.htm +++ b/help/src/hh/salamand/environment_wndvisibility.htm @@ -1,4 +1,4 @@ - + Setting Visibility of Window Components @@ -25,7 +25,8 @@

Setting Visibility of Window Components

- + + diff --git a/help/src/hh/salamand/finddlg_advan.htm b/help/src/hh/salamand/finddlg_advan.htm index a7b510ff..5cad876f 100644 --- a/help/src/hh/salamand/finddlg_advan.htm +++ b/help/src/hh/salamand/finddlg_advan.htm @@ -1,4 +1,4 @@ - + Advanced Options dialog box @@ -41,7 +41,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/finddlg_duplicate.htm b/help/src/hh/salamand/finddlg_duplicate.htm index d2f2392c..87c39f1a 100644 --- a/help/src/hh/salamand/finddlg_duplicate.htm +++ b/help/src/hh/salamand/finddlg_duplicate.htm @@ -1,4 +1,4 @@ - + Find Duplicate Files dialog box @@ -39,7 +39,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/finddlg_findign.htm b/help/src/hh/salamand/finddlg_findign.htm index cd1a6375..0412d0f0 100644 --- a/help/src/hh/salamand/finddlg_findign.htm +++ b/help/src/hh/salamand/finddlg_findign.htm @@ -1,4 +1,4 @@ - + Ignore Directory List dialog box @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/finddlg_log.htm b/help/src/hh/salamand/finddlg_log.htm index 8653e0b7..602ddb02 100644 --- a/help/src/hh/salamand/finddlg_log.htm +++ b/help/src/hh/salamand/finddlg_log.htm @@ -1,4 +1,4 @@ - + Find Log dialog box @@ -39,7 +39,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/finddlg_main.htm b/help/src/hh/salamand/finddlg_main.htm index 40f2a9d9..63257454 100644 --- a/help/src/hh/salamand/finddlg_main.htm +++ b/help/src/hh/salamand/finddlg_main.htm @@ -1,4 +1,4 @@ - + Find dialog box @@ -97,7 +97,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/finddlg_setts.htm b/help/src/hh/salamand/finddlg_setts.htm index 9868cf2b..94f5acfd 100644 --- a/help/src/hh/salamand/finddlg_setts.htm +++ b/help/src/hh/salamand/finddlg_setts.htm @@ -1,4 +1,4 @@ - + Settings Manager dialog box @@ -34,7 +34,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/glossary.htm b/help/src/hh/salamand/glossary.htm index 20ce6b74..089776bf 100644 --- a/help/src/hh/salamand/glossary.htm +++ b/help/src/hh/salamand/glossary.htm @@ -1,4 +1,4 @@ - + Glossary @@ -46,7 +46,8 @@

Glossary

- + + diff --git a/help/src/hh/salamand/glossary_a.htm b/help/src/hh/salamand/glossary_a.htm index dcf3c8c2..036d03af 100644 --- a/help/src/hh/salamand/glossary_a.htm +++ b/help/src/hh/salamand/glossary_a.htm @@ -1,4 +1,4 @@ - + Glossary A @@ -48,7 +48,8 @@

auditing

security log of a server or a workstation.

- + + diff --git a/help/src/hh/salamand/glossary_b.htm b/help/src/hh/salamand/glossary_b.htm index 402dead3..cb13d435 100644 --- a/help/src/hh/salamand/glossary_b.htm +++ b/help/src/hh/salamand/glossary_b.htm @@ -1,4 +1,4 @@ - + Glossary B @@ -35,7 +35,8 @@

brief mode

detailed mode.

- + + diff --git a/help/src/hh/salamand/glossary_c.htm b/help/src/hh/salamand/glossary_c.htm index 9aa5dc84..ef67de11 100644 --- a/help/src/hh/salamand/glossary_c.htm +++ b/help/src/hh/salamand/glossary_c.htm @@ -1,4 +1,4 @@ - + Glossary C @@ -87,8 +87,9 @@

cyclic redundancy check (CRC)

- + + diff --git a/help/src/hh/salamand/glossary_d.htm b/help/src/hh/salamand/glossary_d.htm index d64fcd1f..9ff2be05 100644 --- a/help/src/hh/salamand/glossary_d.htm +++ b/help/src/hh/salamand/glossary_d.htm @@ -1,4 +1,4 @@ - + Glossary D @@ -78,7 +78,8 @@

drop-down menu field

fields or a single field.

- + + diff --git a/help/src/hh/salamand/glossary_e.htm b/help/src/hh/salamand/glossary_e.htm index 9056fefb..a64ed2b9 100644 --- a/help/src/hh/salamand/glossary_e.htm +++ b/help/src/hh/salamand/glossary_e.htm @@ -1,4 +1,4 @@ - + Glossary E @@ -31,7 +31,8 @@

extension

See filename extension

- + + diff --git a/help/src/hh/salamand/glossary_f.htm b/help/src/hh/salamand/glossary_f.htm index 51e47f26..720fb5bf 100644 --- a/help/src/hh/salamand/glossary_f.htm +++ b/help/src/hh/salamand/glossary_f.htm @@ -1,4 +1,4 @@ - + Glossary F @@ -69,7 +69,8 @@

full path

or directory. See also relative path, local path, UNC, and path.

- + + diff --git a/help/src/hh/salamand/glossary_g.htm b/help/src/hh/salamand/glossary_g.htm index f725b046..0c01f337 100644 --- a/help/src/hh/salamand/glossary_g.htm +++ b/help/src/hh/salamand/glossary_g.htm @@ -1,4 +1,4 @@ - + Glossary G @@ -25,7 +25,8 @@

grayed

See disabled.

- + + diff --git a/help/src/hh/salamand/glossary_h.htm b/help/src/hh/salamand/glossary_h.htm index 8e5c7873..9a03b712 100644 --- a/help/src/hh/salamand/glossary_h.htm +++ b/help/src/hh/salamand/glossary_h.htm @@ -1,4 +1,4 @@ - + Glossary H @@ -21,7 +21,8 @@

hot keys

features through a combination of keys pressed in unison.

- + + diff --git a/help/src/hh/salamand/glossary_i.htm b/help/src/hh/salamand/glossary_i.htm index 5e4f171b..20a4b39d 100644 --- a/help/src/hh/salamand/glossary_i.htm +++ b/help/src/hh/salamand/glossary_i.htm @@ -1,4 +1,4 @@ - + Glossary I @@ -33,7 +33,8 @@

integrated device electronics (IDE)

advantages such as look-ahead caching to increase overall performance.

- + + diff --git a/help/src/hh/salamand/glossary_j.htm b/help/src/hh/salamand/glossary_j.htm index 9a83e87e..53b6b148 100644 --- a/help/src/hh/salamand/glossary_j.htm +++ b/help/src/hh/salamand/glossary_j.htm @@ -1,4 +1,4 @@ - + Glossary J @@ -16,7 +16,8 @@

J

No Glossary entries.

- + + diff --git a/help/src/hh/salamand/glossary_k.htm b/help/src/hh/salamand/glossary_k.htm index ba27e2cd..bd6a4315 100644 --- a/help/src/hh/salamand/glossary_k.htm +++ b/help/src/hh/salamand/glossary_k.htm @@ -1,4 +1,4 @@ - + Glossary K @@ -16,7 +16,8 @@

K

No Glossary entries.

- + + diff --git a/help/src/hh/salamand/glossary_l.htm b/help/src/hh/salamand/glossary_l.htm index 4676a246..f4f1ac4b 100644 --- a/help/src/hh/salamand/glossary_l.htm +++ b/help/src/hh/salamand/glossary_l.htm @@ -1,4 +1,4 @@ - + Glossary L @@ -29,7 +29,8 @@

long name

folders to 8.3 names for MS-DOS users.

- + + diff --git a/help/src/hh/salamand/glossary_m.htm b/help/src/hh/salamand/glossary_m.htm index 82fdcd89..1dfb630f 100644 --- a/help/src/hh/salamand/glossary_m.htm +++ b/help/src/hh/salamand/glossary_m.htm @@ -1,4 +1,4 @@ - + Glossary M @@ -45,7 +45,8 @@

Minimize button

menu.

- + + diff --git a/help/src/hh/salamand/glossary_n.htm b/help/src/hh/salamand/glossary_n.htm index 76b9e120..d8519428 100644 --- a/help/src/hh/salamand/glossary_n.htm +++ b/help/src/hh/salamand/glossary_n.htm @@ -1,4 +1,4 @@ - + Glossary N @@ -33,7 +33,8 @@

NTFS file system

- + + diff --git a/help/src/hh/salamand/glossary_o.htm b/help/src/hh/salamand/glossary_o.htm index 9063f411..b66908f1 100644 --- a/help/src/hh/salamand/glossary_o.htm +++ b/help/src/hh/salamand/glossary_o.htm @@ -1,4 +1,4 @@ - + Glossary O @@ -19,7 +19,8 @@

owner

permissions to others.

- + + diff --git a/help/src/hh/salamand/glossary_p.htm b/help/src/hh/salamand/glossary_p.htm index 0de8f20c..1dd27ded 100644 --- a/help/src/hh/salamand/glossary_p.htm +++ b/help/src/hh/salamand/glossary_p.htm @@ -1,4 +1,4 @@ - + Glossary P @@ -61,7 +61,8 @@

program file

.pif, .com, or .bat filename extension.

- + + diff --git a/help/src/hh/salamand/glossary_q.htm b/help/src/hh/salamand/glossary_q.htm index c42b84c1..a13dbab3 100644 --- a/help/src/hh/salamand/glossary_q.htm +++ b/help/src/hh/salamand/glossary_q.htm @@ -1,4 +1,4 @@ - + Glossary Q @@ -17,7 +17,8 @@

quick search

A way to quickly search a file or directory in the panel, simply by typing its name.

- + + diff --git a/help/src/hh/salamand/glossary_r.htm b/help/src/hh/salamand/glossary_r.htm index b1f11a49..cb7c6ac4 100644 --- a/help/src/hh/salamand/glossary_r.htm +++ b/help/src/hh/salamand/glossary_r.htm @@ -1,4 +1,4 @@ - + Glossary R @@ -50,8 +50,9 @@

root directory

- + + diff --git a/help/src/hh/salamand/glossary_s.htm b/help/src/hh/salamand/glossary_s.htm index 1ca3eb72..1d3b78b2 100644 --- a/help/src/hh/salamand/glossary_s.htm +++ b/help/src/hh/salamand/glossary_s.htm @@ -1,4 +1,4 @@ - + Glossary S @@ -75,7 +75,8 @@

subdirectory

A directory within a directory. Also called a folder within a folder.

- + + diff --git a/help/src/hh/salamand/glossary_t.htm b/help/src/hh/salamand/glossary_t.htm index 84c2384a..e96793e8 100644 --- a/help/src/hh/salamand/glossary_t.htm +++ b/help/src/hh/salamand/glossary_t.htm @@ -1,4 +1,4 @@ - + Glossary T @@ -48,7 +48,8 @@

title bar

icon and the Maximize, Minimize, and Close buttons.

- + + diff --git a/help/src/hh/salamand/glossary_u.htm b/help/src/hh/salamand/glossary_u.htm index 184f8b42..4603a8c7 100644 --- a/help/src/hh/salamand/glossary_u.htm +++ b/help/src/hh/salamand/glossary_u.htm @@ -1,4 +1,4 @@ - + Glossary U @@ -42,7 +42,8 @@

user password

user password and must type that password when logging on or accessing a server

- + + diff --git a/help/src/hh/salamand/glossary_v.htm b/help/src/hh/salamand/glossary_v.htm index 19e2efa1..d60f7c47 100644 --- a/help/src/hh/salamand/glossary_v.htm +++ b/help/src/hh/salamand/glossary_v.htm @@ -1,4 +1,4 @@ - + Glossary V @@ -22,7 +22,8 @@

volume

drive C or drive D.

- + + diff --git a/help/src/hh/salamand/glossary_w.htm b/help/src/hh/salamand/glossary_w.htm index 7c1e98e9..703d69f6 100644 --- a/help/src/hh/salamand/glossary_w.htm +++ b/help/src/hh/salamand/glossary_w.htm @@ -1,4 +1,4 @@ - + Glossary W @@ -36,7 +36,8 @@

window icon

window menu.

- + + diff --git a/help/src/hh/salamand/glossary_x.htm b/help/src/hh/salamand/glossary_x.htm index d17c1061..7f7ed2f1 100644 --- a/help/src/hh/salamand/glossary_x.htm +++ b/help/src/hh/salamand/glossary_x.htm @@ -1,4 +1,4 @@ - + Glossary X @@ -16,7 +16,8 @@

X

No Glossary entries.

- + + diff --git a/help/src/hh/salamand/glossary_y.htm b/help/src/hh/salamand/glossary_y.htm index 5216918c..6f4df371 100644 --- a/help/src/hh/salamand/glossary_y.htm +++ b/help/src/hh/salamand/glossary_y.htm @@ -1,4 +1,4 @@ - + Glossary Y @@ -16,7 +16,8 @@

Y

No Glossary entries.

- + + diff --git a/help/src/hh/salamand/glossary_z.htm b/help/src/hh/salamand/glossary_z.htm index ce8ce89f..83187f9e 100644 --- a/help/src/hh/salamand/glossary_z.htm +++ b/help/src/hh/salamand/glossary_z.htm @@ -1,4 +1,4 @@ - + Glossary Z @@ -16,7 +16,8 @@

Z

No Glossary entries.

- + + diff --git a/help/src/hh/salamand/introduction_intro.htm b/help/src/hh/salamand/introduction_intro.htm index e8c7b10a..2d0625fa 100644 --- a/help/src/hh/salamand/introduction_intro.htm +++ b/help/src/hh/salamand/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -29,7 +29,8 @@

Getting Started with Open Salamander

directory, and file management tasks.

- + + diff --git a/help/src/hh/salamand/introduction_license.htm b/help/src/hh/salamand/introduction_license.htm index 883e3aff..b6cd533d 100644 --- a/help/src/hh/salamand/introduction_license.htm +++ b/help/src/hh/salamand/introduction_license.htm @@ -1,4 +1,4 @@ - + License Agreement @@ -492,7 +492,8 @@

How to Apply These Terms to Your New Programs

- + + diff --git a/help/src/hh/salamand/introduction_news.htm b/help/src/hh/salamand/introduction_news.htm index 1ea2bae6..b6e66d8f 100644 --- a/help/src/hh/salamand/introduction_news.htm +++ b/help/src/hh/salamand/introduction_news.htm @@ -1,4 +1,4 @@ - + What's New in This Release @@ -19,7 +19,7 @@

What's New in This Release

Open Salamander 4.0

    -
  • Altap was acquired by Fine company, the civil engineering software developer.
  • +
  • Taskscape Ltd was acquired by Fine company, the civil engineering software developer.
  • Open Salamander 4.0 is released free of charge for both commercial and non-commercial use.
  • Compiler switched to Visual C++ 2019.
  • Open Salamander 4.0 requirements: Windows 10, 8.1, or 7 (x86 or x64). CPU with SSE2 support.
  • @@ -229,7 +229,7 @@

    Open Salamander 3.05

  • Eroiica Viewer plugin is removed and will no longer be part of Open Salamander. We are sorry for inconvenience, unfortunately the underlying rendering engine cannot be licensed anymore. If you know any suitable rendering engine that can be bundled - with Salamander, please contact us on support@altap.cz. Thank you.
  • + with Salamander, please contact us on support@taskscape.com. Thank you.

Open Salamander 3.04

@@ -364,7 +364,7 @@

Open Salamander 3.0

  • When Salamander is started "As Administrator", it displays "(Administrator)" in main window title just after version.
  • Shift+F3: focused file name is selected in Windows Explorer window.
  • -
  • Completely revamped bug reporting system with minidump support and option to upload report to Altap server.
  • +
  • Completely revamped bug reporting system with minidump support and option to upload report to Taskscape Ltd server.
  • Commands Paste (Change Directory) and Change Directory (Shift+F7) trim double quotes (see forum.altap.cz/viewtopic.php?t=4160) and expand environment variables.
  • Create Directory: added removing of spaces from beginning and end of specified directory name.
  • Compare Directories: compare by content is faster (up to 100%) for large files (more than 5MB) on Windows Vista/7/8/8.1.
  • @@ -716,8 +716,9 @@

    Open Salamander 2.5

- + + diff --git a/help/src/hh/salamand/introduction_require.htm b/help/src/hh/salamand/introduction_require.htm index 06761c63..6f3947b9 100644 --- a/help/src/hh/salamand/introduction_require.htm +++ b/help/src/hh/salamand/introduction_require.htm @@ -1,4 +1,4 @@ - + System Requirements @@ -18,7 +18,8 @@

System Requirements

- + + diff --git a/help/src/hh/salamand/introduction_techsup.htm b/help/src/hh/salamand/introduction_techsup.htm index 6e8a8777..a3e3c4fb 100644 --- a/help/src/hh/salamand/introduction_techsup.htm +++ b/help/src/hh/salamand/introduction_techsup.htm @@ -1,4 +1,4 @@ - + Technical Support @@ -35,12 +35,14 @@

Reaching Technical Support

For technical support you can use Open Salamander's Official Support Forum (forum.altap.cz) or if you need to send us sensitive data, use email - support@altap.cz.

+ support@taskscape.com.

- + + + diff --git a/help/src/hh/salamand/introduction_usehelp.htm b/help/src/hh/salamand/introduction_usehelp.htm index ce2db98c..c65802d4 100644 --- a/help/src/hh/salamand/introduction_usehelp.htm +++ b/help/src/hh/salamand/introduction_usehelp.htm @@ -1,4 +1,4 @@ - + Using Help @@ -54,7 +54,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/navigating_changedir.htm b/help/src/hh/salamand/navigating_changedir.htm index 17ad2c3c..b9eb31f0 100644 --- a/help/src/hh/salamand/navigating_changedir.htm +++ b/help/src/hh/salamand/navigating_changedir.htm @@ -1,4 +1,4 @@ - + Changing Directory @@ -159,7 +159,8 @@

Other Ways of Changing Directory

- + + diff --git a/help/src/hh/salamand/navigating_changedirinothpan.htm b/help/src/hh/salamand/navigating_changedirinothpan.htm index 915176a8..c15d0416 100644 --- a/help/src/hh/salamand/navigating_changedirinothpan.htm +++ b/help/src/hh/salamand/navigating_changedirinothpan.htm @@ -1,4 +1,4 @@ - + Changing Directory in Other Panel @@ -33,7 +33,8 @@

To change directory or locate file in other panel:

- + + diff --git a/help/src/hh/salamand/navigating_chdrvmenu.htm b/help/src/hh/salamand/navigating_chdrvmenu.htm index 8cf22e87..9219379e 100644 --- a/help/src/hh/salamand/navigating_chdrvmenu.htm +++ b/help/src/hh/salamand/navigating_chdrvmenu.htm @@ -1,4 +1,4 @@ - + Change Drive Menu @@ -96,7 +96,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/navigating_dirhist.htm b/help/src/hh/salamand/navigating_dirhist.htm index ba2dbcfd..8b9104f4 100644 --- a/help/src/hh/salamand/navigating_dirhist.htm +++ b/help/src/hh/salamand/navigating_dirhist.htm @@ -1,4 +1,4 @@ - + Opening Directory You've Worked In Recently @@ -33,7 +33,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/navigating_hotpaths.htm b/help/src/hh/salamand/navigating_hotpaths.htm index 79403415..e4d6ccef 100644 --- a/help/src/hh/salamand/navigating_hotpaths.htm +++ b/help/src/hh/salamand/navigating_hotpaths.htm @@ -1,4 +1,4 @@ - + Using Hot Paths @@ -61,7 +61,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/navigating_net.htm b/help/src/hh/salamand/navigating_net.htm index 20f65b6d..1f27b614 100644 --- a/help/src/hh/salamand/navigating_net.htm +++ b/help/src/hh/salamand/navigating_net.htm @@ -1,4 +1,4 @@ - + Restoring Network Connections @@ -23,8 +23,9 @@

Restoring Network Connections

thread).

- + + diff --git a/help/src/hh/salamand/othertask_about.htm b/help/src/hh/salamand/othertask_about.htm index d51cdabb..4b1dfd69 100644 --- a/help/src/hh/salamand/othertask_about.htm +++ b/help/src/hh/salamand/othertask_about.htm @@ -1,4 +1,4 @@ - + Displaying About Dialog Boxes @@ -18,7 +18,8 @@

Displaying About Dialog Boxes

plugin's name and version, copyright information.

- + + diff --git a/help/src/hh/salamand/othertask_cmdline.htm b/help/src/hh/salamand/othertask_cmdline.htm index 79d625a9..bd29b883 100644 --- a/help/src/hh/salamand/othertask_cmdline.htm +++ b/help/src/hh/salamand/othertask_cmdline.htm @@ -1,4 +1,4 @@ - + Working with Command Line @@ -95,7 +95,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/othertask_exit.htm b/help/src/hh/salamand/othertask_exit.htm index 51311547..d016ba3d 100644 --- a/help/src/hh/salamand/othertask_exit.htm +++ b/help/src/hh/salamand/othertask_exit.htm @@ -1,4 +1,4 @@ - + Exiting Open Salamander @@ -17,7 +17,8 @@

Exiting Open Salamander

corner of the main window) or from the Files menu, choose the Exit command.

- + + diff --git a/help/src/hh/salamand/othertask_explore.htm b/help/src/hh/salamand/othertask_explore.htm index 6cf6da6f..3cab8e95 100644 --- a/help/src/hh/salamand/othertask_explore.htm +++ b/help/src/hh/salamand/othertask_explore.htm @@ -1,4 +1,4 @@ - + Opening System Folder @@ -22,7 +22,8 @@

Opening System Folder

the Top or Middle toolbar.

- + + diff --git a/help/src/hh/salamand/othertask_help.htm b/help/src/hh/salamand/othertask_help.htm index cdfcc140..b6422954 100644 --- a/help/src/hh/salamand/othertask_help.htm +++ b/help/src/hh/salamand/othertask_help.htm @@ -1,4 +1,4 @@ - + Accessing Help @@ -40,7 +40,8 @@

Tips

- + + diff --git a/help/src/hh/salamand/othertask_param.htm b/help/src/hh/salamand/othertask_param.htm index de0b532d..a76a11da 100644 --- a/help/src/hh/salamand/othertask_param.htm +++ b/help/src/hh/salamand/othertask_param.htm @@ -1,4 +1,4 @@ - + Starting Open Salamander with Parameters @@ -79,8 +79,9 @@

Examples

- + + diff --git a/help/src/hh/salamand/othertask_pwdmanager.htm b/help/src/hh/salamand/othertask_pwdmanager.htm index 7561fc0e..47883fd6 100644 --- a/help/src/hh/salamand/othertask_pwdmanager.htm +++ b/help/src/hh/salamand/othertask_pwdmanager.htm @@ -1,4 +1,4 @@ - + Using Password Manager @@ -66,7 +66,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/othertask_shell.htm b/help/src/hh/salamand/othertask_shell.htm index 29039d32..c80711f5 100644 --- a/help/src/hh/salamand/othertask_shell.htm +++ b/help/src/hh/salamand/othertask_shell.htm @@ -1,4 +1,4 @@ - + Opening Command Shell @@ -35,7 +35,8 @@

See also

- + + diff --git a/help/src/hh/salamand/othertask_tasklist.htm b/help/src/hh/salamand/othertask_tasklist.htm index febb532f..54b1bbfd 100644 --- a/help/src/hh/salamand/othertask_tasklist.htm +++ b/help/src/hh/salamand/othertask_tasklist.htm @@ -1,4 +1,4 @@ - + Using Open Salamander Task List @@ -40,8 +40,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/plugins_concepts.htm b/help/src/hh/salamand/plugins_concepts.htm index 148d8115..45e936b4 100644 --- a/help/src/hh/salamand/plugins_concepts.htm +++ b/help/src/hh/salamand/plugins_concepts.htm @@ -1,4 +1,4 @@ - + Plugins Concepts @@ -28,8 +28,9 @@

Plugins Concepts

- + + diff --git a/help/src/hh/salamand/plugins_config.htm b/help/src/hh/salamand/plugins_config.htm index 73027608..d2911398 100644 --- a/help/src/hh/salamand/plugins_config.htm +++ b/help/src/hh/salamand/plugins_config.htm @@ -1,4 +1,4 @@ - + Configuring Plugins @@ -42,7 +42,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/plugins_manage.htm b/help/src/hh/salamand/plugins_manage.htm index 5bc9f877..82d159f8 100644 --- a/help/src/hh/salamand/plugins_manage.htm +++ b/help/src/hh/salamand/plugins_manage.htm @@ -1,4 +1,4 @@ - + Managing Plugins @@ -48,7 +48,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/plugins_using.htm b/help/src/hh/salamand/plugins_using.htm index ef49542e..f9ae03c5 100644 --- a/help/src/hh/salamand/plugins_using.htm +++ b/help/src/hh/salamand/plugins_using.htm @@ -1,4 +1,4 @@ - + Using Plugins @@ -91,7 +91,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/security_permissions.htm b/help/src/hh/salamand/security_permissions.htm index 6b5909d8..189af0af 100644 --- a/help/src/hh/salamand/security_permissions.htm +++ b/help/src/hh/salamand/security_permissions.htm @@ -1,4 +1,4 @@ - + Setting Files and Directories Permissions @@ -30,7 +30,8 @@

To change permissions:

- + + diff --git a/help/src/hh/salamand/shortcuts_keyboard.htm b/help/src/hh/salamand/shortcuts_keyboard.htm index 44e44d3b..00f98520 100644 --- a/help/src/hh/salamand/shortcuts_keyboard.htm +++ b/help/src/hh/salamand/shortcuts_keyboard.htm @@ -1,4 +1,4 @@ - + Keyboard Shortcuts @@ -29,7 +29,7 @@

Page Content

Keyboard Shortcuts in Internal Viewer

- +https://forum.altap.cz

Panels

@@ -297,7 +297,7 @@

Panels

Keyboard button in the Plugins Manager dialog box.

- +https://forum.altap.cz

Command Line

@@ -329,7 +329,7 @@

Command Line

Other keysSame function as in panels
- +https://forum.altap.cz

Internal Viewer

@@ -404,7 +404,8 @@

Internal Viewer

- + + diff --git a/help/src/hh/salamand/shortcuts_menus.htm b/help/src/hh/salamand/shortcuts_menus.htm index 189ab247..687840b6 100644 --- a/help/src/hh/salamand/shortcuts_menus.htm +++ b/help/src/hh/salamand/shortcuts_menus.htm @@ -1,4 +1,4 @@ - + Context Menus @@ -24,7 +24,8 @@

Context Menus

Application key to display the context menu for the selected item or items.

- + + diff --git a/help/src/hh/salamand/shortcuts_mouse.htm b/help/src/hh/salamand/shortcuts_mouse.htm index 2cae0991..4dd6662e 100644 --- a/help/src/hh/salamand/shortcuts_mouse.htm +++ b/help/src/hh/salamand/shortcuts_mouse.htm @@ -1,4 +1,4 @@ - + Mouse Shortcuts @@ -21,7 +21,7 @@

Page Content

Mouse Shortcuts in Internal Viewer

- +https://forum.altap.cz

Panels

@@ -38,7 +38,7 @@

Panels

- +https://forum.altap.cz

Internal Viewer

@@ -58,7 +58,8 @@

Remarks

- + + diff --git a/help/src/hh/salamand/viewer_chviewmode.htm b/help/src/hh/salamand/viewer_chviewmode.htm index e74b48df..c4649224 100644 --- a/help/src/hh/salamand/viewer_chviewmode.htm +++ b/help/src/hh/salamand/viewer_chviewmode.htm @@ -1,4 +1,4 @@ - +Changing View Mode @@ -45,7 +45,8 @@

Remarks

follows, first as hexadecimal values and then also as text.

- + + diff --git a/help/src/hh/salamand/viewer_clipboard.htm b/help/src/hh/salamand/viewer_clipboard.htm index 0d22ecd8..01653b07 100644 --- a/help/src/hh/salamand/viewer_clipboard.htm +++ b/help/src/hh/salamand/viewer_clipboard.htm @@ -1,4 +1,4 @@ - +Copying Text to Clipboard @@ -39,7 +39,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/viewer_convert.htm b/help/src/hh/salamand/viewer_convert.htm index 98433642..515e3082 100644 --- a/help/src/hh/salamand/viewer_convert.htm +++ b/help/src/hh/salamand/viewer_convert.htm @@ -1,4 +1,4 @@ - +Converting Text @@ -33,7 +33,8 @@

Converting Text

You can find all described commands in viewer menu Convert.

- + + diff --git a/help/src/hh/salamand/viewer_copyto.htm b/help/src/hh/salamand/viewer_copyto.htm index ff8ee00b..1dc70ad7 100644 --- a/help/src/hh/salamand/viewer_copyto.htm +++ b/help/src/hh/salamand/viewer_copyto.htm @@ -1,4 +1,4 @@ - +Copying Text to File @@ -37,7 +37,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/viewer_dragdrop.htm b/help/src/hh/salamand/viewer_dragdrop.htm index 631057e0..48127858 100644 --- a/help/src/hh/salamand/viewer_dragdrop.htm +++ b/help/src/hh/salamand/viewer_dragdrop.htm @@ -1,4 +1,4 @@ - +Drag & Drop @@ -34,7 +34,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/viewer_finding.htm b/help/src/hh/salamand/viewer_finding.htm index 6a0c2c70..7d847829 100644 --- a/help/src/hh/salamand/viewer_finding.htm +++ b/help/src/hh/salamand/viewer_finding.htm @@ -1,4 +1,4 @@ - +Finding Text @@ -35,7 +35,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/viewer_fullscreen.htm b/help/src/hh/salamand/viewer_fullscreen.htm index 969b1fd8..70d2b563 100644 --- a/help/src/hh/salamand/viewer_fullscreen.htm +++ b/help/src/hh/salamand/viewer_fullscreen.htm @@ -1,4 +1,4 @@ - +Viewing in Full Screen @@ -24,7 +24,8 @@

To maximize/restore the viewer window:

- + + diff --git a/help/src/hh/salamand/viewer_intro.htm b/help/src/hh/salamand/viewer_intro.htm index 4aee3848..de0a8a40 100644 --- a/help/src/hh/salamand/viewer_intro.htm +++ b/help/src/hh/salamand/viewer_intro.htm @@ -1,4 +1,4 @@ - + Introduction to Internal Viewer @@ -25,8 +25,9 @@

Introduction to Internal Viewer

text to chosen code page; and other tasks.

- + + diff --git a/help/src/hh/salamand/viewer_openfile.htm b/help/src/hh/salamand/viewer_openfile.htm index 3c9587aa..bc8e7acd 100644 --- a/help/src/hh/salamand/viewer_openfile.htm +++ b/help/src/hh/salamand/viewer_openfile.htm @@ -1,4 +1,4 @@ - + Opening File @@ -37,8 +37,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/viewer_otherfiles.htm b/help/src/hh/salamand/viewer_otherfiles.htm index 44be7bb1..18bae235 100644 --- a/help/src/hh/salamand/viewer_otherfiles.htm +++ b/help/src/hh/salamand/viewer_otherfiles.htm @@ -1,4 +1,4 @@ - + Opening Previous or Next File from Panel or Find Window @@ -33,7 +33,8 @@

Opening Previous or Next File from Panel or Find Window

You can find all described commands in viewer submenu: File/Other Files.

- + + diff --git a/help/src/hh/salamand/viewer_refresh.htm b/help/src/hh/salamand/viewer_refresh.htm index c9d1fd52..68024c7b 100644 --- a/help/src/hh/salamand/viewer_refresh.htm +++ b/help/src/hh/salamand/viewer_refresh.htm @@ -1,4 +1,4 @@ - + Reloading File @@ -24,7 +24,8 @@

To reload data from the file:

- + + diff --git a/help/src/hh/salamand/viewer_select.htm b/help/src/hh/salamand/viewer_select.htm index d8ea0860..3b8f637f 100644 --- a/help/src/hh/salamand/viewer_select.htm +++ b/help/src/hh/salamand/viewer_select.htm @@ -1,4 +1,4 @@ - + Selecting Text @@ -39,7 +39,8 @@

Selecting Text

context menu in the viewer.

- + + diff --git a/help/src/hh/salamand/viewer_wrap.htm b/help/src/hh/salamand/viewer_wrap.htm index e35e4690..dd6d9365 100644 --- a/help/src/hh/salamand/viewer_wrap.htm +++ b/help/src/hh/salamand/viewer_wrap.htm @@ -1,4 +1,4 @@ - + Text Wrapping @@ -25,7 +25,8 @@

To turn text wrapping on/off:

- + + diff --git a/help/src/hh/salamand/viewerdlg_find.htm b/help/src/hh/salamand/viewerdlg_find.htm index e15e18aa..b5f78798 100644 --- a/help/src/hh/salamand/viewerdlg_find.htm +++ b/help/src/hh/salamand/viewerdlg_find.htm @@ -1,4 +1,4 @@ - + Find (Internal Viewer) dialog box @@ -63,7 +63,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/viewerdlg_gotooffset.htm b/help/src/hh/salamand/viewerdlg_gotooffset.htm index 8578b41b..3b0582b4 100644 --- a/help/src/hh/salamand/viewerdlg_gotooffset.htm +++ b/help/src/hh/salamand/viewerdlg_gotooffset.htm @@ -1,4 +1,4 @@ - + Go To Offset (Internal Viewer) dialog box @@ -25,7 +25,8 @@

Dialog Box Options

- + + diff --git a/help/src/hh/salamand/windows_btmtlb.htm b/help/src/hh/salamand/windows_btmtlb.htm index c13c3fd3..6f8fdcde 100644 --- a/help/src/hh/salamand/windows_btmtlb.htm +++ b/help/src/hh/salamand/windows_btmtlb.htm @@ -1,4 +1,4 @@ - + Bottom Toolbar @@ -38,7 +38,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_cmdline.htm b/help/src/hh/salamand/windows_cmdline.htm index 2abafffe..0a8f0f65 100644 --- a/help/src/hh/salamand/windows_cmdline.htm +++ b/help/src/hh/salamand/windows_cmdline.htm @@ -1,4 +1,4 @@ - + Command Line @@ -27,7 +27,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_dirline.htm b/help/src/hh/salamand/windows_dirline.htm index f8add94b..9fdcf7ce 100644 --- a/help/src/hh/salamand/windows_dirline.htm +++ b/help/src/hh/salamand/windows_dirline.htm @@ -1,4 +1,4 @@ - + Directory Line @@ -63,7 +63,8 @@
Maximize/Restore Panel
Configuration/Appearance.

- + + diff --git a/help/src/hh/salamand/windows_drivebar.htm b/help/src/hh/salamand/windows_drivebar.htm index 47a0a89d..54e2624a 100644 --- a/help/src/hh/salamand/windows_drivebar.htm +++ b/help/src/hh/salamand/windows_drivebar.htm @@ -1,4 +1,4 @@ - + Drive Bar @@ -53,7 +53,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_hdrline.htm b/help/src/hh/salamand/windows_hdrline.htm index 4e7f01b1..f6230634 100644 --- a/help/src/hh/salamand/windows_hdrline.htm +++ b/help/src/hh/salamand/windows_hdrline.htm @@ -1,4 +1,4 @@ - + Header Line @@ -38,7 +38,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_hotpathbar.htm b/help/src/hh/salamand/windows_hotpathbar.htm index 7b17b77e..6db15627 100644 --- a/help/src/hh/salamand/windows_hotpathbar.htm +++ b/help/src/hh/salamand/windows_hotpathbar.htm @@ -1,4 +1,4 @@ - + Hot Path Bar @@ -34,7 +34,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_infoline.htm b/help/src/hh/salamand/windows_infoline.htm index 9ab93e65..c44640d2 100644 --- a/help/src/hh/salamand/windows_infoline.htm +++ b/help/src/hh/salamand/windows_infoline.htm @@ -1,4 +1,4 @@ - + Information Line @@ -35,8 +35,9 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_mainwnd.htm b/help/src/hh/salamand/windows_mainwnd.htm index 1653bea9..cfc1b64a 100644 --- a/help/src/hh/salamand/windows_mainwnd.htm +++ b/help/src/hh/salamand/windows_mainwnd.htm @@ -1,4 +1,4 @@ - + Main Window Components @@ -35,7 +35,8 @@

Main Window Components

Main Window - + + diff --git a/help/src/hh/salamand/windows_menubar.htm b/help/src/hh/salamand/windows_menubar.htm index 6e3115be..c741cbc8 100644 --- a/help/src/hh/salamand/windows_menubar.htm +++ b/help/src/hh/salamand/windows_menubar.htm @@ -1,4 +1,4 @@ - + Menu Bar @@ -26,7 +26,8 @@

Menu Bar

menu whose access key matches the alphanumeric key pressed.

- + + diff --git a/help/src/hh/salamand/windows_midtoolbar.htm b/help/src/hh/salamand/windows_midtoolbar.htm index 937ebeaf..fa43eb0b 100644 --- a/help/src/hh/salamand/windows_midtoolbar.htm +++ b/help/src/hh/salamand/windows_midtoolbar.htm @@ -1,4 +1,4 @@ - + Middle Toolbar @@ -36,7 +36,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_minmaxclosebtns.htm b/help/src/hh/salamand/windows_minmaxclosebtns.htm index 992612bf..b253cff3 100644 --- a/help/src/hh/salamand/windows_minmaxclosebtns.htm +++ b/help/src/hh/salamand/windows_minmaxclosebtns.htm @@ -1,4 +1,4 @@ - + Minimize, Maximize, and Close Buttons @@ -19,7 +19,8 @@

Minimize, Maximize, and Close Buttons

see Main Window Components.

- + + diff --git a/help/src/hh/salamand/windows_panel.htm b/help/src/hh/salamand/windows_panel.htm index a6da6c92..4f841cc7 100644 --- a/help/src/hh/salamand/windows_panel.htm +++ b/help/src/hh/salamand/windows_panel.htm @@ -1,4 +1,4 @@ - + Panel Components @@ -30,7 +30,8 @@

Panel Components

Current View for details.

- + + diff --git a/help/src/hh/salamand/windows_pluginsbar.htm b/help/src/hh/salamand/windows_pluginsbar.htm index 5d72c849..2a851e94 100644 --- a/help/src/hh/salamand/windows_pluginsbar.htm +++ b/help/src/hh/salamand/windows_pluginsbar.htm @@ -1,4 +1,4 @@ - + Plugin Bar @@ -36,7 +36,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_splitbar.htm b/help/src/hh/salamand/windows_splitbar.htm index b4aafe45..d551b219 100644 --- a/help/src/hh/salamand/windows_splitbar.htm +++ b/help/src/hh/salamand/windows_splitbar.htm @@ -1,4 +1,4 @@ - + Split Bar @@ -34,7 +34,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_sysmenucmds.htm b/help/src/hh/salamand/windows_sysmenucmds.htm index 08e8c4fd..137c7a2f 100644 --- a/help/src/hh/salamand/windows_sysmenucmds.htm +++ b/help/src/hh/salamand/windows_sysmenucmds.htm @@ -1,4 +1,4 @@ - + Window Menu @@ -33,7 +33,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_toptlb.htm b/help/src/hh/salamand/windows_toptlb.htm index 31ff2726..3462a1e4 100644 --- a/help/src/hh/salamand/windows_toptlb.htm +++ b/help/src/hh/salamand/windows_toptlb.htm @@ -1,4 +1,4 @@ - + Top Toolbar @@ -36,7 +36,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_usrmenu.htm b/help/src/hh/salamand/windows_usrmenu.htm index 2ba89720..4174982c 100644 --- a/help/src/hh/salamand/windows_usrmenu.htm +++ b/help/src/hh/salamand/windows_usrmenu.htm @@ -1,4 +1,4 @@ - + User Menu Bar @@ -40,7 +40,8 @@

See Also

- + + diff --git a/help/src/hh/salamand/windows_wrkarea.htm b/help/src/hh/salamand/windows_wrkarea.htm index 1a083d23..a7c66976 100644 --- a/help/src/hh/salamand/windows_wrkarea.htm +++ b/help/src/hh/salamand/windows_wrkarea.htm @@ -1,4 +1,4 @@ - + Working Area @@ -29,7 +29,8 @@

Working Area

or filename.

- + + diff --git a/src/bitmap.cpp b/src/bitmap.cpp index 89ae8287..021f77e0 100644 --- a/src/bitmap.cpp +++ b/src/bitmap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/bitmap.h b/src/bitmap.h index 9eed653e..fc74ba79 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/bugreprt.cpp b/src/bugreprt.cpp index af36fe22..c08c9162 100644 --- a/src/bugreprt.cpp +++ b/src/bugreprt.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/cache.cpp b/src/cache.cpp index 6cc70201..7b92a911 100644 --- a/src/cache.cpp +++ b/src/cache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/cache.h b/src/cache.h index 43737b1d..19b22faa 100644 --- a/src/cache.h +++ b/src/cache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/callstk.cpp b/src/callstk.cpp index fa176865..53cde6ca 100644 --- a/src/callstk.cpp +++ b/src/callstk.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/callstk.h b/src/callstk.h index 1d1c48da..8b7dda87 100644 --- a/src/callstk.h +++ b/src/callstk.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/cfgdlg.h b/src/cfgdlg.h index d5d7882d..bc679c07 100644 --- a/src/cfgdlg.h +++ b/src/cfgdlg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/codetbl.cpp b/src/codetbl.cpp index 3c8e53ba..0ac291bf 100644 --- a/src/codetbl.cpp +++ b/src/codetbl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/codetbl.h b/src/codetbl.h index b1afc32b..ffe673fa 100644 --- a/src/codetbl.h +++ b/src/codetbl.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/color.cpp b/src/color.cpp index 6595f11f..a7ebda2c 100644 --- a/src/color.cpp +++ b/src/color.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/color.h b/src/color.h index 230b2e0d..551c3955 100644 --- a/src/color.h +++ b/src/color.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/common/allochan.cpp b/src/common/allochan.cpp index 51f6246f..66ffb12c 100644 --- a/src/common/allochan.cpp +++ b/src/common/allochan.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -51,12 +51,12 @@ void Initialize__Allochan() class C__AllocHandlerInit { public: - static int AltapNewHandler(size_t size); + static int Taskscape LtdNewHandler(size_t size); C__AllocHandlerInit() { InitializeCriticalSection(&CriticalSection); - OldNewHandler = _set_new_handler(AltapNewHandler); // operator new should call our new-handler on insufficient memory + OldNewHandler = _set_new_handler(Taskscape LtdNewHandler); // operator new should call our new-handler on insufficient memory OldNewMode = _set_new_mode(1); // malloc should call our new-handler on insufficient memory } ~C__AllocHandlerInit() @@ -95,9 +95,9 @@ void SetAllocHandlerMessage(const TCHAR* message, const TCHAR* title, const TCHA lstrcpyn(__AllocHandlerWarningAbort, warningAbort, 200); } -int C__AllocHandlerInit::AltapNewHandler(size_t size) +int C__AllocHandlerInit::Taskscape LtdNewHandler(size_t size) { - TRACE_ET(_T("AltapNewHandler: not enough memory to allocate ") << size << _T(" bytes!")); + TRACE_ET(_T("Taskscape LtdNewHandler: not enough memory to allocate ") << size << _T(" bytes!")); int ret = 1; int ti = GetTickCount(); EnterCriticalSection(&__AllocHandlerInit.CriticalSection); @@ -111,7 +111,7 @@ int C__AllocHandlerInit::AltapNewHandler(size_t size) res = MessageBox(NULL, buf, __AllocHandlerTitle, MB_ICONERROR | MB_TASKMODAL | MB_ABORTRETRYIGNORE | MB_DEFBUTTON2); if (res == 0) { - TRACE_ET(_T("AltapNewHandler: unable to open message-box!")); + TRACE_ET(_T("Taskscape LtdNewHandler: unable to open message-box!")); Sleep(1000); // let the machine rest and try to show msgbox again } } while (res == 0); @@ -122,7 +122,7 @@ int C__AllocHandlerInit::AltapNewHandler(size_t size) res = MessageBox(NULL, __AllocHandlerWarningAbort, __AllocHandlerTitle, MB_ICONQUESTION | MB_TASKMODAL | MB_YESNO | MB_DEFBUTTON2); if (res == 0) { - TRACE_ET(_T("AltapNewHandler: unable to open message-box with abort-warning!")); + TRACE_ET(_T("Taskscape LtdNewHandler: unable to open message-box with abort-warning!")); Sleep(1000); // let the machine rest and try to show msgbox again } } while (res == 0); @@ -138,7 +138,7 @@ int C__AllocHandlerInit::AltapNewHandler(size_t size) res = MessageBox(NULL, __AllocHandlerWarningIgnore, __AllocHandlerTitle, MB_ICONQUESTION | MB_TASKMODAL | MB_YESNO | MB_DEFBUTTON2); if (res == 0) { - TRACE_ET(_T("AltapNewHandler: unable to open message-box with ignore-warning!")); + TRACE_ET(_T("Taskscape LtdNewHandler: unable to open message-box with ignore-warning!")); Sleep(1000); // let the machine rest and try to show msgbox again } } while (res == 0); diff --git a/src/common/allochan.h b/src/common/allochan.h index 0161b2b5..4ce3a2e1 100644 --- a/src/common/allochan.h +++ b/src/common/allochan.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/array.cpp b/src/common/array.cpp index 91088a3a..96c35707 100644 --- a/src/common/array.cpp +++ b/src/common/array.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/array.h b/src/common/array.h index 919b3c33..435f8256 100644 --- a/src/common/array.h +++ b/src/common/array.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/crc32.cpp b/src/common/crc32.cpp index f084873e..e54a5238 100644 --- a/src/common/crc32.cpp +++ b/src/common/crc32.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/crc32.h b/src/common/crc32.h index c6d2cecf..965a1dfa 100644 --- a/src/common/crc32.h +++ b/src/common/crc32.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/dib.cpp b/src/common/dib.cpp index c5bb5256..213eb35f 100644 --- a/src/common/dib.cpp +++ b/src/common/dib.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/dib.h b/src/common/dib.h index 2dffc81e..ac88b412 100644 --- a/src/common/dib.h +++ b/src/common/dib.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/handles.cpp b/src/common/handles.cpp index 6290e16d..25b71929 100644 --- a/src/common/handles.cpp +++ b/src/common/handles.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -581,9 +581,9 @@ C__Handles::~C__Handles() if (Handles.Count != 0) { // I had to replace the code below that uses MESSAGE_E, because when calling - // this destructor in ALTAPDB, the stream facets are already destroyed and when sending int + // this destructor in TASKSCAPEDB, the stream facets are already destroyed and when sending int // or handle to the stream it simply crashes (only in VC2010 and VC2012, in VC2008 - // it still works); in Salamander it doesn't cause problems, probably due to RTL in DLL (in ALTAPDB it's + // it still works); in Salamander it doesn't cause problems, probably due to RTL in DLL (in TASKSCAPEDB it's // static), or something, I didn't investigate further, a better solution would be to ensure // facets destruction after this module, but unfortunately I don't know how (only also at "lib" level) char msgBuf[1000]; @@ -613,7 +613,7 @@ C__Handles::~C__Handles() TRACE_I("List of opened handles:"); for (int i = 0; i < Handles.Count; i++) { - // workaround via msgBuf due to crashes in ALTAPDB, details see comment above + // workaround via msgBuf due to crashes in TASKSCAPEDB, details see comment above sprintf_s(msgBuf, "%p", Handles[i].Handle.Handle); TRACE_MI(Handles[i].File, Handles[i].Line, __GetHandlesTypeName(Handles[i].Handle.Type) << " - " << __GetHandlesOrigin(Handles[i].Handle.Origin) << " - " << msgBuf); @@ -622,7 +622,7 @@ C__Handles::~C__Handles() else { ConnectToTraceServer(); - // workaround via msgBuf due to crashes in ALTAPDB, details see comment above + // workaround via msgBuf due to crashes in TASKSCAPEDB, details see comment above sprintf_s(msgBuf, "%d", Handles.Count); TRACE_I(__HandlesMessageNumberOpened << msgBuf); } diff --git a/src/common/handles.h b/src/common/handles.h index e7e5069b..41c9bc98 100644 --- a/src/common/handles.h +++ b/src/common/handles.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/common/heap.cpp b/src/common/heap.cpp index fd34e6aa..32ecf021 100644 --- a/src/common/heap.cpp +++ b/src/common/heap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/heap.h b/src/common/heap.h index acf7f2f1..c82ea024 100644 --- a/src/common/heap.h +++ b/src/common/heap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/lstrfix.c b/src/common/lstrfix.c index c5db1e97..07646520 100644 --- a/src/common/lstrfix.c +++ b/src/common/lstrfix.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/lstrfix.cpp b/src/common/lstrfix.cpp index 3b25b93a..fcab33b4 100644 --- a/src/common/lstrfix.cpp +++ b/src/common/lstrfix.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/lstrfix.h b/src/common/lstrfix.h index 1c180728..36435eb3 100644 --- a/src/common/lstrfix.h +++ b/src/common/lstrfix.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/messages.cpp b/src/common/messages.cpp index 62f7686e..e029bfbc 100644 --- a/src/common/messages.cpp +++ b/src/common/messages.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/messages.h b/src/common/messages.h index 04274fc4..02696e4f 100644 --- a/src/common/messages.h +++ b/src/common/messages.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/moore.cpp b/src/common/moore.cpp index 73cfcf5c..4e7b23c4 100644 --- a/src/common/moore.cpp +++ b/src/common/moore.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/moore.h b/src/common/moore.h index 91119aa6..782f254f 100644 --- a/src/common/moore.h +++ b/src/common/moore.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // **************************************************************************** diff --git a/src/common/ms_init.cpp b/src/common/ms_init.cpp index 70909ddd..7a7b10e7 100644 --- a/src/common/ms_init.cpp +++ b/src/common/ms_init.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/multimon.cpp b/src/common/multimon.cpp index 538cbe7c..26d97ca7 100644 --- a/src/common/multimon.cpp +++ b/src/common/multimon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/multimon.h b/src/common/multimon.h index 49639f3a..1c90c97d 100644 --- a/src/common/multimon.h +++ b/src/common/multimon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/regexp.cpp b/src/common/regexp.cpp index bd02f457..ef564471 100644 --- a/src/common/regexp.cpp +++ b/src/common/regexp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/common/regexp.h b/src/common/regexp.h index 54293d21..c1f2f461 100644 --- a/src/common/regexp.h +++ b/src/common/regexp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/sheets.cpp b/src/common/sheets.cpp index 7e4889b6..99b6d883 100644 --- a/src/common/sheets.cpp +++ b/src/common/sheets.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/sheets.h b/src/common/sheets.h index dc0c8717..e08710dc 100644 --- a/src/common/sheets.h +++ b/src/common/sheets.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/str.cpp b/src/common/str.cpp index 7cb82e7f..eea7b56d 100644 --- a/src/common/str.cpp +++ b/src/common/str.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/str.h b/src/common/str.h index 7546352d..005810c1 100644 --- a/src/common/str.h +++ b/src/common/str.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/strutils.cpp b/src/common/strutils.cpp index 5b1ab106..25f7cb0a 100644 --- a/src/common/strutils.cpp +++ b/src/common/strutils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/strutils.h b/src/common/strutils.h index 389adbfc..0b42c047 100644 --- a/src/common/strutils.h +++ b/src/common/strutils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/trace.cpp b/src/common/trace.cpp index 7234c847..72ea2e1a 100644 --- a/src/common/trace.cpp +++ b/src/common/trace.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -443,7 +443,7 @@ BOOL C__Trace::Connect(BOOL onUserRequest) WCHAR* s = tmpDir + wcslen(tmpDir); if (s > tmpDir && *(s - 1) != L'\\') *s++ = L'\\'; - lstrcpynW(s, L"altap_traces", int(end - s)); + lstrcpynW(s, L"taskscape_traces", int(end - s)); s += wcslen(s); if ((s - tmpDir) + 15 < MAX_PATH) // enough space to append "_2000000000.log" diff --git a/src/common/trace.h b/src/common/trace.h index ece25d71..d9cf231c 100644 --- a/src/common/trace.h +++ b/src/common/trace.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/common/winlib.cpp b/src/common/winlib.cpp index 568ecc9e..b4038557 100644 --- a/src/common/winlib.cpp +++ b/src/common/winlib.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/common/winlib.h b/src/common/winlib.h index 41c70384..4c40c023 100644 --- a/src/common/winlib.h +++ b/src/common/winlib.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/consts.h b/src/consts.h index 6b35fb19..c9cdd7c1 100644 --- a/src/consts.h +++ b/src/consts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -198,8 +198,8 @@ BOOL FileNameInvalidForManualCreate(const char* path); BOOL CutSpacesFromBothSides(char* path); // trims spaces at beginning and spaces and dots at end of name, Explorer does it this way -// and people insisted they want it this way too, see https://forum.altap.cz/viewtopic.php?f=16&t=5891 -// and https://forum.altap.cz/viewtopic.php?f=2&t=4210 +// and people insisted they want it this way too, see /viewtopic.php?f=16&t=5891 +// and /viewtopic.php?f=2&t=4210 // returns TRUE if 'path' content changed BOOL MakeValidFileName(char* path); diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 5443eb4d..6ca0c0a0 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -1505,7 +1505,7 @@ MENU_TEMPLATE_ITEM ProgressDialogMenu2[] = // messes up the Z-order and the system without the following hack after closing the progress window // activates the top-most window that is the highest; see \Source\zorder and // \Source\windowtest utilities. - // Issue reported here: https://forum.altap.cz/viewtopic.php?t=2922&start=15 + // Issue reported here: /viewtopic.php?t=2922&start=15 if (NextForegroundWindow != NULL && NextForegroundWindow != GetForegroundWindow()) { DWORD pid; @@ -2075,9 +2075,9 @@ CBetaExpiredDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) const char* url = #ifndef THIS_IS_EAP_VERSION - english ? "https://www.altap.cz/salamander/downloads/beta" : "https://www.altap.cz/cz/salamander/downloads/beta"; + english ? "https://www.taskscape.com/salamander/downloads/beta" : "https://www.taskscape.com/cz/salamander/downloads/beta"; #else // THIS_IS_EAP_VERSION - english ? "https://www.altap.cz/salamander/downloads/eap" : "https://www.altap.cz/cz/salamander/downloads/eap"; + english ? "https://www.taskscape.com/salamander/downloads/eap" : "https://www.taskscape.com/cz/salamander/downloads/eap"; #endif // THIS_IS_EAP_VERSION SetDlgItemText(HWindow, IDC_BETAEXPIREDURL, url + 8); diff --git a/src/dialogs.h b/src/dialogs.h index db68009a..514944a1 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/dialogs2.cpp b/src/dialogs2.cpp index 32932b1c..f34f3bbf 100644 --- a/src/dialogs2.cpp +++ b/src/dialogs2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -639,11 +639,11 @@ void CImportConfigDialog::Transfer(CTransferInfo& ti) { if (ConfigurationExist[i]) { - // detect whether this is "Open Salamander", "Altap Salamander", or the old "Servant Salamander" + // detect whether this is "Open Salamander", "Open Salamander", or the old "Servant Salamander" BOOL openSalamander = StrIStr(SalamanderConfigurationRoots[i], "Open Salamander") != NULL; - BOOL altapSalamander = StrIStr(SalamanderConfigurationRoots[i], "Altap Salamander") != NULL; + BOOL taskscapeSalamander = StrIStr(SalamanderConfigurationRoots[i], "Open Salamander") != NULL; const char* name = openSalamander ? "Open Salamander %s" - : altapSalamander ? "Altap Salamander %s" + : taskscapeSalamander ? "Open Salamander %s" : "Servant Salamander %s"; sprintf(buff, name, SalamanderConfigurationVersions[i]); SendDlgItemMessage(HWindow, IDC_IMPORTCONFIG, CB_ADDSTRING, 0, (LPARAM)buff); @@ -671,11 +671,11 @@ void CImportConfigDialog::Transfer(CTransferInfo& ti) lvi.iSubItem = 0; lvi.state = 0; - // detect whether this is "Open Salamander", "Altap Salamander", or the old "Servant Salamander" + // detect whether this is "Open Salamander", "Open Salamander", or the old "Servant Salamander" BOOL openSalamander = StrIStr(SalamanderConfigurationRoots[i], "Open Salamander") != NULL; - BOOL altapSalamander = StrIStr(SalamanderConfigurationRoots[i], "Altap Salamander") != NULL; + BOOL taskscapeSalamander = StrIStr(SalamanderConfigurationRoots[i], "Open Salamander") != NULL; const char* name = openSalamander ? "Open Salamander %s" - : altapSalamander ? "Altap Salamander %s" + : taskscapeSalamander ? "Open Salamander %s" : "Servant Salamander %s"; sprintf(buff, name, SalamanderConfigurationVersions[i]); lvi.pszText = buff; @@ -1018,7 +1018,7 @@ CLanguageSelectorDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) { // JRY: For AS 2.53 which ships with Czech, German and English we send other translations to the "Translations" section on the forum - // https://forum.altap.cz/viewforum.php?f=23 - in the hope that someone will be motivated to create a translation. + // /viewforum.php?f=23 - in the hope that someone will be motivated to create a translation. // There is no download page for languages yet, so this button is disabled // EnableWindow(GetDlgItem(HWindow, IDB_GETMORELANGS), FALSE); @@ -1081,7 +1081,7 @@ CLanguageSelectorDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) if (PluginName != NULL && LOWORD(wParam) == IDCANCEL) return 0; if (LOWORD(wParam) == IDB_GETMORELANGS) - ShellExecute(HWindow, "open", "https://forum.altap.cz/viewforum.php?f=23", NULL, NULL, SW_SHOWNORMAL); + ShellExecute(HWindow, "open", "/viewforum.php?f=23", NULL, NULL, SW_SHOWNORMAL); if (LOWORD(wParam) == IDB_REFRESHLANGS) { ListView_DeleteAllItems(HListView); diff --git a/src/dialogs3.cpp b/src/dialogs3.cpp index 89fd10e2..75ac91c8 100644 --- a/src/dialogs3.cpp +++ b/src/dialogs3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/dialogs4.cpp b/src/dialogs4.cpp index 675e2375..cdce4ad5 100644 --- a/src/dialogs4.cpp +++ b/src/dialogs4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/dialogs5.cpp b/src/dialogs5.cpp index a9a5a79c..468175bc 100644 --- a/src/dialogs5.cpp +++ b/src/dialogs5.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -3653,7 +3653,7 @@ CCfgPageKeyboard::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) CHyperLink* hl = new CHyperLink(HWindow, IDC_KEYBOARD_SHORTCUTS); if (hl != NULL) hl->SetActionPostCommand(CM_HELP_KEYBOARD); - // hl->SetActionOpen("https://www.altap.cz/salam_en/features/keyboard.html"); // beware, one more occurrence + // hl->SetActionOpen("https://www.taskscape.com/salam_en/features/keyboard.html"); // beware, one more occurrence break; } diff --git a/src/dialogs6.cpp b/src/dialogs6.cpp index 2ed7fdd7..d5cba58d 100644 --- a/src/dialogs6.cpp +++ b/src/dialogs6.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/dialogse.cpp b/src/dialogse.cpp index 1963a444..b0607776 100644 --- a/src/dialogse.cpp +++ b/src/dialogse.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/dialogsp.cpp b/src/dialogsp.cpp index abbded79..6b192f20 100644 --- a/src/dialogsp.cpp +++ b/src/dialogsp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/drivelst.cpp b/src/drivelst.cpp index 65e4e968..db659940 100644 --- a/src/drivelst.cpp +++ b/src/drivelst.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/drivelst.h b/src/drivelst.h index 030f6939..1782fc25 100644 --- a/src/drivelst.h +++ b/src/drivelst.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/editwnd.cpp b/src/editwnd.cpp index 1cc49493..58f5afc3 100644 --- a/src/editwnd.cpp +++ b/src/editwnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -657,7 +657,7 @@ CEditLine::WindowProc(UINT uMsg, WPARAM wParam, LPARAM lParam) // to the focused window; I disabled the hook and now we must catch the messages in windows that may get focus // so the forwarding continues. // 30.11.2012 - someone on the forum reported that WM_MOUSEHWHEEL no longer flows through the message hook (the same as - // Manison previously had with WM_MOUSEHWHEEL): https://forum.altap.cz/viewtopic.php?f=24&t=6039 + // Manison previously had with WM_MOUSEHWHEEL): /viewtopic.php?f=24&t=6039 // so now we also catch the message in each window where it can flow to (depends on focus) // and then route it so it reaches the window under the cursor as we've always done diff --git a/src/editwnd.h b/src/editwnd.h index a974d8e6..7b949436 100644 --- a/src/editwnd.h +++ b/src/editwnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/edtlbwnd.cpp b/src/edtlbwnd.cpp index 1f573779..ecba4071 100644 --- a/src/edtlbwnd.cpp +++ b/src/edtlbwnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/edtlbwnd.h b/src/edtlbwnd.h index 40db688f..7b44ba2d 100644 --- a/src/edtlbwnd.h +++ b/src/edtlbwnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/execlog.cpp b/src/execlog.cpp index d171b7ea..d41036e0 100644 --- a/src/execlog.cpp +++ b/src/execlog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/execute.cpp b/src/execute.cpp index a6874104..cc1d8297 100644 --- a/src/execute.cpp +++ b/src/execute.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/execute.h b/src/execute.h index ff1bf06b..ef976845 100644 --- a/src/execute.h +++ b/src/execute.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/filesbox.h b/src/filesbox.h index d2e7f48c..7e8ff3e1 100644 --- a/src/filesbox.h +++ b/src/filesbox.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/filesbx1.cpp b/src/filesbx1.cpp index 2df4cef2..7c0ff0ee 100644 --- a/src/filesbx1.cpp +++ b/src/filesbx1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -1638,7 +1638,7 @@ CFilesBox::WindowProc(UINT uMsg, WPARAM wParam, LPARAM lParam) // I disabled the hook and now we must capture messages in windows that can have focus // so they can be forwarded. // 30.11.2012 - on our forum a user reported WM_MOUSEHWHEEL not passing through the message hook (same as before - // in Manison's case): https://forum.altap.cz/viewtopic.php?f=24&t=6039 + // in Manison's case): /viewtopic.php?f=24&t=6039 // therefore we will now also catch the message in individual windows where it can potentially appear (depending on focus) // and then route it so that it is delivered to the window under the cursor, as we always did diff --git a/src/filesbx2.cpp b/src/filesbx2.cpp index d41c9671..99427610 100644 --- a/src/filesbx2.cpp +++ b/src/filesbx2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/filesmap.cpp b/src/filesmap.cpp index 6937e814..8cc1594a 100644 --- a/src/filesmap.cpp +++ b/src/filesmap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn1.cpp b/src/fileswn1.cpp index 22796ec4..1015397d 100644 --- a/src/fileswn1.cpp +++ b/src/fileswn1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn2.cpp b/src/fileswn2.cpp index 5b9e16a1..96dfd922 100644 --- a/src/fileswn2.cpp +++ b/src/fileswn2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn3.cpp b/src/fileswn3.cpp index 95d6e9bd..d192eef9 100644 --- a/src/fileswn3.cpp +++ b/src/fileswn3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn4.cpp b/src/fileswn4.cpp index 78711c18..a4b94e91 100644 --- a/src/fileswn4.cpp +++ b/src/fileswn4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn5.cpp b/src/fileswn5.cpp index 94f6f59de32ed2c578b3286dc7c780d34fc41aab..beabf6b1ee8b3966a89d78173b33514d3eeb97cc 100644 GIT binary patch literal 118716 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 TS-`iHWhtQ}UP74^8Q=d0YOb%t literal 243484 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ⅈHoabC6OV!!F&Dza*YaO0gMytN3 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 diff --git a/src/fileswn6.cpp b/src/fileswn6.cpp index 9d5e990b..234b2f5f 100644 --- a/src/fileswn6.cpp +++ b/src/fileswn6.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn7.cpp b/src/fileswn7.cpp index de53058d..202f6faf 100644 --- a/src/fileswn7.cpp +++ b/src/fileswn7.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn8.cpp b/src/fileswn8.cpp index 1d5c4bd8..80135e13 100644 --- a/src/fileswn8.cpp +++ b/src/fileswn8.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswn9.cpp b/src/fileswn9.cpp index 2405749e..869edd5d 100644 --- a/src/fileswn9.cpp +++ b/src/fileswn9.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -592,7 +592,7 @@ BOOL CFilesWindow::PostProcessPathFromUser(HWND parent, char (&buff)[2 * MAX_PAT // trim spaces at the beginning and the end CutSpacesFromBothSides(buff); - // trim quotes, see https://forum.altap.cz/viewtopic.php?t=4160 + // trim quotes, see /viewtopic.php?t=4160 CutDoubleQuotesFromBothSides(buff); if (IsFileURLPath(buff)) // it is a URL: convert URL (file://) to a Windows path diff --git a/src/fileswna.cpp b/src/fileswna.cpp index bb803eab..f0bf421b 100644 --- a/src/fileswna.cpp +++ b/src/fileswna.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/fileswnb.cpp b/src/fileswnb.cpp index 62daf3ce..1b248270 100644 --- a/src/fileswnb.cpp +++ b/src/fileswnb.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/fileswnd.h b/src/fileswnd.h index 4198da1a..bb0ce4a0 100644 --- a/src/fileswnd.h +++ b/src/fileswnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/filter.cpp b/src/filter.cpp index 7d019874..76960226 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -30,7 +30,7 @@ const char* FILTERCRITERIA_USETOTIME_REG = "UseToTime"; const char* FILTERCRITERIA_TOLO_REG = "ToLo"; const char* FILTERCRITERIA_TOHI_REG = "ToHi"; -// we used the following variables in Altap Salamander 2.5, +// we used the following variables in Open Salamander 2.5, // where we switched to CFilterCriteria and its Save/Load const char* OLD_FINDOPTIONSITEM_ARCHIVE_REG = "Archive"; const char* OLD_FINDOPTIONSITEM_READONLY_REG = "ReadOnly"; @@ -324,7 +324,7 @@ void CFilterCriteria::PrepareForTest() if (SystemTimeToFileTime(&stCurrent, (FILETIME*)&MaxTime)) { // since 2.52b1, we do not include future files in "Modified during"; see report on the forum - // https://forum.altap.cz/viewtopic.php?t=2818 + // /viewtopic.php?t=2818 UseMaxTime = TRUE; } } diff --git a/src/filter.h b/src/filter.h index 7a3dea35..9abacfdc 100644 --- a/src/filter.h +++ b/src/filter.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/find.cpp b/src/find.cpp index 86759083..e2028cf2 100644 --- a/src/find.cpp +++ b/src/find.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -34,7 +34,7 @@ const char* FINDOPTIONSITEM_GREP_REG = "Grep"; const char* FINDIGNOREITEM_PATH_REG = "Path"; const char* FINDIGNOREITEM_ENABLED_REG = "Enabled"; -// following variable was used up to Altap Salamander 2.5, +// following variable was used up to Open Salamander 2.5, // where we switched to CFilterCriteria with its Save/Load const char* OLD_FINDOPTIONSITEM_EXCLUDEMASK_REG = "ExcludeMask"; @@ -523,7 +523,7 @@ BOOL CFindIgnore::Contains(const char* path, int startPathLen) for (i = 0; i < Items.Count; i++) { // startPathLen is the path length entered in the Find dialog (search root); - // only its subpaths are ignored, see https://forum.altap.cz/viewtopic.php?f=7&t=7434 + // only its subpaths are ignored, see /viewtopic.php?f=7&t=7434 CFindIgnoreItem* item = Items[i]; switch (item->Type) { diff --git a/src/find.h b/src/find.h index ae69e76f..05ea92b7 100644 --- a/src/find.h +++ b/src/find.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/finddlg1.cpp b/src/finddlg1.cpp index 0e386ebd..968446e6 100644 --- a/src/finddlg1.cpp +++ b/src/finddlg1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/finddlg2.cpp b/src/finddlg2.cpp index 93481536..f31421e6 100644 --- a/src/finddlg2.cpp +++ b/src/finddlg2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -52,7 +52,7 @@ void CFindDialog::OnHideSelection() } if (deletedCount > 0) { - // hack hack: https://forum.altap.cz/viewtopic.php?f=2&t=3112&p=14801#p14801 + // hack hack: /viewtopic.php?f=2&t=3112&p=14801#p14801 // without resetting to zero, the listview remembers the previous selection state ListView_SetItemCount(FoundFilesListView->HWindow, 0); // notify the listview of the new number of items @@ -1581,7 +1581,7 @@ void CFindDialog::OnOpen(BOOL onlyFocused) // Honza 4/2014: when found files come from different submenus, the "Open" command // from the context menu does not work for them, so we removed the old behavior // where all files were opened with one Enter. A new command "Open Selected" is introduced. - // Forum bug: https://forum.altap.cz/viewtopic.php?f=6&t=7449 + // Forum bug: /viewtopic.php?f=6&t=7449 index = ListView_GetNextItem(FoundFilesListView->HWindow, index, onlyFocused ? LVNI_FOCUSED : LVNI_SELECTED); if (index != -1) { diff --git a/src/geticon.cpp b/src/geticon.cpp index cfd92ae5..69e021c3 100644 --- a/src/geticon.cpp +++ b/src/geticon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/geticon.h b/src/geticon.h index a871f0d2..fe4cb1f0 100644 --- a/src/geticon.h +++ b/src/geticon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/gui.cpp b/src/gui.cpp index a2c96a8d..67ddc93b 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/gui.h b/src/gui.h index d0ed9d8c..e1945cfb 100644 --- a/src/gui.h +++ b/src/gui.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/icncache.cpp b/src/icncache.cpp index a1366968..3e09de1f 100644 --- a/src/icncache.cpp +++ b/src/icncache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/icncache.h b/src/icncache.h index 84321686..de15274a 100644 --- a/src/icncache.h +++ b/src/icncache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/iconlist.cpp b/src/iconlist.cpp index ae34fbaa..3b0192bf 100644 --- a/src/iconlist.cpp +++ b/src/iconlist.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/iconlist.h b/src/iconlist.h index ac5ca20a..27c00b12 100644 --- a/src/iconlist.h +++ b/src/iconlist.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/iconpool.cpp b/src/iconpool.cpp index 486c8b60..8c52684c 100644 --- a/src/iconpool.cpp +++ b/src/iconpool.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/iconpool.h b/src/iconpool.h index df02254a..60590551 100644 --- a/src/iconpool.h +++ b/src/iconpool.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/inflate.cpp b/src/inflate.cpp index f651b39f..6922a9be 100644 --- a/src/inflate.cpp +++ b/src/inflate.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/inflate.h b/src/inflate.h index 1ef996ee..abb6e44c 100644 --- a/src/inflate.h +++ b/src/inflate.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/jumplist.cpp b/src/jumplist.cpp index bfee2619..71cedef0 100644 --- a/src/jumplist.cpp +++ b/src/jumplist.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/jumplist.h b/src/jumplist.h index d3d0a53f..c8fa199c 100644 --- a/src/jumplist.h +++ b/src/jumplist.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/keyboard.cpp b/src/keyboard.cpp index 6a5a8d34..4750b2f3 100644 --- a/src/keyboard.cpp +++ b/src/keyboard.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/lang/lang.rc b/src/lang/lang.rc index 90ff495b..b2b12b3f 100644 --- a/src/lang/lang.rc +++ b/src/lang/lang.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #pragma code_page(65001) @@ -66,7 +66,7 @@ BEGIN DEFPUSHBUTTON "E&xit",IDCANCEL,92,57,50,14,WS_GROUP PUSHBUTTON "&Continue",IDOK,149,57,50,14 LTEXT "This beta version has expired. Please download and install updated beta version:",IDC_STATIC_1,10,10,274,8 - LTEXT "www.altap.cz/salamander/downloads/beta",IDC_BETAEXPIREDURL,10,23,274,8,WS_TABSTOP + LTEXT "www.taskscape.com/salamander/downloads/beta",IDC_BETAEXPIREDURL,10,23,274,8,WS_TABSTOP LTEXT "Today is %s and this version expired on %s.",IDC_BETAEXPIREDDATE,10,36,274,16 END @@ -634,9 +634,9 @@ BEGIN LTEXT "",IDC_ABOUT_LOGO,174,1,123,104 DEFPUSHBUTTON "Close",IDOK,124,162,50,14,WS_GROUP LTEXT "Version",IDS_ABOUT_SALAMANDER,10,86,201,8 - LTEXT "Copyright © 1997-2023 Open Salamander Authors",IDC_STATIC_1,10,97,196,8 + LTEXT "Copyright © 1997-2023 Taskscape Ltd",IDC_STATIC_1,10,97,196,8 LTEXT "Web:",IDC_STATIC_3,10,108,20,8 - LTEXT "www.altap.cz",IDC_ABOUT_WWW,31,108,64,8,WS_TABSTOP + LTEXT "www.taskscape.com",IDC_ABOUT_WWW,31,108,64,8,WS_TABSTOP LTEXT "Open Salamander is free software",IDC_STATIC_4,10,119,165,8 LTEXT "Licensed under GNU General Public License version 2 or later",IDC_STATIC_5,10,130,214,8 CONTROL "",IDC_ABOUT_BOTTOM,"Static",SS_ETCHEDHORZ | WS_GROUP,2,154,294,1 diff --git a/src/lang/lang.rc2 b/src/lang/lang.rc2 index 66df709e..5ecb6bde 100644 --- a/src/lang/lang.rc2 +++ b/src/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -118,3 +118,4 @@ IDM_VIEWERCONTEXTMENU MENU MENUITEM "&Wrap\tCtrl+W", CM_WRAPED } } + diff --git a/src/lang/texts.rc2 b/src/lang/texts.rc2 index 9468a319..d8f4afad 100644 --- a/src/lang/texts.rc2 +++ b/src/lang/texts.rc2 @@ -1,4 +1,4 @@ -#include "..\texts.rh2" +#include "..\texts.rh2" STRINGTABLE { @@ -1756,7 +1756,7 @@ STRINGTABLE IDS_PLUGINSLGNOTFOUND, "It seems that you have no language modules (.SLG) for this plugin (see plugin's subdirectory LANG)." IDS_DONOTSHOWCANTLOADPLUGINSLG, "&Do not show this message for other plugins" - IDS_CORRUPTEDCONFIGFOUND, "Configuration stored in registry is corrupted, so it cannot be loaded. Open Salamander was probably terminated during saving configuration. This happens mainly when Open Salamander is still running when you shutdown system (or log off). To prevent this problem, close Open Salamander before shutdown (or log off).\n\nYou can backup corrupted configuration now (run RegEdit.exe, rename key HKEY_CURRENT_USER\\%s). Later you can try to get some settings from this backup (User Menu, Hotpaths, FTP bookmarks, etc.), visit forum.altap.cz for details.\n\nCorrupted configuration must be removed from registry before starting Open Salamander." + IDS_CORRUPTEDCONFIGFOUND, "Configuration stored in registry is corrupted, so it cannot be loaded. Open Salamander was probably terminated during saving configuration. This happens mainly when Open Salamander is still running when you shutdown system (or log off). To prevent this problem, close Open Salamander before shutdown (or log off).\n\nYou can backup corrupted configuration now (run RegEdit.exe, rename key HKEY_CURRENT_USER\\%s). Later you can try to get some settings from this backup (User Menu, Hotpaths, FTP bookmarks, etc.).\n\nCorrupted configuration must be removed from registry before starting Open Salamander." IDS_CORRUPTEDCONFIGREMOVEBTN, "&Remove Configuration" IDS_CHANGEDSHUTDOWNPARS, "You are using nonstandard values of the following parameters used during Log off and Shutdown. It probably causes corruption of Open Salamander's configuration (it's terminated during save of configuration).\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout should be 20000.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks should be 0." @@ -1797,7 +1797,7 @@ STRINGTABLE IDS_ICONOVRLS_NAME, "Name" IDS_ICONOVRLS_DESCR, "Description" IDS_ICONOVRLS_CHANGE, "Icon Overlays changes do not take effect until the Open Salamander is restarted." - IDS_ICONOVRLS_CRASH, "Open Salamander has become unstable. An unhandled exception has occurred in %s icon overlay handler. You can prevent similar crashes if Open Salamander will not use this handler (click This button) or will stop displaying custom icon overlays at all (click All button). You may also try to upgrade software providing this handler (search forum.altap.cz for details).\n\nWhat icon overlay handlers do you want to disable?\n\nNote: you can set up icon overlays in configuration dialog (see Icon Overlays page)." + IDS_ICONOVRLS_CRASH, "Open Salamander has become unstable. An unhandled exception has occurred in %s icon overlay handler. You can prevent similar crashes if Open Salamander will not use this handler (click This button) or will stop displaying custom icon overlays at all (click All button). You may also try to upgrade software providing this handler ().\n\nWhat icon overlay handlers do you want to disable?\n\nNote: you can set up icon overlays in configuration dialog (see Icon Overlays page)." IDS_ICONOVRLS_DISTHIS, "&This" IDS_ICONOVRLS_DISALL, "&All" @@ -1916,17 +1916,17 @@ STRINGTABLE IDS_SALMON_COMPRESSING "Compressing, wait please..." IDS_SALMON_UPLOADING "Uploading, wait please..." IDS_SALMON_UPLOADSUCCESS "Report has been uploaded successfully.\n\nThank you for helping us improve Open Salamander!" - IDS_SALMON_UPLOADFAILED "Report upload has failed, reason: %s\n\nPlease send us report using email to support@altap.cz and delete them from your disk. Click OK to show the report." - IDS_SALMON_COMPRESSFAILED "Report compression has failed, reason: %s\n\nPlease pack your bug report using 7-Zip, email it to support@altap.cz, and delete report files from your disk. Click OK to show the report." + IDS_SALMON_UPLOADFAILED "Report upload has failed, reason: %s\n\nPlease send us report using email to support@taskscape.com and delete them from your disk. Click OK to show the report." + IDS_SALMON_COMPRESSFAILED "Report compression has failed, reason: %s\n\nPlease pack your bug report using 7-Zip, email it to support@taskscape.com, and delete report files from your disk. Click OK to show the report." IDS_SALMON_LOAD_FAILED "Loading of %s failed." IDS_SALMON_WRONG_CMDLINE "This is an internal Open Salamander utility, please don't start it directly." - IDS_SALMON_WRONG_VERSION "Incorrect version of Open Salamander Bug Reporter. Please contact us at support@altap.cz." + IDS_SALMON_WRONG_VERSION "Incorrect version of Open Salamander Bug Reporter. Please contact us at support@taskscape.com." IDS_SALMON_MINIDUMP "A problem has occured, forcing Open Salamander to close.\nCreating a bug report, wait please..." IDS_SALMON_BUGREPORT_PROBLEM "Some problem has occured during the bug report creation:\n%s" IDS_SALMON_MINIDUMP_CREATE "Cannot create minidump file %s. Code: %d." IDS_SALMON_MINIDUMP_CALL "Error during minidump creation. Code: %d." -// IDS_SALMON_FAILED, "Starting of Bug Reporter failed. Please pack following bug report using 7-Zip packer and send it to our email address support@altap.cz.\n\nThank you for helping us improve Open Salamander." +// IDS_SALMON_FAILED, "Starting of Bug Reporter failed. Please pack following bug report using 7-Zip packer and send it to our email address support@taskscape.com.\n\nThank you for helping us improve Open Salamander." IDS_SALMON_NOT_RUNNING, "Open Salamander Bug Reporter (salmon.exe) is not running. Open Salamander will not be able to handle potential crashes. Please restart Open Salamander." IDS_SLGINCOMPLETE_TITLE, "Unfinished Translation of Open Salamander" @@ -1948,3 +1948,4 @@ STRINGTABLE IDS_FORCEDSHUTDOWNDISKOPER, "Windows is rejecting to abort shutdown. This message will block it temporarily.\n\nYou have some disk operations in progress. Do you want to cancel them now? Click No only if you have aborted shutdown manually, otherwise you risk having unfinished files on your disk.\n\nPlease wait to abort shutdown manually before you answer this question, otherwise Open Salamander will be terminated without saving configuration." IDS_CLOSINGFINDWINDOWS, "Closing Find windows, please wait..." } + diff --git a/src/logo.cpp b/src/logo.cpp index ff491b56..cfb0daba 100644 --- a/src/logo.cpp +++ b/src/logo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -421,7 +421,7 @@ CAboutDialog::DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam) hl = new CHyperLink(HWindow, IDC_ABOUT_WWW); if (hl != NULL) { - const char* url = english ? "https://www.altap.cz" : "https://www.altap.cz/cz"; + const char* url = english ? "https://www.taskscape.com" : "https://www.taskscape.com/cz"; SetDlgItemText(HWindow, IDC_ABOUT_WWW, url + 8); hl->SetActionOpen(url); } diff --git a/src/logo.h b/src/logo.h index 6bf4cd87..74795c1e 100644 --- a/src/logo.h +++ b/src/logo.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/mainwnd.h b/src/mainwnd.h index 355e19c5..047e0a59 100644 --- a/src/mainwnd.h +++ b/src/mainwnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/mainwnd1.cpp b/src/mainwnd1.cpp index 5d5ef443..d5b5e3e7 100644 --- a/src/mainwnd1.cpp +++ b/src/mainwnd1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/mainwnd2.cpp b/src/mainwnd2.cpp index 76fe3d8e..1118ab90 100644 --- a/src/mainwnd2.cpp +++ b/src/mainwnd2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -65,7 +65,7 @@ // 35 = 2.5RC1 only to transfer plug-in configuration from version 2.5b12 (internal only, we shipped RC1 instead) // 36 = 2.5RC2 only to transfer plug-in configuration from version 2.5RC1 // 37 = 2.5RC3 only to transfer plug-in configuration from version 2.5RC2 -// 38 = 2.5RC3 renamed Servant Salamander to Altap Salamander +// 38 = 2.5RC3 renamed Servant Salamander to Open Salamander // 39 = 2.5 only to transfer plug-in configuration from version 2.5RC3 // 40 = 2.51 only to transfer plug-in configuration from version 2.5 // 41 = 2.51 configuration version containing a list of disabled icon overlay handlers (see CONFIG_DISABLEDCUSTICOVRLS_REG) @@ -153,87 +153,87 @@ const DWORD THIS_CONFIG_VERSION = 104; const char* SalamanderConfigurationRoots[SALCFG_ROOTS_COUNT + 1] = { "Software\\Open Salamander\\5.0", - "Software\\Altap\\Altap Salamander 4.0", - "Software\\Altap\\Altap Salamander 4.0 beta 1 (DB177)", - "Software\\Altap\\Altap Salamander 4.0 beta 1 (DB171)", - "Software\\Altap\\Altap Salamander 3.08", - "Software\\Altap\\Altap Salamander 4.0 beta 1 (DB168)", - "Software\\Altap\\Altap Salamander 3.07", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB162)", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB159)", - "Software\\Altap\\Altap Salamander 3.06", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB153)", - "Software\\Altap\\Altap Salamander 3.05", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB147)", - "Software\\Altap\\Altap Salamander 3.04", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB141)", - "Software\\Altap\\Altap Salamander 3.03", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB135)", - "Software\\Altap\\Altap Salamander 3.02", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB129)", - "Software\\Altap\\Altap Salamander 3.01", - "Software\\Altap\\Altap Salamander 3.1 beta 1 (DB123)", - "Software\\Altap\\Altap Salamander 3.0", - "Software\\Altap\\Altap Salamander 3.0 beta 5 (DB117)", - "Software\\Altap\\Altap Salamander 3.0 beta 4", - "Software\\Altap\\Altap Salamander 3.0 beta 4 (DB111)", - "Software\\Altap\\Altap Salamander 3.0 beta 3", - "Software\\Altap\\Altap Salamander 3.0 beta 3 (DB105)", - "Software\\Altap\\Altap Salamander 3.0 beta 3 (PB103)", - "Software\\Altap\\Altap Salamander 3.0 beta 3 (DB100)", - "Software\\Altap\\Altap Salamander 3.0 beta 2", - "Software\\Altap\\Altap Salamander 3.0 beta 2 (DB94)", - "Software\\Altap\\Altap Salamander 3.0 beta 1", - "Software\\Altap\\Altap Salamander 3.0 beta 1 (DB88)", - "Software\\Altap\\Altap Salamander 3.0 beta 1 (PB87)", - "Software\\Altap\\Altap Salamander 3.0 beta 1 (DB83)", - "Software\\Altap\\Altap Salamander 3.0 beta 1 (DB80)", - "Software\\Altap\\Altap Salamander 3.0 beta 1 (PB79)", - "Software\\Altap\\Altap Salamander 3.0 beta 1 (DB76)", - "Software\\Altap\\Altap Salamander 3.0 beta 1 (PB75)", - "Software\\Altap\\Altap Salamander 2.55 beta 1 (DB 72)", - "Software\\Altap\\Altap Salamander 2.54", - "Software\\Altap\\Altap Salamander 2.54 beta 1 (DB 66)", - "Software\\Altap\\Altap Salamander 2.53", - "Software\\Altap\\Altap Salamander 2.53 (DB 60)", - "Software\\Altap\\Altap Salamander 2.53 beta 2", - "Software\\Altap\\Altap Salamander 2.53 beta 2 (IB 55)", - "Software\\Altap\\Altap Salamander 2.53 (DB 52)", - "Software\\Altap\\Altap Salamander 2.53 beta 1", - "Software\\Altap\\Altap Salamander 2.53 beta 1 (DB 46)", - "Software\\Altap\\Altap Salamander 2.53 beta 1 (PB 44)", - "Software\\Altap\\Altap Salamander 2.53 beta 1 (DB 41)", - "Software\\Altap\\Altap Salamander 2.53 beta 1 (DB 39)", - "Software\\Altap\\Altap Salamander 2.53 beta 1 (PB 38)", - "Software\\Altap\\Altap Salamander 2.53 beta 1 (DB 36)", - "Software\\Altap\\Altap Salamander 2.53 beta 1 (DB 33)", - "Software\\Altap\\Altap Salamander 2.52", - "Software\\Altap\\Altap Salamander 2.52 (DB 30)", - "Software\\Altap\\Altap Salamander 2.52 beta 2", - "Software\\Altap\\Altap Salamander 2.52 beta 1", - "Software\\Altap\\Altap Salamander 2.51", - "Software\\Altap\\Altap Salamander 2.5", - "Software\\Altap\\Altap Salamander 2.5 RC3", - "Software\\Altap\\Servant Salamander 2.5 RC3", - "Software\\Altap\\Servant Salamander 2.5 RC2", - "Software\\Altap\\Servant Salamander 2.5 RC1", - "Software\\Altap\\Servant Salamander 2.5 beta 12", - "Software\\Altap\\Servant Salamander 2.5 beta 11", - "Software\\Altap\\Servant Salamander 2.5 beta 10", - "Software\\Altap\\Servant Salamander 2.5 beta 9", - "Software\\Altap\\Servant Salamander 2.5 beta 8", - "Software\\Altap\\Servant Salamander 2.5 beta 7", - "Software\\Altap\\Servant Salamander 2.5 beta 6", - "Software\\Altap\\Servant Salamander 2.5 beta 5", - "Software\\Altap\\Servant Salamander 2.5 beta 4", - "Software\\Altap\\Servant Salamander 2.5 beta 3", - "Software\\Altap\\Servant Salamander 2.5 beta 2", - "Software\\Altap\\Servant Salamander 2.5 beta 1", - "Software\\Altap\\Servant Salamander 2.1 beta 1", - "Software\\Altap\\Servant Salamander 2.0", - "Software\\Altap\\Servant Salamander 1.6 beta 7", - "Software\\Altap\\Servant Salamander 1.6 beta 6", - "Software\\Altap\\Servant Salamander", // 1.6 beta 1 to 1.6 beta 5 + "Software\\Taskscape Ltd\\Open Salamander 4.0", + "Software\\Taskscape Ltd\\Open Salamander 4.0 beta 1 (DB177)", + "Software\\Taskscape Ltd\\Open Salamander 4.0 beta 1 (DB171)", + "Software\\Taskscape Ltd\\Open Salamander 3.08", + "Software\\Taskscape Ltd\\Open Salamander 4.0 beta 1 (DB168)", + "Software\\Taskscape Ltd\\Open Salamander 3.07", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB162)", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB159)", + "Software\\Taskscape Ltd\\Open Salamander 3.06", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB153)", + "Software\\Taskscape Ltd\\Open Salamander 3.05", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB147)", + "Software\\Taskscape Ltd\\Open Salamander 3.04", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB141)", + "Software\\Taskscape Ltd\\Open Salamander 3.03", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB135)", + "Software\\Taskscape Ltd\\Open Salamander 3.02", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB129)", + "Software\\Taskscape Ltd\\Open Salamander 3.01", + "Software\\Taskscape Ltd\\Open Salamander 3.1 beta 1 (DB123)", + "Software\\Taskscape Ltd\\Open Salamander 3.0", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 5 (DB117)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 4", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 4 (DB111)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 3", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 3 (DB105)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 3 (PB103)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 3 (DB100)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 2", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 2 (DB94)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1 (DB88)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1 (PB87)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1 (DB83)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1 (DB80)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1 (PB79)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1 (DB76)", + "Software\\Taskscape Ltd\\Open Salamander 3.0 beta 1 (PB75)", + "Software\\Taskscape Ltd\\Open Salamander 2.55 beta 1 (DB 72)", + "Software\\Taskscape Ltd\\Open Salamander 2.54", + "Software\\Taskscape Ltd\\Open Salamander 2.54 beta 1 (DB 66)", + "Software\\Taskscape Ltd\\Open Salamander 2.53", + "Software\\Taskscape Ltd\\Open Salamander 2.53 (DB 60)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 2", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 2 (IB 55)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 (DB 52)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1 (DB 46)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1 (PB 44)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1 (DB 41)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1 (DB 39)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1 (PB 38)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1 (DB 36)", + "Software\\Taskscape Ltd\\Open Salamander 2.53 beta 1 (DB 33)", + "Software\\Taskscape Ltd\\Open Salamander 2.52", + "Software\\Taskscape Ltd\\Open Salamander 2.52 (DB 30)", + "Software\\Taskscape Ltd\\Open Salamander 2.52 beta 2", + "Software\\Taskscape Ltd\\Open Salamander 2.52 beta 1", + "Software\\Taskscape Ltd\\Open Salamander 2.51", + "Software\\Taskscape Ltd\\Open Salamander 2.5", + "Software\\Taskscape Ltd\\Open Salamander 2.5 RC3", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 RC3", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 RC2", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 RC1", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 12", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 11", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 10", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 9", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 8", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 7", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 6", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 5", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 4", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 3", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 2", + "Software\\Taskscape Ltd\\Servant Salamander 2.5 beta 1", + "Software\\Taskscape Ltd\\Servant Salamander 2.1 beta 1", + "Software\\Taskscape Ltd\\Servant Salamander 2.0", + "Software\\Taskscape Ltd\\Servant Salamander 1.6 beta 7", + "Software\\Taskscape Ltd\\Servant Salamander 1.6 beta 6", + "Software\\Taskscape Ltd\\Servant Salamander", // 1.6 beta 1 to 1.6 beta 5 "Software\\Salamander" // oldest versions (1.52 and older) }; const char* SalamanderConfigurationVersions[SALCFG_ROOTS_COUNT] = diff --git a/src/mainwnd3.cpp b/src/mainwnd3.cpp index e63c3827..c30f187f 100644 --- a/src/mainwnd3.cpp +++ b/src/mainwnd3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -868,7 +868,7 @@ BOOL CMainWindow::OnAssociationsChangedNotification(BOOL showWaitWnd) { // tweak the icon size - LoadSaveToRegistryMutex.Enter(); // users reported shrunken icons, see https://forum.altap.cz/viewtopic.php?t=638 + LoadSaveToRegistryMutex.Enter(); // users reported shrunken icons, see /viewtopic.php?t=638 // this synchronization ensures that two Salamanders do not interfere with each other // unfortunately the trick with changing "Shell Icon Size" to rebuild the cache is used by many tools (including Tweak UI), // so if they refresh at the same time as Salamander, conflicts occur @@ -2011,7 +2011,7 @@ MENU_TEMPLATE_ITEM AddToSystemMenu[] = { // we catch messages coming especially from newer mice (4th button and above) // and multimedia keyboards - // viz https://forum.altap.cz/viewtopic.php?t=192 + // viz /viewtopic.php?t=192 DWORD cmd = GET_APPCOMMAND_LPARAM(lParam); switch (cmd) { @@ -2562,13 +2562,13 @@ MENU_TEMPLATE_ITEM AddToSystemMenu[] = /* case CM_HELP_KEYBOARD: { - ShellExecute(HWindow, "open", "https://www.altap.cz/salam_en/features/keyboard.html", NULL, NULL, SW_SHOWNORMAL); + ShellExecute(HWindow, "open", "https://www.taskscape.com/salam_en/features/keyboard.html", NULL, NULL, SW_SHOWNORMAL); return 0; } */ case CM_FORUM: { - ShellExecute(HWindow, "open", "https://forum.altap.cz/", NULL, NULL, SW_SHOWNORMAL); + ShellExecute(HWindow, "open", "/", NULL, NULL, SW_SHOWNORMAL); return 0; } @@ -6028,7 +6028,7 @@ MENU_TEMPLATE_ITEM AddToSystemMenu[] = // until 2.53b1 only this branch existed and the timer version was commented out // on Windows 7 users reported activation issues when icon grouping was enabled // and Salamander was minimized; sometimes clicking its preview (or Alt+Tab) - // would not restore Salamander, only a beep; see https://forum.altap.cz/viewtopic.php?f=6&t=3791 + // would not restore Salamander, only a beep; see /viewtopic.php?f=6&t=3791 // // so we enable the delayed variant (200ms) again, but only on W7 and only if the window is minimized PostMessage(HWindow, WM_USER_END_SUSPMODE, 0, 0); // if ActivateSuspMode is not >= 1, nothing happens diff --git a/src/mainwnd4.cpp b/src/mainwnd4.cpp index 52bb57b6..832a30ad 100644 --- a/src/mainwnd4.cpp +++ b/src/mainwnd4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -1252,7 +1252,7 @@ void CMainWindow::FocusPanel(CFilesWindow* focus, BOOL testIfMainWndActive) // fixes a bug (present in 2.5b10) when users had one panel active with focus on UpDir // and then right-clicked a file in the passive panel and chose DELETE from the context menu // nothing happened because the EnablerFilesDelete enabler was FALSE (not updated for the new panel) - // see https://forum.altap.cz/viewtopic.php?t=181 + // see /viewtopic.php?t=181 // repaint the directory line of both panels if (old->DirectoryLine != NULL) diff --git a/src/mainwnd5.cpp b/src/mainwnd5.cpp index a4f01cd2..b6c605b1 100644 --- a/src/mainwnd5.cpp +++ b/src/mainwnd5.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/mapi.cpp b/src/mapi.cpp index 6e22fb38..516cd5b4 100644 --- a/src/mapi.cpp +++ b/src/mapi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/mapi.h b/src/mapi.h index 68dc3210..fe156b60 100644 --- a/src/mapi.h +++ b/src/mapi.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/masks.cpp b/src/masks.cpp index 00b2c91c..e112e066 100644 --- a/src/masks.cpp +++ b/src/masks.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/masks.h b/src/masks.h index 73e76611..1e0458e0 100644 --- a/src/masks.h +++ b/src/masks.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/md5.cpp b/src/md5.cpp index fd56c267..3736c2b9 100644 --- a/src/md5.cpp +++ b/src/md5.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" // include slouzi pouze k prelozitelnosti v Salamanderu diff --git a/src/md5.h b/src/md5.h index c42868ff..87411969 100644 --- a/src/md5.h +++ b/src/md5.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/menu.h b/src/menu.h index 2a489b79..3ad0ff56 100644 --- a/src/menu.h +++ b/src/menu.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/menu1.cpp b/src/menu1.cpp index 2b3be0cd..d86f4ca3 100644 --- a/src/menu1.cpp +++ b/src/menu1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/menu2.cpp b/src/menu2.cpp index 827233f3..7f4cd8c9 100644 --- a/src/menu2.cpp +++ b/src/menu2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -167,7 +167,7 @@ void CMenuPopup::AssignHotKeys() { // During the first round, we try to avoid characters with diacritics so the user // does not have to switch from an English keyboard - // see https://forum.altap.cz/viewtopic.php?f=23&t=4025 + // see /viewtopic.php?f=23&t=4025 WCHAR buffw[10]; buffw[1] = 0; // so that we pass in the second round diff --git a/src/menu3.cpp b/src/menu3.cpp index 4bd4f0cc..82589ead 100644 --- a/src/menu3.cpp +++ b/src/menu3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/menu4.cpp b/src/menu4.cpp index df8fe796..5a8aa9da 100644 --- a/src/menu4.cpp +++ b/src/menu4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/menubar.cpp b/src/menubar.cpp index b993a036..2aa9ee49 100644 --- a/src/menubar.cpp +++ b/src/menubar.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/ms_init.cpp b/src/ms_init.cpp index 55d1033f..12ff85de 100644 --- a/src/ms_init.cpp +++ b/src/ms_init.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/msgbox.cpp b/src/msgbox.cpp index b2e78c3c..f1446fb1 100644 --- a/src/msgbox.cpp +++ b/src/msgbox.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/olespy.cpp b/src/olespy.cpp index 7293cf0e..d7688cae 100644 --- a/src/olespy.cpp +++ b/src/olespy.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/olespy.h b/src/olespy.h index b6097a3c..28d7ae01 100644 --- a/src/olespy.h +++ b/src/olespy.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/pack.h b/src/pack.h index 1b4c6b42..3ee5e6ef 100644 --- a/src/pack.h +++ b/src/pack.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/pack1.cpp b/src/pack1.cpp index fe2c282a..50db8ab0 100644 --- a/src/pack1.cpp +++ b/src/pack1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/pack2.cpp b/src/pack2.cpp index b069dc17..90c7f662 100644 --- a/src/pack2.cpp +++ b/src/pack2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -392,7 +392,7 @@ BOOL PackUniversalCompress(HWND parent, const char* command, TPackErrorTable* co } // hack for RAR 4.x+ that dislikes "-ap""" when addressing the archive root; this cleanup works with older RAR too - // see https://forum.altap.cz/viewtopic.php?f=2&t=5487 + // see /viewtopic.php?f=2&t=5487 if (*rootPath == 0 && strstr(command, "$(Rar32bitExecutable) ") == command) { char* pAP = strstr(cmdLine, "\" -ap\"\" @\""); @@ -400,7 +400,7 @@ BOOL PackUniversalCompress(HWND parent, const char* command, TPackErrorTable* co memmove(pAP + 1, " ", 7); // remove "-ap"" that causes issues with newer RAR } // hack for copying into a directory in RAR - it fails if the path begins with a backslash; it created e.g. \Test directory but Salam shows it as Test - // https://forum.altap.cz/viewtopic.php?p=24586#p24586 + // /viewtopic.php?p=24586#p24586 if (*rootPath == '\\' && strstr(command, "$(Rar32bitExecutable) ") == command) { char* pAP = strstr(cmdLine, "\" -ap\"\\"); diff --git a/src/pack3.cpp b/src/pack3.cpp index e2f79e8b..7a97341d 100644 --- a/src/pack3.cpp +++ b/src/pack3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/packac.cpp b/src/packac.cpp index 600fb001..eaf901ac 100644 --- a/src/packac.cpp +++ b/src/packac.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/packers.cpp b/src/packers.cpp index 856224b0..a6b21573 100644 --- a/src/packers.cpp +++ b/src/packers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins.h b/src/plugins.h index bb609229..b2695404 100644 --- a/src/plugins.h +++ b/src/plugins.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/7zip/7za/spl/StdAfx.h b/src/plugins/7zip/7za/spl/StdAfx.h index 9a2d427a..3619e4b7 100644 --- a/src/plugins/7zip/7za/spl/StdAfx.h +++ b/src/plugins/7zip/7za/spl/StdAfx.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // stdafx.h diff --git a/src/plugins/7zip/7za/spl/main.cpp b/src/plugins/7zip/7za/spl/main.cpp index 7f699370..0ecdd0ec 100644 --- a/src/plugins/7zip/7za/spl/main.cpp +++ b/src/plugins/7zip/7za/spl/main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // main.cpp diff --git a/src/plugins/7zip/7za/spl/splthread.c b/src/plugins/7zip/7za/spl/splthread.c index c6e77b49..c81136e6 100644 --- a/src/plugins/7zip/7za/spl/splthread.c +++ b/src/plugins/7zip/7za/spl/splthread.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // diff --git a/src/plugins/7zip/7za/spl/splthread.cpp b/src/plugins/7zip/7za/spl/splthread.cpp index 9472be96..7e4d88ac 100644 --- a/src/plugins/7zip/7za/spl/splthread.cpp +++ b/src/plugins/7zip/7za/spl/splthread.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // diff --git a/src/plugins/7zip/7zclient.cpp b/src/plugins/7zip/7zclient.cpp index 0bafccf9..4a9fa694 100644 --- a/src/plugins/7zip/7zclient.cpp +++ b/src/plugins/7zip/7zclient.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/7zip/7zclient.h b/src/plugins/7zip/7zclient.h index d6bacc18..7ea77ead 100644 --- a/src/plugins/7zip/7zclient.h +++ b/src/plugins/7zip/7zclient.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/7zip.cpp b/src/plugins/7zip/7zip.cpp index 7f397ce5..3bc13695 100644 --- a/src/plugins/7zip/7zip.cpp +++ b/src/plugins/7zip/7zip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -176,7 +176,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs VERSINFO_VERSION_NO_PLATFORM, VERSINFO_COPYRIGHT, LoadStr(IDS_PLUGIN_DESCRIPTION), "7zip", "7z"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } @@ -1108,7 +1108,7 @@ BOOL CPluginInterfaceForArchiver::PackToArchive(CSalamanderForOperationsAbstract // delete files afterwards if we are moving them into the archive if (move && ret) - { // first lock the archive file so we cannot delete it ourselves (bug: https://forum.altap.cz/viewtopic.php?f=3&t=3859) + { // first lock the archive file so we cannot delete it ourselves (bug: /viewtopic.php?f=3&t=3859) while (1) { hArchive = CreateFileUtf8Local(fileName, GENERIC_READ /* I tried 0, but the system then allowed deleting the file */, diff --git a/src/plugins/7zip/7zip.h b/src/plugins/7zip/7zip.h index b4f95a44..6330a51f 100644 --- a/src/plugins/7zip/7zip.h +++ b/src/plugins/7zip/7zip.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/7zip.rc2 b/src/plugins/7zip/7zip.rc2 index 3485656c..74ecbfd7 100644 --- a/src/plugins/7zip/7zip.rc2 +++ b/src/plugins/7zip/7zip.rc2 @@ -1,4 +1,4 @@ -// +// // 7zip.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -15,3 +15,4 @@ IDB_7ZIP BITMAP "res/7zip.bmp" IDI_LOCK ICON "res/lock.ico" + diff --git a/src/plugins/7zip/7zthreads.cpp b/src/plugins/7zip/7zthreads.cpp index 44f043e1..893c8f1b 100644 --- a/src/plugins/7zip/7zthreads.cpp +++ b/src/plugins/7zip/7zthreads.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/7zip/7zthreads.h b/src/plugins/7zip/7zthreads.h index a392b6b1..9f2a0677 100644 --- a/src/plugins/7zip/7zthreads.h +++ b/src/plugins/7zip/7zthreads.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/FStreams.cpp b/src/plugins/7zip/FStreams.cpp index c04016b7..eec35501 100644 --- a/src/plugins/7zip/FStreams.cpp +++ b/src/plugins/7zip/FStreams.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/7zip/FStreams.h b/src/plugins/7zip/FStreams.h index b0eb7f51..fbf23a15 100644 --- a/src/plugins/7zip/FStreams.h +++ b/src/plugins/7zip/FStreams.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/dialogs.cpp b/src/plugins/7zip/dialogs.cpp index 9ae3c26c..0a19bbb1 100644 --- a/src/plugins/7zip/dialogs.cpp +++ b/src/plugins/7zip/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/7zip/dialogs.h b/src/plugins/7zip/dialogs.h index bbcd787f..f1b53205 100644 --- a/src/plugins/7zip/dialogs.h +++ b/src/plugins/7zip/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/doc/how-to-patch-7za.dll.txt b/src/plugins/7zip/doc/how-to-patch-7za.dll.txt index c2ccb100..e6402b93 100644 --- a/src/plugins/7zip/doc/how-to-patch-7za.dll.txt +++ b/src/plugins/7zip/doc/how-to-patch-7za.dll.txt @@ -1,14 +1,14 @@ ================================================================================================== In Salamander 3.07 we finally updated 7za.dll to the latest 16.02 after many years. -Users reported security holes in the old build: https://forum.altap.cz/viewtopic.php?t=32446 -We maintain two branches in the E:\Source\7zip repository: default and ALTAP. Procedure: +Users reported security holes in the old build: /viewtopic.php?t=32446 +We maintain two branches in the E:\Source\7zip repository: default and Taskscape Ltd. Procedure: 1. download the current 7-Zip sources (for example 7z1602-src.7z) 2. update the working copy in E:\Source\7zip to the default branch 3. remove everything except the .hg directory 4. extract the downloaded sources 5. commit (adding new files and deleting the removed ones) -6. merge into the ALTAP branch, producing a new 7-Zip version with the ALTAP patches +6. merge into the Taskscape Ltd branch, producing a new 7-Zip version with the Taskscape Ltd patches 7. walk through every directory in E:\Source\salamand\plugins\7zip\7za and synchronize any directories that appeared in step 6 8. if Igor added or removed a cpp file, you might need to add it to the project – diff --git a/src/plugins/7zip/doc/sfx.patch b/src/plugins/7zip/doc/sfx.patch deleted file mode 100644 index ba5fe5d4..00000000 --- a/src/plugins/7zip/doc/sfx.patch +++ /dev/null @@ -1,85 +0,0 @@ -diff -ur c:\old\7zip\7za\7zip\Archive\7z\7zIn.cpp c:\new\7zip\7za\7zip\Archive\7z\7zIn.cpp ---- c:\old\7zip\7za\7zip\Archive\7z\7zIn.cpp Sun Dec 11 23:12:37 2005 -+++ c:\new\7zip\7za\7zip\Archive\7z\7zIn.cpp Thu Feb 09 13:16:10 2006 -@@ -194,6 +194,61 @@ - } - #endif - -+// -+// Added by David Andrs -+// -+// Find the beginning of 7zip archive (reading PE headers and skipping them) -+// -+HRESULT CInArchive::SkipSFXstub(IInStream *stream) { -+ RINOK(stream->Seek(0, STREAM_SEEK_SET, NULL)); -+ -+ unsigned char data[200]; -+ unsigned long sectionOffset, sectionSize, direntries; -+ int sections; -+ UInt32 processedSize; -+ -+ RINOK(ReadDirect(stream, data, sizeof(IMAGE_DOS_HEADER), &processedSize)); -+ -+ // verify that the MZ signature is present -+ if (((IMAGE_DOS_HEADER *)data)->e_magic != ('M' + ('Z' << 8))) -+ return S_OK; -+ RINOK(stream->Seek(((IMAGE_DOS_HEADER *)data)->e_lfanew, STREAM_SEEK_SET, NULL)); -+ -+ // read the headers -+ RINOK(ReadDirect(stream, data, sizeof(unsigned long) + sizeof(IMAGE_FILE_HEADER) + 24 * 4, &processedSize)); -+ if (processedSize != sizeof(unsigned long) + sizeof(IMAGE_FILE_HEADER) + 24 * 4) -+ return S_OK; -+ if (*(unsigned long *)data != ('P' + ('E' << 8) + ('\0' << 16) + ('\0' << 24))) -+ return S_OK; -+ -+ // number of sections -+ sections = ((IMAGE_FILE_HEADER *)(data + sizeof(unsigned long)))->NumberOfSections; -+ // number of directory entries -+ direntries = ((IMAGE_OPTIONAL_HEADER *)(data + sizeof(unsigned long) + sizeof(IMAGE_FILE_HEADER)))->NumberOfRvaAndSizes; -+ // skip the directory entries -+ RINOK(stream->Seek(direntries * sizeof(IMAGE_DATA_DIRECTORY), STREAM_SEEK_CUR, NULL)); -+ -+ sectionOffset = 0; -+ sectionSize = 0; -+ // read the headers of all sections -+ for (; sections > 0; sections--) -+ { -+ RINOK(ReadDirect(stream, data, sizeof(IMAGE_SECTION_HEADER), &processedSize)); -+ if (processedSize != sizeof(IMAGE_SECTION_HEADER)) -+ return S_OK; -+ -+ // get position and size of the last section -+ if (sectionOffset < ((IMAGE_SECTION_HEADER *)data)->PointerToRawData) -+ { -+ sectionOffset = ((IMAGE_SECTION_HEADER *)data)->PointerToRawData; -+ sectionSize = ((IMAGE_SECTION_HEADER *)data)->SizeOfRawData; -+ } -+ } -+ -+ _arhiveBeginStreamPosition = sectionOffset + sectionSize; -+ return S_OK; -+} -+ - HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit) - { - _position = _arhiveBeginStreamPosition; -@@ -307,6 +362,7 @@ - RINOK(FindAndReadSignature(stream, searchHeaderSizeLimit)); - } - #else -+ RINOK(SkipSFXstub(stream)); // Added by David Andrs - RINOK(FindAndReadSignature(stream, searchHeaderSizeLimit)); - #endif - _stream = stream; -diff -ur c:\old\7zip\7za\7zip\Archive\7z\7zIn.h c:\new\7zip\7za\7zip\Archive\7z\7zIn.h ---- c:\old\7zip\7za\7zip\Archive\7z\7zIn.h Sat Aug 13 14:29:16 2005 -+++ c:\new\7zip\7za\7zip\Archive\7z\7zIn.h Thu Feb 09 13:16:16 2006 -@@ -171,6 +171,7 @@ - } - - private: -+ HRESULT SkipSFXstub(IInStream *stream); - HRESULT FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit); // S_FALSE means is not archive - #ifdef _7Z_VOL - HRESULT FindFinishSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit); // S_FALSE means is not archive - diff --git a/src/plugins/7zip/extract.cpp b/src/plugins/7zip/extract.cpp index 59e67891..8e3ac83b 100644 --- a/src/plugins/7zip/extract.cpp +++ b/src/plugins/7zip/extract.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/7zip/extract.h b/src/plugins/7zip/extract.h index 66415e00..23211f02 100644 --- a/src/plugins/7zip/extract.h +++ b/src/plugins/7zip/extract.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/help/hh/7zip/dlgboxes_config.htm b/src/plugins/7zip/help/hh/7zip/dlgboxes_config.htm index d7bd2090..ad92457c 100644 --- a/src/plugins/7zip/help/hh/7zip/dlgboxes_config.htm +++ b/src/plugins/7zip/help/hh/7zip/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + 7-Zip Configuration dialog box @@ -88,7 +88,8 @@

Options

- + + diff --git a/src/plugins/7zip/help/hh/7zip/dlgboxes_newarc.htm b/src/plugins/7zip/help/hh/7zip/dlgboxes_newarc.htm index 0cc00dc8..dd39de40 100644 --- a/src/plugins/7zip/help/hh/7zip/dlgboxes_newarc.htm +++ b/src/plugins/7zip/help/hh/7zip/dlgboxes_newarc.htm @@ -1,4 +1,4 @@ - + Create New Archive dialog box @@ -89,7 +89,8 @@

Options

- + + diff --git a/src/plugins/7zip/help/hh/7zip/introduction_intro.htm b/src/plugins/7zip/help/hh/7zip/introduction_intro.htm index 05350540..a476c841 100644 --- a/src/plugins/7zip/help/hh/7zip/introduction_intro.htm +++ b/src/plugins/7zip/help/hh/7zip/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -21,7 +21,8 @@

Getting Started with 7-ZIP Plugin

for a description of basic work with plugin archiver and menu extension.

- + + diff --git a/src/plugins/7zip/help/hh/7zip/using_testingarc.htm b/src/plugins/7zip/help/hh/7zip/using_testingarc.htm index 68d0cc46..5a2b3f7a 100644 --- a/src/plugins/7zip/help/hh/7zip/using_testingarc.htm +++ b/src/plugins/7zip/help/hh/7zip/using_testingarc.htm @@ -1,4 +1,4 @@ - + Testing Archive @@ -27,7 +27,8 @@

To test archive:

- + + diff --git a/src/plugins/7zip/lang/lang.rc2 b/src/plugins/7zip/lang/lang.rc2 index 2b91343e..a31db256 100644 --- a/src/plugins/7zip/lang/lang.rc2 +++ b/src/plugins/7zip/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -126,3 +126,4 @@ STRINGTABLE IDS_ERRADDDIR_TOOLONG, "Cannot add 1 or more directories to the list. The total path is too long.\nSome directories or files may be missing in the archive listing." IDS_NAMEISTOOLONG, "Name ""%s"" with full path is too long.\n\nPath: %s" } + diff --git a/src/plugins/7zip/open.cpp b/src/plugins/7zip/open.cpp index 22264f64..892cdfdc 100644 --- a/src/plugins/7zip/open.cpp +++ b/src/plugins/7zip/open.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/7zip/open.h b/src/plugins/7zip/open.h index 1876e387..6804d627 100644 --- a/src/plugins/7zip/open.h +++ b/src/plugins/7zip/open.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/patch/main.cpp b/src/plugins/7zip/patch/main.cpp index 5fca59c1..5eaa426c 100644 --- a/src/plugins/7zip/patch/main.cpp +++ b/src/plugins/7zip/patch/main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // main.cpp diff --git a/src/plugins/7zip/precomp.cpp b/src/plugins/7zip/precomp.cpp index 568b08b7..05b262e8 100644 --- a/src/plugins/7zip/precomp.cpp +++ b/src/plugins/7zip/precomp.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/7zip/precomp.h b/src/plugins/7zip/precomp.h index 63e87dd4..7952bf3c 100644 --- a/src/plugins/7zip/precomp.h +++ b/src/plugins/7zip/precomp.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/7zip/structs.h b/src/plugins/7zip/structs.h index 57d9934f..ec762a2b 100644 --- a/src/plugins/7zip/structs.h +++ b/src/plugins/7zip/structs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/update.cpp b/src/plugins/7zip/update.cpp index 8dfda337..8f4d3fef 100644 --- a/src/plugins/7zip/update.cpp +++ b/src/plugins/7zip/update.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/7zip/update.h b/src/plugins/7zip/update.h index a85f3b9e..ad7bd483 100644 --- a/src/plugins/7zip/update.h +++ b/src/plugins/7zip/update.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index f07d43aa..00000000 --- a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index b1b3aef5df9c2afd1ce9d07f7b156678edab85f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4292 zcmeH~Yj09P5QgWcobX9wq@^{L@U0fAM5)GN+n7xVaudrfTm=2`>hta%C>4plh&dQ@ zvX`?nvpct)o%#MPvK_0L`g6;~u&?H3p(pozv!| zn!UCO{{!DgmI7M!m|eym)D3oZ_Li|jt9ouKHuG{h=sHlg*sBM`*;D(la6F&Xh6CgBAfJ;TX?~9Bn;Y} zOWg#c2Ch~`A$f;hqXR!1$JXwnj{&T-_4W2TYqAwdF`RfOnd1h)l{J#(ks#SXD6v%3bkGu-a;Lr8=HpD8J|XF zv}v*qt#-kwqeoQ^X(U$l)r;Rc%_m-Cjekz=`iiunQm^<*y-a4Hy1YncP@r;GU*Ws* U#H3eW%XSU7MfLx$eIjK)0B$PTDgXcg diff --git a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 50fd5b22..00000000 --- a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\7zip\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/7zip/vcxproj/salamander/Release_x64/plugins/7zip/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 09f8e1c828cca7cc3814f110e22e66a271a13f4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4250 zcmeH~ZEq4m5Xa}ETzI81($bnrcvnlSL|cu;wlSL!gaffW1+E4C@apfsdr&HA?1PxY zn9Dxg&dlyS?d;5t?~!d-!_=QzAsx@`sh^eUYphr7$ad`6(puTx@QHTcUfDR^=g>sA zVJ#b4i8itrNC$ZA*FW-CvI+fXs{^fBvasH=0c*!V2hawJF&Ir~8uo;*3snL{t2(E{ zNez2z7yJ)>A6X7)-DCC``%uU1>g+vZmsa=O)NJbIa?o|5Y_nG%h_mPRjrow7PU{14 zXrb@V9a)bZn!p1ej{goEjNo`oYk}pEpo(rBU(R!R03>@{#b`jf93h+ZRhoOjOC${1 zok`sSqXDi~MIm`dUZX=lOHykO(8rKnBad0Ncj>Icn6o{w9BZO()7Qa{>;MhQF4Fzs zk~SkdVQq|s#AAeR6XvqO0Q@c6q-`Jqg`O@ z6N9hEFhz<_NEcr0b(H771ixlUfB#+2zE9o!GCstA?iP1vC;k3Syx)EN^W60A85wTN z$<5JrrYl9+>)Loh-lFK zJtS+QIn@ezWK_M?PhU69FT9T8e?Zdal6;{WulZ`c%ImM%yTa?gPj#-o#&_jyS+B4b OEg5cvYW$hqbM_OkDA5!E diff --git a/src/plugins/7zip/versinfo.rh2 b/src/plugins/7zip/versinfo.rh2 index d95efec9..05815f04 100644 --- a/src/plugins/7zip/versinfo.rh2 +++ b/src/plugins/7zip/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __7ZIP_VERSINFO_RH2 #define __7ZIP_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // retrieve version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2004-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2004-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "7-Zip plugin for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __7ZIP_VERSINFO_RH2 diff --git a/src/plugins/automation/abortmodal.cpp b/src/plugins/automation/abortmodal.cpp index 4ef0a0a9..cc6b6e6f 100644 --- a/src/plugins/automation/abortmodal.cpp +++ b/src/plugins/automation/abortmodal.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd abortmodal.cpp Wrapper to allow aborting modal windows. diff --git a/src/plugins/automation/abortmodal.h b/src/plugins/automation/abortmodal.h index 48dda8c9..03007ba2 100644 --- a/src/plugins/automation/abortmodal.h +++ b/src/plugins/automation/abortmodal.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd abortmodal.h Wrapper to allow aborting modal windows. diff --git a/src/plugins/automation/abortpalette.cpp b/src/plugins/automation/abortpalette.cpp index b7995558..ceb868a8 100644 --- a/src/plugins/automation/abortpalette.cpp +++ b/src/plugins/automation/abortpalette.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd abortpalette.cpp Palette window with toolbar button to abort running script. diff --git a/src/plugins/automation/abortpalette.h b/src/plugins/automation/abortpalette.h index 31ea9570..084ca1d0 100644 --- a/src/plugins/automation/abortpalette.h +++ b/src/plugins/automation/abortpalette.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd abortpalette.h Palette window with toolbar button to abort running script. diff --git a/src/plugins/automation/automation.def b/src/plugins/automation/automation.def index 354de099..8746eb94 100644 --- a/src/plugins/automation/automation.def +++ b/src/plugins/automation/automation.def @@ -2,7 +2,7 @@ ; Automation Plugin for Open Salamander ; ; Copyright (c) 2009-2023 Milan Kase -; Copyright (c) 2010-2023 Open Salamander Authors +; Copyright (c) 2010-2023 Taskscape Ltd ; ; salamander.def ; Module definition file. diff --git a/src/plugins/automation/automation.rc2 b/src/plugins/automation/automation.rc2 index b7819639..4e509aa1 100644 --- a/src/plugins/automation/automation.rc2 +++ b/src/plugins/automation/automation.rc2 @@ -1,8 +1,8 @@ -/* +/* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd automation.rc2 Resources Microsoft Visual C++ does not edit directly. @@ -20,3 +20,4 @@ IDI_MAIN ICON "res\\automation.ico" IDB_ICONSTRIP RCDATA "res\\automation_strip.png" + diff --git a/src/plugins/automation/automation.rh2 b/src/plugins/automation/automation.rh2 index 26bf9107..2292a97a 100644 --- a/src/plugins/automation/automation.rh2 +++ b/src/plugins/automation/automation.rh2 @@ -1,7 +1,7 @@ -// Automation Plugin for Open Salamander +// Automation Plugin for Open Salamander // // Copyright (c) 2009-2023 Milan Kase -// Copyright (c) 2010-2023 Open Salamander Authors +// Copyright (c) 2010-2023 Taskscape Ltd // // automation.rh2 // Resources Microsoft Visual C++ does not edit directly. diff --git a/src/plugins/automation/automationplug.cpp b/src/plugins/automation/automationplug.cpp index cdc4740e..b0aab440 100644 --- a/src/plugins/automation/automationplug.cpp +++ b/src/plugins/automation/automationplug.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd automationplug.cpp Automation plugin main object and menu extension. diff --git a/src/plugins/automation/automationplug.h b/src/plugins/automation/automationplug.h index 85ec98a0..95c8a708 100644 --- a/src/plugins/automation/automationplug.h +++ b/src/plugins/automation/automationplug.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd automationplug.h Automation plugin main object and menu extension. diff --git a/src/plugins/automation/aututils.cpp b/src/plugins/automation/aututils.cpp index 241c76e8..45eed5d1 100644 --- a/src/plugins/automation/aututils.cpp +++ b/src/plugins/automation/aututils.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd aututils.cpp Miscelaneous utility routines. diff --git a/src/plugins/automation/aututils.h b/src/plugins/automation/aututils.h index 3acab07d..b0cc8b53 100644 --- a/src/plugins/automation/aututils.h +++ b/src/plugins/automation/aututils.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd aututils.h Miscelaneous utility routines. diff --git a/src/plugins/automation/cfgdlg.cpp b/src/plugins/automation/cfgdlg.cpp index d712a4d5..cc2747c6 100644 --- a/src/plugins/automation/cfgdlg.cpp +++ b/src/plugins/automation/cfgdlg.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd cfgdlg.cpp Configuration dialog. diff --git a/src/plugins/automation/cfgdlg.h b/src/plugins/automation/cfgdlg.h index 29b467e0..4a917c75 100644 --- a/src/plugins/automation/cfgdlg.h +++ b/src/plugins/automation/cfgdlg.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd cfgdlg.h Configuration dialog. diff --git a/src/plugins/automation/dialogimpl.cpp b/src/plugins/automation/dialogimpl.cpp index f214834c..5e9f763f 100644 --- a/src/plugins/automation/dialogimpl.cpp +++ b/src/plugins/automation/dialogimpl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/automation/dialogimpl.h b/src/plugins/automation/dialogimpl.h index 9c87ca42..6ddfcb2b 100644 --- a/src/plugins/automation/dialogimpl.h +++ b/src/plugins/automation/dialogimpl.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/automation/dispimpl.h b/src/plugins/automation/dispimpl.h index 2e09c7a1..3f21c493 100644 --- a/src/plugins/automation/dispimpl.h +++ b/src/plugins/automation/dispimpl.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd dispimpl.h Helper template for IDispatch and IDispatchEx implementations. diff --git a/src/plugins/automation/engassoc.cpp b/src/plugins/automation/engassoc.cpp index 8fc8f00e..7c674522 100644 --- a/src/plugins/automation/engassoc.cpp +++ b/src/plugins/automation/engassoc.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd engassoc.cpp Holds information about mapping between script file extensions and diff --git a/src/plugins/automation/engassoc.h b/src/plugins/automation/engassoc.h index fc9cac77..2b84139f 100644 --- a/src/plugins/automation/engassoc.h +++ b/src/plugins/automation/engassoc.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd engassoc.h Holds information about mapping between script file extensions and diff --git a/src/plugins/automation/entry.cpp b/src/plugins/automation/entry.cpp index f844b512..a85851ef 100644 --- a/src/plugins/automation/entry.cpp +++ b/src/plugins/automation/entry.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd entry.cpp Automation plugin entry point. @@ -126,7 +126,7 @@ CPluginInterfaceAbstract* NULL); // Setup plugin home page. - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &g_oAutomationPlugin; } diff --git a/src/plugins/automation/fileinfo.cpp b/src/plugins/automation/fileinfo.cpp index 531cd1d8..e419d025 100644 --- a/src/plugins/automation/fileinfo.cpp +++ b/src/plugins/automation/fileinfo.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd fileinfo.cpp Information about the file object. diff --git a/src/plugins/automation/fileinfo.h b/src/plugins/automation/fileinfo.h index a2577e54..8454c322 100644 --- a/src/plugins/automation/fileinfo.h +++ b/src/plugins/automation/fileinfo.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd fileinfo.h Information about the file object. diff --git a/src/plugins/automation/generated/automation.tlb b/src/plugins/automation/generated/automation.tlb new file mode 100644 index 0000000000000000000000000000000000000000..38fe17443332c36358c545da92aa6afd6eab2cf8 GIT binary patch literal 12108 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 + +#ifdef __cplusplus +extern "C" { +#endif + +EXTERN_PROXY_FILE( salamander ) + + +PROXYFILE_LIST_START +/* Start of list */ + REFERENCE_PROXY_FILE( salamander ), +/* End of list */ +PROXYFILE_LIST_END + + +DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID ) + +#ifdef __cplusplus +} /*extern "C" */ +#endif + +/* end of generated dlldata file */ diff --git a/src/plugins/automation/generated/salamander_h.h b/src/plugins/automation/generated/salamander_h.h new file mode 100644 index 00000000..33fb087b --- /dev/null +++ b/src/plugins/automation/generated/salamander_h.h @@ -0,0 +1,2823 @@ + + +/* this ALWAYS GENERATED file contains the definitions for the interfaces */ + + + /* File created by MIDL compiler version 8.01.0628 */ +/* at Tue Jan 19 04:14:07 2038 + */ +/* Compiler settings for ..\salamander.idl: + Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0628 + protocol : all , ms_ext, c_ext, robust + error checks: allocation ref bounds_check enum stub_data + VC __declspec() decoration level: + __declspec(uuid()), __declspec(selectany), __declspec(novtable) + DECLSPEC_UUID(), MIDL_INTERFACE() +*/ +/* @@MIDL_FILE_HEADING( ) */ + + + +/* verify that the version is high enough to compile this file*/ +#ifndef __REQUIRED_RPCNDR_H_VERSION__ +#define __REQUIRED_RPCNDR_H_VERSION__ 500 +#endif + +#include "rpc.h" +#include "rpcndr.h" + +#ifndef __RPCNDR_H_VERSION__ +#error this stub requires an updated version of +#endif /* __RPCNDR_H_VERSION__ */ + +#ifndef COM_NO_WINDOWS_H +#include "windows.h" +#include "ole2.h" +#endif /*COM_NO_WINDOWS_H*/ + +#ifndef __salamander_h_h__ +#define __salamander_h_h__ + +#if defined(_MSC_VER) && (_MSC_VER >= 1020) +#pragma once +#endif + +#ifndef DECLSPEC_XFGVIRT +#if defined(_CONTROL_FLOW_GUARD_XFG) +#define DECLSPEC_XFGVIRT(base, func) __declspec(xfg_virtual(base, func)) +#else +#define DECLSPEC_XFGVIRT(base, func) +#endif +#endif + +/* Forward Declarations */ + +#ifndef __ISalamander_FWD_DEFINED__ +#define __ISalamander_FWD_DEFINED__ +typedef interface ISalamander ISalamander; + +#endif /* __ISalamander_FWD_DEFINED__ */ + + +#ifndef __ISalamanderPanel_FWD_DEFINED__ +#define __ISalamanderPanel_FWD_DEFINED__ +typedef interface ISalamanderPanel ISalamanderPanel; + +#endif /* __ISalamanderPanel_FWD_DEFINED__ */ + + +#ifndef __ISalamanderPanelItem_FWD_DEFINED__ +#define __ISalamanderPanelItem_FWD_DEFINED__ +typedef interface ISalamanderPanelItem ISalamanderPanelItem; + +#endif /* __ISalamanderPanelItem_FWD_DEFINED__ */ + + +#ifndef __ISalamanderPanelItemCollection_FWD_DEFINED__ +#define __ISalamanderPanelItemCollection_FWD_DEFINED__ +typedef interface ISalamanderPanelItemCollection ISalamanderPanelItemCollection; + +#endif /* __ISalamanderPanelItemCollection_FWD_DEFINED__ */ + + +#ifndef __ISalamanderProgressDialog_FWD_DEFINED__ +#define __ISalamanderProgressDialog_FWD_DEFINED__ +typedef interface ISalamanderProgressDialog ISalamanderProgressDialog; + +#endif /* __ISalamanderProgressDialog_FWD_DEFINED__ */ + + +#ifndef __ISalamanderWaitWindow_FWD_DEFINED__ +#define __ISalamanderWaitWindow_FWD_DEFINED__ +typedef interface ISalamanderWaitWindow ISalamanderWaitWindow; + +#endif /* __ISalamanderWaitWindow_FWD_DEFINED__ */ + + +#ifndef __ISalamanderScriptInfo_FWD_DEFINED__ +#define __ISalamanderScriptInfo_FWD_DEFINED__ +typedef interface ISalamanderScriptInfo ISalamanderScriptInfo; + +#endif /* __ISalamanderScriptInfo_FWD_DEFINED__ */ + + +#ifndef __ISalamanderGuiComponent_FWD_DEFINED__ +#define __ISalamanderGuiComponent_FWD_DEFINED__ +typedef interface ISalamanderGuiComponent ISalamanderGuiComponent; + +#endif /* __ISalamanderGuiComponent_FWD_DEFINED__ */ + + +#ifndef __ISalamanderGuiComponentInternal_FWD_DEFINED__ +#define __ISalamanderGuiComponentInternal_FWD_DEFINED__ +typedef interface ISalamanderGuiComponentInternal ISalamanderGuiComponentInternal; + +#endif /* __ISalamanderGuiComponentInternal_FWD_DEFINED__ */ + + +#ifndef __ISalamanderGuiCheckBox_FWD_DEFINED__ +#define __ISalamanderGuiCheckBox_FWD_DEFINED__ +typedef interface ISalamanderGuiCheckBox ISalamanderGuiCheckBox; + +#endif /* __ISalamanderGuiCheckBox_FWD_DEFINED__ */ + + +#ifndef __ISalamanderGuiButton_FWD_DEFINED__ +#define __ISalamanderGuiButton_FWD_DEFINED__ +typedef interface ISalamanderGuiButton ISalamanderGuiButton; + +#endif /* __ISalamanderGuiButton_FWD_DEFINED__ */ + + +#ifndef __ISalamanderGuiContainer_FWD_DEFINED__ +#define __ISalamanderGuiContainer_FWD_DEFINED__ +typedef interface ISalamanderGuiContainer ISalamanderGuiContainer; + +#endif /* __ISalamanderGuiContainer_FWD_DEFINED__ */ + + +#ifndef __ISalamanderGuiForm_FWD_DEFINED__ +#define __ISalamanderGuiForm_FWD_DEFINED__ +typedef interface ISalamanderGuiForm ISalamanderGuiForm; + +#endif /* __ISalamanderGuiForm_FWD_DEFINED__ */ + + +#ifndef __ISalamanderGui_FWD_DEFINED__ +#define __ISalamanderGui_FWD_DEFINED__ +typedef interface ISalamanderGui ISalamanderGui; + +#endif /* __ISalamanderGui_FWD_DEFINED__ */ + + +#ifndef __Salamander_FWD_DEFINED__ +#define __Salamander_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class Salamander Salamander; +#else +typedef struct Salamander Salamander; +#endif /* __cplusplus */ + +#endif /* __Salamander_FWD_DEFINED__ */ + + +#ifndef __SalamanderPanel_FWD_DEFINED__ +#define __SalamanderPanel_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class SalamanderPanel SalamanderPanel; +#else +typedef struct SalamanderPanel SalamanderPanel; +#endif /* __cplusplus */ + +#endif /* __SalamanderPanel_FWD_DEFINED__ */ + + +#ifndef __PanelItem_FWD_DEFINED__ +#define __PanelItem_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class PanelItem PanelItem; +#else +typedef struct PanelItem PanelItem; +#endif /* __cplusplus */ + +#endif /* __PanelItem_FWD_DEFINED__ */ + + +#ifndef __ItemCollection_FWD_DEFINED__ +#define __ItemCollection_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class ItemCollection ItemCollection; +#else +typedef struct ItemCollection ItemCollection; +#endif /* __cplusplus */ + +#endif /* __ItemCollection_FWD_DEFINED__ */ + + +#ifndef __ProgressDialog_FWD_DEFINED__ +#define __ProgressDialog_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class ProgressDialog ProgressDialog; +#else +typedef struct ProgressDialog ProgressDialog; +#endif /* __cplusplus */ + +#endif /* __ProgressDialog_FWD_DEFINED__ */ + + +#ifndef __WaitWindow_FWD_DEFINED__ +#define __WaitWindow_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class WaitWindow WaitWindow; +#else +typedef struct WaitWindow WaitWindow; +#endif /* __cplusplus */ + +#endif /* __WaitWindow_FWD_DEFINED__ */ + + +#ifndef __ScriptInfo_FWD_DEFINED__ +#define __ScriptInfo_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class ScriptInfo ScriptInfo; +#else +typedef struct ScriptInfo ScriptInfo; +#endif /* __cplusplus */ + +#endif /* __ScriptInfo_FWD_DEFINED__ */ + + +#ifndef __Form_FWD_DEFINED__ +#define __Form_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class Form Form; +#else +typedef struct Form Form; +#endif /* __cplusplus */ + +#endif /* __Form_FWD_DEFINED__ */ + + +#ifndef __Button_FWD_DEFINED__ +#define __Button_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class Button Button; +#else +typedef struct Button Button; +#endif /* __cplusplus */ + +#endif /* __Button_FWD_DEFINED__ */ + + +#ifndef __CheckBox_FWD_DEFINED__ +#define __CheckBox_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class CheckBox CheckBox; +#else +typedef struct CheckBox CheckBox; +#endif /* __cplusplus */ + +#endif /* __CheckBox_FWD_DEFINED__ */ + + +#ifndef __TextBox_FWD_DEFINED__ +#define __TextBox_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class TextBox TextBox; +#else +typedef struct TextBox TextBox; +#endif /* __cplusplus */ + +#endif /* __TextBox_FWD_DEFINED__ */ + + +#ifndef __Label_FWD_DEFINED__ +#define __Label_FWD_DEFINED__ + +#ifdef __cplusplus +typedef class Label Label; +#else +typedef struct Label Label; +#endif /* __cplusplus */ + +#endif /* __Label_FWD_DEFINED__ */ + + +/* header files for imported files */ +#include "oaidl.h" +#include "ocidl.h" + +#ifdef __cplusplus +extern "C"{ +#endif + + +/* interface __MIDL_itf_salamander_0000_0000 */ +/* [local] */ + + + + + + + + + + +extern RPC_IF_HANDLE __MIDL_itf_salamander_0000_0000_v0_0_c_ifspec; +extern RPC_IF_HANDLE __MIDL_itf_salamander_0000_0000_v0_0_s_ifspec; + +#ifndef __ISalamander_INTERFACE_DEFINED__ +#define __ISalamander_INTERFACE_DEFINED__ + +/* interface ISalamander */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamander; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("60F57ABE-95C7-48c7-AE37-9DA007B8D57F") + ISalamander : public IUnknown + { + public: + virtual /* [id] */ HRESULT STDMETHODCALLTYPE MsgBox( + /* [in] */ BSTR prompt, + /* [optional][in] */ VARIANT *buttons, + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ int *result) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_LeftPanel( + /* [retval][out] */ ISalamanderPanel **panel) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_RightPanel( + /* [retval][out] */ ISalamanderPanel **panel) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_SourcePanel( + /* [retval][out] */ ISalamanderPanel **panel) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_TargetPanel( + /* [retval][out] */ ISalamanderPanel **panel) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Version( + /* [retval][out] */ int *version) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE InputBox( + /* [in] */ BSTR prompt, + /* [optional][in] */ VARIANT *title, + /* [optional][in] */ VARIANT *_default, + /* [retval][out] */ BSTR *result) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_WindowsVersion( + /* [retval][out] */ int *version) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_AutomationVersion( + /* [retval][out] */ int *version) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Sleep( + /* [in] */ int time) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE AbortScript( void) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE TraceI( + /* [in] */ BSTR message) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE TraceE( + /* [in] */ BSTR message) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_ProgressDialog( + /* [retval][out] */ ISalamanderProgressDialog **dialog) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_WaitWindow( + /* [retval][out] */ ISalamanderWaitWindow **window) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE ViewFile( + /* [in] */ BSTR file, + /* [optional][in] */ VARIANT *cache) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE MatchesMask( + /* [in] */ BSTR file, + /* [in] */ BSTR mask, + /* [retval][out] */ VARIANT_BOOL *match) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE DebugBreak( void) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE ErrorDialog( + /* [in] */ VARIANT *file, + /* [in] */ VARIANT *error, + /* [in] */ int buttons, + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ int *result) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE QuestionDialog( + /* [in] */ VARIANT *file, + /* [in] */ BSTR question, + /* [in] */ int buttons, + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ int *result) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE OverwriteDialog( + /* [in] */ VARIANT *file1, + /* [in] */ VARIANT *file2, + /* [in] */ int buttons, + /* [retval][out] */ int *result) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Forms( + /* [retval][out] */ ISalamanderGui **gui) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE SetPersistentVal( + /* [in] */ BSTR key, + /* [in] */ VARIANT *val) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetPersistentVal( + /* [in] */ BSTR key, + /* [retval][out] */ VARIANT *val) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Script( + /* [retval][out] */ ISalamanderScriptInfo **info) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetFullPath( + /* [in] */ BSTR path, + /* [optional][in] */ VARIANT *panel, + /* [retval][out] */ BSTR *result) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamander * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamander * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamander * This); + + DECLSPEC_XFGVIRT(ISalamander, MsgBox) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *MsgBox )( + ISalamander * This, + /* [in] */ BSTR prompt, + /* [optional][in] */ VARIANT *buttons, + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ int *result); + + DECLSPEC_XFGVIRT(ISalamander, get_LeftPanel) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_LeftPanel )( + ISalamander * This, + /* [retval][out] */ ISalamanderPanel **panel); + + DECLSPEC_XFGVIRT(ISalamander, get_RightPanel) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_RightPanel )( + ISalamander * This, + /* [retval][out] */ ISalamanderPanel **panel); + + DECLSPEC_XFGVIRT(ISalamander, get_SourcePanel) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_SourcePanel )( + ISalamander * This, + /* [retval][out] */ ISalamanderPanel **panel); + + DECLSPEC_XFGVIRT(ISalamander, get_TargetPanel) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_TargetPanel )( + ISalamander * This, + /* [retval][out] */ ISalamanderPanel **panel); + + DECLSPEC_XFGVIRT(ISalamander, get_Version) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Version )( + ISalamander * This, + /* [retval][out] */ int *version); + + DECLSPEC_XFGVIRT(ISalamander, InputBox) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *InputBox )( + ISalamander * This, + /* [in] */ BSTR prompt, + /* [optional][in] */ VARIANT *title, + /* [optional][in] */ VARIANT *_default, + /* [retval][out] */ BSTR *result); + + DECLSPEC_XFGVIRT(ISalamander, get_WindowsVersion) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_WindowsVersion )( + ISalamander * This, + /* [retval][out] */ int *version); + + DECLSPEC_XFGVIRT(ISalamander, get_AutomationVersion) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_AutomationVersion )( + ISalamander * This, + /* [retval][out] */ int *version); + + DECLSPEC_XFGVIRT(ISalamander, Sleep) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Sleep )( + ISalamander * This, + /* [in] */ int time); + + DECLSPEC_XFGVIRT(ISalamander, AbortScript) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *AbortScript )( + ISalamander * This); + + DECLSPEC_XFGVIRT(ISalamander, TraceI) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *TraceI )( + ISalamander * This, + /* [in] */ BSTR message); + + DECLSPEC_XFGVIRT(ISalamander, TraceE) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *TraceE )( + ISalamander * This, + /* [in] */ BSTR message); + + DECLSPEC_XFGVIRT(ISalamander, get_ProgressDialog) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_ProgressDialog )( + ISalamander * This, + /* [retval][out] */ ISalamanderProgressDialog **dialog); + + DECLSPEC_XFGVIRT(ISalamander, get_WaitWindow) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_WaitWindow )( + ISalamander * This, + /* [retval][out] */ ISalamanderWaitWindow **window); + + DECLSPEC_XFGVIRT(ISalamander, ViewFile) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *ViewFile )( + ISalamander * This, + /* [in] */ BSTR file, + /* [optional][in] */ VARIANT *cache); + + DECLSPEC_XFGVIRT(ISalamander, MatchesMask) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *MatchesMask )( + ISalamander * This, + /* [in] */ BSTR file, + /* [in] */ BSTR mask, + /* [retval][out] */ VARIANT_BOOL *match); + + DECLSPEC_XFGVIRT(ISalamander, DebugBreak) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *DebugBreak )( + ISalamander * This); + + DECLSPEC_XFGVIRT(ISalamander, ErrorDialog) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *ErrorDialog )( + ISalamander * This, + /* [in] */ VARIANT *file, + /* [in] */ VARIANT *error, + /* [in] */ int buttons, + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ int *result); + + DECLSPEC_XFGVIRT(ISalamander, QuestionDialog) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *QuestionDialog )( + ISalamander * This, + /* [in] */ VARIANT *file, + /* [in] */ BSTR question, + /* [in] */ int buttons, + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ int *result); + + DECLSPEC_XFGVIRT(ISalamander, OverwriteDialog) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *OverwriteDialog )( + ISalamander * This, + /* [in] */ VARIANT *file1, + /* [in] */ VARIANT *file2, + /* [in] */ int buttons, + /* [retval][out] */ int *result); + + DECLSPEC_XFGVIRT(ISalamander, get_Forms) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Forms )( + ISalamander * This, + /* [retval][out] */ ISalamanderGui **gui); + + DECLSPEC_XFGVIRT(ISalamander, SetPersistentVal) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *SetPersistentVal )( + ISalamander * This, + /* [in] */ BSTR key, + /* [in] */ VARIANT *val); + + DECLSPEC_XFGVIRT(ISalamander, GetPersistentVal) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetPersistentVal )( + ISalamander * This, + /* [in] */ BSTR key, + /* [retval][out] */ VARIANT *val); + + DECLSPEC_XFGVIRT(ISalamander, get_Script) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Script )( + ISalamander * This, + /* [retval][out] */ ISalamanderScriptInfo **info); + + DECLSPEC_XFGVIRT(ISalamander, GetFullPath) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetFullPath )( + ISalamander * This, + /* [in] */ BSTR path, + /* [optional][in] */ VARIANT *panel, + /* [retval][out] */ BSTR *result); + + END_INTERFACE + } ISalamanderVtbl; + + interface ISalamander + { + CONST_VTBL struct ISalamanderVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamander_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamander_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamander_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamander_MsgBox(This,prompt,buttons,title,result) \ + ( (This)->lpVtbl -> MsgBox(This,prompt,buttons,title,result) ) + +#define ISalamander_get_LeftPanel(This,panel) \ + ( (This)->lpVtbl -> get_LeftPanel(This,panel) ) + +#define ISalamander_get_RightPanel(This,panel) \ + ( (This)->lpVtbl -> get_RightPanel(This,panel) ) + +#define ISalamander_get_SourcePanel(This,panel) \ + ( (This)->lpVtbl -> get_SourcePanel(This,panel) ) + +#define ISalamander_get_TargetPanel(This,panel) \ + ( (This)->lpVtbl -> get_TargetPanel(This,panel) ) + +#define ISalamander_get_Version(This,version) \ + ( (This)->lpVtbl -> get_Version(This,version) ) + +#define ISalamander_InputBox(This,prompt,title,_default,result) \ + ( (This)->lpVtbl -> InputBox(This,prompt,title,_default,result) ) + +#define ISalamander_get_WindowsVersion(This,version) \ + ( (This)->lpVtbl -> get_WindowsVersion(This,version) ) + +#define ISalamander_get_AutomationVersion(This,version) \ + ( (This)->lpVtbl -> get_AutomationVersion(This,version) ) + +#define ISalamander_Sleep(This,time) \ + ( (This)->lpVtbl -> Sleep(This,time) ) + +#define ISalamander_AbortScript(This) \ + ( (This)->lpVtbl -> AbortScript(This) ) + +#define ISalamander_TraceI(This,message) \ + ( (This)->lpVtbl -> TraceI(This,message) ) + +#define ISalamander_TraceE(This,message) \ + ( (This)->lpVtbl -> TraceE(This,message) ) + +#define ISalamander_get_ProgressDialog(This,dialog) \ + ( (This)->lpVtbl -> get_ProgressDialog(This,dialog) ) + +#define ISalamander_get_WaitWindow(This,window) \ + ( (This)->lpVtbl -> get_WaitWindow(This,window) ) + +#define ISalamander_ViewFile(This,file,cache) \ + ( (This)->lpVtbl -> ViewFile(This,file,cache) ) + +#define ISalamander_MatchesMask(This,file,mask,match) \ + ( (This)->lpVtbl -> MatchesMask(This,file,mask,match) ) + +#define ISalamander_DebugBreak(This) \ + ( (This)->lpVtbl -> DebugBreak(This) ) + +#define ISalamander_ErrorDialog(This,file,error,buttons,title,result) \ + ( (This)->lpVtbl -> ErrorDialog(This,file,error,buttons,title,result) ) + +#define ISalamander_QuestionDialog(This,file,question,buttons,title,result) \ + ( (This)->lpVtbl -> QuestionDialog(This,file,question,buttons,title,result) ) + +#define ISalamander_OverwriteDialog(This,file1,file2,buttons,result) \ + ( (This)->lpVtbl -> OverwriteDialog(This,file1,file2,buttons,result) ) + +#define ISalamander_get_Forms(This,gui) \ + ( (This)->lpVtbl -> get_Forms(This,gui) ) + +#define ISalamander_SetPersistentVal(This,key,val) \ + ( (This)->lpVtbl -> SetPersistentVal(This,key,val) ) + +#define ISalamander_GetPersistentVal(This,key,val) \ + ( (This)->lpVtbl -> GetPersistentVal(This,key,val) ) + +#define ISalamander_get_Script(This,info) \ + ( (This)->lpVtbl -> get_Script(This,info) ) + +#define ISalamander_GetFullPath(This,path,panel,result) \ + ( (This)->lpVtbl -> GetFullPath(This,path,panel,result) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamander_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderPanel_INTERFACE_DEFINED__ +#define __ISalamanderPanel_INTERFACE_DEFINED__ + +/* interface ISalamanderPanel */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderPanel; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("F51AF265-ADB1-40b7-B2CB-A258FDE6901E") + ISalamanderPanel : public IUnknown + { + public: + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Path( + /* [in] */ BSTR path) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Path( + /* [retval][out] */ BSTR *path) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_FocusedItem( + /* [retval][out] */ ISalamanderPanelItem **item) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_SelectedItems( + /* [retval][out] */ ISalamanderPanelItemCollection **coll) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Items( + /* [retval][out] */ ISalamanderPanelItemCollection **coll) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE SelectAll( void) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE DeselectAll( + /* [optional][in] */ VARIANT *save) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_PathType( + /* [retval][out] */ int *type) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE StoreSelection( void) = 0; + + virtual /* [hidden][restricted][local][id] */ int STDMETHODCALLTYPE _GetPanelIndex( void) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderPanelVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderPanel * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderPanel * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderPanel * This); + + DECLSPEC_XFGVIRT(ISalamanderPanel, put_Path) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Path )( + ISalamanderPanel * This, + /* [in] */ BSTR path); + + DECLSPEC_XFGVIRT(ISalamanderPanel, get_Path) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Path )( + ISalamanderPanel * This, + /* [retval][out] */ BSTR *path); + + DECLSPEC_XFGVIRT(ISalamanderPanel, get_FocusedItem) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_FocusedItem )( + ISalamanderPanel * This, + /* [retval][out] */ ISalamanderPanelItem **item); + + DECLSPEC_XFGVIRT(ISalamanderPanel, get_SelectedItems) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_SelectedItems )( + ISalamanderPanel * This, + /* [retval][out] */ ISalamanderPanelItemCollection **coll); + + DECLSPEC_XFGVIRT(ISalamanderPanel, get_Items) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Items )( + ISalamanderPanel * This, + /* [retval][out] */ ISalamanderPanelItemCollection **coll); + + DECLSPEC_XFGVIRT(ISalamanderPanel, SelectAll) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *SelectAll )( + ISalamanderPanel * This); + + DECLSPEC_XFGVIRT(ISalamanderPanel, DeselectAll) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *DeselectAll )( + ISalamanderPanel * This, + /* [optional][in] */ VARIANT *save); + + DECLSPEC_XFGVIRT(ISalamanderPanel, get_PathType) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_PathType )( + ISalamanderPanel * This, + /* [retval][out] */ int *type); + + DECLSPEC_XFGVIRT(ISalamanderPanel, StoreSelection) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *StoreSelection )( + ISalamanderPanel * This); + + DECLSPEC_XFGVIRT(ISalamanderPanel, _GetPanelIndex) + /* [hidden][restricted][local][id] */ int ( STDMETHODCALLTYPE *_GetPanelIndex )( + ISalamanderPanel * This); + + END_INTERFACE + } ISalamanderPanelVtbl; + + interface ISalamanderPanel + { + CONST_VTBL struct ISalamanderPanelVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderPanel_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderPanel_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderPanel_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderPanel_put_Path(This,path) \ + ( (This)->lpVtbl -> put_Path(This,path) ) + +#define ISalamanderPanel_get_Path(This,path) \ + ( (This)->lpVtbl -> get_Path(This,path) ) + +#define ISalamanderPanel_get_FocusedItem(This,item) \ + ( (This)->lpVtbl -> get_FocusedItem(This,item) ) + +#define ISalamanderPanel_get_SelectedItems(This,coll) \ + ( (This)->lpVtbl -> get_SelectedItems(This,coll) ) + +#define ISalamanderPanel_get_Items(This,coll) \ + ( (This)->lpVtbl -> get_Items(This,coll) ) + +#define ISalamanderPanel_SelectAll(This) \ + ( (This)->lpVtbl -> SelectAll(This) ) + +#define ISalamanderPanel_DeselectAll(This,save) \ + ( (This)->lpVtbl -> DeselectAll(This,save) ) + +#define ISalamanderPanel_get_PathType(This,type) \ + ( (This)->lpVtbl -> get_PathType(This,type) ) + +#define ISalamanderPanel_StoreSelection(This) \ + ( (This)->lpVtbl -> StoreSelection(This) ) + +#define ISalamanderPanel__GetPanelIndex(This) \ + ( (This)->lpVtbl -> _GetPanelIndex(This) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderPanel_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderPanelItem_INTERFACE_DEFINED__ +#define __ISalamanderPanelItem_INTERFACE_DEFINED__ + +/* interface ISalamanderPanelItem */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderPanelItem; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("8CD33727-0A92-4560-80D7-1A4465120E9B") + ISalamanderPanelItem : public IUnknown + { + public: + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Name( + /* [retval][out] */ BSTR *name) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Path( + /* [retval][out] */ BSTR *path) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Size( + /* [retval][out] */ VARIANT *size) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_DateLastModified( + /* [retval][out] */ DATE *date) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Attributes( + /* [retval][out] */ int *attrs) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderPanelItemVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderPanelItem * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderPanelItem * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderPanelItem * This); + + DECLSPEC_XFGVIRT(ISalamanderPanelItem, get_Name) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Name )( + ISalamanderPanelItem * This, + /* [retval][out] */ BSTR *name); + + DECLSPEC_XFGVIRT(ISalamanderPanelItem, get_Path) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Path )( + ISalamanderPanelItem * This, + /* [retval][out] */ BSTR *path); + + DECLSPEC_XFGVIRT(ISalamanderPanelItem, get_Size) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Size )( + ISalamanderPanelItem * This, + /* [retval][out] */ VARIANT *size); + + DECLSPEC_XFGVIRT(ISalamanderPanelItem, get_DateLastModified) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_DateLastModified )( + ISalamanderPanelItem * This, + /* [retval][out] */ DATE *date); + + DECLSPEC_XFGVIRT(ISalamanderPanelItem, get_Attributes) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Attributes )( + ISalamanderPanelItem * This, + /* [retval][out] */ int *attrs); + + END_INTERFACE + } ISalamanderPanelItemVtbl; + + interface ISalamanderPanelItem + { + CONST_VTBL struct ISalamanderPanelItemVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderPanelItem_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderPanelItem_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderPanelItem_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderPanelItem_get_Name(This,name) \ + ( (This)->lpVtbl -> get_Name(This,name) ) + +#define ISalamanderPanelItem_get_Path(This,path) \ + ( (This)->lpVtbl -> get_Path(This,path) ) + +#define ISalamanderPanelItem_get_Size(This,size) \ + ( (This)->lpVtbl -> get_Size(This,size) ) + +#define ISalamanderPanelItem_get_DateLastModified(This,date) \ + ( (This)->lpVtbl -> get_DateLastModified(This,date) ) + +#define ISalamanderPanelItem_get_Attributes(This,attrs) \ + ( (This)->lpVtbl -> get_Attributes(This,attrs) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderPanelItem_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderPanelItemCollection_INTERFACE_DEFINED__ +#define __ISalamanderPanelItemCollection_INTERFACE_DEFINED__ + +/* interface ISalamanderPanelItemCollection */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderPanelItemCollection; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("2B527FF9-DEAC-481a-9F2C-3E7B27ADCED8") + ISalamanderPanelItemCollection : public IUnknown + { + public: + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Item( + /* [in] */ VARIANT key, + /* [retval][out] */ ISalamanderPanelItem **item) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Count( + /* [retval][out] */ long *count) = 0; + + virtual /* [hidden][restricted][propget][id] */ HRESULT STDMETHODCALLTYPE get__NewEnum( + /* [retval][out] */ IUnknown **ppenum) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderPanelItemCollectionVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderPanelItemCollection * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderPanelItemCollection * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderPanelItemCollection * This); + + DECLSPEC_XFGVIRT(ISalamanderPanelItemCollection, get_Item) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Item )( + ISalamanderPanelItemCollection * This, + /* [in] */ VARIANT key, + /* [retval][out] */ ISalamanderPanelItem **item); + + DECLSPEC_XFGVIRT(ISalamanderPanelItemCollection, get_Count) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Count )( + ISalamanderPanelItemCollection * This, + /* [retval][out] */ long *count); + + DECLSPEC_XFGVIRT(ISalamanderPanelItemCollection, get__NewEnum) + /* [hidden][restricted][propget][id] */ HRESULT ( STDMETHODCALLTYPE *get__NewEnum )( + ISalamanderPanelItemCollection * This, + /* [retval][out] */ IUnknown **ppenum); + + END_INTERFACE + } ISalamanderPanelItemCollectionVtbl; + + interface ISalamanderPanelItemCollection + { + CONST_VTBL struct ISalamanderPanelItemCollectionVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderPanelItemCollection_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderPanelItemCollection_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderPanelItemCollection_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderPanelItemCollection_get_Item(This,key,item) \ + ( (This)->lpVtbl -> get_Item(This,key,item) ) + +#define ISalamanderPanelItemCollection_get_Count(This,count) \ + ( (This)->lpVtbl -> get_Count(This,count) ) + +#define ISalamanderPanelItemCollection_get__NewEnum(This,ppenum) \ + ( (This)->lpVtbl -> get__NewEnum(This,ppenum) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderPanelItemCollection_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderProgressDialog_INTERFACE_DEFINED__ +#define __ISalamanderProgressDialog_INTERFACE_DEFINED__ + +/* interface ISalamanderProgressDialog */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderProgressDialog; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("C51EBE57-76B2-4c8c-A44B-13E34F846F2E") + ISalamanderProgressDialog : public IUnknown + { + public: + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Show( void) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Hide( void) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Title( + /* [retval][out] */ BSTR *title) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Title( + /* [in] */ BSTR title) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE AddText( + /* [in] */ BSTR text) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_IsCancelled( + /* [retval][out] */ VARIANT_BOOL *cancelled) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Position( + /* [retval][out] */ VARIANT *position) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Position( + /* [in] */ VARIANT *position) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_TotalPosition( + /* [retval][out] */ VARIANT *position) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_TotalPosition( + /* [in] */ VARIANT *position) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Step( + /* [in] */ int step) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_CanCancel( + /* [retval][out] */ VARIANT_BOOL *enabled) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_CanCancel( + /* [in] */ VARIANT_BOOL enabled) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Style( + /* [retval][out] */ int *barcount) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Style( + /* [in] */ int barcount) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Maximum( + /* [retval][out] */ VARIANT *max) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Maximum( + /* [in] */ VARIANT *max) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_TotalMaximum( + /* [retval][out] */ VARIANT *max) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_TotalMaximum( + /* [in] */ VARIANT *max) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderProgressDialogVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderProgressDialog * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderProgressDialog * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderProgressDialog * This); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, Show) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Show )( + ISalamanderProgressDialog * This); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, Hide) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Hide )( + ISalamanderProgressDialog * This); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_Title) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Title )( + ISalamanderProgressDialog * This, + /* [retval][out] */ BSTR *title); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, put_Title) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Title )( + ISalamanderProgressDialog * This, + /* [in] */ BSTR title); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, AddText) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *AddText )( + ISalamanderProgressDialog * This, + /* [in] */ BSTR text); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_IsCancelled) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_IsCancelled )( + ISalamanderProgressDialog * This, + /* [retval][out] */ VARIANT_BOOL *cancelled); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_Position) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Position )( + ISalamanderProgressDialog * This, + /* [retval][out] */ VARIANT *position); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, put_Position) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Position )( + ISalamanderProgressDialog * This, + /* [in] */ VARIANT *position); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_TotalPosition) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_TotalPosition )( + ISalamanderProgressDialog * This, + /* [retval][out] */ VARIANT *position); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, put_TotalPosition) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_TotalPosition )( + ISalamanderProgressDialog * This, + /* [in] */ VARIANT *position); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, Step) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Step )( + ISalamanderProgressDialog * This, + /* [in] */ int step); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_CanCancel) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_CanCancel )( + ISalamanderProgressDialog * This, + /* [retval][out] */ VARIANT_BOOL *enabled); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, put_CanCancel) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_CanCancel )( + ISalamanderProgressDialog * This, + /* [in] */ VARIANT_BOOL enabled); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_Style) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Style )( + ISalamanderProgressDialog * This, + /* [retval][out] */ int *barcount); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, put_Style) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Style )( + ISalamanderProgressDialog * This, + /* [in] */ int barcount); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_Maximum) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Maximum )( + ISalamanderProgressDialog * This, + /* [retval][out] */ VARIANT *max); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, put_Maximum) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Maximum )( + ISalamanderProgressDialog * This, + /* [in] */ VARIANT *max); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, get_TotalMaximum) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_TotalMaximum )( + ISalamanderProgressDialog * This, + /* [retval][out] */ VARIANT *max); + + DECLSPEC_XFGVIRT(ISalamanderProgressDialog, put_TotalMaximum) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_TotalMaximum )( + ISalamanderProgressDialog * This, + /* [in] */ VARIANT *max); + + END_INTERFACE + } ISalamanderProgressDialogVtbl; + + interface ISalamanderProgressDialog + { + CONST_VTBL struct ISalamanderProgressDialogVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderProgressDialog_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderProgressDialog_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderProgressDialog_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderProgressDialog_Show(This) \ + ( (This)->lpVtbl -> Show(This) ) + +#define ISalamanderProgressDialog_Hide(This) \ + ( (This)->lpVtbl -> Hide(This) ) + +#define ISalamanderProgressDialog_get_Title(This,title) \ + ( (This)->lpVtbl -> get_Title(This,title) ) + +#define ISalamanderProgressDialog_put_Title(This,title) \ + ( (This)->lpVtbl -> put_Title(This,title) ) + +#define ISalamanderProgressDialog_AddText(This,text) \ + ( (This)->lpVtbl -> AddText(This,text) ) + +#define ISalamanderProgressDialog_get_IsCancelled(This,cancelled) \ + ( (This)->lpVtbl -> get_IsCancelled(This,cancelled) ) + +#define ISalamanderProgressDialog_get_Position(This,position) \ + ( (This)->lpVtbl -> get_Position(This,position) ) + +#define ISalamanderProgressDialog_put_Position(This,position) \ + ( (This)->lpVtbl -> put_Position(This,position) ) + +#define ISalamanderProgressDialog_get_TotalPosition(This,position) \ + ( (This)->lpVtbl -> get_TotalPosition(This,position) ) + +#define ISalamanderProgressDialog_put_TotalPosition(This,position) \ + ( (This)->lpVtbl -> put_TotalPosition(This,position) ) + +#define ISalamanderProgressDialog_Step(This,step) \ + ( (This)->lpVtbl -> Step(This,step) ) + +#define ISalamanderProgressDialog_get_CanCancel(This,enabled) \ + ( (This)->lpVtbl -> get_CanCancel(This,enabled) ) + +#define ISalamanderProgressDialog_put_CanCancel(This,enabled) \ + ( (This)->lpVtbl -> put_CanCancel(This,enabled) ) + +#define ISalamanderProgressDialog_get_Style(This,barcount) \ + ( (This)->lpVtbl -> get_Style(This,barcount) ) + +#define ISalamanderProgressDialog_put_Style(This,barcount) \ + ( (This)->lpVtbl -> put_Style(This,barcount) ) + +#define ISalamanderProgressDialog_get_Maximum(This,max) \ + ( (This)->lpVtbl -> get_Maximum(This,max) ) + +#define ISalamanderProgressDialog_put_Maximum(This,max) \ + ( (This)->lpVtbl -> put_Maximum(This,max) ) + +#define ISalamanderProgressDialog_get_TotalMaximum(This,max) \ + ( (This)->lpVtbl -> get_TotalMaximum(This,max) ) + +#define ISalamanderProgressDialog_put_TotalMaximum(This,max) \ + ( (This)->lpVtbl -> put_TotalMaximum(This,max) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderProgressDialog_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderWaitWindow_INTERFACE_DEFINED__ +#define __ISalamanderWaitWindow_INTERFACE_DEFINED__ + +/* interface ISalamanderWaitWindow */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderWaitWindow; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("77CD7E2F-5B62-451d-AB3D-812F8B9FCBA8") + ISalamanderWaitWindow : public IUnknown + { + public: + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Show( void) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Hide( void) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Title( + /* [retval][out] */ BSTR *title) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Title( + /* [in] */ BSTR title) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Text( + /* [retval][out] */ BSTR *text) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Text( + /* [in] */ BSTR text) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_IsCancelled( + /* [retval][out] */ VARIANT_BOOL *cancelled) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Delay( + /* [retval][out] */ int *ms) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Delay( + /* [in] */ int ms) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_CanCancel( + /* [retval][out] */ VARIANT_BOOL *enabled) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_CanCancel( + /* [in] */ VARIANT_BOOL enabled) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderWaitWindowVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderWaitWindow * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderWaitWindow * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderWaitWindow * This); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, Show) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Show )( + ISalamanderWaitWindow * This); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, Hide) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Hide )( + ISalamanderWaitWindow * This); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, get_Title) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Title )( + ISalamanderWaitWindow * This, + /* [retval][out] */ BSTR *title); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, put_Title) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Title )( + ISalamanderWaitWindow * This, + /* [in] */ BSTR title); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, get_Text) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Text )( + ISalamanderWaitWindow * This, + /* [retval][out] */ BSTR *text); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, put_Text) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Text )( + ISalamanderWaitWindow * This, + /* [in] */ BSTR text); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, get_IsCancelled) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_IsCancelled )( + ISalamanderWaitWindow * This, + /* [retval][out] */ VARIANT_BOOL *cancelled); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, get_Delay) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Delay )( + ISalamanderWaitWindow * This, + /* [retval][out] */ int *ms); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, put_Delay) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Delay )( + ISalamanderWaitWindow * This, + /* [in] */ int ms); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, get_CanCancel) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_CanCancel )( + ISalamanderWaitWindow * This, + /* [retval][out] */ VARIANT_BOOL *enabled); + + DECLSPEC_XFGVIRT(ISalamanderWaitWindow, put_CanCancel) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_CanCancel )( + ISalamanderWaitWindow * This, + /* [in] */ VARIANT_BOOL enabled); + + END_INTERFACE + } ISalamanderWaitWindowVtbl; + + interface ISalamanderWaitWindow + { + CONST_VTBL struct ISalamanderWaitWindowVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderWaitWindow_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderWaitWindow_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderWaitWindow_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderWaitWindow_Show(This) \ + ( (This)->lpVtbl -> Show(This) ) + +#define ISalamanderWaitWindow_Hide(This) \ + ( (This)->lpVtbl -> Hide(This) ) + +#define ISalamanderWaitWindow_get_Title(This,title) \ + ( (This)->lpVtbl -> get_Title(This,title) ) + +#define ISalamanderWaitWindow_put_Title(This,title) \ + ( (This)->lpVtbl -> put_Title(This,title) ) + +#define ISalamanderWaitWindow_get_Text(This,text) \ + ( (This)->lpVtbl -> get_Text(This,text) ) + +#define ISalamanderWaitWindow_put_Text(This,text) \ + ( (This)->lpVtbl -> put_Text(This,text) ) + +#define ISalamanderWaitWindow_get_IsCancelled(This,cancelled) \ + ( (This)->lpVtbl -> get_IsCancelled(This,cancelled) ) + +#define ISalamanderWaitWindow_get_Delay(This,ms) \ + ( (This)->lpVtbl -> get_Delay(This,ms) ) + +#define ISalamanderWaitWindow_put_Delay(This,ms) \ + ( (This)->lpVtbl -> put_Delay(This,ms) ) + +#define ISalamanderWaitWindow_get_CanCancel(This,enabled) \ + ( (This)->lpVtbl -> get_CanCancel(This,enabled) ) + +#define ISalamanderWaitWindow_put_CanCancel(This,enabled) \ + ( (This)->lpVtbl -> put_CanCancel(This,enabled) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderWaitWindow_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderScriptInfo_INTERFACE_DEFINED__ +#define __ISalamanderScriptInfo_INTERFACE_DEFINED__ + +/* interface ISalamanderScriptInfo */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderScriptInfo; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("99DBFA2F-9699-40eb-ACEE-B890908AA583") + ISalamanderScriptInfo : public IUnknown + { + public: + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Name( + /* [retval][out] */ BSTR *name) = 0; + + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Path( + /* [retval][out] */ BSTR *path) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderScriptInfoVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderScriptInfo * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderScriptInfo * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderScriptInfo * This); + + DECLSPEC_XFGVIRT(ISalamanderScriptInfo, get_Name) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Name )( + ISalamanderScriptInfo * This, + /* [retval][out] */ BSTR *name); + + DECLSPEC_XFGVIRT(ISalamanderScriptInfo, get_Path) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Path )( + ISalamanderScriptInfo * This, + /* [retval][out] */ BSTR *path); + + END_INTERFACE + } ISalamanderScriptInfoVtbl; + + interface ISalamanderScriptInfo + { + CONST_VTBL struct ISalamanderScriptInfoVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderScriptInfo_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderScriptInfo_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderScriptInfo_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderScriptInfo_get_Name(This,name) \ + ( (This)->lpVtbl -> get_Name(This,name) ) + +#define ISalamanderScriptInfo_get_Path(This,path) \ + ( (This)->lpVtbl -> get_Path(This,path) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderScriptInfo_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderGuiComponent_INTERFACE_DEFINED__ +#define __ISalamanderGuiComponent_INTERFACE_DEFINED__ + +/* interface ISalamanderGuiComponent */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderGuiComponent; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("15711C8C-52B3-4a0b-90B0-123C8A0D525B") + ISalamanderGuiComponent : public IUnknown + { + public: + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Text( + /* [retval][out] */ BSTR *text) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Text( + /* [in] */ BSTR text) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderGuiComponentVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderGuiComponent * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderGuiComponent * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderGuiComponent * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, get_Text) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Text )( + ISalamanderGuiComponent * This, + /* [retval][out] */ BSTR *text); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, put_Text) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Text )( + ISalamanderGuiComponent * This, + /* [in] */ BSTR text); + + END_INTERFACE + } ISalamanderGuiComponentVtbl; + + interface ISalamanderGuiComponent + { + CONST_VTBL struct ISalamanderGuiComponentVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderGuiComponent_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderGuiComponent_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderGuiComponent_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderGuiComponent_get_Text(This,text) \ + ( (This)->lpVtbl -> get_Text(This,text) ) + +#define ISalamanderGuiComponent_put_Text(This,text) \ + ( (This)->lpVtbl -> put_Text(This,text) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderGuiComponent_INTERFACE_DEFINED__ */ + + +/* interface __MIDL_itf_salamander_0000_0008 */ +/* [local] */ + + +enum SALGUI_CLASS + { + SALGUI_FORM = 1, + SALGUI_BUTTON = 2, + SALGUI_CHECKBOX = 3, + SALGUI_TEXTBOX = 4, + SALGUI_LABEL = 5 + } ; +struct SALGUI_BOUNDS + { + int x; + int y; + int cx; + int cy; + } ; + +enum SALGUI_STYLE + { + SALGUI_STYLE_AUTOLAYOUT = 1, + SALGUI_STYLE_FULLWIDTH = 2 + } ; + + +extern RPC_IF_HANDLE __MIDL_itf_salamander_0000_0008_v0_0_c_ifspec; +extern RPC_IF_HANDLE __MIDL_itf_salamander_0000_0008_v0_0_s_ifspec; + +#ifndef __ISalamanderGuiComponentInternal_INTERFACE_DEFINED__ +#define __ISalamanderGuiComponentInternal_INTERFACE_DEFINED__ + +/* interface ISalamanderGuiComponentInternal */ +/* [object][unique][uuid][local] */ + + +EXTERN_C const IID IID_ISalamanderGuiComponentInternal; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("037905FB-A081-4a60-AE61-C848177F99E0") + ISalamanderGuiComponentInternal : public IUnknown + { + public: + virtual LPCOLESTR STDMETHODCALLTYPE GetMemberName( void) = 0; + + virtual DISPID STDMETHODCALLTYPE GetMemberId( void) = 0; + + virtual void STDMETHODCALLTYPE SetMember( + LPCOLESTR pszName, + DISPID dispid) = 0; + + virtual HRESULT STDMETHODCALLTYPE GetSibling( + /* [out] */ ISalamanderGuiComponentInternal **ppComponent) = 0; + + virtual void STDMETHODCALLTYPE GetBounds( + /* [out] */ struct SALGUI_BOUNDS *bounds) = 0; + + virtual void STDMETHODCALLTYPE SetBounds( + const struct SALGUI_BOUNDS *bounds) = 0; + + virtual enum SALGUI_CLASS STDMETHODCALLTYPE GetClass( void) = 0; + + virtual void STDMETHODCALLTYPE RemoveSelf( void) = 0; + + virtual void STDMETHODCALLTYPE RemoveComponent( + ISalamanderGuiComponentInternal *pComponent) = 0; + + virtual void STDMETHODCALLTYPE AddComponent( + ISalamanderGuiComponentInternal *pComponent) = 0; + + virtual void STDMETHODCALLTYPE SetParent( + ISalamanderGuiComponentInternal *pParent) = 0; + + virtual void STDMETHODCALLTYPE SetSibling( + ISalamanderGuiComponentInternal *pSibling) = 0; + + virtual HWND STDMETHODCALLTYPE Create( void) = 0; + + virtual HWND STDMETHODCALLTYPE GetHwnd( void) = 0; + + virtual LRESULT STDMETHODCALLTYPE OnMessage( + UINT uMsg, + WPARAM wParam, + LPARAM lParam) = 0; + + virtual void STDMETHODCALLTYPE TransferDataToWindow( void) = 0; + + virtual void STDMETHODCALLTYPE TransferDataFromWindow( void) = 0; + + virtual void STDMETHODCALLTYPE RecalcBounds( + HWND hWnd, + HDC hDC) = 0; + + virtual void STDMETHODCALLTYPE BoundsToPixels( + /* [out][in] */ struct SALGUI_BOUNDS *bounds) = 0; + + virtual void STDMETHODCALLTYPE PixelsToBounds( + /* [out][in] */ struct SALGUI_BOUNDS *bounds) = 0; + + virtual void STDMETHODCALLTYPE AutosizeComponent( + ISalamanderGuiComponentInternal *pComponent) = 0; + + virtual UINT STDMETHODCALLTYPE GetStyle( void) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderGuiComponentInternalVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderGuiComponentInternal * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, GetMemberName) + LPCOLESTR ( STDMETHODCALLTYPE *GetMemberName )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, GetMemberId) + DISPID ( STDMETHODCALLTYPE *GetMemberId )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, SetMember) + void ( STDMETHODCALLTYPE *SetMember )( + ISalamanderGuiComponentInternal * This, + LPCOLESTR pszName, + DISPID dispid); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, GetSibling) + HRESULT ( STDMETHODCALLTYPE *GetSibling )( + ISalamanderGuiComponentInternal * This, + /* [out] */ ISalamanderGuiComponentInternal **ppComponent); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, GetBounds) + void ( STDMETHODCALLTYPE *GetBounds )( + ISalamanderGuiComponentInternal * This, + /* [out] */ struct SALGUI_BOUNDS *bounds); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, SetBounds) + void ( STDMETHODCALLTYPE *SetBounds )( + ISalamanderGuiComponentInternal * This, + const struct SALGUI_BOUNDS *bounds); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, GetClass) + enum SALGUI_CLASS ( STDMETHODCALLTYPE *GetClass )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, RemoveSelf) + void ( STDMETHODCALLTYPE *RemoveSelf )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, RemoveComponent) + void ( STDMETHODCALLTYPE *RemoveComponent )( + ISalamanderGuiComponentInternal * This, + ISalamanderGuiComponentInternal *pComponent); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, AddComponent) + void ( STDMETHODCALLTYPE *AddComponent )( + ISalamanderGuiComponentInternal * This, + ISalamanderGuiComponentInternal *pComponent); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, SetParent) + void ( STDMETHODCALLTYPE *SetParent )( + ISalamanderGuiComponentInternal * This, + ISalamanderGuiComponentInternal *pParent); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, SetSibling) + void ( STDMETHODCALLTYPE *SetSibling )( + ISalamanderGuiComponentInternal * This, + ISalamanderGuiComponentInternal *pSibling); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, Create) + HWND ( STDMETHODCALLTYPE *Create )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, GetHwnd) + HWND ( STDMETHODCALLTYPE *GetHwnd )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, OnMessage) + LRESULT ( STDMETHODCALLTYPE *OnMessage )( + ISalamanderGuiComponentInternal * This, + UINT uMsg, + WPARAM wParam, + LPARAM lParam); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, TransferDataToWindow) + void ( STDMETHODCALLTYPE *TransferDataToWindow )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, TransferDataFromWindow) + void ( STDMETHODCALLTYPE *TransferDataFromWindow )( + ISalamanderGuiComponentInternal * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, RecalcBounds) + void ( STDMETHODCALLTYPE *RecalcBounds )( + ISalamanderGuiComponentInternal * This, + HWND hWnd, + HDC hDC); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, BoundsToPixels) + void ( STDMETHODCALLTYPE *BoundsToPixels )( + ISalamanderGuiComponentInternal * This, + /* [out][in] */ struct SALGUI_BOUNDS *bounds); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, PixelsToBounds) + void ( STDMETHODCALLTYPE *PixelsToBounds )( + ISalamanderGuiComponentInternal * This, + /* [out][in] */ struct SALGUI_BOUNDS *bounds); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, AutosizeComponent) + void ( STDMETHODCALLTYPE *AutosizeComponent )( + ISalamanderGuiComponentInternal * This, + ISalamanderGuiComponentInternal *pComponent); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponentInternal, GetStyle) + UINT ( STDMETHODCALLTYPE *GetStyle )( + ISalamanderGuiComponentInternal * This); + + END_INTERFACE + } ISalamanderGuiComponentInternalVtbl; + + interface ISalamanderGuiComponentInternal + { + CONST_VTBL struct ISalamanderGuiComponentInternalVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderGuiComponentInternal_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderGuiComponentInternal_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderGuiComponentInternal_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderGuiComponentInternal_GetMemberName(This) \ + ( (This)->lpVtbl -> GetMemberName(This) ) + +#define ISalamanderGuiComponentInternal_GetMemberId(This) \ + ( (This)->lpVtbl -> GetMemberId(This) ) + +#define ISalamanderGuiComponentInternal_SetMember(This,pszName,dispid) \ + ( (This)->lpVtbl -> SetMember(This,pszName,dispid) ) + +#define ISalamanderGuiComponentInternal_GetSibling(This,ppComponent) \ + ( (This)->lpVtbl -> GetSibling(This,ppComponent) ) + +#define ISalamanderGuiComponentInternal_GetBounds(This,bounds) \ + ( (This)->lpVtbl -> GetBounds(This,bounds) ) + +#define ISalamanderGuiComponentInternal_SetBounds(This,bounds) \ + ( (This)->lpVtbl -> SetBounds(This,bounds) ) + +#define ISalamanderGuiComponentInternal_GetClass(This) \ + ( (This)->lpVtbl -> GetClass(This) ) + +#define ISalamanderGuiComponentInternal_RemoveSelf(This) \ + ( (This)->lpVtbl -> RemoveSelf(This) ) + +#define ISalamanderGuiComponentInternal_RemoveComponent(This,pComponent) \ + ( (This)->lpVtbl -> RemoveComponent(This,pComponent) ) + +#define ISalamanderGuiComponentInternal_AddComponent(This,pComponent) \ + ( (This)->lpVtbl -> AddComponent(This,pComponent) ) + +#define ISalamanderGuiComponentInternal_SetParent(This,pParent) \ + ( (This)->lpVtbl -> SetParent(This,pParent) ) + +#define ISalamanderGuiComponentInternal_SetSibling(This,pSibling) \ + ( (This)->lpVtbl -> SetSibling(This,pSibling) ) + +#define ISalamanderGuiComponentInternal_Create(This) \ + ( (This)->lpVtbl -> Create(This) ) + +#define ISalamanderGuiComponentInternal_GetHwnd(This) \ + ( (This)->lpVtbl -> GetHwnd(This) ) + +#define ISalamanderGuiComponentInternal_OnMessage(This,uMsg,wParam,lParam) \ + ( (This)->lpVtbl -> OnMessage(This,uMsg,wParam,lParam) ) + +#define ISalamanderGuiComponentInternal_TransferDataToWindow(This) \ + ( (This)->lpVtbl -> TransferDataToWindow(This) ) + +#define ISalamanderGuiComponentInternal_TransferDataFromWindow(This) \ + ( (This)->lpVtbl -> TransferDataFromWindow(This) ) + +#define ISalamanderGuiComponentInternal_RecalcBounds(This,hWnd,hDC) \ + ( (This)->lpVtbl -> RecalcBounds(This,hWnd,hDC) ) + +#define ISalamanderGuiComponentInternal_BoundsToPixels(This,bounds) \ + ( (This)->lpVtbl -> BoundsToPixels(This,bounds) ) + +#define ISalamanderGuiComponentInternal_PixelsToBounds(This,bounds) \ + ( (This)->lpVtbl -> PixelsToBounds(This,bounds) ) + +#define ISalamanderGuiComponentInternal_AutosizeComponent(This,pComponent) \ + ( (This)->lpVtbl -> AutosizeComponent(This,pComponent) ) + +#define ISalamanderGuiComponentInternal_GetStyle(This) \ + ( (This)->lpVtbl -> GetStyle(This) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderGuiComponentInternal_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderGuiCheckBox_INTERFACE_DEFINED__ +#define __ISalamanderGuiCheckBox_INTERFACE_DEFINED__ + +/* interface ISalamanderGuiCheckBox */ +/* [oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderGuiCheckBox; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("A26789BB-CAA4-47d5-BCC5-386EF24220D4") + ISalamanderGuiCheckBox : public ISalamanderGuiComponent + { + public: + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_Checked( + /* [retval][out] */ VARIANT_BOOL *val) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_Checked( + /* [in] */ VARIANT_BOOL val) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderGuiCheckBoxVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderGuiCheckBox * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderGuiCheckBox * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderGuiCheckBox * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, get_Text) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Text )( + ISalamanderGuiCheckBox * This, + /* [retval][out] */ BSTR *text); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, put_Text) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Text )( + ISalamanderGuiCheckBox * This, + /* [in] */ BSTR text); + + DECLSPEC_XFGVIRT(ISalamanderGuiCheckBox, get_Checked) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Checked )( + ISalamanderGuiCheckBox * This, + /* [retval][out] */ VARIANT_BOOL *val); + + DECLSPEC_XFGVIRT(ISalamanderGuiCheckBox, put_Checked) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Checked )( + ISalamanderGuiCheckBox * This, + /* [in] */ VARIANT_BOOL val); + + END_INTERFACE + } ISalamanderGuiCheckBoxVtbl; + + interface ISalamanderGuiCheckBox + { + CONST_VTBL struct ISalamanderGuiCheckBoxVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderGuiCheckBox_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderGuiCheckBox_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderGuiCheckBox_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderGuiCheckBox_get_Text(This,text) \ + ( (This)->lpVtbl -> get_Text(This,text) ) + +#define ISalamanderGuiCheckBox_put_Text(This,text) \ + ( (This)->lpVtbl -> put_Text(This,text) ) + + +#define ISalamanderGuiCheckBox_get_Checked(This,val) \ + ( (This)->lpVtbl -> get_Checked(This,val) ) + +#define ISalamanderGuiCheckBox_put_Checked(This,val) \ + ( (This)->lpVtbl -> put_Checked(This,val) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderGuiCheckBox_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderGuiButton_INTERFACE_DEFINED__ +#define __ISalamanderGuiButton_INTERFACE_DEFINED__ + +/* interface ISalamanderGuiButton */ +/* [oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderGuiButton; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("F30E467C-0FEA-4e67-9F51-C2B1A2A30D4E") + ISalamanderGuiButton : public ISalamanderGuiComponent + { + public: + virtual /* [propget][id] */ HRESULT STDMETHODCALLTYPE get_DialogResult( + /* [retval][out] */ int *val) = 0; + + virtual /* [propput][id] */ HRESULT STDMETHODCALLTYPE put_DialogResult( + /* [in] */ int val) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderGuiButtonVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderGuiButton * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderGuiButton * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderGuiButton * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, get_Text) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Text )( + ISalamanderGuiButton * This, + /* [retval][out] */ BSTR *text); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, put_Text) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Text )( + ISalamanderGuiButton * This, + /* [in] */ BSTR text); + + DECLSPEC_XFGVIRT(ISalamanderGuiButton, get_DialogResult) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_DialogResult )( + ISalamanderGuiButton * This, + /* [retval][out] */ int *val); + + DECLSPEC_XFGVIRT(ISalamanderGuiButton, put_DialogResult) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_DialogResult )( + ISalamanderGuiButton * This, + /* [in] */ int val); + + END_INTERFACE + } ISalamanderGuiButtonVtbl; + + interface ISalamanderGuiButton + { + CONST_VTBL struct ISalamanderGuiButtonVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderGuiButton_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderGuiButton_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderGuiButton_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderGuiButton_get_Text(This,text) \ + ( (This)->lpVtbl -> get_Text(This,text) ) + +#define ISalamanderGuiButton_put_Text(This,text) \ + ( (This)->lpVtbl -> put_Text(This,text) ) + + +#define ISalamanderGuiButton_get_DialogResult(This,val) \ + ( (This)->lpVtbl -> get_DialogResult(This,val) ) + +#define ISalamanderGuiButton_put_DialogResult(This,val) \ + ( (This)->lpVtbl -> put_DialogResult(This,val) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderGuiButton_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderGuiContainer_INTERFACE_DEFINED__ +#define __ISalamanderGuiContainer_INTERFACE_DEFINED__ + +/* interface ISalamanderGuiContainer */ +/* [oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderGuiContainer; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("6A31B232-B6AF-467a-B818-212CCC6F4C5D") + ISalamanderGuiContainer : public ISalamanderGuiComponent + { + public: + }; + + +#else /* C style interface */ + + typedef struct ISalamanderGuiContainerVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderGuiContainer * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderGuiContainer * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderGuiContainer * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, get_Text) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Text )( + ISalamanderGuiContainer * This, + /* [retval][out] */ BSTR *text); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, put_Text) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Text )( + ISalamanderGuiContainer * This, + /* [in] */ BSTR text); + + END_INTERFACE + } ISalamanderGuiContainerVtbl; + + interface ISalamanderGuiContainer + { + CONST_VTBL struct ISalamanderGuiContainerVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderGuiContainer_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderGuiContainer_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderGuiContainer_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderGuiContainer_get_Text(This,text) \ + ( (This)->lpVtbl -> get_Text(This,text) ) + +#define ISalamanderGuiContainer_put_Text(This,text) \ + ( (This)->lpVtbl -> put_Text(This,text) ) + + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderGuiContainer_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderGuiForm_INTERFACE_DEFINED__ +#define __ISalamanderGuiForm_INTERFACE_DEFINED__ + +/* interface ISalamanderGuiForm */ +/* [oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderGuiForm; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("7356DD12-A7DA-41EB-8E31-F42C465C87E1") + ISalamanderGuiForm : public ISalamanderGuiContainer + { + public: + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Execute( + /* [retval][out] */ int *result) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderGuiFormVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderGuiForm * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderGuiForm * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderGuiForm * This); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, get_Text) + /* [propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Text )( + ISalamanderGuiForm * This, + /* [retval][out] */ BSTR *text); + + DECLSPEC_XFGVIRT(ISalamanderGuiComponent, put_Text) + /* [propput][id] */ HRESULT ( STDMETHODCALLTYPE *put_Text )( + ISalamanderGuiForm * This, + /* [in] */ BSTR text); + + DECLSPEC_XFGVIRT(ISalamanderGuiForm, Execute) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Execute )( + ISalamanderGuiForm * This, + /* [retval][out] */ int *result); + + END_INTERFACE + } ISalamanderGuiFormVtbl; + + interface ISalamanderGuiForm + { + CONST_VTBL struct ISalamanderGuiFormVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderGuiForm_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderGuiForm_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderGuiForm_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderGuiForm_get_Text(This,text) \ + ( (This)->lpVtbl -> get_Text(This,text) ) + +#define ISalamanderGuiForm_put_Text(This,text) \ + ( (This)->lpVtbl -> put_Text(This,text) ) + + + +#define ISalamanderGuiForm_Execute(This,result) \ + ( (This)->lpVtbl -> Execute(This,result) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderGuiForm_INTERFACE_DEFINED__ */ + + +#ifndef __ISalamanderGui_INTERFACE_DEFINED__ +#define __ISalamanderGui_INTERFACE_DEFINED__ + +/* interface ISalamanderGui */ +/* [nonextensible][oleautomation][unique][dual][uuid][object] */ + + +EXTERN_C const IID IID_ISalamanderGui; + +#if defined(__cplusplus) && !defined(CINTERFACE) + + MIDL_INTERFACE("5DA5C3EE-E167-4E57-A8E9-22EF1C8B45C4") + ISalamanderGui : public IUnknown + { + public: + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Form( + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ ISalamanderGuiComponent **component) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Button( + /* [optional][in] */ VARIANT *text, + /* [optional][in] */ VARIANT *result, + /* [retval][out] */ ISalamanderGuiComponent **component) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE CheckBox( + /* [optional][in] */ VARIANT *text, + /* [retval][out] */ ISalamanderGuiComponent **component) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE TextBox( + /* [optional][in] */ VARIANT *text, + /* [retval][out] */ ISalamanderGuiComponent **component) = 0; + + virtual /* [id] */ HRESULT STDMETHODCALLTYPE Label( + /* [optional][in] */ VARIANT *text, + /* [retval][out] */ ISalamanderGuiComponent **component) = 0; + + }; + + +#else /* C style interface */ + + typedef struct ISalamanderGuiVtbl + { + BEGIN_INTERFACE + + DECLSPEC_XFGVIRT(IUnknown, QueryInterface) + HRESULT ( STDMETHODCALLTYPE *QueryInterface )( + ISalamanderGui * This, + /* [in] */ REFIID riid, + /* [annotation][iid_is][out] */ + _COM_Outptr_ void **ppvObject); + + DECLSPEC_XFGVIRT(IUnknown, AddRef) + ULONG ( STDMETHODCALLTYPE *AddRef )( + ISalamanderGui * This); + + DECLSPEC_XFGVIRT(IUnknown, Release) + ULONG ( STDMETHODCALLTYPE *Release )( + ISalamanderGui * This); + + DECLSPEC_XFGVIRT(ISalamanderGui, Form) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Form )( + ISalamanderGui * This, + /* [optional][in] */ VARIANT *title, + /* [retval][out] */ ISalamanderGuiComponent **component); + + DECLSPEC_XFGVIRT(ISalamanderGui, Button) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Button )( + ISalamanderGui * This, + /* [optional][in] */ VARIANT *text, + /* [optional][in] */ VARIANT *result, + /* [retval][out] */ ISalamanderGuiComponent **component); + + DECLSPEC_XFGVIRT(ISalamanderGui, CheckBox) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *CheckBox )( + ISalamanderGui * This, + /* [optional][in] */ VARIANT *text, + /* [retval][out] */ ISalamanderGuiComponent **component); + + DECLSPEC_XFGVIRT(ISalamanderGui, TextBox) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *TextBox )( + ISalamanderGui * This, + /* [optional][in] */ VARIANT *text, + /* [retval][out] */ ISalamanderGuiComponent **component); + + DECLSPEC_XFGVIRT(ISalamanderGui, Label) + /* [id] */ HRESULT ( STDMETHODCALLTYPE *Label )( + ISalamanderGui * This, + /* [optional][in] */ VARIANT *text, + /* [retval][out] */ ISalamanderGuiComponent **component); + + END_INTERFACE + } ISalamanderGuiVtbl; + + interface ISalamanderGui + { + CONST_VTBL struct ISalamanderGuiVtbl *lpVtbl; + }; + + + +#ifdef COBJMACROS + + +#define ISalamanderGui_QueryInterface(This,riid,ppvObject) \ + ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) + +#define ISalamanderGui_AddRef(This) \ + ( (This)->lpVtbl -> AddRef(This) ) + +#define ISalamanderGui_Release(This) \ + ( (This)->lpVtbl -> Release(This) ) + + +#define ISalamanderGui_Form(This,title,component) \ + ( (This)->lpVtbl -> Form(This,title,component) ) + +#define ISalamanderGui_Button(This,text,result,component) \ + ( (This)->lpVtbl -> Button(This,text,result,component) ) + +#define ISalamanderGui_CheckBox(This,text,component) \ + ( (This)->lpVtbl -> CheckBox(This,text,component) ) + +#define ISalamanderGui_TextBox(This,text,component) \ + ( (This)->lpVtbl -> TextBox(This,text,component) ) + +#define ISalamanderGui_Label(This,text,component) \ + ( (This)->lpVtbl -> Label(This,text,component) ) + +#endif /* COBJMACROS */ + + +#endif /* C style interface */ + + + + +#endif /* __ISalamanderGui_INTERFACE_DEFINED__ */ + + + +#ifndef __SalamanderLib_LIBRARY_DEFINED__ +#define __SalamanderLib_LIBRARY_DEFINED__ + +/* library SalamanderLib */ +/* [version][uuid] */ + + +EXTERN_C const IID LIBID_SalamanderLib; + +EXTERN_C const CLSID CLSID_Salamander; + +#ifdef __cplusplus + +class DECLSPEC_UUID("4A871BAC-3572-4737-9110-D208BB58ACAF") +Salamander; +#endif + +EXTERN_C const CLSID CLSID_SalamanderPanel; + +#ifdef __cplusplus + +class DECLSPEC_UUID("76F49900-4C7D-4808-8DD3-7546CF1891DE") +SalamanderPanel; +#endif + +EXTERN_C const CLSID CLSID_PanelItem; + +#ifdef __cplusplus + +class DECLSPEC_UUID("968B2791-83A4-4198-B5A7-581CE0C8B961") +PanelItem; +#endif + +EXTERN_C const CLSID CLSID_ItemCollection; + +#ifdef __cplusplus + +class DECLSPEC_UUID("264D1DCA-E6B9-4a77-970E-D66AE7428E66") +ItemCollection; +#endif + +EXTERN_C const CLSID CLSID_ProgressDialog; + +#ifdef __cplusplus + +class DECLSPEC_UUID("4870003D-1E6D-4c53-B561-7659B9D271C6") +ProgressDialog; +#endif + +EXTERN_C const CLSID CLSID_WaitWindow; + +#ifdef __cplusplus + +class DECLSPEC_UUID("B1CF10AA-00FA-4930-9E38-FEE9BB0D2978") +WaitWindow; +#endif + +EXTERN_C const CLSID CLSID_ScriptInfo; + +#ifdef __cplusplus + +class DECLSPEC_UUID("18395B8C-C099-45f7-A8CD-433ADD8D1339") +ScriptInfo; +#endif + +EXTERN_C const CLSID CLSID_Form; + +#ifdef __cplusplus + +class DECLSPEC_UUID("67A0E6E0-4E9A-4fa1-846F-B58A08BB671F") +Form; +#endif + +EXTERN_C const CLSID CLSID_Button; + +#ifdef __cplusplus + +class DECLSPEC_UUID("578A8B4C-92E1-4581-9A7D-EE476574D856") +Button; +#endif + +EXTERN_C const CLSID CLSID_CheckBox; + +#ifdef __cplusplus + +class DECLSPEC_UUID("8525BEBC-3963-4782-9329-70FED124BC8F") +CheckBox; +#endif + +EXTERN_C const CLSID CLSID_TextBox; + +#ifdef __cplusplus + +class DECLSPEC_UUID("45AA6FB3-7D7C-4e58-920F-1671A7FD1A2B") +TextBox; +#endif + +EXTERN_C const CLSID CLSID_Label; + +#ifdef __cplusplus + +class DECLSPEC_UUID("14E99D22-2526-4fe7-AC7C-AA06D1362AFC") +Label; +#endif +#endif /* __SalamanderLib_LIBRARY_DEFINED__ */ + +/* Additional Prototypes for ALL interfaces */ + +unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * ); +unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * ); +unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); +void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * ); + +unsigned long __RPC_USER VARIANT_UserSize( unsigned long *, unsigned long , VARIANT * ); +unsigned char * __RPC_USER VARIANT_UserMarshal( unsigned long *, unsigned char *, VARIANT * ); +unsigned char * __RPC_USER VARIANT_UserUnmarshal(unsigned long *, unsigned char *, VARIANT * ); +void __RPC_USER VARIANT_UserFree( unsigned long *, VARIANT * ); + +unsigned long __RPC_USER BSTR_UserSize64( unsigned long *, unsigned long , BSTR * ); +unsigned char * __RPC_USER BSTR_UserMarshal64( unsigned long *, unsigned char *, BSTR * ); +unsigned char * __RPC_USER BSTR_UserUnmarshal64(unsigned long *, unsigned char *, BSTR * ); +void __RPC_USER BSTR_UserFree64( unsigned long *, BSTR * ); + +unsigned long __RPC_USER VARIANT_UserSize64( unsigned long *, unsigned long , VARIANT * ); +unsigned char * __RPC_USER VARIANT_UserMarshal64( unsigned long *, unsigned char *, VARIANT * ); +unsigned char * __RPC_USER VARIANT_UserUnmarshal64(unsigned long *, unsigned char *, VARIANT * ); +void __RPC_USER VARIANT_UserFree64( unsigned long *, VARIANT * ); + +/* end of Additional Prototypes */ + +#ifdef __cplusplus +} +#endif + +#endif + + diff --git a/src/plugins/automation/generated/salamander_i.c b/src/plugins/automation/generated/salamander_i.c new file mode 100644 index 00000000..39def7c1 --- /dev/null +++ b/src/plugins/automation/generated/salamander_i.c @@ -0,0 +1,156 @@ + + +/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */ + +/* link this file in with the server and any clients */ + + + /* File created by MIDL compiler version 8.01.0628 */ +/* at Tue Jan 19 04:14:07 2038 + */ +/* Compiler settings for ..\salamander.idl: + Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0628 + protocol : all , ms_ext, c_ext, robust + error checks: allocation ref bounds_check enum stub_data + VC __declspec() decoration level: + __declspec(uuid()), __declspec(selectany), __declspec(novtable) + DECLSPEC_UUID(), MIDL_INTERFACE() +*/ +/* @@MIDL_FILE_HEADING( ) */ + + + +#ifdef __cplusplus +extern "C"{ +#endif + + +#include +#include + +#ifdef _MIDL_USE_GUIDDEF_ + +#ifndef INITGUID +#define INITGUID +#include +#undef INITGUID +#else +#include +#endif + +#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ + DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) + +#else // !_MIDL_USE_GUIDDEF_ + +#ifndef __IID_DEFINED__ +#define __IID_DEFINED__ + +typedef struct _IID +{ + unsigned long x; + unsigned short s1; + unsigned short s2; + unsigned char c[8]; +} IID; + +#endif // __IID_DEFINED__ + +#ifndef CLSID_DEFINED +#define CLSID_DEFINED +typedef IID CLSID; +#endif // CLSID_DEFINED + +#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ + EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}} + +#endif // !_MIDL_USE_GUIDDEF_ + +MIDL_DEFINE_GUID(IID, IID_ISalamander,0x60F57ABE,0x95C7,0x48c7,0xAE,0x37,0x9D,0xA0,0x07,0xB8,0xD5,0x7F); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderPanel,0xF51AF265,0xADB1,0x40b7,0xB2,0xCB,0xA2,0x58,0xFD,0xE6,0x90,0x1E); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderPanelItem,0x8CD33727,0x0A92,0x4560,0x80,0xD7,0x1A,0x44,0x65,0x12,0x0E,0x9B); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderPanelItemCollection,0x2B527FF9,0xDEAC,0x481a,0x9F,0x2C,0x3E,0x7B,0x27,0xAD,0xCE,0xD8); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderProgressDialog,0xC51EBE57,0x76B2,0x4c8c,0xA4,0x4B,0x13,0xE3,0x4F,0x84,0x6F,0x2E); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderWaitWindow,0x77CD7E2F,0x5B62,0x451d,0xAB,0x3D,0x81,0x2F,0x8B,0x9F,0xCB,0xA8); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderScriptInfo,0x99DBFA2F,0x9699,0x40eb,0xAC,0xEE,0xB8,0x90,0x90,0x8A,0xA5,0x83); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderGuiComponent,0x15711C8C,0x52B3,0x4a0b,0x90,0xB0,0x12,0x3C,0x8A,0x0D,0x52,0x5B); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderGuiComponentInternal,0x037905FB,0xA081,0x4a60,0xAE,0x61,0xC8,0x48,0x17,0x7F,0x99,0xE0); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderGuiCheckBox,0xA26789BB,0xCAA4,0x47d5,0xBC,0xC5,0x38,0x6E,0xF2,0x42,0x20,0xD4); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderGuiButton,0xF30E467C,0x0FEA,0x4e67,0x9F,0x51,0xC2,0xB1,0xA2,0xA3,0x0D,0x4E); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderGuiContainer,0x6A31B232,0xB6AF,0x467a,0xB8,0x18,0x21,0x2C,0xCC,0x6F,0x4C,0x5D); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderGuiForm,0x7356DD12,0xA7DA,0x41EB,0x8E,0x31,0xF4,0x2C,0x46,0x5C,0x87,0xE1); + + +MIDL_DEFINE_GUID(IID, IID_ISalamanderGui,0x5DA5C3EE,0xE167,0x4E57,0xA8,0xE9,0x22,0xEF,0x1C,0x8B,0x45,0xC4); + + +MIDL_DEFINE_GUID(IID, LIBID_SalamanderLib,0x7A30275F,0xF2DE,0x4b6c,0xB5,0x37,0xFF,0xC3,0x97,0xCF,0x7C,0xF6); + + +MIDL_DEFINE_GUID(CLSID, CLSID_Salamander,0x4A871BAC,0x3572,0x4737,0x91,0x10,0xD2,0x08,0xBB,0x58,0xAC,0xAF); + + +MIDL_DEFINE_GUID(CLSID, CLSID_SalamanderPanel,0x76F49900,0x4C7D,0x4808,0x8D,0xD3,0x75,0x46,0xCF,0x18,0x91,0xDE); + + +MIDL_DEFINE_GUID(CLSID, CLSID_PanelItem,0x968B2791,0x83A4,0x4198,0xB5,0xA7,0x58,0x1C,0xE0,0xC8,0xB9,0x61); + + +MIDL_DEFINE_GUID(CLSID, CLSID_ItemCollection,0x264D1DCA,0xE6B9,0x4a77,0x97,0x0E,0xD6,0x6A,0xE7,0x42,0x8E,0x66); + + +MIDL_DEFINE_GUID(CLSID, CLSID_ProgressDialog,0x4870003D,0x1E6D,0x4c53,0xB5,0x61,0x76,0x59,0xB9,0xD2,0x71,0xC6); + + +MIDL_DEFINE_GUID(CLSID, CLSID_WaitWindow,0xB1CF10AA,0x00FA,0x4930,0x9E,0x38,0xFE,0xE9,0xBB,0x0D,0x29,0x78); + + +MIDL_DEFINE_GUID(CLSID, CLSID_ScriptInfo,0x18395B8C,0xC099,0x45f7,0xA8,0xCD,0x43,0x3A,0xDD,0x8D,0x13,0x39); + + +MIDL_DEFINE_GUID(CLSID, CLSID_Form,0x67A0E6E0,0x4E9A,0x4fa1,0x84,0x6F,0xB5,0x8A,0x08,0xBB,0x67,0x1F); + + +MIDL_DEFINE_GUID(CLSID, CLSID_Button,0x578A8B4C,0x92E1,0x4581,0x9A,0x7D,0xEE,0x47,0x65,0x74,0xD8,0x56); + + +MIDL_DEFINE_GUID(CLSID, CLSID_CheckBox,0x8525BEBC,0x3963,0x4782,0x93,0x29,0x70,0xFE,0xD1,0x24,0xBC,0x8F); + + +MIDL_DEFINE_GUID(CLSID, CLSID_TextBox,0x45AA6FB3,0x7D7C,0x4e58,0x92,0x0F,0x16,0x71,0xA7,0xFD,0x1A,0x2B); + + +MIDL_DEFINE_GUID(CLSID, CLSID_Label,0x14E99D22,0x2526,0x4fe7,0xAC,0x7C,0xAA,0x06,0xD1,0x36,0x2A,0xFC); + +#undef MIDL_DEFINE_GUID + +#ifdef __cplusplus +} +#endif + + + diff --git a/src/plugins/automation/generated/salamander_p.c b/src/plugins/automation/generated/salamander_p.c new file mode 100644 index 00000000..b52d3ce8 --- /dev/null +++ b/src/plugins/automation/generated/salamander_p.c @@ -0,0 +1,14493 @@ + + +/* this ALWAYS GENERATED file contains the proxy stub code */ + + + /* File created by MIDL compiler version 8.01.0628 */ +/* at Tue Jan 19 04:14:07 2038 + */ +/* Compiler settings for ..\salamander.idl: + Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0628 + protocol : all , ms_ext, c_ext, robust + error checks: allocation ref bounds_check enum stub_data + VC __declspec() decoration level: + __declspec(uuid()), __declspec(selectany), __declspec(novtable) + DECLSPEC_UUID(), MIDL_INTERFACE() +*/ +/* @@MIDL_FILE_HEADING( ) */ + +#if defined(_M_AMD64) + + +#if _MSC_VER >= 1200 +#pragma warning(push) +#endif + +#pragma warning( disable: 4211 ) /* redefine extern to static */ +#pragma warning( disable: 4232 ) /* dllimport identity*/ +#pragma warning( disable: 4024 ) /* array to pointer mapping*/ +#pragma warning( disable: 4152 ) /* function/data pointer conversion in expression */ + +#define USE_STUBLESS_PROXY + + +/* verify that the version is high enough to compile this file*/ +#ifndef __REDQ_RPCPROXY_H_VERSION__ +#define __REQUIRED_RPCPROXY_H_VERSION__ 475 +#endif + + +#include "rpcproxy.h" +#include "ndr64types.h" +#ifndef __RPCPROXY_H_VERSION__ +#error this stub requires an updated version of +#endif /* __RPCPROXY_H_VERSION__ */ + + +#include "salamander_h.h" + +#define TYPE_FORMAT_STRING_SIZE 1227 +#define PROC_FORMAT_STRING_SIZE 3039 +#define EXPR_FORMAT_STRING_SIZE 1 +#define TRANSMIT_AS_TABLE_SIZE 0 +#define WIRE_MARSHAL_TABLE_SIZE 2 + +typedef struct _salamander_MIDL_TYPE_FORMAT_STRING + { + short Pad; + unsigned char Format[ TYPE_FORMAT_STRING_SIZE ]; + } salamander_MIDL_TYPE_FORMAT_STRING; + +typedef struct _salamander_MIDL_PROC_FORMAT_STRING + { + short Pad; + unsigned char Format[ PROC_FORMAT_STRING_SIZE ]; + } salamander_MIDL_PROC_FORMAT_STRING; + +typedef struct _salamander_MIDL_EXPR_FORMAT_STRING + { + long Pad; + unsigned char Format[ EXPR_FORMAT_STRING_SIZE ]; + } salamander_MIDL_EXPR_FORMAT_STRING; + + +static const RPC_SYNTAX_IDENTIFIER _RpcTransferSyntax_2_0 = +{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}; + +static const RPC_SYNTAX_IDENTIFIER _NDR64_RpcTransferSyntax_1_0 = +{{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}; + +#if defined(_CONTROL_FLOW_GUARD_XFG) +#define XFG_TRAMPOLINES(ObjectType)\ +NDR_SHAREABLE unsigned long ObjectType ## _UserSize_XFG(unsigned long * pFlags, unsigned long Offset, void * pObject)\ +{\ +return ObjectType ## _UserSize(pFlags, Offset, (ObjectType *)pObject);\ +}\ +NDR_SHAREABLE unsigned char * ObjectType ## _UserMarshal_XFG(unsigned long * pFlags, unsigned char * pBuffer, void * pObject)\ +{\ +return ObjectType ## _UserMarshal(pFlags, pBuffer, (ObjectType *)pObject);\ +}\ +NDR_SHAREABLE unsigned char * ObjectType ## _UserUnmarshal_XFG(unsigned long * pFlags, unsigned char * pBuffer, void * pObject)\ +{\ +return ObjectType ## _UserUnmarshal(pFlags, pBuffer, (ObjectType *)pObject);\ +}\ +NDR_SHAREABLE void ObjectType ## _UserFree_XFG(unsigned long * pFlags, void * pObject)\ +{\ +ObjectType ## _UserFree(pFlags, (ObjectType *)pObject);\ +} +#define XFG_TRAMPOLINES64(ObjectType)\ +NDR_SHAREABLE unsigned long ObjectType ## _UserSize64_XFG(unsigned long * pFlags, unsigned long Offset, void * pObject)\ +{\ +return ObjectType ## _UserSize64(pFlags, Offset, (ObjectType *)pObject);\ +}\ +NDR_SHAREABLE unsigned char * ObjectType ## _UserMarshal64_XFG(unsigned long * pFlags, unsigned char * pBuffer, void * pObject)\ +{\ +return ObjectType ## _UserMarshal64(pFlags, pBuffer, (ObjectType *)pObject);\ +}\ +NDR_SHAREABLE unsigned char * ObjectType ## _UserUnmarshal64_XFG(unsigned long * pFlags, unsigned char * pBuffer, void * pObject)\ +{\ +return ObjectType ## _UserUnmarshal64(pFlags, pBuffer, (ObjectType *)pObject);\ +}\ +NDR_SHAREABLE void ObjectType ## _UserFree64_XFG(unsigned long * pFlags, void * pObject)\ +{\ +ObjectType ## _UserFree64(pFlags, (ObjectType *)pObject);\ +} +#define XFG_BIND_TRAMPOLINES(HandleType, ObjectType)\ +static void* ObjectType ## _bind_XFG(HandleType pObject)\ +{\ +return ObjectType ## _bind((ObjectType) pObject);\ +}\ +static void ObjectType ## _unbind_XFG(HandleType pObject, handle_t ServerHandle)\ +{\ +ObjectType ## _unbind((ObjectType) pObject, ServerHandle);\ +} +#define XFG_TRAMPOLINE_FPTR(Function) Function ## _XFG +#define XFG_TRAMPOLINE_FPTR_DEPENDENT_SYMBOL(Symbol) Symbol ## _XFG +#else +#define XFG_TRAMPOLINES(ObjectType) +#define XFG_TRAMPOLINES64(ObjectType) +#define XFG_BIND_TRAMPOLINES(HandleType, ObjectType) +#define XFG_TRAMPOLINE_FPTR(Function) Function +#define XFG_TRAMPOLINE_FPTR_DEPENDENT_SYMBOL(Symbol) Symbol +#endif + + + +extern const salamander_MIDL_TYPE_FORMAT_STRING salamander__MIDL_TypeFormatString; +extern const salamander_MIDL_PROC_FORMAT_STRING salamander__MIDL_ProcFormatString; +extern const salamander_MIDL_EXPR_FORMAT_STRING salamander__MIDL_ExprFormatString; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamander_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamander_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderPanel_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderPanel_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderPanelItem_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderPanelItem_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderPanelItemCollection_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderPanelItemCollection_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderProgressDialog_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderProgressDialog_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderWaitWindow_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderWaitWindow_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderScriptInfo_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderScriptInfo_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderGuiComponent_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiComponent_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderGuiCheckBox_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiCheckBox_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderGuiButton_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiButton_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderGuiContainer_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiContainer_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderGuiForm_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiForm_ProxyInfo; + +#ifdef __cplusplus +namespace { +#endif + +extern const MIDL_STUB_DESC Object_StubDesc; +#ifdef __cplusplus +} +#endif + + +extern const MIDL_SERVER_INFO ISalamanderGui_ServerInfo; +extern const MIDL_STUBLESS_PROXY_INFO ISalamanderGui_ProxyInfo; + + +extern const USER_MARSHAL_ROUTINE_QUADRUPLE NDR64_UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ];extern const USER_MARSHAL_ROUTINE_QUADRUPLE UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ]; + +#if !defined(__RPC_WIN64__) +#error Invalid build platform for this stub. +#endif + +static const salamander_MIDL_PROC_FORMAT_STRING salamander__MIDL_ProcFormatString = + { + 0, + { + + /* Procedure MsgBox */ + + 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2 */ NdrFcLong( 0x0 ), /* 0 */ +/* 6 */ NdrFcShort( 0x3 ), /* 3 */ +/* 8 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */ +/* 10 */ NdrFcShort( 0x0 ), /* 0 */ +/* 12 */ NdrFcShort( 0x24 ), /* 36 */ +/* 14 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x5, /* 5 */ +/* 16 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 18 */ NdrFcShort( 0x0 ), /* 0 */ +/* 20 */ NdrFcShort( 0x1 ), /* 1 */ +/* 22 */ NdrFcShort( 0x0 ), /* 0 */ +/* 24 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter prompt */ + +/* 26 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 28 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 30 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter buttons */ + +/* 32 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 34 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 36 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter title */ + +/* 38 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 40 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 42 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter result */ + +/* 44 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 46 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 48 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 50 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 52 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 54 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_LeftPanel */ + +/* 56 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 58 */ NdrFcLong( 0x0 ), /* 0 */ +/* 62 */ NdrFcShort( 0x4 ), /* 4 */ +/* 64 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 66 */ NdrFcShort( 0x0 ), /* 0 */ +/* 68 */ NdrFcShort( 0x8 ), /* 8 */ +/* 70 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 72 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 74 */ NdrFcShort( 0x0 ), /* 0 */ +/* 76 */ NdrFcShort( 0x0 ), /* 0 */ +/* 78 */ NdrFcShort( 0x0 ), /* 0 */ +/* 80 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter panel */ + +/* 82 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 84 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 86 */ NdrFcShort( 0x3ea ), /* Type Offset=1002 */ + + /* Return value */ + +/* 88 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 90 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 92 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_RightPanel */ + +/* 94 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 96 */ NdrFcLong( 0x0 ), /* 0 */ +/* 100 */ NdrFcShort( 0x5 ), /* 5 */ +/* 102 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 104 */ NdrFcShort( 0x0 ), /* 0 */ +/* 106 */ NdrFcShort( 0x8 ), /* 8 */ +/* 108 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 110 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 112 */ NdrFcShort( 0x0 ), /* 0 */ +/* 114 */ NdrFcShort( 0x0 ), /* 0 */ +/* 116 */ NdrFcShort( 0x0 ), /* 0 */ +/* 118 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter panel */ + +/* 120 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 122 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 124 */ NdrFcShort( 0x3ea ), /* Type Offset=1002 */ + + /* Return value */ + +/* 126 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 128 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 130 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_SourcePanel */ + +/* 132 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 134 */ NdrFcLong( 0x0 ), /* 0 */ +/* 138 */ NdrFcShort( 0x6 ), /* 6 */ +/* 140 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 142 */ NdrFcShort( 0x0 ), /* 0 */ +/* 144 */ NdrFcShort( 0x8 ), /* 8 */ +/* 146 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 148 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 150 */ NdrFcShort( 0x0 ), /* 0 */ +/* 152 */ NdrFcShort( 0x0 ), /* 0 */ +/* 154 */ NdrFcShort( 0x0 ), /* 0 */ +/* 156 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter panel */ + +/* 158 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 160 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 162 */ NdrFcShort( 0x3ea ), /* Type Offset=1002 */ + + /* Return value */ + +/* 164 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 166 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 168 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_TargetPanel */ + +/* 170 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 172 */ NdrFcLong( 0x0 ), /* 0 */ +/* 176 */ NdrFcShort( 0x7 ), /* 7 */ +/* 178 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 180 */ NdrFcShort( 0x0 ), /* 0 */ +/* 182 */ NdrFcShort( 0x8 ), /* 8 */ +/* 184 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 186 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 188 */ NdrFcShort( 0x0 ), /* 0 */ +/* 190 */ NdrFcShort( 0x0 ), /* 0 */ +/* 192 */ NdrFcShort( 0x0 ), /* 0 */ +/* 194 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter panel */ + +/* 196 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 198 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 200 */ NdrFcShort( 0x3ea ), /* Type Offset=1002 */ + + /* Return value */ + +/* 202 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 204 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 206 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Version */ + +/* 208 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 210 */ NdrFcLong( 0x0 ), /* 0 */ +/* 214 */ NdrFcShort( 0x8 ), /* 8 */ +/* 216 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 218 */ NdrFcShort( 0x0 ), /* 0 */ +/* 220 */ NdrFcShort( 0x24 ), /* 36 */ +/* 222 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 224 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 226 */ NdrFcShort( 0x0 ), /* 0 */ +/* 228 */ NdrFcShort( 0x0 ), /* 0 */ +/* 230 */ NdrFcShort( 0x0 ), /* 0 */ +/* 232 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter version */ + +/* 234 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 236 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 238 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 240 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 242 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 244 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure InputBox */ + +/* 246 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 248 */ NdrFcLong( 0x0 ), /* 0 */ +/* 252 */ NdrFcShort( 0x9 ), /* 9 */ +/* 254 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */ +/* 256 */ NdrFcShort( 0x0 ), /* 0 */ +/* 258 */ NdrFcShort( 0x8 ), /* 8 */ +/* 260 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x5, /* 5 */ +/* 262 */ 0xa, /* 10 */ + 0x7, /* Ext Flags: new corr desc, clt corr check, srv corr check, */ +/* 264 */ NdrFcShort( 0x1 ), /* 1 */ +/* 266 */ NdrFcShort( 0x1 ), /* 1 */ +/* 268 */ NdrFcShort( 0x0 ), /* 0 */ +/* 270 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter prompt */ + +/* 272 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 274 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 276 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter title */ + +/* 278 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 280 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 282 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter _default */ + +/* 284 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 286 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 288 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter result */ + +/* 290 */ NdrFcShort( 0x2113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=8 */ +/* 292 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 294 */ NdrFcShort( 0x408 ), /* Type Offset=1032 */ + + /* Return value */ + +/* 296 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 298 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 300 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Delay */ + + + /* Procedure get_PathType */ + + + /* Procedure get_WindowsVersion */ + +/* 302 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 304 */ NdrFcLong( 0x0 ), /* 0 */ +/* 308 */ NdrFcShort( 0xa ), /* 10 */ +/* 310 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 312 */ NdrFcShort( 0x0 ), /* 0 */ +/* 314 */ NdrFcShort( 0x24 ), /* 36 */ +/* 316 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 318 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 320 */ NdrFcShort( 0x0 ), /* 0 */ +/* 322 */ NdrFcShort( 0x0 ), /* 0 */ +/* 324 */ NdrFcShort( 0x0 ), /* 0 */ +/* 326 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter ms */ + + + /* Parameter type */ + + + /* Parameter version */ + +/* 328 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 330 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 332 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + + + /* Return value */ + + + /* Return value */ + +/* 334 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 336 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 338 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_AutomationVersion */ + +/* 340 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 342 */ NdrFcLong( 0x0 ), /* 0 */ +/* 346 */ NdrFcShort( 0xb ), /* 11 */ +/* 348 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 350 */ NdrFcShort( 0x0 ), /* 0 */ +/* 352 */ NdrFcShort( 0x24 ), /* 36 */ +/* 354 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 356 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 358 */ NdrFcShort( 0x0 ), /* 0 */ +/* 360 */ NdrFcShort( 0x0 ), /* 0 */ +/* 362 */ NdrFcShort( 0x0 ), /* 0 */ +/* 364 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter version */ + +/* 366 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 368 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 370 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 372 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 374 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 376 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Sleep */ + +/* 378 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 380 */ NdrFcLong( 0x0 ), /* 0 */ +/* 384 */ NdrFcShort( 0xc ), /* 12 */ +/* 386 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 388 */ NdrFcShort( 0x8 ), /* 8 */ +/* 390 */ NdrFcShort( 0x8 ), /* 8 */ +/* 392 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 394 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 396 */ NdrFcShort( 0x0 ), /* 0 */ +/* 398 */ NdrFcShort( 0x0 ), /* 0 */ +/* 400 */ NdrFcShort( 0x0 ), /* 0 */ +/* 402 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter time */ + +/* 404 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 406 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 408 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 410 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 412 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 414 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure AbortScript */ + +/* 416 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 418 */ NdrFcLong( 0x0 ), /* 0 */ +/* 422 */ NdrFcShort( 0xd ), /* 13 */ +/* 424 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 426 */ NdrFcShort( 0x0 ), /* 0 */ +/* 428 */ NdrFcShort( 0x8 ), /* 8 */ +/* 430 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x1, /* 1 */ +/* 432 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 434 */ NdrFcShort( 0x0 ), /* 0 */ +/* 436 */ NdrFcShort( 0x0 ), /* 0 */ +/* 438 */ NdrFcShort( 0x0 ), /* 0 */ +/* 440 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Return value */ + +/* 442 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 444 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 446 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure TraceI */ + +/* 448 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 450 */ NdrFcLong( 0x0 ), /* 0 */ +/* 454 */ NdrFcShort( 0xe ), /* 14 */ +/* 456 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 458 */ NdrFcShort( 0x0 ), /* 0 */ +/* 460 */ NdrFcShort( 0x8 ), /* 8 */ +/* 462 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 464 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 466 */ NdrFcShort( 0x0 ), /* 0 */ +/* 468 */ NdrFcShort( 0x1 ), /* 1 */ +/* 470 */ NdrFcShort( 0x0 ), /* 0 */ +/* 472 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter message */ + +/* 474 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 476 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 478 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Return value */ + +/* 480 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 482 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 484 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure TraceE */ + +/* 486 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 488 */ NdrFcLong( 0x0 ), /* 0 */ +/* 492 */ NdrFcShort( 0xf ), /* 15 */ +/* 494 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 496 */ NdrFcShort( 0x0 ), /* 0 */ +/* 498 */ NdrFcShort( 0x8 ), /* 8 */ +/* 500 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 502 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 504 */ NdrFcShort( 0x0 ), /* 0 */ +/* 506 */ NdrFcShort( 0x1 ), /* 1 */ +/* 508 */ NdrFcShort( 0x0 ), /* 0 */ +/* 510 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter message */ + +/* 512 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 514 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 516 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Return value */ + +/* 518 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 520 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 522 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_ProgressDialog */ + +/* 524 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 526 */ NdrFcLong( 0x0 ), /* 0 */ +/* 530 */ NdrFcShort( 0x10 ), /* 16 */ +/* 532 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 534 */ NdrFcShort( 0x0 ), /* 0 */ +/* 536 */ NdrFcShort( 0x8 ), /* 8 */ +/* 538 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 540 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 542 */ NdrFcShort( 0x0 ), /* 0 */ +/* 544 */ NdrFcShort( 0x0 ), /* 0 */ +/* 546 */ NdrFcShort( 0x0 ), /* 0 */ +/* 548 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter dialog */ + +/* 550 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 552 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 554 */ NdrFcShort( 0x412 ), /* Type Offset=1042 */ + + /* Return value */ + +/* 556 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 558 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 560 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_WaitWindow */ + +/* 562 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 564 */ NdrFcLong( 0x0 ), /* 0 */ +/* 568 */ NdrFcShort( 0x11 ), /* 17 */ +/* 570 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 572 */ NdrFcShort( 0x0 ), /* 0 */ +/* 574 */ NdrFcShort( 0x8 ), /* 8 */ +/* 576 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 578 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 580 */ NdrFcShort( 0x0 ), /* 0 */ +/* 582 */ NdrFcShort( 0x0 ), /* 0 */ +/* 584 */ NdrFcShort( 0x0 ), /* 0 */ +/* 586 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter window */ + +/* 588 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 590 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 592 */ NdrFcShort( 0x428 ), /* Type Offset=1064 */ + + /* Return value */ + +/* 594 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 596 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 598 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure ViewFile */ + +/* 600 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 602 */ NdrFcLong( 0x0 ), /* 0 */ +/* 606 */ NdrFcShort( 0x12 ), /* 18 */ +/* 608 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 610 */ NdrFcShort( 0x0 ), /* 0 */ +/* 612 */ NdrFcShort( 0x8 ), /* 8 */ +/* 614 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 616 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 618 */ NdrFcShort( 0x0 ), /* 0 */ +/* 620 */ NdrFcShort( 0x1 ), /* 1 */ +/* 622 */ NdrFcShort( 0x0 ), /* 0 */ +/* 624 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter file */ + +/* 626 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 628 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 630 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter cache */ + +/* 632 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 634 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 636 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Return value */ + +/* 638 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 640 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 642 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure MatchesMask */ + +/* 644 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 646 */ NdrFcLong( 0x0 ), /* 0 */ +/* 650 */ NdrFcShort( 0x13 ), /* 19 */ +/* 652 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 654 */ NdrFcShort( 0x0 ), /* 0 */ +/* 656 */ NdrFcShort( 0x22 ), /* 34 */ +/* 658 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x4, /* 4 */ +/* 660 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 662 */ NdrFcShort( 0x0 ), /* 0 */ +/* 664 */ NdrFcShort( 0x1 ), /* 1 */ +/* 666 */ NdrFcShort( 0x0 ), /* 0 */ +/* 668 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter file */ + +/* 670 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 672 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 674 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter mask */ + +/* 676 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 678 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 680 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter match */ + +/* 682 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 684 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 686 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 688 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 690 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 692 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure DebugBreak */ + +/* 694 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 696 */ NdrFcLong( 0x0 ), /* 0 */ +/* 700 */ NdrFcShort( 0x14 ), /* 20 */ +/* 702 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 704 */ NdrFcShort( 0x0 ), /* 0 */ +/* 706 */ NdrFcShort( 0x8 ), /* 8 */ +/* 708 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x1, /* 1 */ +/* 710 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 712 */ NdrFcShort( 0x0 ), /* 0 */ +/* 714 */ NdrFcShort( 0x0 ), /* 0 */ +/* 716 */ NdrFcShort( 0x0 ), /* 0 */ +/* 718 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Return value */ + +/* 720 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 722 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 724 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure ErrorDialog */ + +/* 726 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 728 */ NdrFcLong( 0x0 ), /* 0 */ +/* 732 */ NdrFcShort( 0x15 ), /* 21 */ +/* 734 */ NdrFcShort( 0x38 ), /* X64 Stack size/offset = 56 */ +/* 736 */ NdrFcShort( 0x8 ), /* 8 */ +/* 738 */ NdrFcShort( 0x24 ), /* 36 */ +/* 740 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x6, /* 6 */ +/* 742 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 744 */ NdrFcShort( 0x0 ), /* 0 */ +/* 746 */ NdrFcShort( 0x1 ), /* 1 */ +/* 748 */ NdrFcShort( 0x0 ), /* 0 */ +/* 750 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter file */ + +/* 752 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 754 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 756 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter error */ + +/* 758 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 760 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 762 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter buttons */ + +/* 764 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 766 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 768 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Parameter title */ + +/* 770 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 772 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 774 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter result */ + +/* 776 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 778 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 780 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 782 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 784 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */ +/* 786 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure QuestionDialog */ + +/* 788 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 790 */ NdrFcLong( 0x0 ), /* 0 */ +/* 794 */ NdrFcShort( 0x16 ), /* 22 */ +/* 796 */ NdrFcShort( 0x38 ), /* X64 Stack size/offset = 56 */ +/* 798 */ NdrFcShort( 0x8 ), /* 8 */ +/* 800 */ NdrFcShort( 0x24 ), /* 36 */ +/* 802 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x6, /* 6 */ +/* 804 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 806 */ NdrFcShort( 0x0 ), /* 0 */ +/* 808 */ NdrFcShort( 0x1 ), /* 1 */ +/* 810 */ NdrFcShort( 0x0 ), /* 0 */ +/* 812 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter file */ + +/* 814 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 816 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 818 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter question */ + +/* 820 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 822 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 824 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter buttons */ + +/* 826 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 828 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 830 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Parameter title */ + +/* 832 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 834 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 836 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter result */ + +/* 838 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 840 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 842 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 844 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 846 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */ +/* 848 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure OverwriteDialog */ + +/* 850 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 852 */ NdrFcLong( 0x0 ), /* 0 */ +/* 856 */ NdrFcShort( 0x17 ), /* 23 */ +/* 858 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */ +/* 860 */ NdrFcShort( 0x8 ), /* 8 */ +/* 862 */ NdrFcShort( 0x24 ), /* 36 */ +/* 864 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x5, /* 5 */ +/* 866 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 868 */ NdrFcShort( 0x0 ), /* 0 */ +/* 870 */ NdrFcShort( 0x1 ), /* 1 */ +/* 872 */ NdrFcShort( 0x0 ), /* 0 */ +/* 874 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter file1 */ + +/* 876 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 878 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 880 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter file2 */ + +/* 882 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 884 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 886 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter buttons */ + +/* 888 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 890 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 892 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Parameter result */ + +/* 894 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 896 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 898 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 900 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 902 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 904 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Forms */ + +/* 906 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 908 */ NdrFcLong( 0x0 ), /* 0 */ +/* 912 */ NdrFcShort( 0x18 ), /* 24 */ +/* 914 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 916 */ NdrFcShort( 0x0 ), /* 0 */ +/* 918 */ NdrFcShort( 0x8 ), /* 8 */ +/* 920 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 922 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 924 */ NdrFcShort( 0x0 ), /* 0 */ +/* 926 */ NdrFcShort( 0x0 ), /* 0 */ +/* 928 */ NdrFcShort( 0x0 ), /* 0 */ +/* 930 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter gui */ + +/* 932 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 934 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 936 */ NdrFcShort( 0x442 ), /* Type Offset=1090 */ + + /* Return value */ + +/* 938 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 940 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 942 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure SetPersistentVal */ + +/* 944 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 946 */ NdrFcLong( 0x0 ), /* 0 */ +/* 950 */ NdrFcShort( 0x19 ), /* 25 */ +/* 952 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 954 */ NdrFcShort( 0x0 ), /* 0 */ +/* 956 */ NdrFcShort( 0x8 ), /* 8 */ +/* 958 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 960 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 962 */ NdrFcShort( 0x0 ), /* 0 */ +/* 964 */ NdrFcShort( 0x1 ), /* 1 */ +/* 966 */ NdrFcShort( 0x0 ), /* 0 */ +/* 968 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter key */ + +/* 970 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 972 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 974 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter val */ + +/* 976 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 978 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 980 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Return value */ + +/* 982 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 984 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 986 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure GetPersistentVal */ + +/* 988 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 990 */ NdrFcLong( 0x0 ), /* 0 */ +/* 994 */ NdrFcShort( 0x1a ), /* 26 */ +/* 996 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 998 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1000 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1002 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 1004 */ 0xa, /* 10 */ + 0x7, /* Ext Flags: new corr desc, clt corr check, srv corr check, */ +/* 1006 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1008 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1010 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1012 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter key */ + +/* 1014 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 1016 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1018 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter val */ + +/* 1020 */ NdrFcShort( 0x6113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=24 */ +/* 1022 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1024 */ NdrFcShort( 0x460 ), /* Type Offset=1120 */ + + /* Return value */ + +/* 1026 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1028 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1030 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Script */ + +/* 1032 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1034 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1038 */ NdrFcShort( 0x1b ), /* 27 */ +/* 1040 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1042 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1044 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1046 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1048 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1050 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1052 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1054 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1056 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter info */ + +/* 1058 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 1060 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1062 */ NdrFcShort( 0x46a ), /* Type Offset=1130 */ + + /* Return value */ + +/* 1064 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1066 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1068 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure GetFullPath */ + +/* 1070 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1072 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1076 */ NdrFcShort( 0x1c ), /* 28 */ +/* 1078 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 1080 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1082 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1084 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x4, /* 4 */ +/* 1086 */ 0xa, /* 10 */ + 0x7, /* Ext Flags: new corr desc, clt corr check, srv corr check, */ +/* 1088 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1090 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1092 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1094 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter path */ + +/* 1096 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 1098 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1100 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Parameter panel */ + +/* 1102 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 1104 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1106 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter result */ + +/* 1108 */ NdrFcShort( 0x2113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=8 */ +/* 1110 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1112 */ NdrFcShort( 0x408 ), /* Type Offset=1032 */ + + /* Return value */ + +/* 1114 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1116 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 1118 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Path */ + +/* 1120 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1122 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1126 */ NdrFcShort( 0x3 ), /* 3 */ +/* 1128 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1130 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1132 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1134 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1136 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 1138 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1140 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1142 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1144 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter path */ + +/* 1146 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 1148 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1150 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Return value */ + +/* 1152 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1154 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1156 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Path */ + + + /* Procedure get_Path */ + + + /* Procedure get_Path */ + +/* 1158 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1160 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1164 */ NdrFcShort( 0x4 ), /* 4 */ +/* 1166 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1168 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1170 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1172 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1174 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 1176 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1178 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1180 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1182 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter path */ + + + /* Parameter path */ + + + /* Parameter path */ + +/* 1184 */ NdrFcShort( 0x2113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=8 */ +/* 1186 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1188 */ NdrFcShort( 0x408 ), /* Type Offset=1032 */ + + /* Return value */ + + + /* Return value */ + + + /* Return value */ + +/* 1190 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1192 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1194 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_FocusedItem */ + +/* 1196 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1198 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1202 */ NdrFcShort( 0x5 ), /* 5 */ +/* 1204 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1206 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1208 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1210 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1212 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1214 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1216 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1218 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1220 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter item */ + +/* 1222 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 1224 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1226 */ NdrFcShort( 0x480 ), /* Type Offset=1152 */ + + /* Return value */ + +/* 1228 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1230 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1232 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_SelectedItems */ + +/* 1234 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1236 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1240 */ NdrFcShort( 0x6 ), /* 6 */ +/* 1242 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1244 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1246 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1248 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1250 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1252 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1254 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1256 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1258 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter coll */ + +/* 1260 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 1262 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1264 */ NdrFcShort( 0x496 ), /* Type Offset=1174 */ + + /* Return value */ + +/* 1266 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1268 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1270 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Items */ + +/* 1272 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1274 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1278 */ NdrFcShort( 0x7 ), /* 7 */ +/* 1280 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1282 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1284 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1286 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1288 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1290 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1292 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1294 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1296 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter coll */ + +/* 1298 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 1300 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1302 */ NdrFcShort( 0x496 ), /* Type Offset=1174 */ + + /* Return value */ + +/* 1304 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1306 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1308 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure SelectAll */ + +/* 1310 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1312 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1316 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1318 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1320 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1322 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1324 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x1, /* 1 */ +/* 1326 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1328 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1330 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1332 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1334 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Return value */ + +/* 1336 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1338 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1340 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure DeselectAll */ + +/* 1342 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1344 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1348 */ NdrFcShort( 0x9 ), /* 9 */ +/* 1350 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1352 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1354 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1356 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1358 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 1360 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1362 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1364 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1366 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter save */ + +/* 1368 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 1370 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1372 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Return value */ + +/* 1374 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1376 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1378 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure StoreSelection */ + +/* 1380 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1382 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1386 */ NdrFcShort( 0xb ), /* 11 */ +/* 1388 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1390 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1392 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1394 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x1, /* 1 */ +/* 1396 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1398 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1400 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1402 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1404 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Return value */ + +/* 1406 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1408 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1410 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Text */ + + + /* Procedure get_Name */ + + + /* Procedure get_Name */ + +/* 1412 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1414 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1418 */ NdrFcShort( 0x3 ), /* 3 */ +/* 1420 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1422 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1424 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1426 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1428 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 1430 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1432 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1434 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1436 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + + + /* Parameter name */ + + + /* Parameter name */ + +/* 1438 */ NdrFcShort( 0x2113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=8 */ +/* 1440 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1442 */ NdrFcShort( 0x408 ), /* Type Offset=1032 */ + + /* Return value */ + + + /* Return value */ + + + /* Return value */ + +/* 1444 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1446 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1448 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Size */ + +/* 1450 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1452 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1456 */ NdrFcShort( 0x5 ), /* 5 */ +/* 1458 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1460 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1462 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1464 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1466 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 1468 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1470 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1472 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1474 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter size */ + +/* 1476 */ NdrFcShort( 0x6113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=24 */ +/* 1478 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1480 */ NdrFcShort( 0x460 ), /* Type Offset=1120 */ + + /* Return value */ + +/* 1482 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1484 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1486 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_DateLastModified */ + +/* 1488 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1490 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1494 */ NdrFcShort( 0x6 ), /* 6 */ +/* 1496 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1498 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1500 */ NdrFcShort( 0x2c ), /* 44 */ +/* 1502 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 1504 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1506 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1508 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1510 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1512 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter date */ + +/* 1514 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 1516 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1518 */ 0xc, /* FC_DOUBLE */ + 0x0, /* 0 */ + + /* Return value */ + +/* 1520 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1522 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1524 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Attributes */ + +/* 1526 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1528 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1532 */ NdrFcShort( 0x7 ), /* 7 */ +/* 1534 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1536 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1538 */ NdrFcShort( 0x24 ), /* 36 */ +/* 1540 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 1542 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1544 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1546 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1548 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1550 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter attrs */ + +/* 1552 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 1554 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1556 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 1558 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1560 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1562 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Item */ + +/* 1564 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1566 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1570 */ NdrFcShort( 0x3 ), /* 3 */ +/* 1572 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 1574 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1576 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1578 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 1580 */ 0xa, /* 10 */ + 0x85, /* Ext Flags: new corr desc, srv corr check, has big byval param */ +/* 1582 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1584 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1586 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1588 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter key */ + +/* 1590 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 1592 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1594 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter item */ + +/* 1596 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 1598 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1600 */ NdrFcShort( 0x480 ), /* Type Offset=1152 */ + + /* Return value */ + +/* 1602 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1604 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1606 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Count */ + +/* 1608 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1610 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1614 */ NdrFcShort( 0x4 ), /* 4 */ +/* 1616 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1618 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1620 */ NdrFcShort( 0x24 ), /* 36 */ +/* 1622 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 1624 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1626 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1628 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1630 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1632 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter count */ + +/* 1634 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 1636 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1638 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 1640 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1642 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1644 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get__NewEnum */ + +/* 1646 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1648 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1652 */ NdrFcShort( 0x5 ), /* 5 */ +/* 1654 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1656 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1658 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1660 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1662 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1664 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1666 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1668 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1670 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter ppenum */ + +/* 1672 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 1674 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1676 */ NdrFcShort( 0x4b0 ), /* Type Offset=1200 */ + + /* Return value */ + +/* 1678 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1680 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1682 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Show */ + + + /* Procedure Show */ + +/* 1684 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1686 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1690 */ NdrFcShort( 0x3 ), /* 3 */ +/* 1692 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1694 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1696 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1698 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x1, /* 1 */ +/* 1700 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1702 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1704 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1706 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1708 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Return value */ + + + /* Return value */ + +/* 1710 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1712 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1714 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Hide */ + + + /* Procedure Hide */ + +/* 1716 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1718 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1722 */ NdrFcShort( 0x4 ), /* 4 */ +/* 1724 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1726 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1728 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1730 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x1, /* 1 */ +/* 1732 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1734 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1736 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1738 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1740 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Return value */ + + + /* Return value */ + +/* 1742 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1744 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1746 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Title */ + + + /* Procedure get_Title */ + +/* 1748 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1750 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1754 */ NdrFcShort( 0x5 ), /* 5 */ +/* 1756 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1758 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1760 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1762 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1764 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 1766 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1768 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1770 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1772 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter title */ + + + /* Parameter title */ + +/* 1774 */ NdrFcShort( 0x2113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=8 */ +/* 1776 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1778 */ NdrFcShort( 0x408 ), /* Type Offset=1032 */ + + /* Return value */ + + + /* Return value */ + +/* 1780 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1782 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1784 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Title */ + + + /* Procedure put_Title */ + +/* 1786 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1788 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1792 */ NdrFcShort( 0x6 ), /* 6 */ +/* 1794 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1796 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1798 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1800 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1802 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 1804 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1806 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1808 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1810 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter title */ + + + /* Parameter title */ + +/* 1812 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 1814 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1816 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Return value */ + + + /* Return value */ + +/* 1818 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1820 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1822 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure AddText */ + +/* 1824 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1826 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1830 */ NdrFcShort( 0x7 ), /* 7 */ +/* 1832 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1834 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1836 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1838 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1840 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 1842 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1844 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1846 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1848 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 1850 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 1852 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1854 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Return value */ + +/* 1856 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1858 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1860 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_IsCancelled */ + +/* 1862 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1864 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1868 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1870 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1872 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1874 */ NdrFcShort( 0x22 ), /* 34 */ +/* 1876 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 1878 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 1880 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1882 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1884 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1886 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter cancelled */ + +/* 1888 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 1890 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1892 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 1894 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1896 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1898 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Position */ + +/* 1900 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1902 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1906 */ NdrFcShort( 0x9 ), /* 9 */ +/* 1908 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1910 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1912 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1914 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1916 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 1918 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1920 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1922 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1924 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter position */ + +/* 1926 */ NdrFcShort( 0x6113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=24 */ +/* 1928 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1930 */ NdrFcShort( 0x460 ), /* Type Offset=1120 */ + + /* Return value */ + +/* 1932 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1934 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1936 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Position */ + +/* 1938 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1940 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1944 */ NdrFcShort( 0xa ), /* 10 */ +/* 1946 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1948 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1950 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1952 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1954 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 1956 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1958 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1960 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1962 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter position */ + +/* 1964 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 1966 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 1968 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Return value */ + +/* 1970 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 1972 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 1974 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_TotalPosition */ + +/* 1976 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 1978 */ NdrFcLong( 0x0 ), /* 0 */ +/* 1982 */ NdrFcShort( 0xb ), /* 11 */ +/* 1984 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 1986 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1988 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1990 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 1992 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 1994 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1996 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1998 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2000 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter position */ + +/* 2002 */ NdrFcShort( 0x6113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=24 */ +/* 2004 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2006 */ NdrFcShort( 0x460 ), /* Type Offset=1120 */ + + /* Return value */ + +/* 2008 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2010 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2012 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_TotalPosition */ + +/* 2014 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2016 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2020 */ NdrFcShort( 0xc ), /* 12 */ +/* 2022 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2024 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2026 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2028 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2030 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2032 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2034 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2036 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2038 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter position */ + +/* 2040 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2042 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2044 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Return value */ + +/* 2046 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2048 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2050 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Step */ + +/* 2052 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2054 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2058 */ NdrFcShort( 0xd ), /* 13 */ +/* 2060 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2062 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2064 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2066 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2068 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2070 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2072 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2074 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2076 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter step */ + +/* 2078 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 2080 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2082 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2084 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2086 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2088 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_CanCancel */ + +/* 2090 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2092 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2096 */ NdrFcShort( 0xe ), /* 14 */ +/* 2098 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2100 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2102 */ NdrFcShort( 0x22 ), /* 34 */ +/* 2104 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2106 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2108 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2110 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2112 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2114 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter enabled */ + +/* 2116 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 2118 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2120 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2122 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2124 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2126 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_CanCancel */ + +/* 2128 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2130 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2134 */ NdrFcShort( 0xf ), /* 15 */ +/* 2136 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2138 */ NdrFcShort( 0x6 ), /* 6 */ +/* 2140 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2142 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2144 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2146 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2148 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2150 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2152 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter enabled */ + +/* 2154 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 2156 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2158 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2160 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2162 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2164 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Style */ + +/* 2166 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2168 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2172 */ NdrFcShort( 0x10 ), /* 16 */ +/* 2174 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2176 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2178 */ NdrFcShort( 0x24 ), /* 36 */ +/* 2180 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2182 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2184 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2186 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2188 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2190 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter barcount */ + +/* 2192 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 2194 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2196 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2198 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2200 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2202 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Style */ + +/* 2204 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2206 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2210 */ NdrFcShort( 0x11 ), /* 17 */ +/* 2212 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2214 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2216 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2218 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2220 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2222 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2224 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2226 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2228 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter barcount */ + +/* 2230 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 2232 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2234 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2236 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2238 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2240 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Maximum */ + +/* 2242 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2244 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2248 */ NdrFcShort( 0x12 ), /* 18 */ +/* 2250 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2252 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2254 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2256 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2258 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 2260 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2262 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2264 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2266 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter max */ + +/* 2268 */ NdrFcShort( 0x6113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=24 */ +/* 2270 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2272 */ NdrFcShort( 0x460 ), /* Type Offset=1120 */ + + /* Return value */ + +/* 2274 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2276 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2278 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Maximum */ + +/* 2280 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2282 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2286 */ NdrFcShort( 0x13 ), /* 19 */ +/* 2288 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2290 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2292 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2294 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2296 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2298 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2300 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2302 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2304 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter max */ + +/* 2306 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2308 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2310 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Return value */ + +/* 2312 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2314 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2316 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_TotalMaximum */ + +/* 2318 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2320 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2324 */ NdrFcShort( 0x14 ), /* 20 */ +/* 2326 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2328 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2330 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2332 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2334 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 2336 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2338 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2340 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2342 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter max */ + +/* 2344 */ NdrFcShort( 0x6113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=24 */ +/* 2346 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2348 */ NdrFcShort( 0x460 ), /* Type Offset=1120 */ + + /* Return value */ + +/* 2350 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2352 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2354 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_TotalMaximum */ + +/* 2356 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2358 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2362 */ NdrFcShort( 0x15 ), /* 21 */ +/* 2364 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2366 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2368 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2370 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2372 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2374 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2376 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2378 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2380 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter max */ + +/* 2382 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2384 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2386 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Return value */ + +/* 2388 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2390 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2392 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Text */ + +/* 2394 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2396 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2400 */ NdrFcShort( 0x7 ), /* 7 */ +/* 2402 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2404 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2406 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2408 */ 0x45, /* Oi2 Flags: srv must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2410 */ 0xa, /* 10 */ + 0x3, /* Ext Flags: new corr desc, clt corr check, */ +/* 2412 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2414 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2416 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2418 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 2420 */ NdrFcShort( 0x2113 ), /* Flags: must size, must free, out, simple ref, srv alloc size=8 */ +/* 2422 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2424 */ NdrFcShort( 0x408 ), /* Type Offset=1032 */ + + /* Return value */ + +/* 2426 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2428 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2430 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Text */ + +/* 2432 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2434 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2438 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2440 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2442 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2444 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2446 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2448 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2450 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2452 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2454 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2456 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 2458 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 2460 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2462 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Return value */ + +/* 2464 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2466 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2468 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_IsCancelled */ + +/* 2470 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2472 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2476 */ NdrFcShort( 0x9 ), /* 9 */ +/* 2478 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2480 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2482 */ NdrFcShort( 0x22 ), /* 34 */ +/* 2484 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2486 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2488 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2490 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2492 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2494 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter cancelled */ + +/* 2496 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 2498 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2500 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2502 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2504 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2506 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Delay */ + +/* 2508 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2510 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2514 */ NdrFcShort( 0xb ), /* 11 */ +/* 2516 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2518 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2520 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2522 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2524 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2526 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2528 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2530 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2532 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter ms */ + +/* 2534 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 2536 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2538 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2540 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2542 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2544 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_CanCancel */ + +/* 2546 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2548 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2552 */ NdrFcShort( 0xc ), /* 12 */ +/* 2554 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2556 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2558 */ NdrFcShort( 0x22 ), /* 34 */ +/* 2560 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2562 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2564 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2566 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2568 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2570 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter enabled */ + +/* 2572 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 2574 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2576 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2578 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2580 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2582 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_CanCancel */ + +/* 2584 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2586 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2590 */ NdrFcShort( 0xd ), /* 13 */ +/* 2592 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2594 */ NdrFcShort( 0x6 ), /* 6 */ +/* 2596 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2598 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2600 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2602 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2604 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2606 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2608 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter enabled */ + +/* 2610 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 2612 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2614 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2616 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2618 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2620 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Text */ + +/* 2622 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2624 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2628 */ NdrFcShort( 0x4 ), /* 4 */ +/* 2630 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2632 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2634 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2636 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */ + 0x2, /* 2 */ +/* 2638 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2640 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2642 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2644 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2646 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 2648 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */ +/* 2650 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2652 */ NdrFcShort( 0x1c ), /* Type Offset=28 */ + + /* Return value */ + +/* 2654 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2656 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2658 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure get_Checked */ + +/* 2660 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2662 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2666 */ NdrFcShort( 0x5 ), /* 5 */ +/* 2668 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2670 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2672 */ NdrFcShort( 0x22 ), /* 34 */ +/* 2674 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2676 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2678 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2680 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2682 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2684 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter val */ + +/* 2686 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 2688 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2690 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2692 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2694 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2696 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_Checked */ + +/* 2698 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2700 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2704 */ NdrFcShort( 0x6 ), /* 6 */ +/* 2706 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2708 */ NdrFcShort( 0x6 ), /* 6 */ +/* 2710 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2712 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2714 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2716 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2718 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2720 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2722 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter val */ + +/* 2724 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 2726 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2728 */ 0x6, /* FC_SHORT */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2730 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2732 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2734 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Execute */ + + + /* Procedure get_DialogResult */ + +/* 2736 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2738 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2742 */ NdrFcShort( 0x5 ), /* 5 */ +/* 2744 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2746 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2748 */ NdrFcShort( 0x24 ), /* 36 */ +/* 2750 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2752 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2754 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2756 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2758 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2760 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter result */ + + + /* Parameter val */ + +/* 2762 */ NdrFcShort( 0x2150 ), /* Flags: out, base type, simple ref, srv alloc size=8 */ +/* 2764 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2766 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + + + /* Return value */ + +/* 2768 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2770 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2772 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure put_DialogResult */ + +/* 2774 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2776 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2780 */ NdrFcShort( 0x6 ), /* 6 */ +/* 2782 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2784 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2786 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2788 */ 0x44, /* Oi2 Flags: has return, has ext, */ + 0x2, /* 2 */ +/* 2790 */ 0xa, /* 10 */ + 0x1, /* Ext Flags: new corr desc, */ +/* 2792 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2794 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2796 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2798 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter val */ + +/* 2800 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */ +/* 2802 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2804 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Return value */ + +/* 2806 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2808 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2810 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Form */ + +/* 2812 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2814 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2818 */ NdrFcShort( 0x3 ), /* 3 */ +/* 2820 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 2822 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2824 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2826 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 2828 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2830 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2832 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2834 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2836 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter title */ + +/* 2838 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2840 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2842 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter component */ + +/* 2844 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 2846 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2848 */ NdrFcShort( 0x4b4 ), /* Type Offset=1204 */ + + /* Return value */ + +/* 2850 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2852 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2854 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Button */ + +/* 2856 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2858 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2862 */ NdrFcShort( 0x4 ), /* 4 */ +/* 2864 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */ +/* 2866 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2868 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2870 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x4, /* 4 */ +/* 2872 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2874 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2876 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2878 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2880 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 2882 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2884 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2886 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter result */ + +/* 2888 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2890 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2892 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter component */ + +/* 2894 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 2896 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2898 */ NdrFcShort( 0x4b4 ), /* Type Offset=1204 */ + + /* Return value */ + +/* 2900 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2902 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 2904 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure CheckBox */ + +/* 2906 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2908 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2912 */ NdrFcShort( 0x5 ), /* 5 */ +/* 2914 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 2916 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2918 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2920 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 2922 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2924 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2926 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2928 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2930 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 2932 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2934 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2936 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter component */ + +/* 2938 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 2940 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2942 */ NdrFcShort( 0x4b4 ), /* Type Offset=1204 */ + + /* Return value */ + +/* 2944 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2946 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2948 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure TextBox */ + +/* 2950 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2952 */ NdrFcLong( 0x0 ), /* 0 */ +/* 2956 */ NdrFcShort( 0x6 ), /* 6 */ +/* 2958 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 2960 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2962 */ NdrFcShort( 0x8 ), /* 8 */ +/* 2964 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 2966 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 2968 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2970 */ NdrFcShort( 0x1 ), /* 1 */ +/* 2972 */ NdrFcShort( 0x0 ), /* 0 */ +/* 2974 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 2976 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 2978 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 2980 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter component */ + +/* 2982 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 2984 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 2986 */ NdrFcShort( 0x4b4 ), /* Type Offset=1204 */ + + /* Return value */ + +/* 2988 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 2990 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 2992 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + /* Procedure Label */ + +/* 2994 */ 0x33, /* FC_AUTO_HANDLE */ + 0x6c, /* Old Flags: object, Oi2 */ +/* 2996 */ NdrFcLong( 0x0 ), /* 0 */ +/* 3000 */ NdrFcShort( 0x7 ), /* 7 */ +/* 3002 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */ +/* 3004 */ NdrFcShort( 0x0 ), /* 0 */ +/* 3006 */ NdrFcShort( 0x8 ), /* 8 */ +/* 3008 */ 0x47, /* Oi2 Flags: srv must size, clt must size, has return, has ext, */ + 0x3, /* 3 */ +/* 3010 */ 0xa, /* 10 */ + 0x5, /* Ext Flags: new corr desc, srv corr check, */ +/* 3012 */ NdrFcShort( 0x0 ), /* 0 */ +/* 3014 */ NdrFcShort( 0x1 ), /* 1 */ +/* 3016 */ NdrFcShort( 0x0 ), /* 0 */ +/* 3018 */ NdrFcShort( 0x0 ), /* 0 */ + + /* Parameter text */ + +/* 3020 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */ +/* 3022 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */ +/* 3024 */ NdrFcShort( 0x3dc ), /* Type Offset=988 */ + + /* Parameter component */ + +/* 3026 */ NdrFcShort( 0x13 ), /* Flags: must size, must free, out, */ +/* 3028 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */ +/* 3030 */ NdrFcShort( 0x4b4 ), /* Type Offset=1204 */ + + /* Return value */ + +/* 3032 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */ +/* 3034 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */ +/* 3036 */ 0x8, /* FC_LONG */ + 0x0, /* 0 */ + + 0x0 + } + }; + +static const salamander_MIDL_TYPE_FORMAT_STRING salamander__MIDL_TypeFormatString = + { + 0, + { + NdrFcShort( 0x0 ), /* 0 */ +/* 2 */ + 0x12, 0x0, /* FC_UP */ +/* 4 */ NdrFcShort( 0xe ), /* Offset= 14 (18) */ +/* 6 */ + 0x1b, /* FC_CARRAY */ + 0x1, /* 1 */ +/* 8 */ NdrFcShort( 0x2 ), /* 2 */ +/* 10 */ 0x9, /* Corr desc: FC_ULONG */ + 0x0, /* */ +/* 12 */ NdrFcShort( 0xfffc ), /* -4 */ +/* 14 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 16 */ 0x6, /* FC_SHORT */ + 0x5b, /* FC_END */ +/* 18 */ + 0x17, /* FC_CSTRUCT */ + 0x3, /* 3 */ +/* 20 */ NdrFcShort( 0x8 ), /* 8 */ +/* 22 */ NdrFcShort( 0xfff0 ), /* Offset= -16 (6) */ +/* 24 */ 0x8, /* FC_LONG */ + 0x8, /* FC_LONG */ +/* 26 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 28 */ 0xb4, /* FC_USER_MARSHAL */ + 0x83, /* 131 */ +/* 30 */ NdrFcShort( 0x0 ), /* 0 */ +/* 32 */ NdrFcShort( 0x8 ), /* 8 */ +/* 34 */ NdrFcShort( 0x0 ), /* 0 */ +/* 36 */ NdrFcShort( 0xffde ), /* Offset= -34 (2) */ +/* 38 */ + 0x11, 0x0, /* FC_RP */ +/* 40 */ NdrFcShort( 0x3b4 ), /* Offset= 948 (988) */ +/* 42 */ + 0x12, 0x0, /* FC_UP */ +/* 44 */ NdrFcShort( 0x39c ), /* Offset= 924 (968) */ +/* 46 */ + 0x2b, /* FC_NON_ENCAPSULATED_UNION */ + 0x9, /* FC_ULONG */ +/* 48 */ 0x7, /* Corr desc: FC_USHORT */ + 0x0, /* */ +/* 50 */ NdrFcShort( 0xfff8 ), /* -8 */ +/* 52 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 54 */ NdrFcShort( 0x2 ), /* Offset= 2 (56) */ +/* 56 */ NdrFcShort( 0x10 ), /* 16 */ +/* 58 */ NdrFcShort( 0x2f ), /* 47 */ +/* 60 */ NdrFcLong( 0x14 ), /* 20 */ +/* 64 */ NdrFcShort( 0x800b ), /* Simple arm type: FC_HYPER */ +/* 66 */ NdrFcLong( 0x3 ), /* 3 */ +/* 70 */ NdrFcShort( 0x8008 ), /* Simple arm type: FC_LONG */ +/* 72 */ NdrFcLong( 0x11 ), /* 17 */ +/* 76 */ NdrFcShort( 0x8001 ), /* Simple arm type: FC_BYTE */ +/* 78 */ NdrFcLong( 0x2 ), /* 2 */ +/* 82 */ NdrFcShort( 0x8006 ), /* Simple arm type: FC_SHORT */ +/* 84 */ NdrFcLong( 0x4 ), /* 4 */ +/* 88 */ NdrFcShort( 0x800a ), /* Simple arm type: FC_FLOAT */ +/* 90 */ NdrFcLong( 0x5 ), /* 5 */ +/* 94 */ NdrFcShort( 0x800c ), /* Simple arm type: FC_DOUBLE */ +/* 96 */ NdrFcLong( 0xb ), /* 11 */ +/* 100 */ NdrFcShort( 0x8006 ), /* Simple arm type: FC_SHORT */ +/* 102 */ NdrFcLong( 0xa ), /* 10 */ +/* 106 */ NdrFcShort( 0x8008 ), /* Simple arm type: FC_LONG */ +/* 108 */ NdrFcLong( 0x6 ), /* 6 */ +/* 112 */ NdrFcShort( 0xe8 ), /* Offset= 232 (344) */ +/* 114 */ NdrFcLong( 0x7 ), /* 7 */ +/* 118 */ NdrFcShort( 0x800c ), /* Simple arm type: FC_DOUBLE */ +/* 120 */ NdrFcLong( 0x8 ), /* 8 */ +/* 124 */ NdrFcShort( 0xff86 ), /* Offset= -122 (2) */ +/* 126 */ NdrFcLong( 0xd ), /* 13 */ +/* 130 */ NdrFcShort( 0xdc ), /* Offset= 220 (350) */ +/* 132 */ NdrFcLong( 0x9 ), /* 9 */ +/* 136 */ NdrFcShort( 0xe8 ), /* Offset= 232 (368) */ +/* 138 */ NdrFcLong( 0x2000 ), /* 8192 */ +/* 142 */ NdrFcShort( 0xf4 ), /* Offset= 244 (386) */ +/* 144 */ NdrFcLong( 0x24 ), /* 36 */ +/* 148 */ NdrFcShort( 0x2ea ), /* Offset= 746 (894) */ +/* 150 */ NdrFcLong( 0x4024 ), /* 16420 */ +/* 154 */ NdrFcShort( 0x2e4 ), /* Offset= 740 (894) */ +/* 156 */ NdrFcLong( 0x4011 ), /* 16401 */ +/* 160 */ NdrFcShort( 0x2e2 ), /* Offset= 738 (898) */ +/* 162 */ NdrFcLong( 0x4002 ), /* 16386 */ +/* 166 */ NdrFcShort( 0x2e0 ), /* Offset= 736 (902) */ +/* 168 */ NdrFcLong( 0x4003 ), /* 16387 */ +/* 172 */ NdrFcShort( 0x2de ), /* Offset= 734 (906) */ +/* 174 */ NdrFcLong( 0x4014 ), /* 16404 */ +/* 178 */ NdrFcShort( 0x2dc ), /* Offset= 732 (910) */ +/* 180 */ NdrFcLong( 0x4004 ), /* 16388 */ +/* 184 */ NdrFcShort( 0x2da ), /* Offset= 730 (914) */ +/* 186 */ NdrFcLong( 0x4005 ), /* 16389 */ +/* 190 */ NdrFcShort( 0x2d8 ), /* Offset= 728 (918) */ +/* 192 */ NdrFcLong( 0x400b ), /* 16395 */ +/* 196 */ NdrFcShort( 0x2c2 ), /* Offset= 706 (902) */ +/* 198 */ NdrFcLong( 0x400a ), /* 16394 */ +/* 202 */ NdrFcShort( 0x2c0 ), /* Offset= 704 (906) */ +/* 204 */ NdrFcLong( 0x4006 ), /* 16390 */ +/* 208 */ NdrFcShort( 0x2ca ), /* Offset= 714 (922) */ +/* 210 */ NdrFcLong( 0x4007 ), /* 16391 */ +/* 214 */ NdrFcShort( 0x2c0 ), /* Offset= 704 (918) */ +/* 216 */ NdrFcLong( 0x4008 ), /* 16392 */ +/* 220 */ NdrFcShort( 0x2c2 ), /* Offset= 706 (926) */ +/* 222 */ NdrFcLong( 0x400d ), /* 16397 */ +/* 226 */ NdrFcShort( 0x2c0 ), /* Offset= 704 (930) */ +/* 228 */ NdrFcLong( 0x4009 ), /* 16393 */ +/* 232 */ NdrFcShort( 0x2be ), /* Offset= 702 (934) */ +/* 234 */ NdrFcLong( 0x6000 ), /* 24576 */ +/* 238 */ NdrFcShort( 0x2bc ), /* Offset= 700 (938) */ +/* 240 */ NdrFcLong( 0x400c ), /* 16396 */ +/* 244 */ NdrFcShort( 0x2ba ), /* Offset= 698 (942) */ +/* 246 */ NdrFcLong( 0x10 ), /* 16 */ +/* 250 */ NdrFcShort( 0x8002 ), /* Simple arm type: FC_CHAR */ +/* 252 */ NdrFcLong( 0x12 ), /* 18 */ +/* 256 */ NdrFcShort( 0x8006 ), /* Simple arm type: FC_SHORT */ +/* 258 */ NdrFcLong( 0x13 ), /* 19 */ +/* 262 */ NdrFcShort( 0x8008 ), /* Simple arm type: FC_LONG */ +/* 264 */ NdrFcLong( 0x15 ), /* 21 */ +/* 268 */ NdrFcShort( 0x800b ), /* Simple arm type: FC_HYPER */ +/* 270 */ NdrFcLong( 0x16 ), /* 22 */ +/* 274 */ NdrFcShort( 0x8008 ), /* Simple arm type: FC_LONG */ +/* 276 */ NdrFcLong( 0x17 ), /* 23 */ +/* 280 */ NdrFcShort( 0x8008 ), /* Simple arm type: FC_LONG */ +/* 282 */ NdrFcLong( 0xe ), /* 14 */ +/* 286 */ NdrFcShort( 0x298 ), /* Offset= 664 (950) */ +/* 288 */ NdrFcLong( 0x400e ), /* 16398 */ +/* 292 */ NdrFcShort( 0x29c ), /* Offset= 668 (960) */ +/* 294 */ NdrFcLong( 0x4010 ), /* 16400 */ +/* 298 */ NdrFcShort( 0x29a ), /* Offset= 666 (964) */ +/* 300 */ NdrFcLong( 0x4012 ), /* 16402 */ +/* 304 */ NdrFcShort( 0x256 ), /* Offset= 598 (902) */ +/* 306 */ NdrFcLong( 0x4013 ), /* 16403 */ +/* 310 */ NdrFcShort( 0x254 ), /* Offset= 596 (906) */ +/* 312 */ NdrFcLong( 0x4015 ), /* 16405 */ +/* 316 */ NdrFcShort( 0x252 ), /* Offset= 594 (910) */ +/* 318 */ NdrFcLong( 0x4016 ), /* 16406 */ +/* 322 */ NdrFcShort( 0x248 ), /* Offset= 584 (906) */ +/* 324 */ NdrFcLong( 0x4017 ), /* 16407 */ +/* 328 */ NdrFcShort( 0x242 ), /* Offset= 578 (906) */ +/* 330 */ NdrFcLong( 0x0 ), /* 0 */ +/* 334 */ NdrFcShort( 0x0 ), /* Offset= 0 (334) */ +/* 336 */ NdrFcLong( 0x1 ), /* 1 */ +/* 340 */ NdrFcShort( 0x0 ), /* Offset= 0 (340) */ +/* 342 */ NdrFcShort( 0xffff ), /* Offset= -1 (341) */ +/* 344 */ + 0x15, /* FC_STRUCT */ + 0x7, /* 7 */ +/* 346 */ NdrFcShort( 0x8 ), /* 8 */ +/* 348 */ 0xb, /* FC_HYPER */ + 0x5b, /* FC_END */ +/* 350 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 352 */ NdrFcLong( 0x0 ), /* 0 */ +/* 356 */ NdrFcShort( 0x0 ), /* 0 */ +/* 358 */ NdrFcShort( 0x0 ), /* 0 */ +/* 360 */ 0xc0, /* 192 */ + 0x0, /* 0 */ +/* 362 */ 0x0, /* 0 */ + 0x0, /* 0 */ +/* 364 */ 0x0, /* 0 */ + 0x0, /* 0 */ +/* 366 */ 0x0, /* 0 */ + 0x46, /* 70 */ +/* 368 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 370 */ NdrFcLong( 0x20400 ), /* 132096 */ +/* 374 */ NdrFcShort( 0x0 ), /* 0 */ +/* 376 */ NdrFcShort( 0x0 ), /* 0 */ +/* 378 */ 0xc0, /* 192 */ + 0x0, /* 0 */ +/* 380 */ 0x0, /* 0 */ + 0x0, /* 0 */ +/* 382 */ 0x0, /* 0 */ + 0x0, /* 0 */ +/* 384 */ 0x0, /* 0 */ + 0x46, /* 70 */ +/* 386 */ + 0x12, 0x10, /* FC_UP [pointer_deref] */ +/* 388 */ NdrFcShort( 0x2 ), /* Offset= 2 (390) */ +/* 390 */ + 0x12, 0x0, /* FC_UP */ +/* 392 */ NdrFcShort( 0x1e4 ), /* Offset= 484 (876) */ +/* 394 */ + 0x2a, /* FC_ENCAPSULATED_UNION */ + 0x89, /* 137 */ +/* 396 */ NdrFcShort( 0x20 ), /* 32 */ +/* 398 */ NdrFcShort( 0xa ), /* 10 */ +/* 400 */ NdrFcLong( 0x8 ), /* 8 */ +/* 404 */ NdrFcShort( 0x50 ), /* Offset= 80 (484) */ +/* 406 */ NdrFcLong( 0xd ), /* 13 */ +/* 410 */ NdrFcShort( 0x70 ), /* Offset= 112 (522) */ +/* 412 */ NdrFcLong( 0x9 ), /* 9 */ +/* 416 */ NdrFcShort( 0x90 ), /* Offset= 144 (560) */ +/* 418 */ NdrFcLong( 0xc ), /* 12 */ +/* 422 */ NdrFcShort( 0xb0 ), /* Offset= 176 (598) */ +/* 424 */ NdrFcLong( 0x24 ), /* 36 */ +/* 428 */ NdrFcShort( 0x102 ), /* Offset= 258 (686) */ +/* 430 */ NdrFcLong( 0x800d ), /* 32781 */ +/* 434 */ NdrFcShort( 0x11e ), /* Offset= 286 (720) */ +/* 436 */ NdrFcLong( 0x10 ), /* 16 */ +/* 440 */ NdrFcShort( 0x138 ), /* Offset= 312 (752) */ +/* 442 */ NdrFcLong( 0x2 ), /* 2 */ +/* 446 */ NdrFcShort( 0x14e ), /* Offset= 334 (780) */ +/* 448 */ NdrFcLong( 0x3 ), /* 3 */ +/* 452 */ NdrFcShort( 0x164 ), /* Offset= 356 (808) */ +/* 454 */ NdrFcLong( 0x14 ), /* 20 */ +/* 458 */ NdrFcShort( 0x17a ), /* Offset= 378 (836) */ +/* 460 */ NdrFcShort( 0xffff ), /* Offset= -1 (459) */ +/* 462 */ + 0x21, /* FC_BOGUS_ARRAY */ + 0x3, /* 3 */ +/* 464 */ NdrFcShort( 0x0 ), /* 0 */ +/* 466 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 468 */ NdrFcShort( 0x0 ), /* 0 */ +/* 470 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 472 */ NdrFcLong( 0xffffffff ), /* -1 */ +/* 476 */ NdrFcShort( 0x0 ), /* Corr flags: */ +/* 478 */ + 0x12, 0x0, /* FC_UP */ +/* 480 */ NdrFcShort( 0xfe32 ), /* Offset= -462 (18) */ +/* 482 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 484 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 486 */ NdrFcShort( 0x10 ), /* 16 */ +/* 488 */ NdrFcShort( 0x0 ), /* 0 */ +/* 490 */ NdrFcShort( 0x6 ), /* Offset= 6 (496) */ +/* 492 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 494 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 496 */ + 0x11, 0x0, /* FC_RP */ +/* 498 */ NdrFcShort( 0xffdc ), /* Offset= -36 (462) */ +/* 500 */ + 0x21, /* FC_BOGUS_ARRAY */ + 0x3, /* 3 */ +/* 502 */ NdrFcShort( 0x0 ), /* 0 */ +/* 504 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 506 */ NdrFcShort( 0x0 ), /* 0 */ +/* 508 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 510 */ NdrFcLong( 0xffffffff ), /* -1 */ +/* 514 */ NdrFcShort( 0x0 ), /* Corr flags: */ +/* 516 */ 0x4c, /* FC_EMBEDDED_COMPLEX */ + 0x0, /* 0 */ +/* 518 */ NdrFcShort( 0xff58 ), /* Offset= -168 (350) */ +/* 520 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 522 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 524 */ NdrFcShort( 0x10 ), /* 16 */ +/* 526 */ NdrFcShort( 0x0 ), /* 0 */ +/* 528 */ NdrFcShort( 0x6 ), /* Offset= 6 (534) */ +/* 530 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 532 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 534 */ + 0x11, 0x0, /* FC_RP */ +/* 536 */ NdrFcShort( 0xffdc ), /* Offset= -36 (500) */ +/* 538 */ + 0x21, /* FC_BOGUS_ARRAY */ + 0x3, /* 3 */ +/* 540 */ NdrFcShort( 0x0 ), /* 0 */ +/* 542 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 544 */ NdrFcShort( 0x0 ), /* 0 */ +/* 546 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 548 */ NdrFcLong( 0xffffffff ), /* -1 */ +/* 552 */ NdrFcShort( 0x0 ), /* Corr flags: */ +/* 554 */ 0x4c, /* FC_EMBEDDED_COMPLEX */ + 0x0, /* 0 */ +/* 556 */ NdrFcShort( 0xff44 ), /* Offset= -188 (368) */ +/* 558 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 560 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 562 */ NdrFcShort( 0x10 ), /* 16 */ +/* 564 */ NdrFcShort( 0x0 ), /* 0 */ +/* 566 */ NdrFcShort( 0x6 ), /* Offset= 6 (572) */ +/* 568 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 570 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 572 */ + 0x11, 0x0, /* FC_RP */ +/* 574 */ NdrFcShort( 0xffdc ), /* Offset= -36 (538) */ +/* 576 */ + 0x21, /* FC_BOGUS_ARRAY */ + 0x3, /* 3 */ +/* 578 */ NdrFcShort( 0x0 ), /* 0 */ +/* 580 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 582 */ NdrFcShort( 0x0 ), /* 0 */ +/* 584 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 586 */ NdrFcLong( 0xffffffff ), /* -1 */ +/* 590 */ NdrFcShort( 0x0 ), /* Corr flags: */ +/* 592 */ + 0x12, 0x0, /* FC_UP */ +/* 594 */ NdrFcShort( 0x176 ), /* Offset= 374 (968) */ +/* 596 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 598 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 600 */ NdrFcShort( 0x10 ), /* 16 */ +/* 602 */ NdrFcShort( 0x0 ), /* 0 */ +/* 604 */ NdrFcShort( 0x6 ), /* Offset= 6 (610) */ +/* 606 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 608 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 610 */ + 0x11, 0x0, /* FC_RP */ +/* 612 */ NdrFcShort( 0xffdc ), /* Offset= -36 (576) */ +/* 614 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 616 */ NdrFcLong( 0x2f ), /* 47 */ +/* 620 */ NdrFcShort( 0x0 ), /* 0 */ +/* 622 */ NdrFcShort( 0x0 ), /* 0 */ +/* 624 */ 0xc0, /* 192 */ + 0x0, /* 0 */ +/* 626 */ 0x0, /* 0 */ + 0x0, /* 0 */ +/* 628 */ 0x0, /* 0 */ + 0x0, /* 0 */ +/* 630 */ 0x0, /* 0 */ + 0x46, /* 70 */ +/* 632 */ + 0x1b, /* FC_CARRAY */ + 0x0, /* 0 */ +/* 634 */ NdrFcShort( 0x1 ), /* 1 */ +/* 636 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 638 */ NdrFcShort( 0x4 ), /* 4 */ +/* 640 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 642 */ 0x1, /* FC_BYTE */ + 0x5b, /* FC_END */ +/* 644 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 646 */ NdrFcShort( 0x18 ), /* 24 */ +/* 648 */ NdrFcShort( 0x0 ), /* 0 */ +/* 650 */ NdrFcShort( 0xa ), /* Offset= 10 (660) */ +/* 652 */ 0x8, /* FC_LONG */ + 0x8, /* FC_LONG */ +/* 654 */ 0x4c, /* FC_EMBEDDED_COMPLEX */ + 0x0, /* 0 */ +/* 656 */ NdrFcShort( 0xffd6 ), /* Offset= -42 (614) */ +/* 658 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 660 */ + 0x12, 0x20, /* FC_UP [maybenull_sizeis] */ +/* 662 */ NdrFcShort( 0xffe2 ), /* Offset= -30 (632) */ +/* 664 */ + 0x21, /* FC_BOGUS_ARRAY */ + 0x3, /* 3 */ +/* 666 */ NdrFcShort( 0x0 ), /* 0 */ +/* 668 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 670 */ NdrFcShort( 0x0 ), /* 0 */ +/* 672 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 674 */ NdrFcLong( 0xffffffff ), /* -1 */ +/* 678 */ NdrFcShort( 0x0 ), /* Corr flags: */ +/* 680 */ + 0x12, 0x0, /* FC_UP */ +/* 682 */ NdrFcShort( 0xffda ), /* Offset= -38 (644) */ +/* 684 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 686 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 688 */ NdrFcShort( 0x10 ), /* 16 */ +/* 690 */ NdrFcShort( 0x0 ), /* 0 */ +/* 692 */ NdrFcShort( 0x6 ), /* Offset= 6 (698) */ +/* 694 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 696 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 698 */ + 0x11, 0x0, /* FC_RP */ +/* 700 */ NdrFcShort( 0xffdc ), /* Offset= -36 (664) */ +/* 702 */ + 0x1d, /* FC_SMFARRAY */ + 0x0, /* 0 */ +/* 704 */ NdrFcShort( 0x8 ), /* 8 */ +/* 706 */ 0x1, /* FC_BYTE */ + 0x5b, /* FC_END */ +/* 708 */ + 0x15, /* FC_STRUCT */ + 0x3, /* 3 */ +/* 710 */ NdrFcShort( 0x10 ), /* 16 */ +/* 712 */ 0x8, /* FC_LONG */ + 0x6, /* FC_SHORT */ +/* 714 */ 0x6, /* FC_SHORT */ + 0x4c, /* FC_EMBEDDED_COMPLEX */ +/* 716 */ 0x0, /* 0 */ + NdrFcShort( 0xfff1 ), /* Offset= -15 (702) */ + 0x5b, /* FC_END */ +/* 720 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 722 */ NdrFcShort( 0x20 ), /* 32 */ +/* 724 */ NdrFcShort( 0x0 ), /* 0 */ +/* 726 */ NdrFcShort( 0xa ), /* Offset= 10 (736) */ +/* 728 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 730 */ 0x36, /* FC_POINTER */ + 0x4c, /* FC_EMBEDDED_COMPLEX */ +/* 732 */ 0x0, /* 0 */ + NdrFcShort( 0xffe7 ), /* Offset= -25 (708) */ + 0x5b, /* FC_END */ +/* 736 */ + 0x11, 0x0, /* FC_RP */ +/* 738 */ NdrFcShort( 0xff12 ), /* Offset= -238 (500) */ +/* 740 */ + 0x1b, /* FC_CARRAY */ + 0x0, /* 0 */ +/* 742 */ NdrFcShort( 0x1 ), /* 1 */ +/* 744 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 746 */ NdrFcShort( 0x0 ), /* 0 */ +/* 748 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 750 */ 0x1, /* FC_BYTE */ + 0x5b, /* FC_END */ +/* 752 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 754 */ NdrFcShort( 0x10 ), /* 16 */ +/* 756 */ NdrFcShort( 0x0 ), /* 0 */ +/* 758 */ NdrFcShort( 0x6 ), /* Offset= 6 (764) */ +/* 760 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 762 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 764 */ + 0x12, 0x20, /* FC_UP [maybenull_sizeis] */ +/* 766 */ NdrFcShort( 0xffe6 ), /* Offset= -26 (740) */ +/* 768 */ + 0x1b, /* FC_CARRAY */ + 0x1, /* 1 */ +/* 770 */ NdrFcShort( 0x2 ), /* 2 */ +/* 772 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 774 */ NdrFcShort( 0x0 ), /* 0 */ +/* 776 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 778 */ 0x6, /* FC_SHORT */ + 0x5b, /* FC_END */ +/* 780 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 782 */ NdrFcShort( 0x10 ), /* 16 */ +/* 784 */ NdrFcShort( 0x0 ), /* 0 */ +/* 786 */ NdrFcShort( 0x6 ), /* Offset= 6 (792) */ +/* 788 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 790 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 792 */ + 0x12, 0x20, /* FC_UP [maybenull_sizeis] */ +/* 794 */ NdrFcShort( 0xffe6 ), /* Offset= -26 (768) */ +/* 796 */ + 0x1b, /* FC_CARRAY */ + 0x3, /* 3 */ +/* 798 */ NdrFcShort( 0x4 ), /* 4 */ +/* 800 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 802 */ NdrFcShort( 0x0 ), /* 0 */ +/* 804 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 806 */ 0x8, /* FC_LONG */ + 0x5b, /* FC_END */ +/* 808 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 810 */ NdrFcShort( 0x10 ), /* 16 */ +/* 812 */ NdrFcShort( 0x0 ), /* 0 */ +/* 814 */ NdrFcShort( 0x6 ), /* Offset= 6 (820) */ +/* 816 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 818 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 820 */ + 0x12, 0x20, /* FC_UP [maybenull_sizeis] */ +/* 822 */ NdrFcShort( 0xffe6 ), /* Offset= -26 (796) */ +/* 824 */ + 0x1b, /* FC_CARRAY */ + 0x7, /* 7 */ +/* 826 */ NdrFcShort( 0x8 ), /* 8 */ +/* 828 */ 0x19, /* Corr desc: field pointer, FC_ULONG */ + 0x0, /* */ +/* 830 */ NdrFcShort( 0x0 ), /* 0 */ +/* 832 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 834 */ 0xb, /* FC_HYPER */ + 0x5b, /* FC_END */ +/* 836 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 838 */ NdrFcShort( 0x10 ), /* 16 */ +/* 840 */ NdrFcShort( 0x0 ), /* 0 */ +/* 842 */ NdrFcShort( 0x6 ), /* Offset= 6 (848) */ +/* 844 */ 0x8, /* FC_LONG */ + 0x40, /* FC_STRUCTPAD4 */ +/* 846 */ 0x36, /* FC_POINTER */ + 0x5b, /* FC_END */ +/* 848 */ + 0x12, 0x20, /* FC_UP [maybenull_sizeis] */ +/* 850 */ NdrFcShort( 0xffe6 ), /* Offset= -26 (824) */ +/* 852 */ + 0x15, /* FC_STRUCT */ + 0x3, /* 3 */ +/* 854 */ NdrFcShort( 0x8 ), /* 8 */ +/* 856 */ 0x8, /* FC_LONG */ + 0x8, /* FC_LONG */ +/* 858 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 860 */ + 0x1b, /* FC_CARRAY */ + 0x3, /* 3 */ +/* 862 */ NdrFcShort( 0x8 ), /* 8 */ +/* 864 */ 0x7, /* Corr desc: FC_USHORT */ + 0x0, /* */ +/* 866 */ NdrFcShort( 0xffc8 ), /* -56 */ +/* 868 */ NdrFcShort( 0x1 ), /* Corr flags: early, */ +/* 870 */ 0x4c, /* FC_EMBEDDED_COMPLEX */ + 0x0, /* 0 */ +/* 872 */ NdrFcShort( 0xffec ), /* Offset= -20 (852) */ +/* 874 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 876 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x3, /* 3 */ +/* 878 */ NdrFcShort( 0x38 ), /* 56 */ +/* 880 */ NdrFcShort( 0xffec ), /* Offset= -20 (860) */ +/* 882 */ NdrFcShort( 0x0 ), /* Offset= 0 (882) */ +/* 884 */ 0x6, /* FC_SHORT */ + 0x6, /* FC_SHORT */ +/* 886 */ 0x8, /* FC_LONG */ + 0x8, /* FC_LONG */ +/* 888 */ 0x40, /* FC_STRUCTPAD4 */ + 0x4c, /* FC_EMBEDDED_COMPLEX */ +/* 890 */ 0x0, /* 0 */ + NdrFcShort( 0xfe0f ), /* Offset= -497 (394) */ + 0x5b, /* FC_END */ +/* 894 */ + 0x12, 0x0, /* FC_UP */ +/* 896 */ NdrFcShort( 0xff04 ), /* Offset= -252 (644) */ +/* 898 */ + 0x12, 0x8, /* FC_UP [simple_pointer] */ +/* 900 */ 0x1, /* FC_BYTE */ + 0x5c, /* FC_PAD */ +/* 902 */ + 0x12, 0x8, /* FC_UP [simple_pointer] */ +/* 904 */ 0x6, /* FC_SHORT */ + 0x5c, /* FC_PAD */ +/* 906 */ + 0x12, 0x8, /* FC_UP [simple_pointer] */ +/* 908 */ 0x8, /* FC_LONG */ + 0x5c, /* FC_PAD */ +/* 910 */ + 0x12, 0x8, /* FC_UP [simple_pointer] */ +/* 912 */ 0xb, /* FC_HYPER */ + 0x5c, /* FC_PAD */ +/* 914 */ + 0x12, 0x8, /* FC_UP [simple_pointer] */ +/* 916 */ 0xa, /* FC_FLOAT */ + 0x5c, /* FC_PAD */ +/* 918 */ + 0x12, 0x8, /* FC_UP [simple_pointer] */ +/* 920 */ 0xc, /* FC_DOUBLE */ + 0x5c, /* FC_PAD */ +/* 922 */ + 0x12, 0x0, /* FC_UP */ +/* 924 */ NdrFcShort( 0xfdbc ), /* Offset= -580 (344) */ +/* 926 */ + 0x12, 0x10, /* FC_UP [pointer_deref] */ +/* 928 */ NdrFcShort( 0xfc62 ), /* Offset= -926 (2) */ +/* 930 */ + 0x12, 0x10, /* FC_UP [pointer_deref] */ +/* 932 */ NdrFcShort( 0xfdba ), /* Offset= -582 (350) */ +/* 934 */ + 0x12, 0x10, /* FC_UP [pointer_deref] */ +/* 936 */ NdrFcShort( 0xfdc8 ), /* Offset= -568 (368) */ +/* 938 */ + 0x12, 0x10, /* FC_UP [pointer_deref] */ +/* 940 */ NdrFcShort( 0xfdd6 ), /* Offset= -554 (386) */ +/* 942 */ + 0x12, 0x10, /* FC_UP [pointer_deref] */ +/* 944 */ NdrFcShort( 0x2 ), /* Offset= 2 (946) */ +/* 946 */ + 0x12, 0x0, /* FC_UP */ +/* 948 */ NdrFcShort( 0x14 ), /* Offset= 20 (968) */ +/* 950 */ + 0x15, /* FC_STRUCT */ + 0x7, /* 7 */ +/* 952 */ NdrFcShort( 0x10 ), /* 16 */ +/* 954 */ 0x6, /* FC_SHORT */ + 0x1, /* FC_BYTE */ +/* 956 */ 0x1, /* FC_BYTE */ + 0x8, /* FC_LONG */ +/* 958 */ 0xb, /* FC_HYPER */ + 0x5b, /* FC_END */ +/* 960 */ + 0x12, 0x0, /* FC_UP */ +/* 962 */ NdrFcShort( 0xfff4 ), /* Offset= -12 (950) */ +/* 964 */ + 0x12, 0x8, /* FC_UP [simple_pointer] */ +/* 966 */ 0x2, /* FC_CHAR */ + 0x5c, /* FC_PAD */ +/* 968 */ + 0x1a, /* FC_BOGUS_STRUCT */ + 0x7, /* 7 */ +/* 970 */ NdrFcShort( 0x20 ), /* 32 */ +/* 972 */ NdrFcShort( 0x0 ), /* 0 */ +/* 974 */ NdrFcShort( 0x0 ), /* Offset= 0 (974) */ +/* 976 */ 0x8, /* FC_LONG */ + 0x8, /* FC_LONG */ +/* 978 */ 0x6, /* FC_SHORT */ + 0x6, /* FC_SHORT */ +/* 980 */ 0x6, /* FC_SHORT */ + 0x6, /* FC_SHORT */ +/* 982 */ 0x4c, /* FC_EMBEDDED_COMPLEX */ + 0x0, /* 0 */ +/* 984 */ NdrFcShort( 0xfc56 ), /* Offset= -938 (46) */ +/* 986 */ 0x5c, /* FC_PAD */ + 0x5b, /* FC_END */ +/* 988 */ 0xb4, /* FC_USER_MARSHAL */ + 0x83, /* 131 */ +/* 990 */ NdrFcShort( 0x1 ), /* 1 */ +/* 992 */ NdrFcShort( 0x18 ), /* 24 */ +/* 994 */ NdrFcShort( 0x0 ), /* 0 */ +/* 996 */ NdrFcShort( 0xfc46 ), /* Offset= -954 (42) */ +/* 998 */ + 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */ +/* 1000 */ 0x8, /* FC_LONG */ + 0x5c, /* FC_PAD */ +/* 1002 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1004 */ NdrFcShort( 0x2 ), /* Offset= 2 (1006) */ +/* 1006 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1008 */ NdrFcLong( 0xf51af265 ), /* -182783387 */ +/* 1012 */ NdrFcShort( 0xadb1 ), /* -21071 */ +/* 1014 */ NdrFcShort( 0x40b7 ), /* 16567 */ +/* 1016 */ 0xb2, /* 178 */ + 0xcb, /* 203 */ +/* 1018 */ 0xa2, /* 162 */ + 0x58, /* 88 */ +/* 1020 */ 0xfd, /* 253 */ + 0xe6, /* 230 */ +/* 1022 */ 0x90, /* 144 */ + 0x1e, /* 30 */ +/* 1024 */ + 0x11, 0x4, /* FC_RP [alloced_on_stack] */ +/* 1026 */ NdrFcShort( 0x6 ), /* Offset= 6 (1032) */ +/* 1028 */ + 0x13, 0x0, /* FC_OP */ +/* 1030 */ NdrFcShort( 0xfc0c ), /* Offset= -1012 (18) */ +/* 1032 */ 0xb4, /* FC_USER_MARSHAL */ + 0x83, /* 131 */ +/* 1034 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1036 */ NdrFcShort( 0x8 ), /* 8 */ +/* 1038 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1040 */ NdrFcShort( 0xfff4 ), /* Offset= -12 (1028) */ +/* 1042 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1044 */ NdrFcShort( 0x2 ), /* Offset= 2 (1046) */ +/* 1046 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1048 */ NdrFcLong( 0xc51ebe57 ), /* -987840937 */ +/* 1052 */ NdrFcShort( 0x76b2 ), /* 30386 */ +/* 1054 */ NdrFcShort( 0x4c8c ), /* 19596 */ +/* 1056 */ 0xa4, /* 164 */ + 0x4b, /* 75 */ +/* 1058 */ 0x13, /* 19 */ + 0xe3, /* 227 */ +/* 1060 */ 0x4f, /* 79 */ + 0x84, /* 132 */ +/* 1062 */ 0x6f, /* 111 */ + 0x2e, /* 46 */ +/* 1064 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1066 */ NdrFcShort( 0x2 ), /* Offset= 2 (1068) */ +/* 1068 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1070 */ NdrFcLong( 0x77cd7e2f ), /* 2009955887 */ +/* 1074 */ NdrFcShort( 0x5b62 ), /* 23394 */ +/* 1076 */ NdrFcShort( 0x451d ), /* 17693 */ +/* 1078 */ 0xab, /* 171 */ + 0x3d, /* 61 */ +/* 1080 */ 0x81, /* 129 */ + 0x2f, /* 47 */ +/* 1082 */ 0x8b, /* 139 */ + 0x9f, /* 159 */ +/* 1084 */ 0xcb, /* 203 */ + 0xa8, /* 168 */ +/* 1086 */ + 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */ +/* 1088 */ 0x6, /* FC_SHORT */ + 0x5c, /* FC_PAD */ +/* 1090 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1092 */ NdrFcShort( 0x2 ), /* Offset= 2 (1094) */ +/* 1094 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1096 */ NdrFcLong( 0x5da5c3ee ), /* 1571144686 */ +/* 1100 */ NdrFcShort( 0xe167 ), /* -7833 */ +/* 1102 */ NdrFcShort( 0x4e57 ), /* 20055 */ +/* 1104 */ 0xa8, /* 168 */ + 0xe9, /* 233 */ +/* 1106 */ 0x22, /* 34 */ + 0xef, /* 239 */ +/* 1108 */ 0x1c, /* 28 */ + 0x8b, /* 139 */ +/* 1110 */ 0x45, /* 69 */ + 0xc4, /* 196 */ +/* 1112 */ + 0x11, 0x4, /* FC_RP [alloced_on_stack] */ +/* 1114 */ NdrFcShort( 0x6 ), /* Offset= 6 (1120) */ +/* 1116 */ + 0x13, 0x0, /* FC_OP */ +/* 1118 */ NdrFcShort( 0xff6a ), /* Offset= -150 (968) */ +/* 1120 */ 0xb4, /* FC_USER_MARSHAL */ + 0x83, /* 131 */ +/* 1122 */ NdrFcShort( 0x1 ), /* 1 */ +/* 1124 */ NdrFcShort( 0x18 ), /* 24 */ +/* 1126 */ NdrFcShort( 0x0 ), /* 0 */ +/* 1128 */ NdrFcShort( 0xfff4 ), /* Offset= -12 (1116) */ +/* 1130 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1132 */ NdrFcShort( 0x2 ), /* Offset= 2 (1134) */ +/* 1134 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1136 */ NdrFcLong( 0x99dbfa2f ), /* -1713636817 */ +/* 1140 */ NdrFcShort( 0x9699 ), /* -26983 */ +/* 1142 */ NdrFcShort( 0x40eb ), /* 16619 */ +/* 1144 */ 0xac, /* 172 */ + 0xee, /* 238 */ +/* 1146 */ 0xb8, /* 184 */ + 0x90, /* 144 */ +/* 1148 */ 0x90, /* 144 */ + 0x8a, /* 138 */ +/* 1150 */ 0xa5, /* 165 */ + 0x83, /* 131 */ +/* 1152 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1154 */ NdrFcShort( 0x2 ), /* Offset= 2 (1156) */ +/* 1156 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1158 */ NdrFcLong( 0x8cd33727 ), /* -1932314841 */ +/* 1162 */ NdrFcShort( 0xa92 ), /* 2706 */ +/* 1164 */ NdrFcShort( 0x4560 ), /* 17760 */ +/* 1166 */ 0x80, /* 128 */ + 0xd7, /* 215 */ +/* 1168 */ 0x1a, /* 26 */ + 0x44, /* 68 */ +/* 1170 */ 0x65, /* 101 */ + 0x12, /* 18 */ +/* 1172 */ 0xe, /* 14 */ + 0x9b, /* 155 */ +/* 1174 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1176 */ NdrFcShort( 0x2 ), /* Offset= 2 (1178) */ +/* 1178 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1180 */ NdrFcLong( 0x2b527ff9 ), /* 726827001 */ +/* 1184 */ NdrFcShort( 0xdeac ), /* -8532 */ +/* 1186 */ NdrFcShort( 0x481a ), /* 18458 */ +/* 1188 */ 0x9f, /* 159 */ + 0x2c, /* 44 */ +/* 1190 */ 0x3e, /* 62 */ + 0x7b, /* 123 */ +/* 1192 */ 0x27, /* 39 */ + 0xad, /* 173 */ +/* 1194 */ 0xce, /* 206 */ + 0xd8, /* 216 */ +/* 1196 */ + 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */ +/* 1198 */ 0xc, /* FC_DOUBLE */ + 0x5c, /* FC_PAD */ +/* 1200 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1202 */ NdrFcShort( 0xfcac ), /* Offset= -852 (350) */ +/* 1204 */ + 0x11, 0x10, /* FC_RP [pointer_deref] */ +/* 1206 */ NdrFcShort( 0x2 ), /* Offset= 2 (1208) */ +/* 1208 */ + 0x2f, /* FC_IP */ + 0x5a, /* FC_CONSTANT_IID */ +/* 1210 */ NdrFcLong( 0x15711c8c ), /* 359734412 */ +/* 1214 */ NdrFcShort( 0x52b3 ), /* 21171 */ +/* 1216 */ NdrFcShort( 0x4a0b ), /* 18955 */ +/* 1218 */ 0x90, /* 144 */ + 0xb0, /* 176 */ +/* 1220 */ 0x12, /* 18 */ + 0x3c, /* 60 */ +/* 1222 */ 0x8a, /* 138 */ + 0xd, /* 13 */ +/* 1224 */ 0x52, /* 82 */ + 0x5b, /* 91 */ + + 0x0 + } + }; + +XFG_TRAMPOLINES(BSTR) +XFG_TRAMPOLINES(VARIANT) + +static const USER_MARSHAL_ROUTINE_QUADRUPLE UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ] = + { + + { + (USER_MARSHAL_SIZING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserSize) + ,(USER_MARSHAL_MARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserMarshal) + ,(USER_MARSHAL_UNMARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserUnmarshal) + ,(USER_MARSHAL_FREEING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserFree) + + } + , + { + (USER_MARSHAL_SIZING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserSize) + ,(USER_MARSHAL_MARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserMarshal) + ,(USER_MARSHAL_UNMARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserUnmarshal) + ,(USER_MARSHAL_FREEING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserFree) + + } + + + }; + + + +/* Standard interface: __MIDL_itf_salamander_0000_0000, ver. 0.0, + GUID={0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}} */ + + +/* Object interface: IUnknown, ver. 0.0, + GUID={0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */ + + +/* Object interface: ISalamander, ver. 0.0, + GUID={0x60F57ABE,0x95C7,0x48c7,{0xAE,0x37,0x9D,0xA0,0x07,0xB8,0xD5,0x7F}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamander_FormatStringOffsetTable[] = + { + 0, + 56, + 94, + 132, + 170, + 208, + 246, + 302, + 340, + 378, + 416, + 448, + 486, + 524, + 562, + 600, + 644, + 694, + 726, + 788, + 850, + 906, + 944, + 988, + 1032, + 1070 + }; + + + +/* Object interface: ISalamanderPanel, ver. 0.0, + GUID={0xF51AF265,0xADB1,0x40b7,{0xB2,0xCB,0xA2,0x58,0xFD,0xE6,0x90,0x1E}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderPanel_FormatStringOffsetTable[] = + { + 1120, + 1158, + 1196, + 1234, + 1272, + 1310, + 1342, + 302, + 1380, + (unsigned short) -1 + }; + + + +/* Object interface: ISalamanderPanelItem, ver. 0.0, + GUID={0x8CD33727,0x0A92,0x4560,{0x80,0xD7,0x1A,0x44,0x65,0x12,0x0E,0x9B}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderPanelItem_FormatStringOffsetTable[] = + { + 1412, + 1158, + 1450, + 1488, + 1526 + }; + + + +/* Object interface: ISalamanderPanelItemCollection, ver. 0.0, + GUID={0x2B527FF9,0xDEAC,0x481a,{0x9F,0x2C,0x3E,0x7B,0x27,0xAD,0xCE,0xD8}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderPanelItemCollection_FormatStringOffsetTable[] = + { + 1564, + 1608, + 1646 + }; + + + +/* Object interface: ISalamanderProgressDialog, ver. 0.0, + GUID={0xC51EBE57,0x76B2,0x4c8c,{0xA4,0x4B,0x13,0xE3,0x4F,0x84,0x6F,0x2E}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderProgressDialog_FormatStringOffsetTable[] = + { + 1684, + 1716, + 1748, + 1786, + 1824, + 1862, + 1900, + 1938, + 1976, + 2014, + 2052, + 2090, + 2128, + 2166, + 2204, + 2242, + 2280, + 2318, + 2356 + }; + + + +/* Object interface: ISalamanderWaitWindow, ver. 0.0, + GUID={0x77CD7E2F,0x5B62,0x451d,{0xAB,0x3D,0x81,0x2F,0x8B,0x9F,0xCB,0xA8}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderWaitWindow_FormatStringOffsetTable[] = + { + 1684, + 1716, + 1748, + 1786, + 2394, + 2432, + 2470, + 302, + 2508, + 2546, + 2584 + }; + + + +/* Object interface: ISalamanderScriptInfo, ver. 0.0, + GUID={0x99DBFA2F,0x9699,0x40eb,{0xAC,0xEE,0xB8,0x90,0x90,0x8A,0xA5,0x83}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderScriptInfo_FormatStringOffsetTable[] = + { + 1412, + 1158 + }; + + + +/* Object interface: ISalamanderGuiComponent, ver. 0.0, + GUID={0x15711C8C,0x52B3,0x4a0b,{0x90,0xB0,0x12,0x3C,0x8A,0x0D,0x52,0x5B}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderGuiComponent_FormatStringOffsetTable[] = + { + 1412, + 2622 + }; + + + +/* Standard interface: __MIDL_itf_salamander_0000_0008, ver. 0.0, + GUID={0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}} */ + + +/* Object interface: ISalamanderGuiComponentInternal, ver. 0.0, + GUID={0x037905FB,0xA081,0x4a60,{0xAE,0x61,0xC8,0x48,0x17,0x7F,0x99,0xE0}} */ + + +/* Object interface: ISalamanderGuiCheckBox, ver. 0.0, + GUID={0xA26789BB,0xCAA4,0x47d5,{0xBC,0xC5,0x38,0x6E,0xF2,0x42,0x20,0xD4}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderGuiCheckBox_FormatStringOffsetTable[] = + { + 1412, + 2622, + 2660, + 2698 + }; + + + +/* Object interface: ISalamanderGuiButton, ver. 0.0, + GUID={0xF30E467C,0x0FEA,0x4e67,{0x9F,0x51,0xC2,0xB1,0xA2,0xA3,0x0D,0x4E}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderGuiButton_FormatStringOffsetTable[] = + { + 1412, + 2622, + 2736, + 2774 + }; + + + +/* Object interface: ISalamanderGuiContainer, ver. 0.0, + GUID={0x6A31B232,0xB6AF,0x467a,{0xB8,0x18,0x21,0x2C,0xCC,0x6F,0x4C,0x5D}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderGuiContainer_FormatStringOffsetTable[] = + { + 1412, + 2622, + 0 + }; + + + +/* Object interface: ISalamanderGuiForm, ver. 0.0, + GUID={0x7356DD12,0xA7DA,0x41EB,{0x8E,0x31,0xF4,0x2C,0x46,0x5C,0x87,0xE1}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderGuiForm_FormatStringOffsetTable[] = + { + 1412, + 2622, + 2736 + }; + + + +/* Object interface: ISalamanderGui, ver. 0.0, + GUID={0x5DA5C3EE,0xE167,0x4E57,{0xA8,0xE9,0x22,0xEF,0x1C,0x8B,0x45,0xC4}} */ + +#pragma code_seg(".orpc") +static const unsigned short ISalamanderGui_FormatStringOffsetTable[] = + { + 2812, + 2856, + 2906, + 2950, + 2994 + }; + + + +#endif /* defined(_M_AMD64)*/ + + + +/* this ALWAYS GENERATED file contains the proxy stub code */ + + + /* File created by MIDL compiler version 8.01.0628 */ +/* at Tue Jan 19 04:14:07 2038 + */ +/* Compiler settings for ..\salamander.idl: + Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0628 + protocol : all , ms_ext, c_ext, robust + error checks: allocation ref bounds_check enum stub_data + VC __declspec() decoration level: + __declspec(uuid()), __declspec(selectany), __declspec(novtable) + DECLSPEC_UUID(), MIDL_INTERFACE() +*/ +/* @@MIDL_FILE_HEADING( ) */ + +#if defined(_M_AMD64) + + + +extern const USER_MARSHAL_ROUTINE_QUADRUPLE NDR64_UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ];extern const USER_MARSHAL_ROUTINE_QUADRUPLE UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ]; + +#if !defined(__RPC_WIN64__) +#error Invalid build platform for this stub. +#endif + + +#include "ndr64types.h" +#include "pshpack8.h" +#ifdef __cplusplus +namespace { +#endif + + +typedef +NDR64_FORMAT_CHAR +__midl_frag589_t; +extern const __midl_frag589_t __midl_frag589; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag588_t; +extern const __midl_frag588_t __midl_frag588; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag587_t; +extern const __midl_frag587_t __midl_frag587; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag586_t; +extern const __midl_frag586_t __midl_frag586; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag585_t; +extern const __midl_frag585_t __midl_frag585; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag584_t; +extern const __midl_frag584_t __midl_frag584; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag583_t; +extern const __midl_frag583_t __midl_frag583; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag582_t; +extern const __midl_frag582_t __midl_frag582; + +typedef +NDR64_FORMAT_CHAR +__midl_frag581_t; +extern const __midl_frag581_t __midl_frag581; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag580_t; +extern const __midl_frag580_t __midl_frag580; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag579_t; +extern const __midl_frag579_t __midl_frag579; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag578_t; +extern const __midl_frag578_t __midl_frag578; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag577_t; +extern const __midl_frag577_t __midl_frag577; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag576_t; +extern const __midl_frag576_t __midl_frag576; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag575_t; +extern const __midl_frag575_t __midl_frag575; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag574_t; +extern const __midl_frag574_t __midl_frag574; + +typedef +NDR64_FORMAT_CHAR +__midl_frag573_t; +extern const __midl_frag573_t __midl_frag573; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag572_t; +extern const __midl_frag572_t __midl_frag572; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag571_t; +extern const __midl_frag571_t __midl_frag571; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag570_t; +extern const __midl_frag570_t __midl_frag570; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag569_t; +extern const __midl_frag569_t __midl_frag569; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag568_t; +extern const __midl_frag568_t __midl_frag568; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag567_t; +extern const __midl_frag567_t __midl_frag567; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag566_t; +extern const __midl_frag566_t __midl_frag566; + +typedef +NDR64_FORMAT_CHAR +__midl_frag565_t; +extern const __midl_frag565_t __midl_frag565; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag564_t; +extern const __midl_frag564_t __midl_frag564; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag563_t; +extern const __midl_frag563_t __midl_frag563; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag562_t; +extern const __midl_frag562_t __midl_frag562; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag561_t; +extern const __midl_frag561_t __midl_frag561; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag560_t; +extern const __midl_frag560_t __midl_frag560; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag559_t; +extern const __midl_frag559_t __midl_frag559; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; +} +__midl_frag555_t; +extern const __midl_frag555_t __midl_frag555; + +typedef +NDR64_FORMAT_CHAR +__midl_frag554_t; +extern const __midl_frag554_t __midl_frag554; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag553_t; +extern const __midl_frag553_t __midl_frag553; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag552_t; +extern const __midl_frag552_t __midl_frag552; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag551_t; +extern const __midl_frag551_t __midl_frag551; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag550_t; +extern const __midl_frag550_t __midl_frag550; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag549_t; +extern const __midl_frag549_t __midl_frag549; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag548_t; +extern const __midl_frag548_t __midl_frag548; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag547_t; +extern const __midl_frag547_t __midl_frag547; + +typedef +NDR64_FORMAT_CHAR +__midl_frag546_t; +extern const __midl_frag546_t __midl_frag546; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag544_t; +extern const __midl_frag544_t __midl_frag544; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag543_t; +extern const __midl_frag543_t __midl_frag543; + +typedef +NDR64_FORMAT_CHAR +__midl_frag542_t; +extern const __midl_frag542_t __midl_frag542; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag540_t; +extern const __midl_frag540_t __midl_frag540; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag537_t; +extern const __midl_frag537_t __midl_frag537; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag536_t; +extern const __midl_frag536_t __midl_frag536; + +typedef +NDR64_FORMAT_CHAR +__midl_frag534_t; +extern const __midl_frag534_t __midl_frag534; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag533_t; +extern const __midl_frag533_t __midl_frag533; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag530_t; +extern const __midl_frag530_t __midl_frag530; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag529_t; +extern const __midl_frag529_t __midl_frag529; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag527_t; +extern const __midl_frag527_t __midl_frag527; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag526_t; +extern const __midl_frag526_t __midl_frag526; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag525_t; +extern const __midl_frag525_t __midl_frag525; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag523_t; +extern const __midl_frag523_t __midl_frag523; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag522_t; +extern const __midl_frag522_t __midl_frag522; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag521_t; +extern const __midl_frag521_t __midl_frag521; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag520_t; +extern const __midl_frag520_t __midl_frag520; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag510_t; +extern const __midl_frag510_t __midl_frag510; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag490_t; +extern const __midl_frag490_t __midl_frag490; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag489_t; +extern const __midl_frag489_t __midl_frag489; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag488_t; +extern const __midl_frag488_t __midl_frag488; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag483_t; +extern const __midl_frag483_t __midl_frag483; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; +} +__midl_frag472_t; +extern const __midl_frag472_t __midl_frag472; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag465_t; +extern const __midl_frag465_t __midl_frag465; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag463_t; +extern const __midl_frag463_t __midl_frag463; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag462_t; +extern const __midl_frag462_t __midl_frag462; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag461_t; +extern const __midl_frag461_t __midl_frag461; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag460_t; +extern const __midl_frag460_t __midl_frag460; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag450_t; +extern const __midl_frag450_t __midl_frag450; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag447_t; +extern const __midl_frag447_t __midl_frag447; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag444_t; +extern const __midl_frag444_t __midl_frag444; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag443_t; +extern const __midl_frag443_t __midl_frag443; + +typedef +NDR64_FORMAT_CHAR +__midl_frag441_t; +extern const __midl_frag441_t __midl_frag441; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag440_t; +extern const __midl_frag440_t __midl_frag440; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag437_t; +extern const __midl_frag437_t __midl_frag437; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag436_t; +extern const __midl_frag436_t __midl_frag436; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag428_t; +extern const __midl_frag428_t __midl_frag428; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag423_t; +extern const __midl_frag423_t __midl_frag423; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag410_t; +extern const __midl_frag410_t __midl_frag410; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag409_t; +extern const __midl_frag409_t __midl_frag409; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag405_t; +extern const __midl_frag405_t __midl_frag405; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag399_t; +extern const __midl_frag399_t __midl_frag399; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag398_t; +extern const __midl_frag398_t __midl_frag398; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag397_t; +extern const __midl_frag397_t __midl_frag397; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag396_t; +extern const __midl_frag396_t __midl_frag396; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; +} +__midl_frag394_t; +extern const __midl_frag394_t __midl_frag394; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag390_t; +extern const __midl_frag390_t __midl_frag390; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag389_t; +extern const __midl_frag389_t __midl_frag389; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag388_t; +extern const __midl_frag388_t __midl_frag388; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag387_t; +extern const __midl_frag387_t __midl_frag387; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag384_t; +extern const __midl_frag384_t __midl_frag384; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag383_t; +extern const __midl_frag383_t __midl_frag383; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag381_t; +extern const __midl_frag381_t __midl_frag381; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag380_t; +extern const __midl_frag380_t __midl_frag380; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag379_t; +extern const __midl_frag379_t __midl_frag379; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag375_t; +extern const __midl_frag375_t __midl_frag375; + +typedef +NDR64_FORMAT_CHAR +__midl_frag369_t; +extern const __midl_frag369_t __midl_frag369; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag368_t; +extern const __midl_frag368_t __midl_frag368; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag367_t; +extern const __midl_frag367_t __midl_frag367; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag365_t; +extern const __midl_frag365_t __midl_frag365; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag364_t; +extern const __midl_frag364_t __midl_frag364; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag363_t; +extern const __midl_frag363_t __midl_frag363; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag362_t; +extern const __midl_frag362_t __midl_frag362; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; +} +__midl_frag350_t; +extern const __midl_frag350_t __midl_frag350; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag341_t; +extern const __midl_frag341_t __midl_frag341; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag337_t; +extern const __midl_frag337_t __midl_frag337; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag336_t; +extern const __midl_frag336_t __midl_frag336; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag335_t; +extern const __midl_frag335_t __midl_frag335; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag334_t; +extern const __midl_frag334_t __midl_frag334; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag327_t; +extern const __midl_frag327_t __midl_frag327; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag326_t; +extern const __midl_frag326_t __midl_frag326; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag325_t; +extern const __midl_frag325_t __midl_frag325; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag324_t; +extern const __midl_frag324_t __midl_frag324; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; +} +__midl_frag305_t; +extern const __midl_frag305_t __midl_frag305; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag303_t; +extern const __midl_frag303_t __midl_frag303; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag302_t; +extern const __midl_frag302_t __midl_frag302; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag301_t; +extern const __midl_frag301_t __midl_frag301; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag300_t; +extern const __midl_frag300_t __midl_frag300; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag293_t; +extern const __midl_frag293_t __midl_frag293; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag286_t; +extern const __midl_frag286_t __midl_frag286; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag284_t; +extern const __midl_frag284_t __midl_frag284; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag283_t; +extern const __midl_frag283_t __midl_frag283; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag282_t; +extern const __midl_frag282_t __midl_frag282; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag281_t; +extern const __midl_frag281_t __midl_frag281; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; + struct _NDR64_PARAM_FORMAT frag6; +} +__midl_frag270_t; +extern const __midl_frag270_t __midl_frag270; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; + struct _NDR64_PARAM_FORMAT frag6; + struct _NDR64_PARAM_FORMAT frag7; +} +__midl_frag257_t; +extern const __midl_frag257_t __midl_frag257; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; + struct _NDR64_PARAM_FORMAT frag6; + struct _NDR64_PARAM_FORMAT frag7; +} +__midl_frag243_t; +extern const __midl_frag243_t __midl_frag243; + +typedef +NDR64_FORMAT_CHAR +__midl_frag239_t; +extern const __midl_frag239_t __midl_frag239; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag238_t; +extern const __midl_frag238_t __midl_frag238; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; +} +__midl_frag233_t; +extern const __midl_frag233_t __midl_frag233; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; +} +__midl_frag226_t; +extern const __midl_frag226_t __midl_frag226; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag224_t; +extern const __midl_frag224_t __midl_frag224; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag223_t; +extern const __midl_frag223_t __midl_frag223; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag222_t; +extern const __midl_frag222_t __midl_frag222; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag221_t; +extern const __midl_frag221_t __midl_frag221; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag219_t; +extern const __midl_frag219_t __midl_frag219; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag218_t; +extern const __midl_frag218_t __midl_frag218; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag217_t; +extern const __midl_frag217_t __midl_frag217; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag216_t; +extern const __midl_frag216_t __midl_frag216; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; + struct _NDR64_PARAM_FORMAT frag6; +} +__midl_frag182_t; +extern const __midl_frag182_t __midl_frag182; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag176_t; +extern const __midl_frag176_t __midl_frag176; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag175_t; +extern const __midl_frag175_t __midl_frag175; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag174_t; +extern const __midl_frag174_t __midl_frag174; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; +} +__midl_frag173_t; +extern const __midl_frag173_t __midl_frag173; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag154_t; +extern const __midl_frag154_t __midl_frag154; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag153_t; +extern const __midl_frag153_t __midl_frag153; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag152_t; +extern const __midl_frag152_t __midl_frag152; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag150_t; +extern const __midl_frag150_t __midl_frag150; + +typedef +NDR64_FORMAT_CHAR +__midl_frag147_t; +extern const __midl_frag147_t __midl_frag147; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag146_t; +extern const __midl_frag146_t __midl_frag146; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag142_t; +extern const __midl_frag142_t __midl_frag142; + +typedef +NDR64_FORMAT_CHAR +__midl_frag141_t; +extern const __midl_frag141_t __midl_frag141; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag140_t; +extern const __midl_frag140_t __midl_frag140; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag139_t; +extern const __midl_frag139_t __midl_frag139; + +typedef +struct +{ + struct _NDR64_STRUCTURE_HEADER_FORMAT frag1; +} +__midl_frag138_t; +extern const __midl_frag138_t __midl_frag138; + +typedef +NDR64_FORMAT_CHAR +__midl_frag135_t; +extern const __midl_frag135_t __midl_frag135; + +typedef +NDR64_FORMAT_CHAR +__midl_frag132_t; +extern const __midl_frag132_t __midl_frag132; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag131_t; +extern const __midl_frag131_t __midl_frag131; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag130_t; +extern const __midl_frag130_t __midl_frag130; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag129_t; +extern const __midl_frag129_t __midl_frag129; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag128_t; +extern const __midl_frag128_t __midl_frag128; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag127_t; +extern const __midl_frag127_t __midl_frag127; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag126_t; +extern const __midl_frag126_t __midl_frag126; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag125_t; +extern const __midl_frag125_t __midl_frag125; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag124_t; +extern const __midl_frag124_t __midl_frag124; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag123_t; +extern const __midl_frag123_t __midl_frag123; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag122_t; +extern const __midl_frag122_t __midl_frag122; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag121_t; +extern const __midl_frag121_t __midl_frag121; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag120_t; +extern const __midl_frag120_t __midl_frag120; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag119_t; +extern const __midl_frag119_t __midl_frag119; + +typedef +NDR64_FORMAT_CHAR +__midl_frag118_t; +extern const __midl_frag118_t __midl_frag118; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag117_t; +extern const __midl_frag117_t __midl_frag117; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag116_t; +extern const __midl_frag116_t __midl_frag116; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag114_t; +extern const __midl_frag114_t __midl_frag114; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag112_t; +extern const __midl_frag112_t __midl_frag112; + +typedef +NDR64_FORMAT_CHAR +__midl_frag109_t; +extern const __midl_frag109_t __midl_frag109; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag108_t; +extern const __midl_frag108_t __midl_frag108; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag106_t; +extern const __midl_frag106_t __midl_frag106; + +typedef +NDR64_FORMAT_CHAR +__midl_frag101_t; +extern const __midl_frag101_t __midl_frag101; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag100_t; +extern const __midl_frag100_t __midl_frag100; + +typedef +struct _NDR64_POINTER_FORMAT +__midl_frag99_t; +extern const __midl_frag99_t __midl_frag99; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag98_t; +extern const __midl_frag98_t __midl_frag98; + +typedef +NDR64_FORMAT_CHAR +__midl_frag97_t; +extern const __midl_frag97_t __midl_frag97; + +typedef +struct +{ + NDR64_FORMAT_UINT32 frag1; + struct _NDR64_EXPR_VAR frag2; +} +__midl_frag96_t; +extern const __midl_frag96_t __midl_frag96; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct _NDR64_ARRAY_ELEMENT_INFO frag2; +} +__midl_frag95_t; +extern const __midl_frag95_t __midl_frag95; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag94_t; +extern const __midl_frag94_t __midl_frag94; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag93_t; +extern const __midl_frag93_t __midl_frag93; + +typedef +NDR64_FORMAT_CHAR +__midl_frag92_t; +extern const __midl_frag92_t __midl_frag92; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct _NDR64_ARRAY_ELEMENT_INFO frag2; +} +__midl_frag90_t; +extern const __midl_frag90_t __midl_frag90; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag89_t; +extern const __midl_frag89_t __midl_frag89; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag88_t; +extern const __midl_frag88_t __midl_frag88; + +typedef +NDR64_FORMAT_CHAR +__midl_frag87_t; +extern const __midl_frag87_t __midl_frag87; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct _NDR64_ARRAY_ELEMENT_INFO frag2; +} +__midl_frag85_t; +extern const __midl_frag85_t __midl_frag85; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag84_t; +extern const __midl_frag84_t __midl_frag84; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag83_t; +extern const __midl_frag83_t __midl_frag83; + +typedef +NDR64_FORMAT_CHAR +__midl_frag82_t; +extern const __midl_frag82_t __midl_frag82; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct _NDR64_ARRAY_ELEMENT_INFO frag2; +} +__midl_frag80_t; +extern const __midl_frag80_t __midl_frag80; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag79_t; +extern const __midl_frag79_t __midl_frag79; + +typedef +struct +{ + struct _NDR64_FIX_ARRAY_HEADER_FORMAT frag1; +} +__midl_frag78_t; +extern const __midl_frag78_t __midl_frag78; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag77_t; +extern const __midl_frag77_t __midl_frag77; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct + { + struct _NDR64_REPEAT_FORMAT frag1; + struct + { + struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT frag1; + struct _NDR64_POINTER_FORMAT frag2; + } frag2; + NDR64_FORMAT_CHAR frag3; + } frag2; + struct _NDR64_ARRAY_ELEMENT_INFO frag3; +} +__midl_frag72_t; +extern const __midl_frag72_t __midl_frag72; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag5; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag6; + struct _NDR64_EMBEDDED_COMPLEX_FORMAT frag7; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag8; + } frag2; +} +__midl_frag71_t; +extern const __midl_frag71_t __midl_frag71; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag70_t; +extern const __midl_frag70_t __midl_frag70; + +typedef +struct +{ + NDR64_FORMAT_UINT32 frag1; + struct _NDR64_EXPR_VAR frag2; +} +__midl_frag67_t; +extern const __midl_frag67_t __midl_frag67; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct _NDR64_ARRAY_ELEMENT_INFO frag2; +} +__midl_frag66_t; +extern const __midl_frag66_t __midl_frag66; + +typedef +struct _NDR64_CONSTANT_IID_FORMAT +__midl_frag65_t; +extern const __midl_frag65_t __midl_frag65; + +typedef +struct +{ + struct _NDR64_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_NO_REPEAT_FORMAT frag1; + struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT frag2; + struct _NDR64_POINTER_FORMAT frag3; + struct _NDR64_NO_REPEAT_FORMAT frag4; + struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT frag5; + struct _NDR64_POINTER_FORMAT frag6; + NDR64_FORMAT_CHAR frag7; + } frag2; +} +__midl_frag64_t; +extern const __midl_frag64_t __midl_frag64; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct + { + struct _NDR64_REPEAT_FORMAT frag1; + struct + { + struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT frag1; + struct _NDR64_POINTER_FORMAT frag2; + } frag2; + NDR64_FORMAT_CHAR frag3; + } frag2; + struct _NDR64_ARRAY_ELEMENT_INFO frag3; +} +__midl_frag62_t; +extern const __midl_frag62_t __midl_frag62; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag61_t; +extern const __midl_frag61_t __midl_frag61; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag60_t; +extern const __midl_frag60_t __midl_frag60; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct + { + struct _NDR64_REPEAT_FORMAT frag1; + struct + { + struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT frag1; + struct _NDR64_POINTER_FORMAT frag2; + } frag2; + NDR64_FORMAT_CHAR frag3; + } frag2; + struct _NDR64_ARRAY_ELEMENT_INFO frag3; +} +__midl_frag57_t; +extern const __midl_frag57_t __midl_frag57; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag56_t; +extern const __midl_frag56_t __midl_frag56; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag55_t; +extern const __midl_frag55_t __midl_frag55; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct + { + struct _NDR64_REPEAT_FORMAT frag1; + struct + { + struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT frag1; + struct _NDR64_POINTER_FORMAT frag2; + } frag2; + NDR64_FORMAT_CHAR frag3; + } frag2; + struct _NDR64_ARRAY_ELEMENT_INFO frag3; +} +__midl_frag50_t; +extern const __midl_frag50_t __midl_frag50; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag49_t; +extern const __midl_frag49_t __midl_frag49; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag42_t; +extern const __midl_frag42_t __midl_frag42; + +typedef +struct +{ + struct _NDR64_POINTER_FORMAT frag1; +} +__midl_frag41_t; +extern const __midl_frag41_t __midl_frag41; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct + { + struct _NDR64_REPEAT_FORMAT frag1; + struct + { + struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT frag1; + struct _NDR64_POINTER_FORMAT frag2; + } frag2; + NDR64_FORMAT_CHAR frag3; + } frag2; + struct _NDR64_ARRAY_ELEMENT_INFO frag3; +} +__midl_frag38_t; +extern const __midl_frag38_t __midl_frag38; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_MEMBER_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag37_t; +extern const __midl_frag37_t __midl_frag37; + +typedef +struct +{ + struct _NDR64_ENCAPSULATED_UNION frag1; + struct _NDR64_UNION_ARM_SELECTOR frag2; + struct _NDR64_UNION_ARM frag3; + struct _NDR64_UNION_ARM frag4; + struct _NDR64_UNION_ARM frag5; + struct _NDR64_UNION_ARM frag6; + struct _NDR64_UNION_ARM frag7; + struct _NDR64_UNION_ARM frag8; + struct _NDR64_UNION_ARM frag9; + struct _NDR64_UNION_ARM frag10; + struct _NDR64_UNION_ARM frag11; + struct _NDR64_UNION_ARM frag12; + NDR64_UINT32 frag13; +} +__midl_frag36_t; +extern const __midl_frag36_t __midl_frag36; + +typedef +struct +{ + struct _NDR64_STRUCTURE_HEADER_FORMAT frag1; +} +__midl_frag35_t; +extern const __midl_frag35_t __midl_frag35; + +typedef +struct +{ + NDR64_FORMAT_UINT32 frag1; + struct _NDR64_EXPR_VAR frag2; +} +__midl_frag34_t; +extern const __midl_frag34_t __midl_frag34; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct _NDR64_ARRAY_ELEMENT_INFO frag2; +} +__midl_frag33_t; +extern const __midl_frag33_t __midl_frag33; + +typedef +struct +{ + struct _NDR64_CONF_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_REGION_FORMAT frag1; + struct _NDR64_MEMPAD_FORMAT frag2; + struct _NDR64_EMBEDDED_COMPLEX_FORMAT frag3; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag4; + } frag2; +} +__midl_frag32_t; +extern const __midl_frag32_t __midl_frag32; + +typedef +struct +{ + struct _NDR64_STRUCTURE_HEADER_FORMAT frag1; +} +__midl_frag23_t; +extern const __midl_frag23_t __midl_frag23; + +typedef +struct +{ + NDR64_FORMAT_UINT32 frag1; + struct _NDR64_EXPR_VAR frag2; +} +__midl_frag14_t; +extern const __midl_frag14_t __midl_frag14; + +typedef +struct +{ + struct _NDR64_NON_ENCAPSULATED_UNION frag1; + struct _NDR64_UNION_ARM_SELECTOR frag2; + struct _NDR64_UNION_ARM frag3; + struct _NDR64_UNION_ARM frag4; + struct _NDR64_UNION_ARM frag5; + struct _NDR64_UNION_ARM frag6; + struct _NDR64_UNION_ARM frag7; + struct _NDR64_UNION_ARM frag8; + struct _NDR64_UNION_ARM frag9; + struct _NDR64_UNION_ARM frag10; + struct _NDR64_UNION_ARM frag11; + struct _NDR64_UNION_ARM frag12; + struct _NDR64_UNION_ARM frag13; + struct _NDR64_UNION_ARM frag14; + struct _NDR64_UNION_ARM frag15; + struct _NDR64_UNION_ARM frag16; + struct _NDR64_UNION_ARM frag17; + struct _NDR64_UNION_ARM frag18; + struct _NDR64_UNION_ARM frag19; + struct _NDR64_UNION_ARM frag20; + struct _NDR64_UNION_ARM frag21; + struct _NDR64_UNION_ARM frag22; + struct _NDR64_UNION_ARM frag23; + struct _NDR64_UNION_ARM frag24; + struct _NDR64_UNION_ARM frag25; + struct _NDR64_UNION_ARM frag26; + struct _NDR64_UNION_ARM frag27; + struct _NDR64_UNION_ARM frag28; + struct _NDR64_UNION_ARM frag29; + struct _NDR64_UNION_ARM frag30; + struct _NDR64_UNION_ARM frag31; + struct _NDR64_UNION_ARM frag32; + struct _NDR64_UNION_ARM frag33; + struct _NDR64_UNION_ARM frag34; + struct _NDR64_UNION_ARM frag35; + struct _NDR64_UNION_ARM frag36; + struct _NDR64_UNION_ARM frag37; + struct _NDR64_UNION_ARM frag38; + struct _NDR64_UNION_ARM frag39; + struct _NDR64_UNION_ARM frag40; + struct _NDR64_UNION_ARM frag41; + struct _NDR64_UNION_ARM frag42; + struct _NDR64_UNION_ARM frag43; + struct _NDR64_UNION_ARM frag44; + struct _NDR64_UNION_ARM frag45; + struct _NDR64_UNION_ARM frag46; + struct _NDR64_UNION_ARM frag47; + struct _NDR64_UNION_ARM frag48; + struct _NDR64_UNION_ARM frag49; + NDR64_UINT32 frag50; +} +__midl_frag13_t; +extern const __midl_frag13_t __midl_frag13; + +typedef +struct +{ + struct _NDR64_BOGUS_STRUCTURE_HEADER_FORMAT frag1; + struct + { + struct _NDR64_SIMPLE_REGION_FORMAT frag1; + struct _NDR64_EMBEDDED_COMPLEX_FORMAT frag2; + struct _NDR64_SIMPLE_MEMBER_FORMAT frag3; + } frag2; +} +__midl_frag12_t; +extern const __midl_frag12_t __midl_frag12; + +typedef +struct +{ + struct _NDR64_CONF_ARRAY_HEADER_FORMAT frag1; + struct _NDR64_ARRAY_ELEMENT_INFO frag2; +} +__midl_frag6_t; +extern const __midl_frag6_t __midl_frag6; + +typedef +struct +{ + struct _NDR64_CONF_STRUCTURE_HEADER_FORMAT frag1; +} +__midl_frag5_t; +extern const __midl_frag5_t __midl_frag5; + +typedef +struct _NDR64_USER_MARSHAL_FORMAT +__midl_frag3_t; +extern const __midl_frag3_t __midl_frag3; + +typedef +struct +{ + struct _NDR64_PROC_FORMAT frag1; + struct _NDR64_PARAM_FORMAT frag2; + struct _NDR64_PARAM_FORMAT frag3; + struct _NDR64_PARAM_FORMAT frag4; + struct _NDR64_PARAM_FORMAT frag5; + struct _NDR64_PARAM_FORMAT frag6; +} +__midl_frag2_t; +extern const __midl_frag2_t __midl_frag2; + +typedef +NDR64_FORMAT_UINT32 +__midl_frag1_t; +extern const __midl_frag1_t __midl_frag1; + +static const __midl_frag589_t __midl_frag589 = +0x5 /* FC64_INT32 */; + +static const __midl_frag588_t __midl_frag588 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x15711c8c, + 0x52b3, + 0x4a0b, + {0x90, 0xb0, 0x12, 0x3c, 0x8a, 0x0d, 0x52, 0x5b} + } +}; + +static const __midl_frag587_t __midl_frag587 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag588 +}; + +static const __midl_frag586_t __midl_frag586 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag587 +}; + +static const __midl_frag585_t __midl_frag585 = +{ +/* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag584_t __midl_frag584 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag585 +}; + +static const __midl_frag583_t __midl_frag583 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag584 +}; + +static const __midl_frag582_t __midl_frag582 = +{ +/* Label */ + { + /* Label */ /* procedure Label */ + (NDR64_UINT32) 3014979 /* 0x2e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag584, + { + /* text */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* component */ /* parameter component */ + &__midl_frag586, + { + /* component */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag589, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag581_t __midl_frag581 = +0x5 /* FC64_INT32 */; + +static const __midl_frag580_t __midl_frag580 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x15711c8c, + 0x52b3, + 0x4a0b, + {0x90, 0xb0, 0x12, 0x3c, 0x8a, 0x0d, 0x52, 0x5b} + } +}; + +static const __midl_frag579_t __midl_frag579 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag580 +}; + +static const __midl_frag578_t __midl_frag578 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag579 +}; + +static const __midl_frag577_t __midl_frag577 = +{ +/* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag576_t __midl_frag576 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag577 +}; + +static const __midl_frag575_t __midl_frag575 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag576 +}; + +static const __midl_frag574_t __midl_frag574 = +{ +/* TextBox */ + { + /* TextBox */ /* procedure TextBox */ + (NDR64_UINT32) 3014979 /* 0x2e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag576, + { + /* text */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* component */ /* parameter component */ + &__midl_frag578, + { + /* component */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag581, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag573_t __midl_frag573 = +0x5 /* FC64_INT32 */; + +static const __midl_frag572_t __midl_frag572 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x15711c8c, + 0x52b3, + 0x4a0b, + {0x90, 0xb0, 0x12, 0x3c, 0x8a, 0x0d, 0x52, 0x5b} + } +}; + +static const __midl_frag571_t __midl_frag571 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag572 +}; + +static const __midl_frag570_t __midl_frag570 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag571 +}; + +static const __midl_frag569_t __midl_frag569 = +{ +/* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag568_t __midl_frag568 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag569 +}; + +static const __midl_frag567_t __midl_frag567 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag568 +}; + +static const __midl_frag566_t __midl_frag566 = +{ +/* CheckBox */ + { + /* CheckBox */ /* procedure CheckBox */ + (NDR64_UINT32) 3014979 /* 0x2e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag568, + { + /* text */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* component */ /* parameter component */ + &__midl_frag570, + { + /* component */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag573, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag565_t __midl_frag565 = +0x5 /* FC64_INT32 */; + +static const __midl_frag564_t __midl_frag564 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x15711c8c, + 0x52b3, + 0x4a0b, + {0x90, 0xb0, 0x12, 0x3c, 0x8a, 0x0d, 0x52, 0x5b} + } +}; + +static const __midl_frag563_t __midl_frag563 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag564 +}; + +static const __midl_frag562_t __midl_frag562 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag563 +}; + +static const __midl_frag561_t __midl_frag561 = +{ +/* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag560_t __midl_frag560 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag561 +}; + +static const __midl_frag559_t __midl_frag559 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag560 +}; + +static const __midl_frag555_t __midl_frag555 = +{ +/* Button */ + { + /* Button */ /* procedure Button */ + (NDR64_UINT32) 3014979 /* 0x2e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 40 /* 0x28 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag560, + { + /* text */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* result */ /* parameter result */ + &__midl_frag560, + { + /* result */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* component */ /* parameter component */ + &__midl_frag562, + { + /* component */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag565, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + } +}; + +static const __midl_frag554_t __midl_frag554 = +0x5 /* FC64_INT32 */; + +static const __midl_frag553_t __midl_frag553 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x15711c8c, + 0x52b3, + 0x4a0b, + {0x90, 0xb0, 0x12, 0x3c, 0x8a, 0x0d, 0x52, 0x5b} + } +}; + +static const __midl_frag552_t __midl_frag552 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag553 +}; + +static const __midl_frag551_t __midl_frag551 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag552 +}; + +static const __midl_frag550_t __midl_frag550 = +{ +/* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag549_t __midl_frag549 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag550 +}; + +static const __midl_frag548_t __midl_frag548 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag549 +}; + +static const __midl_frag547_t __midl_frag547 = +{ +/* Form */ + { + /* Form */ /* procedure Form */ + (NDR64_UINT32) 3014979 /* 0x2e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* title */ /* parameter title */ + &__midl_frag549, + { + /* title */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* component */ /* parameter component */ + &__midl_frag551, + { + /* component */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag546_t __midl_frag546 = +0x5 /* FC64_INT32 */; + +static const __midl_frag544_t __midl_frag544 = +{ +/* *int */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag546 +}; + +static const __midl_frag543_t __midl_frag543 = +{ +/* Execute */ + { + /* Execute */ /* procedure Execute */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* result */ /* parameter result */ + &__midl_frag546, + { + /* result */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag542_t __midl_frag542 = +0x5 /* FC64_INT32 */; + +static const __midl_frag540_t __midl_frag540 = +{ +/* put_DialogResult */ + { + /* put_DialogResult */ /* procedure put_DialogResult */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* val */ /* parameter val */ + &__midl_frag542, + { + /* val */ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [in], Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag537_t __midl_frag537 = +{ +/* *int */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag542 +}; + +static const __midl_frag536_t __midl_frag536 = +{ +/* get_DialogResult */ + { + /* get_DialogResult */ /* procedure get_DialogResult */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* val */ /* parameter val */ + &__midl_frag542, + { + /* val */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag534_t __midl_frag534 = +0x4 /* FC64_INT16 */; + +static const __midl_frag533_t __midl_frag533 = +{ +/* put_Checked */ + { + /* put_Checked */ /* procedure put_Checked */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 6 /* 0x6 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* val */ /* parameter val */ + &__midl_frag534, + { + /* val */ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [in], Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag530_t __midl_frag530 = +{ +/* *VARIANT_BOOL */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag534 +}; + +static const __midl_frag529_t __midl_frag529 = +{ +/* get_Checked */ + { + /* get_Checked */ /* procedure get_Checked */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 38 /* 0x26 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* val */ /* parameter val */ + &__midl_frag534, + { + /* val */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag527_t __midl_frag527 = +{ +/* *FLAGGED_WORD_BLOB */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag5 +}; + +static const __midl_frag526_t __midl_frag526 = +{ +/* wireBSTR */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag527 +}; + +static const __midl_frag525_t __midl_frag525 = +{ +/* put_Text */ + { + /* put_Text */ /* procedure put_Text */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag526, + { + /* text */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag523_t __midl_frag523 = +{ +/* *FLAGGED_WORD_BLOB */ + 0x22, /* FC64_OP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag5 +}; + +static const __midl_frag522_t __midl_frag522 = +{ +/* wireBSTR */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag523 +}; + +static const __midl_frag521_t __midl_frag521 = +{ +/* *wireBSTR */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 4 /* 0x4 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag522 +}; + +static const __midl_frag520_t __midl_frag520 = +{ +/* get_Text */ + { + /* get_Text */ /* procedure get_Text */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag522, + { + /* text */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag510_t __midl_frag510 = +{ +/* get_Name */ + { + /* get_Name */ /* procedure get_Name */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* name */ /* parameter name */ + &__midl_frag522, + { + /* name */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag490_t __midl_frag490 = +{ +/* *FLAGGED_WORD_BLOB */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag5 +}; + +static const __midl_frag489_t __midl_frag489 = +{ +/* wireBSTR */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag490 +}; + +static const __midl_frag488_t __midl_frag488 = +{ +/* put_Text */ + { + /* put_Text */ /* procedure put_Text */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag489, + { + /* text */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag483_t __midl_frag483 = +{ +/* get_Text */ + { + /* get_Text */ /* procedure get_Text */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag522, + { + /* text */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag472_t __midl_frag472 = +{ +/* Hide */ + { + /* Hide */ /* procedure Hide */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 16 /* 0x10 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + } +}; + +static const __midl_frag465_t __midl_frag465 = +{ +/* put_TotalMaximum */ + { + /* put_TotalMaximum */ /* procedure put_TotalMaximum */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* max */ /* parameter max */ + &__midl_frag560, + { + /* max */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag463_t __midl_frag463 = +{ +/* *_wireVARIANT */ + 0x22, /* FC64_OP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag462_t __midl_frag462 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag463 +}; + +static const __midl_frag461_t __midl_frag461 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 4 /* 0x4 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag462 +}; + +static const __midl_frag460_t __midl_frag460 = +{ +/* get_TotalMaximum */ + { + /* get_TotalMaximum */ /* procedure get_TotalMaximum */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* max */ /* parameter max */ + &__midl_frag462, + { + /* max */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag450_t __midl_frag450 = +{ +/* get_Maximum */ + { + /* get_Maximum */ /* procedure get_Maximum */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* max */ /* parameter max */ + &__midl_frag462, + { + /* max */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag447_t __midl_frag447 = +{ +/* put_Style */ + { + /* put_Style */ /* procedure put_Style */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* barcount */ /* parameter barcount */ + &__midl_frag546, + { + /* barcount */ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [in], Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag444_t __midl_frag444 = +{ +/* *int */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag546 +}; + +static const __midl_frag443_t __midl_frag443 = +{ +/* get_Style */ + { + /* get_Style */ /* procedure get_Style */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* barcount */ /* parameter barcount */ + &__midl_frag546, + { + /* barcount */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag441_t __midl_frag441 = +0x4 /* FC64_INT16 */; + +static const __midl_frag440_t __midl_frag440 = +{ +/* put_CanCancel */ + { + /* put_CanCancel */ /* procedure put_CanCancel */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 6 /* 0x6 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* enabled */ /* parameter enabled */ + &__midl_frag441, + { + /* enabled */ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [in], Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag437_t __midl_frag437 = +{ +/* *VARIANT_BOOL */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag441 +}; + +static const __midl_frag436_t __midl_frag436 = +{ +/* get_CanCancel */ + { + /* get_CanCancel */ /* procedure get_CanCancel */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 38 /* 0x26 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* enabled */ /* parameter enabled */ + &__midl_frag441, + { + /* enabled */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag428_t __midl_frag428 = +{ +/* put_TotalPosition */ + { + /* put_TotalPosition */ /* procedure put_TotalPosition */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* position */ /* parameter position */ + &__midl_frag549, + { + /* position */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag423_t __midl_frag423 = +{ +/* get_TotalPosition */ + { + /* get_TotalPosition */ /* procedure get_TotalPosition */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* position */ /* parameter position */ + &__midl_frag462, + { + /* position */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag410_t __midl_frag410 = +{ +/* *VARIANT_BOOL */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag534 +}; + +static const __midl_frag409_t __midl_frag409 = +{ +/* get_IsCancelled */ + { + /* get_IsCancelled */ /* procedure get_IsCancelled */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 38 /* 0x26 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* cancelled */ /* parameter cancelled */ + &__midl_frag534, + { + /* cancelled */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag405_t __midl_frag405 = +{ +/* AddText */ + { + /* AddText */ /* procedure AddText */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* text */ /* parameter text */ + &__midl_frag489, + { + /* text */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag399_t __midl_frag399 = +{ +/* *FLAGGED_WORD_BLOB */ + 0x22, /* FC64_OP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag5 +}; + +static const __midl_frag398_t __midl_frag398 = +{ +/* wireBSTR */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag399 +}; + +static const __midl_frag397_t __midl_frag397 = +{ +/* *wireBSTR */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 4 /* 0x4 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag398 +}; + +static const __midl_frag396_t __midl_frag396 = +{ +/* get_Title */ + { + /* get_Title */ /* procedure get_Title */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* title */ /* parameter title */ + &__midl_frag398, + { + /* title */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag394_t __midl_frag394 = +{ +/* Hide */ + { + /* Hide */ /* procedure Hide */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 16 /* 0x10 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + } +}; + +static const __midl_frag390_t __midl_frag390 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x00000000, + 0x0000, + 0x0000, + {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} + } +}; + +static const __midl_frag389_t __midl_frag389 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag390 +}; + +static const __midl_frag388_t __midl_frag388 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag389 +}; + +static const __midl_frag387_t __midl_frag387 = +{ +/* get__NewEnum */ + { + /* get__NewEnum */ /* procedure get__NewEnum */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* ppenum */ /* parameter ppenum */ + &__midl_frag388, + { + /* ppenum */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag384_t __midl_frag384 = +{ +/* *long */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag554 +}; + +static const __midl_frag383_t __midl_frag383 = +{ +/* get_Count */ + { + /* get_Count */ /* procedure get_Count */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* count */ /* parameter count */ + &__midl_frag554, + { + /* count */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag381_t __midl_frag381 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x8cd33727, + 0x0a92, + 0x4560, + {0x80, 0xd7, 0x1a, 0x44, 0x65, 0x12, 0x0e, 0x9b} + } +}; + +static const __midl_frag380_t __midl_frag380 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag381 +}; + +static const __midl_frag379_t __midl_frag379 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag380 +}; + +static const __midl_frag375_t __midl_frag375 = +{ +/* get_Item */ + { + /* get_Item */ /* procedure get_Item */ + (NDR64_UINT32) 36569411 /* 0x22e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation, actual guaranteed */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* key */ /* parameter key */ + &__midl_frag560, + { + /* key */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* item */ /* parameter item */ + &__midl_frag379, + { + /* item */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag369_t __midl_frag369 = +0xc /* FC64_FLOAT64 */; + +static const __midl_frag368_t __midl_frag368 = +{ +/* *DATE */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag369 +}; + +static const __midl_frag367_t __midl_frag367 = +{ +/* get_DateLastModified */ + { + /* get_DateLastModified */ /* procedure get_DateLastModified */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 48 /* 0x30 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* date */ /* parameter date */ + &__midl_frag369, + { + /* date */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag554, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag365_t __midl_frag365 = +{ +/* *_wireVARIANT */ + 0x22, /* FC64_OP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag364_t __midl_frag364 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag365 +}; + +static const __midl_frag363_t __midl_frag363 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 4 /* 0x4 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag364 +}; + +static const __midl_frag362_t __midl_frag362 = +{ +/* get_Size */ + { + /* get_Size */ /* procedure get_Size */ + (NDR64_UINT32) 4849987 /* 0x4a0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn, ClientCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* size */ /* parameter size */ + &__midl_frag364, + { + /* size */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag546, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag350_t __midl_frag350 = +{ +/* StoreSelection */ + { + /* StoreSelection */ /* procedure StoreSelection */ + (NDR64_UINT32) 524611 /* 0x80143 */, /* auto handle */ /* IsIntrepreted, [object], HasReturn */ + (NDR64_UINT32) 16 /* 0x10 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + } +}; + +static const __midl_frag341_t __midl_frag341 = +{ +/* DeselectAll */ + { + /* DeselectAll */ /* procedure DeselectAll */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* save */ /* parameter save */ + &__midl_frag549, + { + /* save */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag337_t __midl_frag337 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x2b527ff9, + 0xdeac, + 0x481a, + {0x9f, 0x2c, 0x3e, 0x7b, 0x27, 0xad, 0xce, 0xd8} + } +}; + +static const __midl_frag336_t __midl_frag336 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag337 +}; + +static const __midl_frag335_t __midl_frag335 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag336 +}; + +static const __midl_frag334_t __midl_frag334 = +{ +/* get_Items */ + { + /* get_Items */ /* procedure get_Items */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* coll */ /* parameter coll */ + &__midl_frag335, + { + /* coll */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag327_t __midl_frag327 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x8cd33727, + 0x0a92, + 0x4560, + {0x80, 0xd7, 0x1a, 0x44, 0x65, 0x12, 0x0e, 0x9b} + } +}; + +static const __midl_frag326_t __midl_frag326 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag327 +}; + +static const __midl_frag325_t __midl_frag325 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag326 +}; + +static const __midl_frag324_t __midl_frag324 = +{ +/* get_FocusedItem */ + { + /* get_FocusedItem */ /* procedure get_FocusedItem */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* item */ /* parameter item */ + &__midl_frag325, + { + /* item */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag305_t __midl_frag305 = +{ +/* GetFullPath */ + { + /* GetFullPath */ /* procedure GetFullPath */ + (NDR64_UINT32) 7209283 /* 0x6e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation, ClientCorrelation */ + (NDR64_UINT32) 40 /* 0x28 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* path */ /* parameter path */ + &__midl_frag526, + { + /* path */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* panel */ /* parameter panel */ + &__midl_frag549, + { + /* panel */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* result */ /* parameter result */ + &__midl_frag522, + { + /* result */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + } +}; + +static const __midl_frag303_t __midl_frag303 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x99dbfa2f, + 0x9699, + 0x40eb, + {0xac, 0xee, 0xb8, 0x90, 0x90, 0x8a, 0xa5, 0x83} + } +}; + +static const __midl_frag302_t __midl_frag302 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag303 +}; + +static const __midl_frag301_t __midl_frag301 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag302 +}; + +static const __midl_frag300_t __midl_frag300 = +{ +/* get_Script */ + { + /* get_Script */ /* procedure get_Script */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* info */ /* parameter info */ + &__midl_frag301, + { + /* info */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag293_t __midl_frag293 = +{ +/* GetPersistentVal */ + { + /* GetPersistentVal */ /* procedure GetPersistentVal */ + (NDR64_UINT32) 7209283 /* 0x6e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation, ClientCorrelation */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* key */ /* parameter key */ + &__midl_frag526, + { + /* key */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* val */ /* parameter val */ + &__midl_frag364, + { + /* val */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag286_t __midl_frag286 = +{ +/* SetPersistentVal */ + { + /* SetPersistentVal */ /* procedure SetPersistentVal */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* key */ /* parameter key */ + &__midl_frag526, + { + /* key */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* val */ /* parameter val */ + &__midl_frag549, + { + /* val */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag284_t __midl_frag284 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x5da5c3ee, + 0xe167, + 0x4e57, + {0xa8, 0xe9, 0x22, 0xef, 0x1c, 0x8b, 0x45, 0xc4} + } +}; + +static const __midl_frag283_t __midl_frag283 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag284 +}; + +static const __midl_frag282_t __midl_frag282 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag283 +}; + +static const __midl_frag281_t __midl_frag281 = +{ +/* get_Forms */ + { + /* get_Forms */ /* procedure get_Forms */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* gui */ /* parameter gui */ + &__midl_frag282, + { + /* gui */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag270_t __midl_frag270 = +{ +/* OverwriteDialog */ + { + /* OverwriteDialog */ /* procedure OverwriteDialog */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 48 /* 0x30 */ , /* Stack size */ + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 5 /* 0x5 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* file1 */ /* parameter file1 */ + &__midl_frag549, + { + /* file1 */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* file2 */ /* parameter file2 */ + &__midl_frag549, + { + /* file2 */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* buttons */ /* parameter buttons */ + &__midl_frag542, + { + /* buttons */ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [in], Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* result */ /* parameter result */ + &__midl_frag542, + { + /* result */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 40 /* 0x28 */, /* Stack offset */ + } +}; + +static const __midl_frag257_t __midl_frag257 = +{ +/* QuestionDialog */ + { + /* QuestionDialog */ /* procedure QuestionDialog */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 56 /* 0x38 */ , /* Stack size */ + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 6 /* 0x6 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* file */ /* parameter file */ + &__midl_frag549, + { + /* file */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* question */ /* parameter question */ + &__midl_frag526, + { + /* question */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* buttons */ /* parameter buttons */ + &__midl_frag542, + { + /* buttons */ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [in], Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* title */ /* parameter title */ + &__midl_frag549, + { + /* title */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + }, + { + /* result */ /* parameter result */ + &__midl_frag542, + { + /* result */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 40 /* 0x28 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 48 /* 0x30 */, /* Stack offset */ + } +}; + +static const __midl_frag243_t __midl_frag243 = +{ +/* ErrorDialog */ + { + /* ErrorDialog */ /* procedure ErrorDialog */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 56 /* 0x38 */ , /* Stack size */ + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 6 /* 0x6 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* file */ /* parameter file */ + &__midl_frag549, + { + /* file */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* error */ /* parameter error */ + &__midl_frag549, + { + /* error */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* buttons */ /* parameter buttons */ + &__midl_frag542, + { + /* buttons */ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [in], Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* title */ /* parameter title */ + &__midl_frag549, + { + /* title */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + }, + { + /* result */ /* parameter result */ + &__midl_frag542, + { + /* result */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 40 /* 0x28 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 48 /* 0x30 */, /* Stack offset */ + } +}; + +static const __midl_frag239_t __midl_frag239 = +0x4 /* FC64_INT16 */; + +static const __midl_frag238_t __midl_frag238 = +{ +/* *VARIANT_BOOL */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 12 /* 0xc */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag239 +}; + +static const __midl_frag233_t __midl_frag233 = +{ +/* MatchesMask */ + { + /* MatchesMask */ /* procedure MatchesMask */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 40 /* 0x28 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 38 /* 0x26 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* file */ /* parameter file */ + &__midl_frag526, + { + /* file */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* mask */ /* parameter mask */ + &__midl_frag526, + { + /* mask */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* match */ /* parameter match */ + &__midl_frag239, + { + /* match */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + } +}; + +static const __midl_frag226_t __midl_frag226 = +{ +/* ViewFile */ + { + /* ViewFile */ /* procedure ViewFile */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 32 /* 0x20 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 3 /* 0x3 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* file */ /* parameter file */ + &__midl_frag526, + { + /* file */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* cache */ /* parameter cache */ + &__midl_frag549, + { + /* cache */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + } +}; + +static const __midl_frag224_t __midl_frag224 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x77cd7e2f, + 0x5b62, + 0x451d, + {0xab, 0x3d, 0x81, 0x2f, 0x8b, 0x9f, 0xcb, 0xa8} + } +}; + +static const __midl_frag223_t __midl_frag223 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag224 +}; + +static const __midl_frag222_t __midl_frag222 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag223 +}; + +static const __midl_frag221_t __midl_frag221 = +{ +/* get_WaitWindow */ + { + /* get_WaitWindow */ /* procedure get_WaitWindow */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* window */ /* parameter window */ + &__midl_frag222, + { + /* window */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag219_t __midl_frag219 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0xc51ebe57, + 0x76b2, + 0x4c8c, + {0xa4, 0x4b, 0x13, 0xe3, 0x4f, 0x84, 0x6f, 0x2e} + } +}; + +static const __midl_frag218_t __midl_frag218 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag219 +}; + +static const __midl_frag217_t __midl_frag217 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag218 +}; + +static const __midl_frag216_t __midl_frag216 = +{ +/* get_ProgressDialog */ + { + /* get_ProgressDialog */ /* procedure get_ProgressDialog */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* dialog */ /* parameter dialog */ + &__midl_frag217, + { + /* dialog */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag182_t __midl_frag182 = +{ +/* InputBox */ + { + /* InputBox */ /* procedure InputBox */ + (NDR64_UINT32) 7209283 /* 0x6e0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, ClientMustSize, HasReturn, ServerCorrelation, ClientCorrelation */ + (NDR64_UINT32) 48 /* 0x30 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 5 /* 0x5 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* prompt */ /* parameter prompt */ + &__midl_frag526, + { + /* prompt */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* title */ /* parameter title */ + &__midl_frag549, + { + /* title */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* _default */ /* parameter _default */ + &__midl_frag549, + { + /* _default */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* result */ /* parameter result */ + &__midl_frag522, + { + /* result */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* MustSize, MustFree, [out], SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 40 /* 0x28 */, /* Stack offset */ + } +}; + +static const __midl_frag176_t __midl_frag176 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0xf51af265, + 0xadb1, + 0x40b7, + {0xb2, 0xcb, 0xa2, 0x58, 0xfd, 0xe6, 0x90, 0x1e} + } +}; + +static const __midl_frag175_t __midl_frag175 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag176 +}; + +static const __midl_frag174_t __midl_frag174 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag175 +}; + +static const __midl_frag173_t __midl_frag173 = +{ +/* get_TargetPanel */ + { + /* get_TargetPanel */ /* procedure get_TargetPanel */ + (NDR64_UINT32) 655683 /* 0xa0143 */, /* auto handle */ /* IsIntrepreted, [object], ServerMustSize, HasReturn */ + (NDR64_UINT32) 24 /* 0x18 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 2 /* 0x2 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* panel */ /* parameter panel */ + &__midl_frag174, + { + /* panel */ + 1, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [out] */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + } +}; + +static const __midl_frag154_t __midl_frag154 = +{ +/* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag153_t __midl_frag153 = +{ +/* wireVARIANT */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 1 /* 0x1 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 24 /* 0x18 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag154 +}; + +static const __midl_frag152_t __midl_frag152 = +{ +/* *wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag153 +}; + +static const __midl_frag150_t __midl_frag150 = +{ +/* *UINT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag542 +}; + +static const __midl_frag147_t __midl_frag147 = +0x7 /* FC64_INT64 */; + +static const __midl_frag146_t __midl_frag146 = +{ +/* *ULONGLONG */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag147 +}; + +static const __midl_frag142_t __midl_frag142 = +{ +/* *USHORT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag534 +}; + +static const __midl_frag141_t __midl_frag141 = +0x10 /* FC64_CHAR */; + +static const __midl_frag140_t __midl_frag140 = +{ +/* *CHAR */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag141 +}; + +static const __midl_frag139_t __midl_frag139 = +{ +/* *DECIMAL */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag138 +}; + +static const __midl_frag138_t __midl_frag138 = +{ +/* DECIMAL */ + { + /* DECIMAL */ + 0x30, /* FC64_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* DECIMAL */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */ + } +}; + +static const __midl_frag135_t __midl_frag135 = +0x7 /* FC64_INT64 */; + +static const __midl_frag132_t __midl_frag132 = +0x10 /* FC64_CHAR */; + +static const __midl_frag131_t __midl_frag131 = +{ +/* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 +}; + +static const __midl_frag130_t __midl_frag130 = +{ +/* **_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag131 +}; + +static const __midl_frag129_t __midl_frag129 = +{ +/* *_wireSAFEARRAY */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag32 +}; + +static const __midl_frag128_t __midl_frag128 = +{ +/* **_wireSAFEARRAY */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag129 +}; + +static const __midl_frag127_t __midl_frag127 = +{ +/* ***_wireSAFEARRAY */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag128 +}; + +static const __midl_frag126_t __midl_frag126 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x00020400, + 0x0000, + 0x0000, + {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} + } +}; + +static const __midl_frag125_t __midl_frag125 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag126 +}; + +static const __midl_frag124_t __midl_frag124 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag125 +}; + +static const __midl_frag123_t __midl_frag123 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x00000000, + 0x0000, + 0x0000, + {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} + } +}; + +static const __midl_frag122_t __midl_frag122 = +{ +/* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag123 +}; + +static const __midl_frag121_t __midl_frag121 = +{ +/* **struct _NDR64_POINTER_FORMAT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag122 +}; + +static const __midl_frag120_t __midl_frag120 = +{ +/* *FLAGGED_WORD_BLOB */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag5 +}; + +static const __midl_frag119_t __midl_frag119 = +{ +/* **FLAGGED_WORD_BLOB */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 16 /* 0x10 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag120 +}; + +static const __midl_frag118_t __midl_frag118 = +0xc /* FC64_FLOAT64 */; + +static const __midl_frag117_t __midl_frag117 = +{ +/* *DATE */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag118 +}; + +static const __midl_frag116_t __midl_frag116 = +{ +/* *CY */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag23 +}; + +static const __midl_frag114_t __midl_frag114 = +{ +/* *SCODE */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag542 +}; + +static const __midl_frag112_t __midl_frag112 = +{ +/* *VARIANT_BOOL */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag534 +}; + +static const __midl_frag109_t __midl_frag109 = +0xb /* FC64_FLOAT32 */; + +static const __midl_frag108_t __midl_frag108 = +{ +/* *FLOAT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag109 +}; + +static const __midl_frag106_t __midl_frag106 = +{ +/* *LONGLONG */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag135 +}; + +static const __midl_frag101_t __midl_frag101 = +0x2 /* FC64_INT8 */; + +static const __midl_frag100_t __midl_frag100 = +{ +/* *BYTE */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 8 /* 0x8 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag101 +}; + +static const __midl_frag99_t __midl_frag99 = +{ +/* *_wireBRECORD */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag64 +}; + +static const __midl_frag98_t __midl_frag98 = +{ +/* */ + { + /* *hyper */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 32 /* 0x20 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag95 + } +}; + +static const __midl_frag97_t __midl_frag97 = +0x7 /* FC64_INT64 */; + +static const __midl_frag96_t __midl_frag96 = +{ +/* */ + (NDR64_UINT32) 1 /* 0x1 */, + { + /* struct _NDR64_EXPR_VAR */ + 0x3, /* FC_EXPR_VAR */ + 0x6, /* FC64_UINT32 */ + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } +}; + +static const __midl_frag95_t __midl_frag95 = +{ +/* *hyper */ + { + /* *hyper */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* *hyper */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag96 + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag97 + } +}; + +static const __midl_frag94_t __midl_frag94 = +{ +/* HYPER_SIZEDARR */ + { + /* HYPER_SIZEDARR */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* HYPER_SIZEDARR */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag98, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag93_t __midl_frag93 = +{ +/* */ + { + /* *ULONG */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 32 /* 0x20 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag90 + } +}; + +static const __midl_frag92_t __midl_frag92 = +0x5 /* FC64_INT32 */; + +static const __midl_frag90_t __midl_frag90 = +{ +/* *ULONG */ + { + /* *ULONG */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 3 /* 0x3 */, + { + /* *ULONG */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 4 /* 0x4 */, + &__midl_frag96 + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 4 /* 0x4 */, + &__midl_frag92 + } +}; + +static const __midl_frag89_t __midl_frag89 = +{ +/* DWORD_SIZEDARR */ + { + /* DWORD_SIZEDARR */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* DWORD_SIZEDARR */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag93, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag88_t __midl_frag88 = +{ +/* */ + { + /* *short */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 32 /* 0x20 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag85 + } +}; + +static const __midl_frag87_t __midl_frag87 = +0x4 /* FC64_INT16 */; + +static const __midl_frag85_t __midl_frag85 = +{ +/* *short */ + { + /* *short */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 1 /* 0x1 */, + { + /* *short */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 2 /* 0x2 */, + &__midl_frag96 + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 2 /* 0x2 */, + &__midl_frag87 + } +}; + +static const __midl_frag84_t __midl_frag84 = +{ +/* WORD_SIZEDARR */ + { + /* WORD_SIZEDARR */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* WORD_SIZEDARR */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag88, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag83_t __midl_frag83 = +{ +/* */ + { + /* *byte */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 32 /* 0x20 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag80 + } +}; + +static const __midl_frag82_t __midl_frag82 = +0x2 /* FC64_INT8 */; + +static const __midl_frag80_t __midl_frag80 = +{ +/* *byte */ + { + /* *byte */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 0 /* 0x0 */, + { + /* *byte */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 1 /* 0x1 */, + &__midl_frag96 + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 1 /* 0x1 */, + &__midl_frag82 + } +}; + +static const __midl_frag79_t __midl_frag79 = +{ +/* BYTE_SIZEDARR */ + { + /* BYTE_SIZEDARR */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* BYTE_SIZEDARR */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag83, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag78_t __midl_frag78 = +{ +/* */ + { + /* struct _NDR64_FIX_ARRAY_HEADER_FORMAT */ + 0x40, /* FC64_FIX_ARRAY */ + (NDR64_UINT8) 0 /* 0x0 */, + { + /* struct _NDR64_FIX_ARRAY_HEADER_FORMAT */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */ + } +}; + +static const __midl_frag77_t __midl_frag77 = +{ +/* */ + { + /* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag72 + } +}; + +static const __midl_frag72_t __midl_frag72 = +{ +/* ** */ + { + /* **struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* **struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag96 + }, + { + /* */ + { + /* struct _NDR64_REPEAT_FORMAT */ + 0x82, /* FC64_VARIABLE_REPEAT */ + { + /* struct _NDR64_REPEAT_FORMAT */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT8) 0 /* 0x0 */ + }, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 1 /* 0x1 */ + }, + { + /* */ + { + /* struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag123 + } + }, + 0x93 /* FC64_END */ + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag122 + } +}; + +static const __midl_frag71_t __midl_frag71 = +{ +/* SAFEARR_HAVEIID */ + { + /* SAFEARR_HAVEIID */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* SAFEARR_HAVEIID */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 32 /* 0x20 */, + 0, + 0, + &__midl_frag77, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x4, /* FC64_INT16 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x4, /* FC64_INT16 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_EMBEDDED_COMPLEX_FORMAT */ + 0x91, /* FC64_EMBEDDED_COMPLEX */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag78 + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag70_t __midl_frag70 = +{ +/* */ + { + /* **_wireBRECORD */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag62 + } +}; + +static const __midl_frag67_t __midl_frag67 = +{ +/* */ + (NDR64_UINT32) 1 /* 0x1 */, + { + /* struct _NDR64_EXPR_VAR */ + 0x3, /* FC_EXPR_VAR */ + 0x6, /* FC64_UINT32 */ + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 4 /* 0x4 */ + } +}; + +static const __midl_frag66_t __midl_frag66 = +{ +/* *byte */ + { + /* *byte */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 0 /* 0x0 */, + { + /* *byte */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 1 /* 0x1 */, + &__midl_frag67 + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 1 /* 0x1 */, + &__midl_frag101 + } +}; + +static const __midl_frag65_t __midl_frag65 = +{ +/* struct _NDR64_CONSTANT_IID_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 0 /* 0x0 */, + { + 0x0000002f, + 0x0000, + 0x0000, + {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} + } +}; + +static const __midl_frag64_t __midl_frag64 = +{ +/* _wireBRECORD */ + { + /* _wireBRECORD */ + 0x31, /* FC64_PSTRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* _wireBRECORD */ + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 24 /* 0x18 */ + }, + { + /* */ + { + /* struct _NDR64_NO_REPEAT_FORMAT */ + 0x80, /* FC64_NO_REPEAT */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT */ + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag65 + }, + { + /* struct _NDR64_NO_REPEAT_FORMAT */ + 0x80, /* FC64_NO_REPEAT */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT */ + (NDR64_UINT32) 16 /* 0x10 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* *byte */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 32 /* 0x20 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag66 + }, + 0x93 /* FC64_END */ + } +}; + +static const __midl_frag62_t __midl_frag62 = +{ +/* **_wireBRECORD */ + { + /* **_wireBRECORD */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* **_wireBRECORD */ + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag96 + }, + { + /* */ + { + /* struct _NDR64_REPEAT_FORMAT */ + 0x82, /* FC64_VARIABLE_REPEAT */ + { + /* struct _NDR64_REPEAT_FORMAT */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT8) 0 /* 0x0 */ + }, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 1 /* 0x1 */ + }, + { + /* */ + { + /* struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* *_wireBRECORD */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag64 + } + }, + 0x93 /* FC64_END */ + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag99 + } +}; + +static const __midl_frag61_t __midl_frag61 = +{ +/* SAFEARR_BRECORD */ + { + /* SAFEARR_BRECORD */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* SAFEARR_BRECORD */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag70, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag60_t __midl_frag60 = +{ +/* */ + { + /* **_wireVARIANT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag57 + } +}; + +static const __midl_frag57_t __midl_frag57 = +{ +/* **_wireVARIANT */ + { + /* **_wireVARIANT */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* **_wireVARIANT */ + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag96 + }, + { + /* */ + { + /* struct _NDR64_REPEAT_FORMAT */ + 0x82, /* FC64_VARIABLE_REPEAT */ + { + /* struct _NDR64_REPEAT_FORMAT */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT8) 0 /* 0x0 */ + }, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 1 /* 0x1 */ + }, + { + /* */ + { + /* struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* *_wireVARIANT */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag12 + } + }, + 0x93 /* FC64_END */ + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag154 + } +}; + +static const __midl_frag56_t __midl_frag56 = +{ +/* SAFEARR_VARIANT */ + { + /* SAFEARR_VARIANT */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* SAFEARR_VARIANT */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag60, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag55_t __midl_frag55 = +{ +/* */ + { + /* **struct _NDR64_POINTER_FORMAT */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag50 + } +}; + +static const __midl_frag50_t __midl_frag50 = +{ +/* ** */ + { + /* **struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* **struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag96 + }, + { + /* */ + { + /* struct _NDR64_REPEAT_FORMAT */ + 0x82, /* FC64_VARIABLE_REPEAT */ + { + /* struct _NDR64_REPEAT_FORMAT */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT8) 0 /* 0x0 */ + }, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 1 /* 0x1 */ + }, + { + /* */ + { + /* struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* *struct _NDR64_POINTER_FORMAT */ + 0x24, /* FC64_IP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag126 + } + }, + 0x93 /* FC64_END */ + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag125 + } +}; + +static const __midl_frag49_t __midl_frag49 = +{ +/* SAFEARR_DISPATCH */ + { + /* SAFEARR_DISPATCH */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* SAFEARR_DISPATCH */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag55, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag42_t __midl_frag42 = +{ +/* SAFEARR_UNKNOWN */ + { + /* SAFEARR_UNKNOWN */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* SAFEARR_UNKNOWN */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag77, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag41_t __midl_frag41 = +{ +/* */ + { + /* **FLAGGED_WORD_BLOB */ + 0x20, /* FC64_RP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag38 + } +}; + +static const __midl_frag38_t __midl_frag38 = +{ +/* **FLAGGED_WORD_BLOB */ + { + /* **FLAGGED_WORD_BLOB */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* **FLAGGED_WORD_BLOB */ + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag96 + }, + { + /* */ + { + /* struct _NDR64_REPEAT_FORMAT */ + 0x82, /* FC64_VARIABLE_REPEAT */ + { + /* struct _NDR64_REPEAT_FORMAT */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT8) 0 /* 0x0 */ + }, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 1 /* 0x1 */ + }, + { + /* */ + { + /* struct _NDR64_POINTER_INSTANCE_HEADER_FORMAT */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* *FLAGGED_WORD_BLOB */ + 0x21, /* FC64_UP */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag5 + } + }, + 0x93 /* FC64_END */ + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag120 + } +}; + +static const __midl_frag37_t __midl_frag37 = +{ +/* SAFEARR_BSTR */ + { + /* SAFEARR_BSTR */ + 0x35, /* FC64_FORCED_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* SAFEARR_BSTR */ + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 16 /* 0x10 */, + 0, + 0, + &__midl_frag41, + }, + { + /* */ + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x5, /* FC64_INT32 */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x14, /* FC64_POINTER */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag36_t __midl_frag36 = +{ +/* SAFEARRAYUNION */ + { + /* SAFEARRAYUNION */ + 0x50, /* FC64_ENCAPSULATED_UNION */ + (NDR64_UINT8) 7 /* 0x7 */, + (NDR64_UINT8) 0 /* 0x0 */, + 0x6, /* FC64_UINT32 */ + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM_SELECTOR */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT8) 7 /* 0x7 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 10 /* 0xa */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 8 /* 0x8 */, + &__midl_frag37, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 13 /* 0xd */, + &__midl_frag42, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 9 /* 0x9 */, + &__midl_frag49, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 12 /* 0xc */, + &__midl_frag56, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 36 /* 0x24 */, + &__midl_frag61, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 32781 /* 0x800d */, + &__midl_frag71, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16 /* 0x10 */, + &__midl_frag79, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 2 /* 0x2 */, + &__midl_frag84, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 3 /* 0x3 */, + &__midl_frag89, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 20 /* 0x14 */, + &__midl_frag94, + (NDR64_UINT32) 0 /* 0x0 */ + }, + (NDR64_UINT32) 4294967295 /* 0xffffffff */ +}; + +static const __midl_frag35_t __midl_frag35 = +{ +/* SAFEARRAYBOUND */ + { + /* SAFEARRAYBOUND */ + 0x30, /* FC64_STRUCT */ + (NDR64_UINT8) 3 /* 0x3 */, + { + /* SAFEARRAYBOUND */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */ + } +}; + +static const __midl_frag34_t __midl_frag34 = +{ +/* */ + (NDR64_UINT32) 1 /* 0x1 */, + { + /* struct _NDR64_EXPR_VAR */ + 0x3, /* FC_EXPR_VAR */ + 0x3, /* FC64_UINT16 */ + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } +}; + +static const __midl_frag33_t __midl_frag33 = +{ +/* */ + { + /* struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 3 /* 0x3 */, + { + /* struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag34 + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag35 + } +}; + +static const __midl_frag32_t __midl_frag32 = +{ +/* _wireSAFEARRAY */ + { + /* _wireSAFEARRAY */ + 0x36, /* FC64_CONF_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* _wireSAFEARRAY */ + 0, + 1, + 1, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT32) 56 /* 0x38 */, + 0, + 0, + 0, + &__midl_frag33, + }, + { + /* */ + { + /* _wireSAFEARRAY */ + 0x30, /* FC64_STRUCT */ + (NDR64_UINT8) 1 /* 0x1 */, + (NDR64_UINT16) 12 /* 0xc */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_MEMPAD_FORMAT */ + 0x90, /* FC64_STRUCTPADN */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 4 /* 0x4 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_EMBEDDED_COMPLEX_FORMAT */ + 0x91, /* FC64_EMBEDDED_COMPLEX */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag36 + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag23_t __midl_frag23 = +{ +/* CY */ + { + /* CY */ + 0x30, /* FC64_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* CY */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */ + } +}; + +static const __midl_frag14_t __midl_frag14 = +{ +/* */ + (NDR64_UINT32) 1 /* 0x1 */, + { + /* struct _NDR64_EXPR_VAR */ + 0x3, /* FC_EXPR_VAR */ + 0x3, /* FC64_UINT16 */ + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */ + } +}; + +static const __midl_frag13_t __midl_frag13 = +{ +/* __MIDL_IOleAutomationTypes_0004 */ + { + /* __MIDL_IOleAutomationTypes_0004 */ + 0x51, /* FC64_NON_ENCAPSULATED_UNION */ + (NDR64_UINT8) 7 /* 0x7 */, + (NDR64_UINT8) 0 /* 0x0 */, + 0x6, /* FC64_UINT32 */ + (NDR64_UINT32) 16 /* 0x10 */, + &__midl_frag14, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM_SELECTOR */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT8) 7 /* 0x7 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 47 /* 0x2f */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 20 /* 0x14 */, + &__midl_frag147, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 3 /* 0x3 */, + &__midl_frag542, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 17 /* 0x11 */, + &__midl_frag101, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 2 /* 0x2 */, + &__midl_frag534, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 4 /* 0x4 */, + &__midl_frag109, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 5 /* 0x5 */, + &__midl_frag118, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 11 /* 0xb */, + &__midl_frag534, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 10 /* 0xa */, + &__midl_frag542, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 6 /* 0x6 */, + &__midl_frag23, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 7 /* 0x7 */, + &__midl_frag118, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 8 /* 0x8 */, + &__midl_frag120, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 13 /* 0xd */, + &__midl_frag122, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 9 /* 0x9 */, + &__midl_frag125, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 8192 /* 0x2000 */, + &__midl_frag128, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 36 /* 0x24 */, + &__midl_frag99, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16420 /* 0x4024 */, + &__midl_frag99, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16401 /* 0x4011 */, + &__midl_frag100, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16386 /* 0x4002 */, + &__midl_frag112, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16387 /* 0x4003 */, + &__midl_frag114, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16404 /* 0x4014 */, + &__midl_frag106, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16388 /* 0x4004 */, + &__midl_frag108, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16389 /* 0x4005 */, + &__midl_frag117, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16395 /* 0x400b */, + &__midl_frag112, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16394 /* 0x400a */, + &__midl_frag114, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16390 /* 0x4006 */, + &__midl_frag116, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16391 /* 0x4007 */, + &__midl_frag117, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16392 /* 0x4008 */, + &__midl_frag119, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16397 /* 0x400d */, + &__midl_frag121, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16393 /* 0x4009 */, + &__midl_frag124, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 24576 /* 0x6000 */, + &__midl_frag127, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16396 /* 0x400c */, + &__midl_frag130, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16 /* 0x10 */, + &__midl_frag132, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 18 /* 0x12 */, + &__midl_frag534, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 19 /* 0x13 */, + &__midl_frag542, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 21 /* 0x15 */, + &__midl_frag135, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 22 /* 0x16 */, + &__midl_frag542, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 23 /* 0x17 */, + &__midl_frag542, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 14 /* 0xe */, + &__midl_frag138, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16398 /* 0x400e */, + &__midl_frag139, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16400 /* 0x4010 */, + &__midl_frag140, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16402 /* 0x4012 */, + &__midl_frag142, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16403 /* 0x4013 */, + &__midl_frag150, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16405 /* 0x4015 */, + &__midl_frag146, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16406 /* 0x4016 */, + &__midl_frag150, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 16407 /* 0x4017 */, + &__midl_frag150, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 0 /* 0x0 */, + 0, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_UNION_ARM */ + (NDR64_INT64) 1 /* 0x1 */, + 0, + (NDR64_UINT32) 0 /* 0x0 */ + }, + (NDR64_UINT32) 4294967295 /* 0xffffffff */ +}; + +static const __midl_frag12_t __midl_frag12 = +{ +/* _wireVARIANT */ + { + /* _wireVARIANT */ + 0x34, /* FC64_BOGUS_STRUCT */ + (NDR64_UINT8) 7 /* 0x7 */, + { + /* _wireVARIANT */ + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 32 /* 0x20 */, + 0, + 0, + 0, + }, + { + /* */ + { + /* _wireVARIANT */ + 0x30, /* FC64_STRUCT */ + (NDR64_UINT8) 3 /* 0x3 */, + (NDR64_UINT16) 16 /* 0x10 */, + (NDR64_UINT32) 0 /* 0x0 */ + }, + { + /* struct _NDR64_EMBEDDED_COMPLEX_FORMAT */ + 0x91, /* FC64_EMBEDDED_COMPLEX */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + &__midl_frag13 + }, + { + /* struct _NDR64_SIMPLE_MEMBER_FORMAT */ + 0x93, /* FC64_END */ + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT32) 0 /* 0x0 */ + } + } +}; + +static const __midl_frag6_t __midl_frag6 = +{ +/* */ + { + /* struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 0x41, /* FC64_CONF_ARRAY */ + (NDR64_UINT8) 1 /* 0x1 */, + { + /* struct _NDR64_CONF_ARRAY_HEADER_FORMAT */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 2 /* 0x2 */, + &__midl_frag67 + }, + { + /* struct _NDR64_ARRAY_ELEMENT_INFO */ + (NDR64_UINT32) 2 /* 0x2 */, + &__midl_frag534 + } +}; + +static const __midl_frag5_t __midl_frag5 = +{ +/* FLAGGED_WORD_BLOB */ + { + /* FLAGGED_WORD_BLOB */ + 0x32, /* FC64_CONF_STRUCT */ + (NDR64_UINT8) 3 /* 0x3 */, + { + /* FLAGGED_WORD_BLOB */ + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0 + }, + (NDR64_UINT8) 0 /* 0x0 */, + (NDR64_UINT32) 8 /* 0x8 */, + &__midl_frag6 + } +}; + +static const __midl_frag3_t __midl_frag3 = +{ +/* wireBSTR */ + 0xa2, /* FC64_USER_MARSHAL */ + (NDR64_UINT8) 128 /* 0x80 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 7 /* 0x7 */, + (NDR64_UINT16) 8 /* 0x8 */, + (NDR64_UINT32) 8 /* 0x8 */, + (NDR64_UINT32) 0 /* 0x0 */, + &__midl_frag120 +}; + +static const __midl_frag2_t __midl_frag2 = +{ +/* MsgBox */ + { + /* MsgBox */ /* procedure MsgBox */ + (NDR64_UINT32) 2883907 /* 0x2c0143 */, /* auto handle */ /* IsIntrepreted, [object], ClientMustSize, HasReturn, ServerCorrelation */ + (NDR64_UINT32) 48 /* 0x30 */ , /* Stack size */ + (NDR64_UINT32) 0 /* 0x0 */, + (NDR64_UINT32) 40 /* 0x28 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 0 /* 0x0 */, + (NDR64_UINT16) 5 /* 0x5 */, + (NDR64_UINT16) 0 /* 0x0 */ + }, + { + /* prompt */ /* parameter prompt */ + &__midl_frag3, + { + /* prompt */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 8 /* 0x8 */, /* Stack offset */ + }, + { + /* buttons */ /* parameter buttons */ + &__midl_frag153, + { + /* buttons */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 16 /* 0x10 */, /* Stack offset */ + }, + { + /* title */ /* parameter title */ + &__midl_frag153, + { + /* title */ + 1, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* MustSize, MustFree, [in], SimpleRef */ + (NDR64_UINT16) 0 /* 0x0 */, + 24 /* 0x18 */, /* Stack offset */ + }, + { + /* result */ /* parameter result */ + &__midl_frag542, + { + /* result */ + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 1 + }, /* [out], Basetype, SimpleRef, UseCache */ + (NDR64_UINT16) 0 /* 0x0 */, + 32 /* 0x20 */, /* Stack offset */ + }, + { + /* HRESULT */ /* parameter HRESULT */ + &__midl_frag542, + { + /* HRESULT */ + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + (NDR64_UINT16) 0 /* 0x0 */, + 0 + }, /* [out], IsReturn, Basetype, ByValue */ + (NDR64_UINT16) 0 /* 0x0 */, + 40 /* 0x28 */, /* Stack offset */ + } +}; + +static const __midl_frag1_t __midl_frag1 = +(NDR64_UINT32) 0 /* 0x0 */; +#ifdef __cplusplus +} +#endif + + +#include "poppack.h" + + +XFG_TRAMPOLINES64(BSTR) +XFG_TRAMPOLINES64(VARIANT) + +static const USER_MARSHAL_ROUTINE_QUADRUPLE NDR64_UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ] = + { + + { + (USER_MARSHAL_SIZING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserSize64) + ,(USER_MARSHAL_MARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserMarshal64) + ,(USER_MARSHAL_UNMARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserUnmarshal64) + ,(USER_MARSHAL_FREEING_ROUTINE)XFG_TRAMPOLINE_FPTR(BSTR_UserFree64) + + } + , + { + (USER_MARSHAL_SIZING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserSize64) + ,(USER_MARSHAL_MARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserMarshal64) + ,(USER_MARSHAL_UNMARSHALLING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserUnmarshal64) + ,(USER_MARSHAL_FREEING_ROUTINE)XFG_TRAMPOLINE_FPTR(VARIANT_UserFree64) + + } + + + }; + + + +/* Standard interface: __MIDL_itf_salamander_0000_0000, ver. 0.0, + GUID={0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}} */ + + +/* Object interface: IUnknown, ver. 0.0, + GUID={0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */ + + +/* Object interface: ISalamander, ver. 0.0, + GUID={0x60F57ABE,0x95C7,0x48c7,{0xAE,0x37,0x9D,0xA0,0x07,0xB8,0xD5,0x7F}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamander_Ndr64ProcTable[] = + { + &__midl_frag2, + &__midl_frag173, + &__midl_frag173, + &__midl_frag173, + &__midl_frag173, + &__midl_frag536, + &__midl_frag182, + &__midl_frag536, + &__midl_frag536, + &__midl_frag540, + &__midl_frag350, + &__midl_frag525, + &__midl_frag525, + &__midl_frag216, + &__midl_frag221, + &__midl_frag226, + &__midl_frag233, + &__midl_frag350, + &__midl_frag243, + &__midl_frag257, + &__midl_frag270, + &__midl_frag281, + &__midl_frag286, + &__midl_frag293, + &__midl_frag300, + &__midl_frag305 + }; + + +static const MIDL_SYNTAX_INFO ISalamander_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamander_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamander_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamander_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamander_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamander_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamander_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamander_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamander_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(29) _ISalamanderProxyVtbl = +{ + &ISalamander_ProxyInfo, + &IID_ISalamander, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamander::MsgBox */ , + (void *) (INT_PTR) -1 /* ISalamander::get_LeftPanel */ , + (void *) (INT_PTR) -1 /* ISalamander::get_RightPanel */ , + (void *) (INT_PTR) -1 /* ISalamander::get_SourcePanel */ , + (void *) (INT_PTR) -1 /* ISalamander::get_TargetPanel */ , + (void *) (INT_PTR) -1 /* ISalamander::get_Version */ , + (void *) (INT_PTR) -1 /* ISalamander::InputBox */ , + (void *) (INT_PTR) -1 /* ISalamander::get_WindowsVersion */ , + (void *) (INT_PTR) -1 /* ISalamander::get_AutomationVersion */ , + (void *) (INT_PTR) -1 /* ISalamander::Sleep */ , + (void *) (INT_PTR) -1 /* ISalamander::AbortScript */ , + (void *) (INT_PTR) -1 /* ISalamander::TraceI */ , + (void *) (INT_PTR) -1 /* ISalamander::TraceE */ , + (void *) (INT_PTR) -1 /* ISalamander::get_ProgressDialog */ , + (void *) (INT_PTR) -1 /* ISalamander::get_WaitWindow */ , + (void *) (INT_PTR) -1 /* ISalamander::ViewFile */ , + (void *) (INT_PTR) -1 /* ISalamander::MatchesMask */ , + (void *) (INT_PTR) -1 /* ISalamander::DebugBreak */ , + (void *) (INT_PTR) -1 /* ISalamander::ErrorDialog */ , + (void *) (INT_PTR) -1 /* ISalamander::QuestionDialog */ , + (void *) (INT_PTR) -1 /* ISalamander::OverwriteDialog */ , + (void *) (INT_PTR) -1 /* ISalamander::get_Forms */ , + (void *) (INT_PTR) -1 /* ISalamander::SetPersistentVal */ , + (void *) (INT_PTR) -1 /* ISalamander::GetPersistentVal */ , + (void *) (INT_PTR) -1 /* ISalamander::get_Script */ , + (void *) (INT_PTR) -1 /* ISalamander::GetFullPath */ +}; + +const CInterfaceStubVtbl _ISalamanderStubVtbl = +{ + &IID_ISalamander, + &ISalamander_ServerInfo, + 29, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderPanel, ver. 0.0, + GUID={0xF51AF265,0xADB1,0x40b7,{0xB2,0xCB,0xA2,0x58,0xFD,0xE6,0x90,0x1E}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderPanel_Ndr64ProcTable[] = + { + &__midl_frag525, + &__midl_frag520, + &__midl_frag324, + &__midl_frag334, + &__midl_frag334, + &__midl_frag350, + &__midl_frag341, + &__midl_frag536, + &__midl_frag350, + (FormatInfoRef)(LONG_PTR) -1 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderPanel_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderPanel_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderPanel_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderPanel_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderPanel_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderPanel_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderPanel_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderPanel_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderPanel_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(13) _ISalamanderPanelProxyVtbl = +{ + &ISalamanderPanel_ProxyInfo, + &IID_ISalamanderPanel, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderPanel::put_Path */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::get_Path */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::get_FocusedItem */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::get_SelectedItems */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::get_Items */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::SelectAll */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::DeselectAll */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::get_PathType */ , + (void *) (INT_PTR) -1 /* ISalamanderPanel::StoreSelection */ , + 0 /* ISalamanderPanel::_GetPanelIndex */ +}; + +const CInterfaceStubVtbl _ISalamanderPanelStubVtbl = +{ + &IID_ISalamanderPanel, + &ISalamanderPanel_ServerInfo, + 13, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderPanelItem, ver. 0.0, + GUID={0x8CD33727,0x0A92,0x4560,{0x80,0xD7,0x1A,0x44,0x65,0x12,0x0E,0x9B}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderPanelItem_Ndr64ProcTable[] = + { + &__midl_frag510, + &__midl_frag520, + &__midl_frag362, + &__midl_frag367, + &__midl_frag383 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderPanelItem_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderPanelItem_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderPanelItem_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderPanelItem_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderPanelItem_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderPanelItem_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderPanelItem_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderPanelItem_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderPanelItem_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(8) _ISalamanderPanelItemProxyVtbl = +{ + &ISalamanderPanelItem_ProxyInfo, + &IID_ISalamanderPanelItem, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderPanelItem::get_Name */ , + (void *) (INT_PTR) -1 /* ISalamanderPanelItem::get_Path */ , + (void *) (INT_PTR) -1 /* ISalamanderPanelItem::get_Size */ , + (void *) (INT_PTR) -1 /* ISalamanderPanelItem::get_DateLastModified */ , + (void *) (INT_PTR) -1 /* ISalamanderPanelItem::get_Attributes */ +}; + +const CInterfaceStubVtbl _ISalamanderPanelItemStubVtbl = +{ + &IID_ISalamanderPanelItem, + &ISalamanderPanelItem_ServerInfo, + 8, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderPanelItemCollection, ver. 0.0, + GUID={0x2B527FF9,0xDEAC,0x481a,{0x9F,0x2C,0x3E,0x7B,0x27,0xAD,0xCE,0xD8}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderPanelItemCollection_Ndr64ProcTable[] = + { + &__midl_frag375, + &__midl_frag383, + &__midl_frag387 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderPanelItemCollection_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderPanelItemCollection_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderPanelItemCollection_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderPanelItemCollection_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderPanelItemCollection_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderPanelItemCollection_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderPanelItemCollection_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderPanelItemCollection_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderPanelItemCollection_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(6) _ISalamanderPanelItemCollectionProxyVtbl = +{ + &ISalamanderPanelItemCollection_ProxyInfo, + &IID_ISalamanderPanelItemCollection, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderPanelItemCollection::get_Item */ , + (void *) (INT_PTR) -1 /* ISalamanderPanelItemCollection::get_Count */ , + (void *) (INT_PTR) -1 /* ISalamanderPanelItemCollection::get__NewEnum */ +}; + +const CInterfaceStubVtbl _ISalamanderPanelItemCollectionStubVtbl = +{ + &IID_ISalamanderPanelItemCollection, + &ISalamanderPanelItemCollection_ServerInfo, + 6, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderProgressDialog, ver. 0.0, + GUID={0xC51EBE57,0x76B2,0x4c8c,{0xA4,0x4B,0x13,0xE3,0x4F,0x84,0x6F,0x2E}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderProgressDialog_Ndr64ProcTable[] = + { + &__midl_frag394, + &__midl_frag394, + &__midl_frag396, + &__midl_frag405, + &__midl_frag405, + &__midl_frag409, + &__midl_frag423, + &__midl_frag428, + &__midl_frag423, + &__midl_frag428, + &__midl_frag447, + &__midl_frag436, + &__midl_frag440, + &__midl_frag443, + &__midl_frag447, + &__midl_frag450, + &__midl_frag465, + &__midl_frag460, + &__midl_frag465 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderProgressDialog_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderProgressDialog_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderProgressDialog_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderProgressDialog_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderProgressDialog_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderProgressDialog_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderProgressDialog_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderProgressDialog_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderProgressDialog_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(22) _ISalamanderProgressDialogProxyVtbl = +{ + &ISalamanderProgressDialog_ProxyInfo, + &IID_ISalamanderProgressDialog, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::Show */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::Hide */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_Title */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::put_Title */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::AddText */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_IsCancelled */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_Position */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::put_Position */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_TotalPosition */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::put_TotalPosition */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::Step */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_CanCancel */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::put_CanCancel */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_Style */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::put_Style */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_Maximum */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::put_Maximum */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::get_TotalMaximum */ , + (void *) (INT_PTR) -1 /* ISalamanderProgressDialog::put_TotalMaximum */ +}; + +const CInterfaceStubVtbl _ISalamanderProgressDialogStubVtbl = +{ + &IID_ISalamanderProgressDialog, + &ISalamanderProgressDialog_ServerInfo, + 22, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderWaitWindow, ver. 0.0, + GUID={0x77CD7E2F,0x5B62,0x451d,{0xAB,0x3D,0x81,0x2F,0x8B,0x9F,0xCB,0xA8}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderWaitWindow_Ndr64ProcTable[] = + { + &__midl_frag472, + &__midl_frag472, + &__midl_frag483, + &__midl_frag488, + &__midl_frag483, + &__midl_frag488, + &__midl_frag529, + &__midl_frag536, + &__midl_frag540, + &__midl_frag529, + &__midl_frag533 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderWaitWindow_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderWaitWindow_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderWaitWindow_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderWaitWindow_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderWaitWindow_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderWaitWindow_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderWaitWindow_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderWaitWindow_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderWaitWindow_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(14) _ISalamanderWaitWindowProxyVtbl = +{ + &ISalamanderWaitWindow_ProxyInfo, + &IID_ISalamanderWaitWindow, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::Show */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::Hide */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::get_Title */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::put_Title */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::get_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::put_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::get_IsCancelled */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::get_Delay */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::put_Delay */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::get_CanCancel */ , + (void *) (INT_PTR) -1 /* ISalamanderWaitWindow::put_CanCancel */ +}; + +const CInterfaceStubVtbl _ISalamanderWaitWindowStubVtbl = +{ + &IID_ISalamanderWaitWindow, + &ISalamanderWaitWindow_ServerInfo, + 14, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderScriptInfo, ver. 0.0, + GUID={0x99DBFA2F,0x9699,0x40eb,{0xAC,0xEE,0xB8,0x90,0x90,0x8A,0xA5,0x83}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderScriptInfo_Ndr64ProcTable[] = + { + &__midl_frag510, + &__midl_frag520 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderScriptInfo_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderScriptInfo_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderScriptInfo_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderScriptInfo_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderScriptInfo_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderScriptInfo_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderScriptInfo_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderScriptInfo_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderScriptInfo_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(5) _ISalamanderScriptInfoProxyVtbl = +{ + &ISalamanderScriptInfo_ProxyInfo, + &IID_ISalamanderScriptInfo, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderScriptInfo::get_Name */ , + (void *) (INT_PTR) -1 /* ISalamanderScriptInfo::get_Path */ +}; + +const CInterfaceStubVtbl _ISalamanderScriptInfoStubVtbl = +{ + &IID_ISalamanderScriptInfo, + &ISalamanderScriptInfo_ServerInfo, + 5, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderGuiComponent, ver. 0.0, + GUID={0x15711C8C,0x52B3,0x4a0b,{0x90,0xB0,0x12,0x3C,0x8A,0x0D,0x52,0x5B}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderGuiComponent_Ndr64ProcTable[] = + { + &__midl_frag520, + &__midl_frag525 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderGuiComponent_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiComponent_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderGuiComponent_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiComponent_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiComponent_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiComponent_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderGuiComponent_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderGuiComponent_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiComponent_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(5) _ISalamanderGuiComponentProxyVtbl = +{ + &ISalamanderGuiComponent_ProxyInfo, + &IID_ISalamanderGuiComponent, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::get_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::put_Text */ +}; + +const CInterfaceStubVtbl _ISalamanderGuiComponentStubVtbl = +{ + &IID_ISalamanderGuiComponent, + &ISalamanderGuiComponent_ServerInfo, + 5, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Standard interface: __MIDL_itf_salamander_0000_0008, ver. 0.0, + GUID={0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}} */ + + +/* Object interface: ISalamanderGuiComponentInternal, ver. 0.0, + GUID={0x037905FB,0xA081,0x4a60,{0xAE,0x61,0xC8,0x48,0x17,0x7F,0x99,0xE0}} */ + + +/* Object interface: ISalamanderGuiCheckBox, ver. 0.0, + GUID={0xA26789BB,0xCAA4,0x47d5,{0xBC,0xC5,0x38,0x6E,0xF2,0x42,0x20,0xD4}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderGuiCheckBox_Ndr64ProcTable[] = + { + &__midl_frag520, + &__midl_frag525, + &__midl_frag529, + &__midl_frag533 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderGuiCheckBox_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiCheckBox_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderGuiCheckBox_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiCheckBox_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiCheckBox_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiCheckBox_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderGuiCheckBox_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderGuiCheckBox_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiCheckBox_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(7) _ISalamanderGuiCheckBoxProxyVtbl = +{ + &ISalamanderGuiCheckBox_ProxyInfo, + &IID_ISalamanderGuiCheckBox, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::get_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::put_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiCheckBox::get_Checked */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiCheckBox::put_Checked */ +}; + +const CInterfaceStubVtbl _ISalamanderGuiCheckBoxStubVtbl = +{ + &IID_ISalamanderGuiCheckBox, + &ISalamanderGuiCheckBox_ServerInfo, + 7, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderGuiButton, ver. 0.0, + GUID={0xF30E467C,0x0FEA,0x4e67,{0x9F,0x51,0xC2,0xB1,0xA2,0xA3,0x0D,0x4E}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderGuiButton_Ndr64ProcTable[] = + { + &__midl_frag520, + &__midl_frag525, + &__midl_frag536, + &__midl_frag540 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderGuiButton_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiButton_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderGuiButton_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiButton_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiButton_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiButton_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderGuiButton_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderGuiButton_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiButton_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(7) _ISalamanderGuiButtonProxyVtbl = +{ + &ISalamanderGuiButton_ProxyInfo, + &IID_ISalamanderGuiButton, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::get_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::put_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiButton::get_DialogResult */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiButton::put_DialogResult */ +}; + +const CInterfaceStubVtbl _ISalamanderGuiButtonStubVtbl = +{ + &IID_ISalamanderGuiButton, + &ISalamanderGuiButton_ServerInfo, + 7, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderGuiContainer, ver. 0.0, + GUID={0x6A31B232,0xB6AF,0x467a,{0xB8,0x18,0x21,0x2C,0xCC,0x6F,0x4C,0x5D}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderGuiContainer_Ndr64ProcTable[] = + { + &__midl_frag520, + &__midl_frag525, + 0 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderGuiContainer_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiContainer_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderGuiContainer_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiContainer_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiContainer_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiContainer_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderGuiContainer_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderGuiContainer_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiContainer_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(5) _ISalamanderGuiContainerProxyVtbl = +{ + 0, + &IID_ISalamanderGuiContainer, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + 0 /* forced delegation ISalamanderGuiComponent::get_Text */ , + 0 /* forced delegation ISalamanderGuiComponent::put_Text */ +}; + + +EXTERN_C DECLSPEC_SELECTANY const PRPC_STUB_FUNCTION ISalamanderGuiContainer_table[] = +{ + NdrStubCall3, + NdrStubCall3 +}; + +CInterfaceStubVtbl _ISalamanderGuiContainerStubVtbl = +{ + &IID_ISalamanderGuiContainer, + &ISalamanderGuiContainer_ServerInfo, + 5, + &ISalamanderGuiContainer_table[-3], + CStdStubBuffer_DELEGATING_METHODS +}; + + +/* Object interface: ISalamanderGuiForm, ver. 0.0, + GUID={0x7356DD12,0xA7DA,0x41EB,{0x8E,0x31,0xF4,0x2C,0x46,0x5C,0x87,0xE1}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderGuiForm_Ndr64ProcTable[] = + { + &__midl_frag520, + &__midl_frag525, + &__midl_frag543 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderGuiForm_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiForm_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderGuiForm_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderGuiForm_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGuiForm_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiForm_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderGuiForm_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderGuiForm_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGuiForm_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(6) _ISalamanderGuiFormProxyVtbl = +{ + &ISalamanderGuiForm_ProxyInfo, + &IID_ISalamanderGuiForm, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::get_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiComponent::put_Text */ , + (void *) (INT_PTR) -1 /* ISalamanderGuiForm::Execute */ +}; + +const CInterfaceStubVtbl _ISalamanderGuiFormStubVtbl = +{ + &IID_ISalamanderGuiForm, + &ISalamanderGuiForm_ServerInfo, + 6, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + + +/* Object interface: ISalamanderGui, ver. 0.0, + GUID={0x5DA5C3EE,0xE167,0x4E57,{0xA8,0xE9,0x22,0xEF,0x1C,0x8B,0x45,0xC4}} */ + +#pragma code_seg(".orpc") +static const FormatInfoRef ISalamanderGui_Ndr64ProcTable[] = + { + &__midl_frag547, + &__midl_frag555, + &__midl_frag566, + &__midl_frag574, + &__midl_frag582 + }; + + +static const MIDL_SYNTAX_INFO ISalamanderGui_SyntaxInfo [ 2 ] = + { + { + {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, + 0, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGui_FormatStringOffsetTable[-3], + salamander__MIDL_TypeFormatString.Format, + UserMarshalRoutines, + 0, + 0 + } + ,{ + {{0x71710533,0xbeba,0x4937,{0x83,0x19,0xb5,0xdb,0xef,0x9c,0xcc,0x36}},{1,0}}, + 0, + 0 , + (unsigned short *) &ISalamanderGui_Ndr64ProcTable[-3], + 0, + NDR64_UserMarshalRoutines, + 0, + 0 + } + }; + +static const MIDL_STUBLESS_PROXY_INFO ISalamanderGui_ProxyInfo = + { + &Object_StubDesc, + salamander__MIDL_ProcFormatString.Format, + &ISalamanderGui_FormatStringOffsetTable[-3], + (RPC_SYNTAX_IDENTIFIER*)&_RpcTransferSyntax_2_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGui_SyntaxInfo + + }; + + +static const MIDL_SERVER_INFO ISalamanderGui_ServerInfo = + { + &Object_StubDesc, + 0, + salamander__MIDL_ProcFormatString.Format, + (unsigned short *) &ISalamanderGui_FormatStringOffsetTable[-3], + 0, + (RPC_SYNTAX_IDENTIFIER*)&_NDR64_RpcTransferSyntax_1_0, + 2, + (MIDL_SYNTAX_INFO*)ISalamanderGui_SyntaxInfo + }; +CINTERFACE_PROXY_VTABLE(8) _ISalamanderGuiProxyVtbl = +{ + &ISalamanderGui_ProxyInfo, + &IID_ISalamanderGui, + IUnknown_QueryInterface_Proxy, + IUnknown_AddRef_Proxy, + IUnknown_Release_Proxy , + (void *) (INT_PTR) -1 /* ISalamanderGui::Form */ , + (void *) (INT_PTR) -1 /* ISalamanderGui::Button */ , + (void *) (INT_PTR) -1 /* ISalamanderGui::CheckBox */ , + (void *) (INT_PTR) -1 /* ISalamanderGui::TextBox */ , + (void *) (INT_PTR) -1 /* ISalamanderGui::Label */ +}; + +const CInterfaceStubVtbl _ISalamanderGuiStubVtbl = +{ + &IID_ISalamanderGui, + &ISalamanderGui_ServerInfo, + 8, + 0, /* pure interpreted */ + CStdStubBuffer_METHODS +}; + +#ifdef __cplusplus +namespace { +#endif +static const MIDL_STUB_DESC Object_StubDesc = + { + 0, + NdrOleAllocate, + NdrOleFree, + 0, + 0, + 0, + 0, + 0, + salamander__MIDL_TypeFormatString.Format, + 1, /* -error bounds_check flag */ + 0x60001, /* Ndr library version */ + 0, + 0x8010274, /* MIDL Version 8.1.628 */ + 0, + UserMarshalRoutines, + 0, /* notify & notify_flag routine table */ + 0x2000001, /* MIDL flag */ + 0, /* cs routines */ + 0, /* proxy/server info */ + 0 + }; +#ifdef __cplusplus +} +#endif + +const CInterfaceProxyVtbl * const _salamander_ProxyVtblList[] = +{ + ( CInterfaceProxyVtbl *) &_ISalamanderGuiFormProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderPanelItemProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderWaitWindowProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderScriptInfoProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderGuiContainerProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderProgressDialogProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderPanelProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderGuiButtonProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderGuiComponentProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderGuiCheckBoxProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderGuiProxyVtbl, + ( CInterfaceProxyVtbl *) &_ISalamanderPanelItemCollectionProxyVtbl, + 0 +}; + +const CInterfaceStubVtbl * const _salamander_StubVtblList[] = +{ + ( CInterfaceStubVtbl *) &_ISalamanderGuiFormStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderPanelItemStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderWaitWindowStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderScriptInfoStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderGuiContainerStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderProgressDialogStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderPanelStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderGuiButtonStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderGuiComponentStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderGuiCheckBoxStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderGuiStubVtbl, + ( CInterfaceStubVtbl *) &_ISalamanderPanelItemCollectionStubVtbl, + 0 +}; + +PCInterfaceName const _salamander_InterfaceNamesList[] = +{ + "ISalamanderGuiForm", + "ISalamanderPanelItem", + "ISalamanderWaitWindow", + "ISalamanderScriptInfo", + "ISalamanderGuiContainer", + "ISalamanderProgressDialog", + "ISalamanderPanel", + "ISalamanderGuiButton", + "ISalamanderGuiComponent", + "ISalamanderGuiCheckBox", + "ISalamander", + "ISalamanderGui", + "ISalamanderPanelItemCollection", + 0 +}; + +const IID * const _salamander_BaseIIDList[] = +{ + 0, + 0, + 0, + 0, + &IID_ISalamanderGuiComponent, /* forced */ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 +}; + + +#define _salamander_CHECK_IID(n) IID_GENERIC_CHECK_IID( _salamander, pIID, n) + +int __stdcall _salamander_IID_Lookup( const IID * pIID, int * pIndex ) +{ + IID_BS_LOOKUP_SETUP + + IID_BS_LOOKUP_INITIAL_TEST( _salamander, 13, 8 ) + IID_BS_LOOKUP_NEXT_TEST( _salamander, 4 ) + IID_BS_LOOKUP_NEXT_TEST( _salamander, 2 ) + IID_BS_LOOKUP_NEXT_TEST( _salamander, 1 ) + IID_BS_LOOKUP_RETURN_RESULT( _salamander, 13, *pIndex ) + +} + +EXTERN_C const ExtendedProxyFileInfo salamander_ProxyFileInfo = +{ + (PCInterfaceProxyVtblList *) & _salamander_ProxyVtblList, + (PCInterfaceStubVtblList *) & _salamander_StubVtblList, + (const PCInterfaceName * ) & _salamander_InterfaceNamesList, + (const IID ** ) & _salamander_BaseIIDList, + & _salamander_IID_Lookup, + 13, + 2, + 0, /* table of [async_uuid] interfaces */ + 0, /* Filler1 */ + 0, /* Filler2 */ + 0 /* Filler3 */ +}; +#if _MSC_VER >= 1200 +#pragma warning(pop) +#endif + + +#endif /* defined(_M_AMD64)*/ + diff --git a/src/plugins/automation/guibutton.cpp b/src/plugins/automation/guibutton.cpp index da869c85..50c6d63d 100644 --- a/src/plugins/automation/guibutton.cpp +++ b/src/plugins/automation/guibutton.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guibutton.cpp Implements the push button component. diff --git a/src/plugins/automation/guibutton.h b/src/plugins/automation/guibutton.h index edcc9860..1b5d9e98 100644 --- a/src/plugins/automation/guibutton.h +++ b/src/plugins/automation/guibutton.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guibutton.h Implements the push button component. diff --git a/src/plugins/automation/guichkbox.cpp b/src/plugins/automation/guichkbox.cpp index 14a0193e..d9cd88de 100644 --- a/src/plugins/automation/guichkbox.cpp +++ b/src/plugins/automation/guichkbox.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guichkbox.cpp Implements the checkbox component. diff --git a/src/plugins/automation/guichkbox.h b/src/plugins/automation/guichkbox.h index 44393781..b3adb9f7 100644 --- a/src/plugins/automation/guichkbox.h +++ b/src/plugins/automation/guichkbox.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guichkbox.h Implements the checkbox component. diff --git a/src/plugins/automation/guicomponent.cpp b/src/plugins/automation/guicomponent.cpp index f7cf230c..bf65c1c5 100644 --- a/src/plugins/automation/guicomponent.cpp +++ b/src/plugins/automation/guicomponent.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guicomponent.cpp Implements the component base class. diff --git a/src/plugins/automation/guicomponent.h b/src/plugins/automation/guicomponent.h index 32fc0542..5e71677d 100644 --- a/src/plugins/automation/guicomponent.h +++ b/src/plugins/automation/guicomponent.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guicomponent.h Implements the component base class. diff --git a/src/plugins/automation/guicontainer.cpp b/src/plugins/automation/guicontainer.cpp index b4e85cbb..75831346 100644 --- a/src/plugins/automation/guicontainer.cpp +++ b/src/plugins/automation/guicontainer.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guicontainer.cpp Implements the component container class. diff --git a/src/plugins/automation/guicontainer.h b/src/plugins/automation/guicontainer.h index 0c70dab9..470c8905 100644 --- a/src/plugins/automation/guicontainer.h +++ b/src/plugins/automation/guicontainer.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guicontainer.h Implements the component container class. diff --git a/src/plugins/automation/guidefs.h b/src/plugins/automation/guidefs.h index 3c83c7ef..57ef58f6 100644 --- a/src/plugins/automation/guidefs.h +++ b/src/plugins/automation/guidefs.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guidefs.h Miscelaneous definitions for the GUI. diff --git a/src/plugins/automation/guiform.cpp b/src/plugins/automation/guiform.cpp index b3c0b183..ff6c3cef 100644 --- a/src/plugins/automation/guiform.cpp +++ b/src/plugins/automation/guiform.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guiform.cpp Implements the form class. diff --git a/src/plugins/automation/guiform.h b/src/plugins/automation/guiform.h index eaf4d72a..ecab89e1 100644 --- a/src/plugins/automation/guiform.h +++ b/src/plugins/automation/guiform.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guiform.h Implements the form class. diff --git a/src/plugins/automation/guilabel.cpp b/src/plugins/automation/guilabel.cpp index e08a083e..bc531dfc 100644 --- a/src/plugins/automation/guilabel.cpp +++ b/src/plugins/automation/guilabel.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guilabel.cpp Implements the label component. diff --git a/src/plugins/automation/guilabel.h b/src/plugins/automation/guilabel.h index 1fead731..578dfe2c 100644 --- a/src/plugins/automation/guilabel.h +++ b/src/plugins/automation/guilabel.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guilabel.h Implements the label component. diff --git a/src/plugins/automation/guinamespace.cpp b/src/plugins/automation/guinamespace.cpp index 3cacabf3..3f72e25b 100644 --- a/src/plugins/automation/guinamespace.cpp +++ b/src/plugins/automation/guinamespace.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guinamespace.cpp Implements the Salamander.Forms namespace. diff --git a/src/plugins/automation/guinamespace.h b/src/plugins/automation/guinamespace.h index 56682bfa..8e016b18 100644 --- a/src/plugins/automation/guinamespace.h +++ b/src/plugins/automation/guinamespace.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guinamespace.h Implements the Salamander.Forms namespace. diff --git a/src/plugins/automation/guitxtbox.cpp b/src/plugins/automation/guitxtbox.cpp index 2e19f42f..25295f0d 100644 --- a/src/plugins/automation/guitxtbox.cpp +++ b/src/plugins/automation/guitxtbox.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guitxtbox.cpp Implements the text box component. diff --git a/src/plugins/automation/guitxtbox.h b/src/plugins/automation/guitxtbox.h index 721a388e..9d5a8542 100644 --- a/src/plugins/automation/guitxtbox.h +++ b/src/plugins/automation/guitxtbox.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd guitxtbox.h Implements the text box component. diff --git a/src/plugins/automation/help/doxml2hh/doxml2hh.cpp b/src/plugins/automation/help/doxml2hh/doxml2hh.cpp index 905cf496..c629c2a9 100644 --- a/src/plugins/automation/help/doxml2hh/doxml2hh.cpp +++ b/src/plugins/automation/help/doxml2hh/doxml2hh.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // doxml2hh.cpp : Defines the entry point for the console application. @@ -27,7 +27,7 @@ static const TCHAR HTML_HEADER[] = static const TCHAR HTML_FOOTER[] = _T("\n \n") - _T("
© 2023 Open Salamander Authors
\n") + _T("
© 2023 Taskscape Ltd
\n") _T(" \n") _T("\n") _T("\n"); diff --git a/src/plugins/automation/help/doxml2hh/stdafx.cpp b/src/plugins/automation/help/doxml2hh/stdafx.cpp index 6d6ac285..7b762dc9 100644 --- a/src/plugins/automation/help/doxml2hh/stdafx.cpp +++ b/src/plugins/automation/help/doxml2hh/stdafx.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // stdafx.cpp : source file that includes just the standard includes diff --git a/src/plugins/automation/help/doxml2hh/stdafx.h b/src/plugins/automation/help/doxml2hh/stdafx.h index cedf9a45..ab5e178e 100644 --- a/src/plugins/automation/help/doxml2hh/stdafx.h +++ b/src/plugins/automation/help/doxml2hh/stdafx.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // stdafx.h : include file for standard system include files, diff --git a/src/plugins/automation/help/doxml2hh/targetver.h b/src/plugins/automation/help/doxml2hh/targetver.h index df47e4fb..0a6aa135 100644 --- a/src/plugins/automation/help/doxml2hh/targetver.h +++ b/src/plugins/automation/help/doxml2hh/targetver.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/automation/help/hh/automation/appendix_engines.htm b/src/plugins/automation/help/hh/automation/appendix_engines.htm index ef211e0a..46498dc0 100644 --- a/src/plugins/automation/help/hh/automation/appendix_engines.htm +++ b/src/plugins/automation/help/hh/automation/appendix_engines.htm @@ -1,4 +1,4 @@ - + Scripting Engines @@ -55,7 +55,8 @@

VBScript

The file extension is .vbs.

- + + diff --git a/src/plugins/automation/help/hh/automation/appendix_samples.htm b/src/plugins/automation/help/hh/automation/appendix_samples.htm index b20660b6..2b346c64 100644 --- a/src/plugins/automation/help/hh/automation/appendix_samples.htm +++ b/src/plugins/automation/help/hh/automation/appendix_samples.htm @@ -1,4 +1,4 @@ - + Sample Scripts @@ -65,7 +65,8 @@

Unpack Multiple Archives

- + + diff --git a/src/plugins/automation/help/hh/automation/dlgboxes_config.htm b/src/plugins/automation/help/hh/automation/dlgboxes_config.htm index 4b66bdc1..e49cf6d1 100644 --- a/src/plugins/automation/help/hh/automation/dlgboxes_config.htm +++ b/src/plugins/automation/help/hh/automation/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + Automation Configuration @@ -34,7 +34,8 @@

Options

- + + diff --git a/src/plugins/automation/help/hh/automation/introduction_intro.htm b/src/plugins/automation/help/hh/automation/introduction_intro.htm index 283fcdac..baeee031 100644 --- a/src/plugins/automation/help/hh/automation/introduction_intro.htm +++ b/src/plugins/automation/help/hh/automation/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -21,7 +21,8 @@

Getting Started with Automation Plugin

- + + diff --git a/src/plugins/automation/help/hh/automation/introduction_news.htm b/src/plugins/automation/help/hh/automation/introduction_news.htm index 41876491..af9b5abf 100644 --- a/src/plugins/automation/help/hh/automation/introduction_news.htm +++ b/src/plugins/automation/help/hh/automation/introduction_news.htm @@ -1,4 +1,4 @@ - + What’s New in This Version @@ -72,7 +72,8 @@

version 1.0

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_button.htm b/src/plugins/automation/help/hh/automation/ref_button.htm index 7e118fb3..78d19147 100644 --- a/src/plugins/automation/help/hh/automation/ref_button.htm +++ b/src/plugins/automation/help/hh/automation/ref_button.htm @@ -1,4 +1,4 @@ - + Button Object @@ -44,7 +44,8 @@

Inherits From

Control Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_button_ctor.htm b/src/plugins/automation/help/hh/automation/ref_button_ctor.htm index 869aabbb..8b8f4b7a 100644 --- a/src/plugins/automation/help/hh/automation/ref_button_ctor.htm +++ b/src/plugins/automation/help/hh/automation/ref_button_ctor.htm @@ -1,4 +1,4 @@ - + Button Constructor @@ -32,7 +32,8 @@

See Also

Button Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_button_dialogresult.htm b/src/plugins/automation/help/hh/automation/ref_button_dialogresult.htm index 4c8873c0..521403ca 100644 --- a/src/plugins/automation/help/hh/automation/ref_button_dialogresult.htm +++ b/src/plugins/automation/help/hh/automation/ref_button_dialogresult.htm @@ -1,4 +1,4 @@ - + DialogResult Property @@ -51,7 +51,8 @@

See Also

Form Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_checkbox.htm b/src/plugins/automation/help/hh/automation/ref_checkbox.htm index 3eed8028..105864fc 100644 --- a/src/plugins/automation/help/hh/automation/ref_checkbox.htm +++ b/src/plugins/automation/help/hh/automation/ref_checkbox.htm @@ -1,4 +1,4 @@ - + CheckBox Object @@ -47,7 +47,8 @@

Inherits From

Control Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_checkbox_ctor.htm b/src/plugins/automation/help/hh/automation/ref_checkbox_ctor.htm index 04e35f2d..eb061723 100644 --- a/src/plugins/automation/help/hh/automation/ref_checkbox_ctor.htm +++ b/src/plugins/automation/help/hh/automation/ref_checkbox_ctor.htm @@ -1,4 +1,4 @@ - + CheckBox Constructor @@ -27,7 +27,8 @@

See Also

CheckBox Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_control.htm b/src/plugins/automation/help/hh/automation/ref_control.htm index 9de9dac1..70972aba 100644 --- a/src/plugins/automation/help/hh/automation/ref_control.htm +++ b/src/plugins/automation/help/hh/automation/ref_control.htm @@ -1,4 +1,4 @@ - + Control Object @@ -31,7 +31,8 @@

See Also

Salamander Forms

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_control_text.htm b/src/plugins/automation/help/hh/automation/ref_control_text.htm index 4e19df07..151614bb 100644 --- a/src/plugins/automation/help/hh/automation/ref_control_text.htm +++ b/src/plugins/automation/help/hh/automation/ref_control_text.htm @@ -1,4 +1,4 @@ - + Text Property @@ -27,7 +27,8 @@

See Also

TextBox Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_form.htm b/src/plugins/automation/help/hh/automation/ref_form.htm index 50aa4cc6..942589b4 100644 --- a/src/plugins/automation/help/hh/automation/ref_form.htm +++ b/src/plugins/automation/help/hh/automation/ref_form.htm @@ -1,4 +1,4 @@ - + Form Object @@ -46,7 +46,8 @@

See Also

Salamander Forms

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_form_ctor.htm b/src/plugins/automation/help/hh/automation/ref_form_ctor.htm index 19ab239d..8318f842 100644 --- a/src/plugins/automation/help/hh/automation/ref_form_ctor.htm +++ b/src/plugins/automation/help/hh/automation/ref_form_ctor.htm @@ -1,4 +1,4 @@ - + Form Constructor @@ -26,7 +26,8 @@

See Also

Form Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_form_execute.htm b/src/plugins/automation/help/hh/automation/ref_form_execute.htm index 1e3670ca..a8d198ed 100644 --- a/src/plugins/automation/help/hh/automation/ref_form_execute.htm +++ b/src/plugins/automation/help/hh/automation/ref_form_execute.htm @@ -1,4 +1,4 @@ - + Execute Method @@ -28,7 +28,8 @@

See Also

Form Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_forms.htm b/src/plugins/automation/help/hh/automation/ref_forms.htm index 305c46e6..bde54319 100644 --- a/src/plugins/automation/help/hh/automation/ref_forms.htm +++ b/src/plugins/automation/help/hh/automation/ref_forms.htm @@ -1,4 +1,4 @@ - + Salamander Forms @@ -51,7 +51,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_item.htm b/src/plugins/automation/help/hh/automation/ref_item.htm index 041cc25f..b165c5de 100644 --- a/src/plugins/automation/help/hh/automation/ref_item.htm +++ b/src/plugins/automation/help/hh/automation/ref_item.htm @@ -1,4 +1,4 @@ - + Item Object @@ -48,7 +48,8 @@

See Also

Panel Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_itemcollection.htm b/src/plugins/automation/help/hh/automation/ref_itemcollection.htm index ec7cb3bc..80f8ebd6 100644 --- a/src/plugins/automation/help/hh/automation/ref_itemcollection.htm +++ b/src/plugins/automation/help/hh/automation/ref_itemcollection.htm @@ -1,4 +1,4 @@ - + Items Collection @@ -46,7 +46,8 @@

See Also

Item Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_label.htm b/src/plugins/automation/help/hh/automation/ref_label.htm index f6fb691d..b8b3a1f8 100644 --- a/src/plugins/automation/help/hh/automation/ref_label.htm +++ b/src/plugins/automation/help/hh/automation/ref_label.htm @@ -1,4 +1,4 @@ - + Label Object @@ -33,7 +33,8 @@

Inherits From

Control Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_label_ctor.htm b/src/plugins/automation/help/hh/automation/ref_label_ctor.htm index dec7ff66..7f4a8ba6 100644 --- a/src/plugins/automation/help/hh/automation/ref_label_ctor.htm +++ b/src/plugins/automation/help/hh/automation/ref_label_ctor.htm @@ -1,4 +1,4 @@ - + Label Constructor @@ -27,7 +27,8 @@

See Also

Label Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_panel.htm b/src/plugins/automation/help/hh/automation/ref_panel.htm index 8ec75f94..6619649c 100644 --- a/src/plugins/automation/help/hh/automation/ref_panel.htm +++ b/src/plugins/automation/help/hh/automation/ref_panel.htm @@ -1,4 +1,4 @@ - + Panel Object @@ -69,7 +69,8 @@

See Also

Items Collection

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_panel_deselectall.htm b/src/plugins/automation/help/hh/automation/ref_panel_deselectall.htm index faf73d35..a49cd9f8 100644 --- a/src/plugins/automation/help/hh/automation/ref_panel_deselectall.htm +++ b/src/plugins/automation/help/hh/automation/ref_panel_deselectall.htm @@ -1,4 +1,4 @@ - + DeselectAll Method @@ -43,7 +43,8 @@

See Also

StoreSelection Method

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_panel_pathtype.htm b/src/plugins/automation/help/hh/automation/ref_panel_pathtype.htm index eaa23584..6ec70121 100644 --- a/src/plugins/automation/help/hh/automation/ref_panel_pathtype.htm +++ b/src/plugins/automation/help/hh/automation/ref_panel_pathtype.htm @@ -1,4 +1,4 @@ - + PathType Property @@ -39,7 +39,8 @@

See Also

Panel Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_panel_selectall.htm b/src/plugins/automation/help/hh/automation/ref_panel_selectall.htm index 62e8d9ed..315276a1 100644 --- a/src/plugins/automation/help/hh/automation/ref_panel_selectall.htm +++ b/src/plugins/automation/help/hh/automation/ref_panel_selectall.htm @@ -1,4 +1,4 @@ - + SelectAll Method @@ -25,7 +25,8 @@

See Also

Panel Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_panel_storeselection.htm b/src/plugins/automation/help/hh/automation/ref_panel_storeselection.htm index 8c2aae13..7e8e2613 100644 --- a/src/plugins/automation/help/hh/automation/ref_panel_storeselection.htm +++ b/src/plugins/automation/help/hh/automation/ref_panel_storeselection.htm @@ -1,4 +1,4 @@ - + StoreSelection Method @@ -35,7 +35,8 @@

See Also

DeselectAll Method

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_progressdialog.htm b/src/plugins/automation/help/hh/automation/ref_progressdialog.htm index 69d63242..1a84fefa 100644 --- a/src/plugins/automation/help/hh/automation/ref_progressdialog.htm +++ b/src/plugins/automation/help/hh/automation/ref_progressdialog.htm @@ -1,4 +1,4 @@ - + ProgressDialog Object @@ -80,7 +80,8 @@

Properties

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_progressdialog_addtext.htm b/src/plugins/automation/help/hh/automation/ref_progressdialog_addtext.htm index 569ca17a..9a7bb14d 100644 --- a/src/plugins/automation/help/hh/automation/ref_progressdialog_addtext.htm +++ b/src/plugins/automation/help/hh/automation/ref_progressdialog_addtext.htm @@ -1,4 +1,4 @@ - + AddText Method @@ -24,7 +24,8 @@

Return Values

This method does not return a value.

See Also

ProgressDialog Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_progressdialog_cancancel.htm b/src/plugins/automation/help/hh/automation/ref_progressdialog_cancancel.htm index cdde9edb..b4766955 100644 --- a/src/plugins/automation/help/hh/automation/ref_progressdialog_cancancel.htm +++ b/src/plugins/automation/help/hh/automation/ref_progressdialog_cancancel.htm @@ -1,4 +1,4 @@ - + CanCancel Property @@ -18,7 +18,8 @@

CanCancel Property

See Also

ProgressDialog Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_progressdialog_step.htm b/src/plugins/automation/help/hh/automation/ref_progressdialog_step.htm index 46a7f123..0d1d7b01 100644 --- a/src/plugins/automation/help/hh/automation/ref_progressdialog_step.htm +++ b/src/plugins/automation/help/hh/automation/ref_progressdialog_step.htm @@ -1,4 +1,4 @@ - + Step Method @@ -24,7 +24,8 @@

Return Values

This method does not return a value.

See Also

ProgressDialog Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_progressdialog_style.htm b/src/plugins/automation/help/hh/automation/ref_progressdialog_style.htm index ae6d8c16..35bc2ae5 100644 --- a/src/plugins/automation/help/hh/automation/ref_progressdialog_style.htm +++ b/src/plugins/automation/help/hh/automation/ref_progressdialog_style.htm @@ -1,4 +1,4 @@ - + Style Property @@ -24,7 +24,8 @@

Values

See Also

ProgressDialog Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander.htm b/src/plugins/automation/help/hh/automation/ref_salamander.htm index 9ccd0b8c..f916801d 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander.htm @@ -1,4 +1,4 @@ - + Salamander Object @@ -147,7 +147,8 @@

See Also

WaitWindow Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_abortscript.htm b/src/plugins/automation/help/hh/automation/ref_salamander_abortscript.htm index 3aa4ded6..40d50c2b 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_abortscript.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_abortscript.htm @@ -1,4 +1,4 @@ - + AbortScript Method @@ -26,7 +26,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_automationversion.htm b/src/plugins/automation/help/hh/automation/ref_salamander_automationversion.htm index 9f3e0022..0142c0ea 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_automationversion.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_automationversion.htm @@ -1,4 +1,4 @@ - + AutomationVersion Property @@ -33,7 +33,8 @@

See Also

What’s New in This Version

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_debugbreak.htm b/src/plugins/automation/help/hh/automation/ref_salamander_debugbreak.htm index 07cc7265..300fad14 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_debugbreak.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_debugbreak.htm @@ -1,4 +1,4 @@ - + DebugBreak Method @@ -31,7 +31,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_errordialog.htm b/src/plugins/automation/help/hh/automation/ref_salamander_errordialog.htm index 4a8de7e7..6f4a28f3 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_errordialog.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_errordialog.htm @@ -1,4 +1,4 @@ - + ErrorDialog Method @@ -65,7 +65,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_getfullpath.htm b/src/plugins/automation/help/hh/automation/ref_salamander_getfullpath.htm index 1863894c..78a1a667 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_getfullpath.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_getfullpath.htm @@ -1,4 +1,4 @@ - + GetFullPath Method @@ -44,7 +44,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_getpersistentval.htm b/src/plugins/automation/help/hh/automation/ref_salamander_getpersistentval.htm index bc95c098..0ece23e8 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_getpersistentval.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_getpersistentval.htm @@ -1,4 +1,4 @@ - + GetPersistentVal Method @@ -37,7 +37,8 @@

See Also

SetPersistentVal Method

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_inputbox.htm b/src/plugins/automation/help/hh/automation/ref_salamander_inputbox.htm index 35cb3080..563ed0b7 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_inputbox.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_inputbox.htm @@ -1,4 +1,4 @@ - + InputBox Method @@ -43,7 +43,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_matchesmask.htm b/src/plugins/automation/help/hh/automation/ref_salamander_matchesmask.htm index 22c00fb0..f5a3c0d2 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_matchesmask.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_matchesmask.htm @@ -1,4 +1,4 @@ - + MatchesMask Method @@ -36,7 +36,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_msgbox.htm b/src/plugins/automation/help/hh/automation/ref_salamander_msgbox.htm index 4f2bdbb0..9333b51a 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_msgbox.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_msgbox.htm @@ -1,4 +1,4 @@ - + MsgBox Method @@ -151,7 +151,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_overwritedialog.htm b/src/plugins/automation/help/hh/automation/ref_salamander_overwritedialog.htm index c4c4faa7..bbf2acda 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_overwritedialog.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_overwritedialog.htm @@ -1,4 +1,4 @@ - + OverwriteDialog Method @@ -69,7 +69,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_questiondialog.htm b/src/plugins/automation/help/hh/automation/ref_salamander_questiondialog.htm index 05a9e1e3..5e6dd664 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_questiondialog.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_questiondialog.htm @@ -1,4 +1,4 @@ - + QuestionDialog Method @@ -64,7 +64,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_setpersistentval.htm b/src/plugins/automation/help/hh/automation/ref_salamander_setpersistentval.htm index 92d0106b..c95af7ad 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_setpersistentval.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_setpersistentval.htm @@ -1,4 +1,4 @@ - + SetPersistentVal Method @@ -56,7 +56,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_sleep.htm b/src/plugins/automation/help/hh/automation/ref_salamander_sleep.htm index 64a43540..797134c6 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_sleep.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_sleep.htm @@ -1,4 +1,4 @@ - + Sleep Method @@ -33,7 +33,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_trace.htm b/src/plugins/automation/help/hh/automation/ref_salamander_trace.htm index 79addf09..76a4eccc 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_trace.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_trace.htm @@ -1,4 +1,4 @@ - + Trace Methods @@ -39,7 +39,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_viewfile.htm b/src/plugins/automation/help/hh/automation/ref_salamander_viewfile.htm index 78859f9f..9a9c0365 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_viewfile.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_viewfile.htm @@ -1,4 +1,4 @@ - + ViewFile Method @@ -34,7 +34,8 @@

Return Values

This method does not return a value.

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_salamander_windowsversion.htm b/src/plugins/automation/help/hh/automation/ref_salamander_windowsversion.htm index 392b27e6..f833d178 100644 --- a/src/plugins/automation/help/hh/automation/ref_salamander_windowsversion.htm +++ b/src/plugins/automation/help/hh/automation/ref_salamander_windowsversion.htm @@ -1,4 +1,4 @@ - + WindowsVersion Property @@ -44,7 +44,8 @@

See Also

Salamander Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_scriptinfo.htm b/src/plugins/automation/help/hh/automation/ref_scriptinfo.htm index 58f399a9..759bdc4d 100644 --- a/src/plugins/automation/help/hh/automation/ref_scriptinfo.htm +++ b/src/plugins/automation/help/hh/automation/ref_scriptinfo.htm @@ -1,4 +1,4 @@ - + ScriptInfo Object @@ -36,7 +36,8 @@

See Also

Script Property

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_textbox.htm b/src/plugins/automation/help/hh/automation/ref_textbox.htm index a173b730..cf7e0171 100644 --- a/src/plugins/automation/help/hh/automation/ref_textbox.htm +++ b/src/plugins/automation/help/hh/automation/ref_textbox.htm @@ -1,4 +1,4 @@ - + TextBox Object @@ -33,7 +33,8 @@

Inherits From

Control Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_textbox_ctor.htm b/src/plugins/automation/help/hh/automation/ref_textbox_ctor.htm index c6515d87..41090e0c 100644 --- a/src/plugins/automation/help/hh/automation/ref_textbox_ctor.htm +++ b/src/plugins/automation/help/hh/automation/ref_textbox_ctor.htm @@ -1,4 +1,4 @@ - + TextBox Constructor @@ -27,7 +27,8 @@

See Also

TextBox Object

- + + diff --git a/src/plugins/automation/help/hh/automation/ref_waitwindow.htm b/src/plugins/automation/help/hh/automation/ref_waitwindow.htm index b6c5a6bd..0c839dc9 100644 --- a/src/plugins/automation/help/hh/automation/ref_waitwindow.htm +++ b/src/plugins/automation/help/hh/automation/ref_waitwindow.htm @@ -1,4 +1,4 @@ - + WaitWindow Object @@ -66,7 +66,8 @@

Properties

See Also

ProgressDialog Object

- + + diff --git a/src/plugins/automation/help/hh/automation/using_running.htm b/src/plugins/automation/help/hh/automation/using_running.htm index dbd0d591..d7e431f2 100644 --- a/src/plugins/automation/help/hh/automation/using_running.htm +++ b/src/plugins/automation/help/hh/automation/using_running.htm @@ -1,4 +1,4 @@ - + Running Your Scripts @@ -45,7 +45,8 @@

See Also

- + + diff --git a/src/plugins/automation/inputbox.h b/src/plugins/automation/inputbox.h index 6004c602..f7035836 100644 --- a/src/plugins/automation/inputbox.h +++ b/src/plugins/automation/inputbox.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd inputbox.h The InputBox dialog box. diff --git a/src/plugins/automation/itemaut.cpp b/src/plugins/automation/itemaut.cpp index ca2200cb..cf223b7b 100644 --- a/src/plugins/automation/itemaut.cpp +++ b/src/plugins/automation/itemaut.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd itemaut.cpp Panel item automation object. diff --git a/src/plugins/automation/itemaut.h b/src/plugins/automation/itemaut.h index 484efdfd..bf8f6367 100644 --- a/src/plugins/automation/itemaut.h +++ b/src/plugins/automation/itemaut.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd itemaut.h Panel item automation object. diff --git a/src/plugins/automation/itemcoll.cpp b/src/plugins/automation/itemcoll.cpp index 76d182f9..b1f9766b 100644 --- a/src/plugins/automation/itemcoll.cpp +++ b/src/plugins/automation/itemcoll.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd itemcoll.cpp Panel items automation collection. diff --git a/src/plugins/automation/itemcoll.h b/src/plugins/automation/itemcoll.h index 16ce0989..6c5a492e 100644 --- a/src/plugins/automation/itemcoll.h +++ b/src/plugins/automation/itemcoll.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd itemcoll.h Panel items automation collection. diff --git a/src/plugins/automation/knownengines.cpp b/src/plugins/automation/knownengines.cpp index 09f6e98f..425b016c 100644 --- a/src/plugins/automation/knownengines.cpp +++ b/src/plugins/automation/knownengines.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd knownengines.cpp List of some known script engines. Some of them require diff --git a/src/plugins/automation/knownengines.h b/src/plugins/automation/knownengines.h index 860580dc..bd165032 100644 --- a/src/plugins/automation/knownengines.h +++ b/src/plugins/automation/knownengines.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd knownengines.h List of some known script engines. Some of them require diff --git a/src/plugins/automation/panelaut.cpp b/src/plugins/automation/panelaut.cpp index 8326dbbe..67ff198b 100644 --- a/src/plugins/automation/panelaut.cpp +++ b/src/plugins/automation/panelaut.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd panelaut.cpp Panel automation object. diff --git a/src/plugins/automation/panelaut.h b/src/plugins/automation/panelaut.h index f4237114..f23b29b7 100644 --- a/src/plugins/automation/panelaut.h +++ b/src/plugins/automation/panelaut.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd panelaut.h Panel automation object. diff --git a/src/plugins/automation/persistence.cpp b/src/plugins/automation/persistence.cpp index 2d37a073..892ecf20 100644 --- a/src/plugins/automation/persistence.cpp +++ b/src/plugins/automation/persistence.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd persistence.cpp Implements storage for the persistent values. diff --git a/src/plugins/automation/persistence.h b/src/plugins/automation/persistence.h index 5ceabf9d..7fcfd2a5 100644 --- a/src/plugins/automation/persistence.h +++ b/src/plugins/automation/persistence.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd persistence.h Implements storage for the persistent values. diff --git a/src/plugins/automation/precomp.cpp b/src/plugins/automation/precomp.cpp index b09ef0a4..d35ca534 100644 --- a/src/plugins/automation/precomp.cpp +++ b/src/plugins/automation/precomp.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd stdafx.cpp Precompiled header. diff --git a/src/plugins/automation/precomp.h b/src/plugins/automation/precomp.h index ce6ffac8..f5b57dac 100644 --- a/src/plugins/automation/precomp.h +++ b/src/plugins/automation/precomp.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd stdafx.h Precompiled header. diff --git a/src/plugins/automation/processlist.cpp b/src/plugins/automation/processlist.cpp index d823bf18..7c9e30fc 100644 --- a/src/plugins/automation/processlist.cpp +++ b/src/plugins/automation/processlist.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd processlist.cpp Windows process list. diff --git a/src/plugins/automation/processlist.h b/src/plugins/automation/processlist.h index 2e093b99..65e2be5d 100644 --- a/src/plugins/automation/processlist.h +++ b/src/plugins/automation/processlist.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd processlist.h Windows process list. diff --git a/src/plugins/automation/progressaut.cpp b/src/plugins/automation/progressaut.cpp index 9e3b520a..41d391cb 100644 --- a/src/plugins/automation/progressaut.cpp +++ b/src/plugins/automation/progressaut.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd progressaut.cpp ProgressDialog automation object. diff --git a/src/plugins/automation/progressaut.h b/src/plugins/automation/progressaut.h index 0f6eb5b9..1340177c 100644 --- a/src/plugins/automation/progressaut.h +++ b/src/plugins/automation/progressaut.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd progressaut.h ProgressDialog automation object. diff --git a/src/plugins/automation/raiserr.cpp b/src/plugins/automation/raiserr.cpp index bd8a1026..4f51cba1 100644 --- a/src/plugins/automation/raiserr.cpp +++ b/src/plugins/automation/raiserr.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd raiserr.cpp Utility routines to throw exceptions. diff --git a/src/plugins/automation/raiserr.h b/src/plugins/automation/raiserr.h index 11322efe..954b01a4 100644 --- a/src/plugins/automation/raiserr.h +++ b/src/plugins/automation/raiserr.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd raiserr.h Utility routines to throw exceptions. diff --git a/src/plugins/automation/salamander.h b/src/plugins/automation/salamander.h index 94894f48..94a94bd3 100644 --- a/src/plugins/automation/salamander.h +++ b/src/plugins/automation/salamander.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd salamander.h Master include header for the Salamander SDK. diff --git a/src/plugins/automation/salamander.idl b/src/plugins/automation/salamander.idl index 560886b7..4f3cc560 100644 --- a/src/plugins/automation/salamander.idl +++ b/src/plugins/automation/salamander.idl @@ -2,7 +2,7 @@ Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd salamander.idl Salamander Object Model interface description. @@ -316,7 +316,7 @@ interface ISalamander : IUnknown /// \brief Sends an error message to the Trace Server. /// - /// The \b TraceE method sends the error level message to the Altap + /// The \b TraceE method sends the error level message to the Taskscape Ltd /// Trace Server. /// /// \param message Required. String to be sent to the Trace Server. diff --git a/src/plugins/automation/salamanderaut.cpp b/src/plugins/automation/salamanderaut.cpp index b5e7a826..6f437282 100644 --- a/src/plugins/automation/salamanderaut.cpp +++ b/src/plugins/automation/salamanderaut.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd salamanderaut.cpp Salamander root automation object. diff --git a/src/plugins/automation/salamanderaut.h b/src/plugins/automation/salamanderaut.h index 5a411da6..54e7d851 100644 --- a/src/plugins/automation/salamanderaut.h +++ b/src/plugins/automation/salamanderaut.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd salamanderaut.h Salamander root automation object. diff --git a/src/plugins/automation/saltypelib.cpp b/src/plugins/automation/saltypelib.cpp index 9e41b581..db91d758 100644 --- a/src/plugins/automation/saltypelib.cpp +++ b/src/plugins/automation/saltypelib.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd saltypelib.cpp Type library encapsulation. diff --git a/src/plugins/automation/saltypelib.h b/src/plugins/automation/saltypelib.h index ce100230..a077948b 100644 --- a/src/plugins/automation/saltypelib.h +++ b/src/plugins/automation/saltypelib.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd saltypelib.h Type library encapsulation. diff --git a/src/plugins/automation/sample-scripts/Convert Images.js b/src/plugins/automation/sample-scripts/Convert Images.js index 65fccbad..de28ac5a 100644 --- a/src/plugins/automation/sample-scripts/Convert Images.js +++ b/src/plugins/automation/sample-scripts/Convert Images.js @@ -3,9 +3,9 @@ // Convert Images using ImageMagick convert // // Microsoft JScript for Open Salamander Automation plugin -// Contact us on forum.altap.cz +// Contact us // -// Copyright (c) 2010-2023 Open Salamander Authors +// Copyright (c) 2010-2023 Taskscape Ltd // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation @@ -70,7 +70,7 @@ var logToFile = true; // set 'true' // Skip All and Cancel buttons, error states handling, output log with opearation summary. // // Installation and Requirements: -// Open Salamander: https://www.altap.cz/ +// Open Salamander: https://www.taskscape.com/ // ImageMagick: http://www.imagemagick.org/ (download any Windows precompiled x86 or x64 version) // Install both applications // @@ -621,7 +621,7 @@ function CheckVersions() if (typeof(WScript) != "undefined") { var infText = "This script requires Open Salamander with Automation plugin installed.\n"; - infText += "Please download latest version of Open Salamander from www.altap.cz.\n"; + infText += "Please download latest version of Open Salamander from www.taskscape.com.\n"; infText += "Install it and use menu Plugins > Automation > Run Focused Script to start this script."; try { diff --git a/src/plugins/automation/sample-scripts/Count Lines.js b/src/plugins/automation/sample-scripts/Count Lines.js index 99f8f5ca..5dbd63e2 100644 --- a/src/plugins/automation/sample-scripts/Count Lines.js +++ b/src/plugins/automation/sample-scripts/Count Lines.js @@ -3,9 +3,9 @@ // Count Lines of Text Files // // Microsoft JScript for Open Salamander Automation plugin -// Contact us on forum.altap.cz +// Contact us // -// Copyright (c) 2010-2023 Open Salamander Authors +// Copyright (c) 2010-2023 Taskscape Ltd // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation @@ -53,7 +53,7 @@ var countWords = false; // regular expressions, output log with opearation summary. // // Installation and Requirements: -// Install Open Salamander: https://www.altap.cz/ +// Install Open Salamander: https://www.taskscape.com/ // // Usage: // In Open Salamander panel select files (or directories) you want to count @@ -478,7 +478,7 @@ function CheckVersions() if (typeof(WScript) != "undefined") { var infText = "This script requires Open Salamander with Automation plugin installed.\n"; - infText += "Please download latest version of Open Salamander from www.altap.cz.\n"; + infText += "Please download latest version of Open Salamander from www.taskscape.com.\n"; infText += "Install it and use menu Plugins > Automation > Run Focused Script to start this script."; try { diff --git a/src/plugins/automation/sample-scripts/Unpack Multiple Archives.js b/src/plugins/automation/sample-scripts/Unpack Multiple Archives.js index 2d194879..45150bd1 100644 --- a/src/plugins/automation/sample-scripts/Unpack Multiple Archives.js +++ b/src/plugins/automation/sample-scripts/Unpack Multiple Archives.js @@ -3,9 +3,9 @@ // Unpack Multiple Archives using 7-Zip archiver // // Microsoft JScript for Open Salamander Automation plugin -// Contact us on forum.altap.cz +// Contact us // -// Copyright (c) 2010-2023 Open Salamander Authors +// Copyright (c) 2010-2023 Taskscape Ltd // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation @@ -79,7 +79,7 @@ var archivesMask = "*"; // only archives with name matchi // with opearation summary. // // Installation and Requirements: -// Open Salamander: https://www.altap.cz/ +// Open Salamander: https://www.taskscape.com/ // 7-Zip: http://www.7-zip.org/ (download any Windows x86 or x64 version) // Install both applications // OPTIONAL: Set 'pathTo7Zip' variable to the 7z.exe. @@ -395,7 +395,7 @@ function CheckVersions() if (typeof(WScript) != "undefined") { var infText = "This script requires Open Salamander with Automation plugin installed.\n"; - infText += "Please download latest version of Open Salamander from www.altap.cz.\n"; + infText += "Please download latest version of Open Salamander from www.taskscape.com.\n"; infText += "Install it and use menu Plugins > Automation > Run Focused Script to start this script."; try { diff --git a/src/plugins/automation/scriptinfoaut.cpp b/src/plugins/automation/scriptinfoaut.cpp index 3899264d..df60b150 100644 --- a/src/plugins/automation/scriptinfoaut.cpp +++ b/src/plugins/automation/scriptinfoaut.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd scriptinfoaut.cpp ScriptInfo automation object. diff --git a/src/plugins/automation/scriptinfoaut.h b/src/plugins/automation/scriptinfoaut.h index 982cd38b..9d5238f2 100644 --- a/src/plugins/automation/scriptinfoaut.h +++ b/src/plugins/automation/scriptinfoaut.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd scriptinfoaut.h ScriptInfo automation object. diff --git a/src/plugins/automation/scriptlist.cpp b/src/plugins/automation/scriptlist.cpp index 26e46f14..4f35ab0f 100644 --- a/src/plugins/automation/scriptlist.cpp +++ b/src/plugins/automation/scriptlist.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd scriptlist.cpp List of the scripts stored in the repositories. diff --git a/src/plugins/automation/scriptlist.h b/src/plugins/automation/scriptlist.h index 08b9bfe6..98ba2ac0 100644 --- a/src/plugins/automation/scriptlist.h +++ b/src/plugins/automation/scriptlist.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd scriptlist.h List of the scripts stored in the repositories. diff --git a/src/plugins/automation/scripts/ScopeWS.rb b/src/plugins/automation/scripts/ScopeWS.rb index 587c9f06..827cd603 100644 --- a/src/plugins/automation/scripts/ScopeWS.rb +++ b/src/plugins/automation/scripts/ScopeWS.rb @@ -1,4 +1,4 @@ -# see https://forum.altap.cz/viewtopic.php?f=6&t=31928 +# see /viewtopic.php?f=6&t=31928 class TestScope attr_reader :wscript_obj diff --git a/src/plugins/automation/scripts/ViewFile.pys b/src/plugins/automation/scripts/ViewFile.pys index e3831609..00eb8a21 100644 --- a/src/plugins/automation/scripts/ViewFile.pys +++ b/src/plugins/automation/scripts/ViewFile.pys @@ -1,2 +1,2 @@ -# Courtesy https://forum.altap.cz/viewtopic.php?f=2&t=6934 +# Courtesy /viewtopic.php?f=2&t=6934 Salamander.ViewFile(r"c:\temp\log.txt") diff --git a/src/plugins/automation/scripts/WaitWnd.pys b/src/plugins/automation/scripts/WaitWnd.pys index eec4e94c..8087685e 100644 --- a/src/plugins/automation/scripts/WaitWnd.pys +++ b/src/plugins/automation/scripts/WaitWnd.pys @@ -1,4 +1,4 @@ -# Courtesy https://forum.altap.cz/viewtopic.php?f=2&t=6934 +# Courtesy /viewtopic.php?f=2&t=6934 import time Salamander.WaitWindow.Text = "Please wait, processing ..." Salamander.WaitWindow.Show() diff --git a/src/plugins/automation/scriptsite.cpp b/src/plugins/automation/scriptsite.cpp index 138652f7..60dc5f3e 100644 --- a/src/plugins/automation/scriptsite.cpp +++ b/src/plugins/automation/scriptsite.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd scriptsite.cpp Implements the site for the script engine. diff --git a/src/plugins/automation/scriptsite.h b/src/plugins/automation/scriptsite.h index 40823009..85e765d3 100644 --- a/src/plugins/automation/scriptsite.h +++ b/src/plugins/automation/scriptsite.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd scriptsite.h Implements the site for the script engine. diff --git a/src/plugins/automation/shim.cpp b/src/plugins/automation/shim.cpp index 2f3af3a0..53a23fc4 100644 --- a/src/plugins/automation/shim.cpp +++ b/src/plugins/automation/shim.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd shim.cpp Shims for various known bugs of some scripting engines. diff --git a/src/plugins/automation/shim.h b/src/plugins/automation/shim.h index a9a83938..774975ac 100644 --- a/src/plugins/automation/shim.h +++ b/src/plugins/automation/shim.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd shim.h Shims for various known bugs of some scripting engines. diff --git a/src/plugins/automation/strconv.cpp b/src/plugins/automation/strconv.cpp index f13d6820..4470d2f5 100644 --- a/src/plugins/automation/strconv.cpp +++ b/src/plugins/automation/strconv.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd strconv.cpp Convenience classes to convert ANSI strings to OLE strings diff --git a/src/plugins/automation/strconv.h b/src/plugins/automation/strconv.h index 1695a6d5..98be3ede 100644 --- a/src/plugins/automation/strconv.h +++ b/src/plugins/automation/strconv.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd strconv.h Convenience classes to convert ANSI strings to OLE strings diff --git a/src/plugins/automation/typelib.rc2 b/src/plugins/automation/typelib.rc2 index 378df851..045cba25 100644 --- a/src/plugins/automation/typelib.rc2 +++ b/src/plugins/automation/typelib.rc2 @@ -1,8 +1,8 @@ -/* +/* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd typelib.rc2 Type library resource script. @@ -13,3 +13,4 @@ #endif //APSTUDIO_INVOKED 1 TYPELIB "generated\\automation.tlb" + diff --git a/src/plugins/automation/unkimpl.h b/src/plugins/automation/unkimpl.h index 02a8283f..aacbbcc6 100644 --- a/src/plugins/automation/unkimpl.h +++ b/src/plugins/automation/unkimpl.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd unkimpl.h Helper template for IUnknown implementations. diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 14fecee3..00000000 --- a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index aed0910ba9d45f23f52fa8a9a6441815c191b197..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4904 zcmeI0X-|_u5Xa}EG<~HpR!R*aB)%x6V3igkg%Y#L6YPQ2Ug;s#53m0IyM20aM9N`` zF;DiMot|I- z*)gL$qmmu?Q?iUpp0+(8Bm+?^=$!2@z3ck3a(2iUabnBgNURZj9UuisHs)66=WUzWz3E&86*GvSJ!vN16KiM(Y?TFSj~R)VeZI@k8}|Cj z+zc{rZ*4HK#3C59yJ0=sqR7sw*wcVk^B);)*#&j5!U#K^%{Q#ejw4pP>o5|gHg%2paK{|uCN%Vc8&DcRId~`|N5_}+bnddUigeYHLg1iAqz_M)8Vt6Wm8x)W}nuK-NS0(nuHhb-c(rpW|-Cl*I|)X(k9T7LDgG{Y$<5;DbX)WZ6R6Rl~v>>i~hz)xkb_2 z^c^Zs(Cd9@P1rMVZgR(;gQwzkSVQL*=saQX84tbo)95(d?wN)i@7o$Spdwq^prrlS zL8vrCg z$#?19nz!r`ejw;5`=osEq7Rd&_yl+14S$OK{O90u)b#h?_0_kjn_tHJ*w1o)H$Lgl zZ{pqVBL?4Qx6@d=yD{;jSe3}DBaqm|m z4CO#>8VeVRj1;3Q$5%EppjI?@yX@r~uw!5qvwvY%oR=tX6JDLFj4NbIdNG=wj@8Ph zLN1tsx{zb&{-&UG%%@iIZHi1lvu$8%NL6`63Z9jlbtW&L`XevD`aj5d?Fzr)-$=xJ jum1;mpW_#Z6!MH!M|?BOT=i^hUbEr$=nuj5R*|&dn4K|B diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index db4ec66e..00000000 --- a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\automation\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index d3ab8d51dd6db0dc25e422368d9e96f01fea868f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4862 zcmeI0X-|_u5Xa}EG<~HpR!R*aB)%x6V3igkg%Y#L6YPPNUg;s#53m0IyM20qM9N`` zF;DiMnVoBAXP=)x686ffrn+D$K4<4vw+^LmXEvm*EvyEZfqiDRKV7X@#zR%?)L#1D zfi-=*LtTM($xbY9AMA~-*_g6HNlzi72~5V;E$)}Bd@JYzbYrTUP+gm&nq$W@6pw(( z*)gL$qmmu?U9yZzp0_<9qyup)=$!2@jrIGza(2iUv15>bpI(-Iv`d*@iN5&IOo?6* z4(EA!NU9NX9iRniHkMZV=WUzWz3E&87c+=pJy|Bki7m7PwaNmw$BZP)KHpX74SRiU zZU&jRw>Fq~Vi5|$ZdlK@DDtx^{xqP~{6|Jxc1az)Fv3q~^9}2Qal~pD+<-9vq6SXY zUhuUho~>EoHQA|(EF;D}UneZdZf72{P1^xmC&D3Jo!L5b;wHkEC6@!Q1?D-lI;=R> zMXhVX9x~fy-r;K!K_T~=0+uR2-?Qgx80 zg`VShus4Yw(n^4608vGD>0Nq|#C@;Tp6?AO7MJFF;0UhB2~zuxT5Z{n)hjSg;?-N| z=+M(Tr#=HWVY_HlmXbA!*R-49Jj$a+p5p|%9@3XZy1=g!Mb`NoXCvlZei(evftzEk z3~ZM@!VX81*);x;qGYHuw2DcaKuZTz?8hGMR(IT zxIDqG_u(~R&!D-<8GjC)inn16n_pt{guQ1x^wv*f<8ZoX7IxfkYxsbQd})J{_G1U9 zI_txwyx{S8X|Dty^Et&br{l5oa_OzTDpslz4SV>VqR3R$S+#GFVT`9^gYGa$cQ*Wa<=RGF-P!_EWbYK_c72kkvevFi82*1m-0Av9koWKS d0@*;GvFeC#=6$RF;+nT*I3fBA5L-TJzW{3yDL4QC diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index cf223122..00000000 --- a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\automation\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\automation\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\automation\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\automation\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/automation/vcxproj/salamander/Release_x64/plugins/automation/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 459406caf5ff9ad0760385ef1bed7f1c632838a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4352 zcmeI0ZEq4m5Xa}ETzI81($boS^j$4fiBcPjZDTee$dg!}0*9aTRotc}RnVp@v@82TZvbw21w_Gw_*i%0%&{u(%?AZ3~*%GW^uX#jUw3jwc_>@g_ zTh_9n?bAlqWTnG;)5G8Mwr^AVk5*%~YViWRWdmTRtPY?J6k{+N(A4b-PZz3~6+!i# z4qvL<8=LSx^nGL*R%;%!$JmFu30G%t8N0Nam!@hnzb^+}7s@ug`m8wC#cg1sj)4w< zJI}8VmO~?b;Nsb%Z-5bGa=dqtW(38U)&k41n+kezJQ*+X5i9AIu!&~E{`%~!i|*&% z@q*n3tk0;7%=1eHd#_mS81(9hz;3#82e`4pQ+_KNq|TR(@5!^yt3up=gJ;{$5)r9E2CzdIz=Igjt;1?!WgmkK$? zNlaHv46$yt)3GkSOueCqZ;0P1imXefW1?M!xOu^;Dd64CM>54O-C2vCJs}PR z8y&E=IWhQV3{#}|!0y6LzKQ$!zk{DMroVr$r{AY;zZoCmKX;3}^Dq7WPQ2fF{PWWE z?im?YmE`tlJJ*$>>`iSvC+}2+G|ze8k$os{Rt7q@OY(}Z#54zv^4?1_3{^tzDib z&LZ=SN24;`EZK;lJ#ZT6R~1E;-K#?DCwHLc6R*kUKdpnt(#}JbU-eafh3r8!eTnR$ bNY$^t%5&|lX|K>0Z5&RN{vG_465EEEiBc!#uTqeUYXh}op6eX`Q0w1=&Jc=h++y@O&yEMU#m zn9J_n&Cblt)6UM^kMEIfS<^J1Ss}Tf+f)BkVy*+P*s<-|vn5!`UUP}IY%gt^@Tr>U zwya}g+hZt`fU^KCUpt6W`pLk1;{ZpJofvh=(YveI&_BMH{aL?HxSPqz|yUY!+BRj&H z@|S#4U9xOsr@*H8N-{>+Ip$g37=gcI+l(Ea%2(b}G=@lY&>pf@19t><_`*p7EfDQ_ z#xC5t)a=6%@0=QDgB*(=^-@BIQk4mG32_{cE`HxGV|WfikF(?zcF#AEV3?{j>&d4^5!|arbKi*pUITFbY?9^_9b~B z_~?MO&B?(xbC@#4N3;tk`6lY~UxQyOroVr#XFsNHKN%kqKX=Q!>6dLztd(#@vsXNsnr8Vz+st?u8sz9f9L0$2UoaVq$-FrcWp-#wM)xuRO zBUR;HPbHd(ujW?kVZMMnho9=~&u~q95_NCltFNl>3O$ofjGmVxt36fd4f9Aj=h9uZ zZJzogW*(qr3yZ3U$fK`%vSD)S>G{&zuKkZ`-CEK$bn*XaL18Us1|39L`vrvLx| diff --git a/src/plugins/automation/versinfo.rh2 b/src/plugins/automation/versinfo.rh2 index 69495366..e423a8dd 100644 --- a/src/plugins/automation/versinfo.rh2 +++ b/src/plugins/automation/versinfo.rh2 @@ -1,8 +1,8 @@ -/* +/* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd versinfo.rh2 Defines for plugin.SPL and plugin.SLG VERSIONINFO look at shared\versinfo.rc2. @@ -22,7 +22,7 @@ #include "spl_vers.h" // get version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2009-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2009-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Automation plugin for Open Salamander" @@ -36,7 +36,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __AUTOMATION_VERSINFO_RH2 diff --git a/src/plugins/automation/version.rc2 b/src/plugins/automation/version.rc2 index 4244b88a..dc2982d6 100644 --- a/src/plugins/automation/version.rc2 +++ b/src/plugins/automation/version.rc2 @@ -1,8 +1,8 @@ -/* +/* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd version.rc2 Version information resource script. @@ -14,3 +14,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/automation/waitwndaut.cpp b/src/plugins/automation/waitwndaut.cpp index b0162995..2544710b 100644 --- a/src/plugins/automation/waitwndaut.cpp +++ b/src/plugins/automation/waitwndaut.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd waitwndaut.cpp WaitWindow automation object. diff --git a/src/plugins/automation/waitwndaut.h b/src/plugins/automation/waitwndaut.h index bec48fc5..d7f80a2e 100644 --- a/src/plugins/automation/waitwndaut.h +++ b/src/plugins/automation/waitwndaut.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Automation Plugin for Open Salamander Copyright (c) 2009-2023 Milan Kase - Copyright (c) 2010-2023 Open Salamander Authors + Copyright (c) 2010-2023 Taskscape Ltd waitwndaut.h WaitWindow automation object. diff --git a/src/plugins/checksum/checksum.cpp b/src/plugins/checksum/checksum.cpp index f2af422a..61dac6bd 100644 --- a/src/plugins/checksum/checksum.cpp +++ b/src/plugins/checksum/checksum.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -128,7 +128,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "Checksum" /* do not translate! */); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/checksum/checksum.h b/src/plugins/checksum/checksum.h index d2fde76c..eb4292e0 100644 --- a/src/plugins/checksum/checksum.h +++ b/src/plugins/checksum/checksum.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/checksum/checksum.rc2 b/src/plugins/checksum/checksum.rc2 index 115beac6..add0f92f 100644 --- a/src/plugins/checksum/checksum.rc2 +++ b/src/plugins/checksum/checksum.rc2 @@ -1,4 +1,4 @@ -// +// // checksum.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -18,3 +18,4 @@ IDI_FILE2 ICON "file2.ico" IDI_FILE3 ICON "file3.ico" IDI_FILE4 ICON "file4.ico" IDB_CHECKSUM BITMAP "checksum.bmp" + diff --git a/src/plugins/checksum/dialogs.cpp b/src/plugins/checksum/dialogs.cpp index a2e94ba5..609daadb 100644 --- a/src/plugins/checksum/dialogs.cpp +++ b/src/plugins/checksum/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -967,7 +967,7 @@ void CCalculateDialog::SaveHashes() return; } - /*if (sfv)*/ fprintf(f, "; Generated by Open Salamander, https://www.altap.cz\n;\n"); // why not promote ourselves... + /*if (sfv)*/ fprintf(f, "; Generated by Open Salamander, https://www.taskscape.com\n;\n"); // why not promote ourselves... BOOL warn = FALSE; int colInd = 2; // Determine column index diff --git a/src/plugins/checksum/dialogs.h b/src/plugins/checksum/dialogs.h index 6886f90a..144cfdca 100644 --- a/src/plugins/checksum/dialogs.h +++ b/src/plugins/checksum/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/checksum/help/hh/checksum/dlgboxes_config.htm b/src/plugins/checksum/help/hh/checksum/dlgboxes_config.htm index 7fc4f372..c018a083 100644 --- a/src/plugins/checksum/help/hh/checksum/dlgboxes_config.htm +++ b/src/plugins/checksum/help/hh/checksum/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + Checksum Configuration dialog box @@ -33,7 +33,8 @@

Calculate checksums

- + + diff --git a/src/plugins/checksum/help/hh/checksum/introduction_intro.htm b/src/plugins/checksum/help/hh/checksum/introduction_intro.htm index ce967e45..1f105dbb 100644 --- a/src/plugins/checksum/help/hh/checksum/introduction_intro.htm +++ b/src/plugins/checksum/help/hh/checksum/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -26,7 +26,8 @@

Getting Started with Checksum Plugin

for a description of basic work with menu extension.

- + + diff --git a/src/plugins/checksum/help/hh/checksum/using_calcchecksum.htm b/src/plugins/checksum/help/hh/checksum/using_calcchecksum.htm index 9bbaeffc..6961cf1e 100644 --- a/src/plugins/checksum/help/hh/checksum/using_calcchecksum.htm +++ b/src/plugins/checksum/help/hh/checksum/using_calcchecksum.htm @@ -1,4 +1,4 @@ - + Calculating CRC/MD5/SHA-1/SHA-256/SHA-512 Checksums @@ -26,7 +26,7 @@

To calculate checksums:

Menu:Plugins/Checksum/Calculate Checksums...
  • Please note that this - dialog is not modal (i.e. is not blocking), so you can continue in your work in Altap + dialog is not modal (i.e. is not blocking), so you can continue in your work in Taskscape Ltd Salamander while the checksums are being calculated.
  • When the checksums are ready, you can see them in the CRC, MD5, SHA-1, SHA-256, and SHA-512 columns.
    NOTE: Not all columns might be visible (not all types of checksums might be calculated), depending on the Configuration. @@ -38,7 +38,8 @@

    To calculate checksums:

    - + + diff --git a/src/plugins/checksum/help/hh/checksum/using_verify.htm b/src/plugins/checksum/help/hh/checksum/using_verify.htm index acd31b90..2ae737d1 100644 --- a/src/plugins/checksum/help/hh/checksum/using_verify.htm +++ b/src/plugins/checksum/help/hh/checksum/using_verify.htm @@ -1,4 +1,4 @@ - + Verifying SFV/MD5/SHA-1/SHA-256/SHA-512 Checksums @@ -15,7 +15,7 @@

    Verifying Checksums

    Use this dialog to verify checksums from SFV, MD5, SHA-1, SHA-256, and SHA-512 files. You can see the result of verification in the column Status. Please note that this -dialog is not modal (blocking), so you can continue in your work in Altap +dialog is not modal (blocking), so you can continue in your work in Taskscape Ltd Salamander while verification of checksums is in progress.

    To verify checksums:

    @@ -32,7 +32,8 @@

    To verify checksums:

    - + + diff --git a/src/plugins/checksum/lang/lang.rc2 b/src/plugins/checksum/lang/lang.rc2 index 03d6e6d9..ea518fa8 100644 --- a/src/plugins/checksum/lang/lang.rc2 +++ b/src/plugins/checksum/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -74,3 +74,4 @@ STRINGTABLE IDS_COLUMN_SHA512 "SHA-512" IDS_TOOLONGNAME, "Cannot finish operation because of too long name." } + diff --git a/src/plugins/checksum/misc.cpp b/src/plugins/checksum/misc.cpp index b306d93c..6c446416 100644 --- a/src/plugins/checksum/misc.cpp +++ b/src/plugins/checksum/misc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/checksum/misc.h b/src/plugins/checksum/misc.h index 867b7262..2bf0278f 100644 --- a/src/plugins/checksum/misc.h +++ b/src/plugins/checksum/misc.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/checksum/precomp.cpp b/src/plugins/checksum/precomp.cpp index bf7f312e..4109fd80 100644 --- a/src/plugins/checksum/precomp.cpp +++ b/src/plugins/checksum/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/checksum/precomp.h b/src/plugins/checksum/precomp.h index 76e64163..4a0d3160 100644 --- a/src/plugins/checksum/precomp.h +++ b/src/plugins/checksum/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 284b9beb..00000000 --- a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 09f3d0bb79b5ed85962aa1f9bab74c210efb774a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4854 zcmeI0`A<_p5Xa|FY5J4KSSdAxH1UU03RY<$@}R`L1$t>!;7%G(*Wx5CKAbMr0hvtystK70L+5fBab)a?~t2iqO9qFLc< zb5b2%CX5HJPFb4OV+Yx#?XkNF))4NR%r==5H4(NfzC!kO*m(l39xI`vO;n#Unpl^a zGAlZD$Vm659a9l9ZUZ@l-Vvn*R0#b6G7S0Bj>aukmW`$++&F4hF?n(#A>W(ZUHwE-JMamtD-lQK;d5B&gLTk!i zfODO@{SrJir^5z1KSSp!`^b3gw4X)C{$|fK9P+NMU;`?$r8P>{jYBBaJs&S*1y4sy zcPZ$Yk0lnl9Zw~fGpFrk(NZ06IKb}YMV^YLD&8)@Zys@LHnHx|c{2Gfy;<{?t(VN} zsPL?O@I@acPw@rr{M-E;`T5Vm<%sF;zw66yQ#Zei53!%c{BCm6?Qi1!?&ITAqgeeu zp5d;P-0W==S^0cno`wzLPUS>N%zHrep(t7r=!hI+Vn6X|Aux)2Pl+&;`-JDQaD~W7 zG5U$yr9DFz&E1~0dWuVOG7P_|? zsGRbtRa~1P1JG<2mHc;of2pycxTGSNYa ZvFeC#W{u09fz4~x-x&Q3xZWbt_6LzsC#e7c diff --git a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 8aabbea8..00000000 --- a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\checksum\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/checksum/vcxproj/salamander/Release_x64/plugins/checksum/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 88170b56a82883784054a4c49c664b486b45d1c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4812 zcmeI0`%e==5Xa|FY5J4KSSdAxH1UU03RY<$a!_I}xnLhy=_`Fm^^aFS-`zV}Kmz4q z+QeM;Ju^G6ot?ekzf$(b>ZZDE8NM*CNA}fDZD>tvxYe5F;`YQ|yWYOFUAs+P1G{R+ zRqs}|e~x(wZf>Lygz=BO6gF@WMBFhx6JRAN-MeYZ=2 zanYZ`d=Wc(`S<7**hjkr^s4m5hi0nuDsVW@%TrQ~kZT_; zNVAEw+P`F5%!;7%G(9C_rl1=bMr0hgK@}eA6$1A=g`UUsWsN@Y>qL)rzK}DKa4!Gzz88X9WGw);&mMkKv_N(I(K+LEU+We8^jKmH5|L>7ZGik!6&ofc>UuxkJ&N^aC!BvFl@aP1y@* zZgRF?LZ{|z*udr&*gRz)8IPUyv)I_5?3sl_?zJ_1Kt;Z^LCLyt2&X#dYUlX)8z zRw@QxjbVxuUy#n<-K!|ie+jNJNzw z_vPgFXq)KDzZd3t*dp)Ln<&Y7kH|ihMJodx@y3|gPhwgKjPl-dG7PXqeRNV+ZBj)&!WLHV~|2EL|zYL&@m z$oa?AUF2$@KfM?-NT?TBFTUf{pEyl5S64e9*9j);3){{u?y&0Z!0C^1$Y@y$GL S*;mZPyJhwz6QK(N496r)?h_@%_G{9y|i(%PQ^sG zWi1<8fi|+3nGW-@hrj2mU^DuUR%f#$Ys|Y1k8sg{1l2wr zc52ugoAN#MePkJC>mIYm*oQi1RcCJ*yR^FJreB(eSgy$o43@|aaSPTtCl89M;W0TXqbz7BR|hiFoE zk}WE0T8-=!m@Fe6BXm6BU6vStzhm399o|YyOUVm^2RdjEn5%+2fI94Ol0b8Kd6u?I zzss0stvuNBiw4-*B~C24N&L%0yJ%J?C5_VTquDuH?$Q(!zQE-vcD)a;kv(F~JSY4y z>zsKTHnI5(n@9GF?}@j54jYG4eQ9AwEZoKi)Z|Nhw4DETaH=ytxs?|@95208@G(we zx#D4nb2mF352crxw{}{r)FA#1@jFG4hvMmoXjdg}o^xu7c(?PBOtDM%)v9OfJ_|P5 zXKr(1@Xs+!k>Uf=g&TYm<@qncui4Vyzt_|6Q&-=N_wk?G#ofhD*WZbEJCA>!8)fWw zi3~U8QK?wd_`X+V^IBGCSxd3 a;j6FlTzY8QtFl%5hEt^f1i$xw?d;6`_#WAowM_k~71Hs{p8B^keFJ#aj%?4KU4fPDHIHa3_R^;5IyDpB zmUV1wCECPdW_rxW9{z!^l3mb$vL>?)OIF|=8v#3Jb_8vpn1a!Ure#lf`cNgz2&#R0 z?9{S1HsgEj`^a+4Ha+HmaR_zHs?Odq_GwMeO~dA1E(cv7$}VdSnQ@*saedC$%mzTT z>ktfwHimxx3GkSed(4O*$9E5!37k)99iR?L>gdSv!7l2{KB5rKMNA zK+>S?h4dXTTHp#Q3due38Xo(%B(?qsy^L8k@|bmdo4!>Ub9Mlh119P&eG}}+4$-9S zBwN(3Xf?7EV6u#OjL>nyyDTvRf5*0IJG@nvmXa3+4|LETFjoh61a;WqIE5DQ@;q&q zewVSxT1Bws7cH>0OPpGAllYg1_R*|PN*1NrN3(OZ+@~ofe1*#s?D`O1BYVV}MNar* z);aYyY-95aY#!Mwz7uc#0yYk(`qILVSh$T3sL7Z1Xa)c6;8bTkxsw;HkC#Cv_?V`# zT=6i(x!awNb?N28TRSUOY7zg&_?@E2x_CMw+SQ4hXPlZc-tBxOQ|!`xwd&cr&w`Ei zncJKg{A&zTr1*$*;RfGCdHzfAd$#oV@Ad5a)b%&xL;UA%ad)xP&3EGc&f}lwMj88k zBExMtxjx!1bQP+GRUV#`cd9a4SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // load-on-start SalGeneral->SetFlagLoadOnSalamanderStart(TRUE); diff --git a/src/plugins/checkver/checkver.h b/src/plugins/checkver/checkver.h index 25bb036b..f584e7d8 100644 --- a/src/plugins/checkver/checkver.h +++ b/src/plugins/checkver/checkver.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/checkver/checkver.rc2 b/src/plugins/checkver/checkver.rc2 index 6771e177..610f19e3 100644 --- a/src/plugins/checkver/checkver.rc2 +++ b/src/plugins/checkver/checkver.rc2 @@ -1,4 +1,4 @@ -// +// // checkver.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -15,3 +15,4 @@ IDI_CHECKVER ICON "res\\checkver.ico" IDI_INTERNET ICON "res\\internet.ico" IDB_CHECKVER BITMAP "res\\checkver.bmp" + diff --git a/src/plugins/checkver/data.cpp b/src/plugins/checkver/data.cpp index c05b84ea..de8343fb 100644 --- a/src/plugins/checkver/data.cpp +++ b/src/plugins/checkver/data.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -74,7 +74,7 @@ class CModuleInfo : public CSalModuleInfo BOOL Beta; // FALSE = release version; TRUE = beta version // allocated strings char* Name; // Open Salamander - char* Url; // www.altap.cz + char* Url; // www.taskscape.com TDirectArray Infos; // a certain number of lines describing the module // internal flag for CompareWithInstalledModulesAndLogIt diff --git a/src/plugins/checkver/dialogs.cpp b/src/plugins/checkver/dialogs.cpp index dc6c58fc..ba22cdae 100644 --- a/src/plugins/checkver/dialogs.cpp +++ b/src/plugins/checkver/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/checkver/help/hh/checkver/dlgboxes_checkver.htm b/src/plugins/checkver/help/hh/checkver/dlgboxes_checkver.htm index 961116b1..b1680594 100644 --- a/src/plugins/checkver/help/hh/checkver/dlgboxes_checkver.htm +++ b/src/plugins/checkver/help/hh/checkver/dlgboxes_checkver.htm @@ -1,4 +1,4 @@ - + Check For New Versions window @@ -14,7 +14,7 @@

    Check For New Versions

    Use this window to check for newer versions of Open Salamander and plugins. -It connects to the ALTAP server on the Internet and gets information about +It connects to the Taskscape Ltd server on the Internet and gets information about current versions.

    Options

    @@ -49,7 +49,8 @@

    See Also

    - + + diff --git a/src/plugins/checkver/help/hh/checkver/dlgboxes_config.htm b/src/plugins/checkver/help/hh/checkver/dlgboxes_config.htm index f27b73b5..446778f0 100644 --- a/src/plugins/checkver/help/hh/checkver/dlgboxes_config.htm +++ b/src/plugins/checkver/help/hh/checkver/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + Configuration of Check Version dialog box @@ -22,7 +22,7 @@

    Options

    Internet Connection Settings
    Specify the type of your connection to the Internet and the protocol which is used to -obtain data from the ALTAP server. Click on the Change button to see all types in the +obtain data from the Taskscape Ltd server. Click on the Change button to see all types in the CheckVer Internet Connection Settings dialog box.
    @@ -34,7 +34,7 @@

    Options

    When Check for New Versions window is opened, hide it and perform auto-connect
    -
    When checked, the plugin automatically connects to the ALTAP server and gets +
    When checked, the plugin automatically connects to the Taskscape Ltd server and gets information about newer versions. Otherwise you must click on the Check Now button in the Check For New Versions window to start checking. @@ -88,7 +88,8 @@

    Options

    - + + diff --git a/src/plugins/checkver/help/hh/checkver/dlgboxes_inetsettings.htm b/src/plugins/checkver/help/hh/checkver/dlgboxes_inetsettings.htm index cd9c4573..7cefe5a5 100644 --- a/src/plugins/checkver/help/hh/checkver/dlgboxes_inetsettings.htm +++ b/src/plugins/checkver/help/hh/checkver/dlgboxes_inetsettings.htm @@ -1,4 +1,4 @@ - + CheckVer Internet Connection Settings dialog box @@ -14,7 +14,7 @@

    CheckVer Internet Connection Settings

    Use this dialog to specify the type of your connection to the Internet and -the protocol which is used to obtain data from the ALTAP server.

    +the protocol which is used to obtain data from the Taskscape Ltd server.

    Options

    @@ -27,9 +27,9 @@

    Options

    Internet protocol
    -
    Choose the internet protocol used to download information from the ALTAP server. +
    Choose the internet protocol used to download information from the Taskscape Ltd server. HTTP is almost always available. If not, use FTP or FTP in passive transfer mode. -We recommend to use HTTP protocol because it allows to send version number of your Altap +We recommend to use HTTP protocol because it allows to send version number of your Taskscape Ltd Salamander to our server and so it is the only way how to get information about updated or new plugins.
    @@ -37,7 +37,8 @@

    Options

    - + + diff --git a/src/plugins/checkver/help/hh/checkver/introduction_intro.htm b/src/plugins/checkver/help/hh/checkver/introduction_intro.htm index aafd3c07..a7ad51d1 100644 --- a/src/plugins/checkver/help/hh/checkver/introduction_intro.htm +++ b/src/plugins/checkver/help/hh/checkver/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -16,7 +16,7 @@

    Getting Started with Check Version Plugin

    Check Version allows you to easily check for newer versions of Open Salamander -and plugins. It connects to the ALTAP server on the Internet and gets information about current +and plugins. It connects to the Taskscape Ltd server on the Internet and gets information about current versions. It can check for new versions automatically (with given period) and on the background (it shows window only if some newer version is available).

    @@ -24,7 +24,8 @@

    Getting Started with Check Version Plugin

    for a description of basic work with menu extension.

    - + + diff --git a/src/plugins/checkver/help/hh/checkver/using_checkfornewver.htm b/src/plugins/checkver/help/hh/checkver/using_checkfornewver.htm index b0fab2d3..57b9e5e5 100644 --- a/src/plugins/checkver/help/hh/checkver/using_checkfornewver.htm +++ b/src/plugins/checkver/help/hh/checkver/using_checkfornewver.htm @@ -1,4 +1,4 @@ - + Checking For New Versions @@ -16,7 +16,7 @@

    Checking For New Versions

    Use the Check Version plugin to check for newer versions of Open Salamander and plugins. -It connects to the ALTAP server on the Internet and gets information about current +It connects to the Taskscape Ltd server on the Internet and gets information about current versions.

    To check for new versions:

    @@ -35,7 +35,8 @@

    See Also

    - + + diff --git a/src/plugins/checkver/internet.cpp b/src/plugins/checkver/internet.cpp index 4baff3a2..5dd8bf10 100644 --- a/src/plugins/checkver/internet.cpp +++ b/src/plugins/checkver/internet.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -9,10 +9,10 @@ #include "checkver.rh2" #include "lang\lang.rh" -const char* SCRIPT_URL_FTP_EN = "ftp://ftp.altap.cz/pub/altap/salamand/checkver/salupdate40_en.txt"; -const char* SCRIPT_URL_FTP_CZ = "ftp://ftp.altap.cz/pub/altap/salamand/checkver/salupdate40_cz.txt"; -const char* SCRIPT_URL_HTTP = "https://www.altap.cz/salupdate40/"; -const char* SCRIPT_URL_HTTP_AFTERINSTALL = "https://www.altap.cz/salupdatenew40/"; +const char* SCRIPT_URL_FTP_EN = "ftp://ftp.taskscape.com/pub/taskscape/salamand/checkver/salupdate40_en.txt"; +const char* SCRIPT_URL_FTP_CZ = "ftp://ftp.taskscape.com/pub/taskscape/salamand/checkver/salupdate40_cz.txt"; +const char* SCRIPT_URL_HTTP = "https://www.taskscape.com/salupdate40/"; +const char* SCRIPT_URL_HTTP_AFTERINSTALL = "https://www.taskscape.com/salupdatenew40/"; const char* AGENT_NAME = "Open Salamander CheckVer Plugin"; diff --git a/src/plugins/checkver/lang/lang.rc2 b/src/plugins/checkver/lang/lang.rc2 index 1c87e11f..922d65bd 100644 --- a/src/plugins/checkver/lang/lang.rc2 +++ b/src/plugins/checkver/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -28,7 +28,7 @@ STRINGTABLE IDS_ABORT_DOWNLOAD, "Plugin is working with Internet.\nDo you want to abort this Internet session?" IDS_INET_INIT, "Initializing Internet connection..." IDS_INET_INIT_FAILED, "Initializing failed: %s" - IDS_INET_CONNECT, "Connecting to \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." + IDS_INET_CONNECT, "Connecting to \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." IDS_INET_CONNECT_FAILED, "Connecting failed: %s" IDS_INET_READ, "Reading information about new versions..." IDS_INET_READ_FAILED, "Reading failed: %s" @@ -71,3 +71,4 @@ STRINGTABLE IDS_FILE_READERROR, "Unable to read from the file '%s'." IDS_FILE_OPENED, "File %s was successfully read." } + diff --git a/src/plugins/checkver/logwnd.cpp b/src/plugins/checkver/logwnd.cpp index 49f2378c..8fc9717a 100644 --- a/src/plugins/checkver/logwnd.cpp +++ b/src/plugins/checkver/logwnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/checkver/precomp.cpp b/src/plugins/checkver/precomp.cpp index 0245a041..cf10117a 100644 --- a/src/plugins/checkver/precomp.cpp +++ b/src/plugins/checkver/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/checkver/precomp.h b/src/plugins/checkver/precomp.h index 5bddafe2..fa8a1174 100644 --- a/src/plugins/checkver/precomp.h +++ b/src/plugins/checkver/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index addd055f..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 5a4b8af761d080cdb01a6d2254a47222c57b4b6d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4854 zcmeI0`A<_p5Xa|FY4}NFtdtr;n)pL01*^0WDU_H^Ua$vNd!+|d|9JKD-F*+r6)1-( z#=Pu3GdtJL&c5HjQufB`rn+QlJ{Q*``)Wrvw5B!uYR$57duXqHZ^zoc-Jq_4U9kfz z+9!Kw%QmH~QZi={Q4Eu{6-)XRtKJE^1l@${8dR5Os213<3dKEO3bxOv$f#mFewRGs zisx+$2uUe!1zoW1xv{R_t6;l)5jzI?x9R2CN4r$%Rp^Tk%~a@>;c%9h$D|q|*A7~c zW)o?(f6>;N-8!3#;Nl!2SWlKoa1sk`K&^Ix+kHloWt;CZ^s2qRGItJHwD&fOeXR@y zVYh5xIg0$Ojz5iPHUF7W&Q7U=7e+RonQvJij6GKS;0BBl5DjqZ_KL5A?~Yl~tmw7b zsg5iY#sgocY>Cw)580*df!&0vL%JrjP3FW+gfB}j2VMuvV`%kQah^AE{oPJt%n~cw zb!c7c29SXZ$G8pT5PnCL7EliUtLV`2EqNX{Sy?omnn)ic>Umw|@P-fvw&J)TZ3KuG z5Ow61zNG_6JM`Kd_})0SbRTUDz!6-TlcV+nwc4s5t5;&Ygg58V&#tF+Onn4y$~Mua zEF>$GuV^;KIg}?&JjW^YJf<&e^nqU?daUp{&P2kw{4e;P1Gm6h71%y|gdO(c*$jS= zrevwJw2DP*KuZU8?;Y}?V9n>mzr3`AW_3muQJOsVo1*0oMR(EYR_~@`9)1rMnP( z%;pmFoQ|i`%c-~aqFAX;G#ub}iXum5dWDk?j}3kekb1VJU%`*-FrrcyK-`K zv`uuSD0@*G>*Sq!6D2wCKG}z|Xl0-y-WU`6NlbIVDDVAFhM~8QJIjU3WJb!-k3E)f zhCZ9S{nc^;+!R{M*S|qAd5`F=CYst&udMJwQXbUyJS@%&D!l#Da2DPcI=5-Kobstv zUYq6xpxG`k4YaBELmGMY9_z(7p86B7x8^@4b>oVx;Xg>k9j|`{MgN{JksTBntB&~2 Vy>ZcBV6#>YCq{n*uJ?!~`vYViCxHL} diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 6d16f978..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\checkver\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 000eb2b776898689c28e240ee7bdc59ae12c6daf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4812 zcmeI0Yfn=_5QgWcGYuhuLZx5xI{_x7yq+b!xE*cCgn zqJ6S=wrW$#Iwf-f5ydcBTeGBJvFg2`OVCZIZa{T)hH8Nwt57@ureKGRii|3@=Xc37 zu6W*dfRL2pR?r38og3@#dlhV-FJi|a|1P~e`)HRcy$XHtp_vN3G91qG@|08~!;7%Go(}@WRN(GxII$gK@xWAKZX30-^y<-Cpr^@ZB*hniah^ zJJpe8!g%28l&!FO;vu`VJ+PZlbx7A_w#l5hiST8~<-qHJc?zu_E6(#KuD{z^j9Fqu zyAG{O-2gIh;TX4p9K!F2(gMoCe-#}%z7@~oHYTX4 z0-}!G(zkRVX@_2$1K%6RmhPjC0XTvyb8^&vpjKP;WA#dmSMcT>`q}riPN`48P1!cu zl!au4@(s?!7}k6s);S{L4!_XjW%r5v9pvzbRVoP;@8#fXgH7`WRkQ_5zw4 zob8v;sd*bVu=zPQPuWMtV{iQoHg|Y?62CO_b!khh!hhqLqP;cw_5pj>}e?ZZ{*-K;qMaHTlzDti=^jFrb O9mA>6i$AgYiv0o4mmg~Y diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index dc59179c..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 5248b3c0a4a6bb1df4a51eada66f9882206dec64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_a4G1ISD$zHK&jaDCgxzw zW-n)VW_NBoJ9B<~k8I0oruNJ-aer>l{U}dcVZLZbwr4L^=JNKIBHV(#wo$xK$%MCM zO&eH_I%^DytP6FU>ct&)f;CeQ*QD2#7j3HG4+sfHh`CvpT2E zNi}U2Pb7@=tbm=*SL{r1T_R zlvbn~*(q})G$tA&WISdpP4t1^v2E%OqryT{vch124%`FQ%E0!)4kw(%vl*;BP2Hv4 zrO&cg7HHW;4QQRxh&8!M^vgm!NLDu`iQMcX*%?yqP~{W8LgguXeGILUJz>u*H~cC4 zoOvDA(fJgeNA`yAvDbbE9fw)aw(JRhAn0hH zwaxLt*L|2g#V5E6FZd?%^PhuXqou$9t|#B7ZhjdbV?X!vyYrK7e-j^eAOAcx-3NMx zyHawqx1GyMUiP{)UJ`dIGn&V|ABa8_H!A`ik!eiq8$Qheqqz5i2tyf=Tg1X8A|plR zEsrIfp^xTn&s{Eoo3WQ->@Vy%&qb86X-}P~Tr1>BdM(H1u}fK X70Q)`COs=#)^E5)`cLqC+eq0@Wy#_1 diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 85c309e4..00000000 --- a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\checkver\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/checkver/vcxproj/salamander/Release_x64/plugins/checkver/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index e825e72d9790d2a5764520ecda079881cf10edaf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0Yj09P5QgWcobX9wq@^_t;ae?KiMASxZDTee$W1J_z@eZ&UVYx(1ErFtH!%le zHhVd{GrM!!*_re6M`T-8H??P$OZszr?ng!1D)VJKwmo~XGFP;>6ycWawT+W~j!bx4 z*0P}$s3U8#(qX;n=RfgPuqo{qtFcH4oXN?}OcBS7#sSyVRPerfM_Kmjka0W}ChGtT<1bsJ^hv1XHK> zfpAEp@6R7ukF^FkfgZX zgS6+|w}7Yvt65=)?~#}A(2wFo`vc@MWY@?;R_uK;D${4|04T?tu-mjXpd&j(lG2lO zakL`U$WECXqcPDKA>){_G%)~v$F`|Ej7kel$qIu7I&cqIs{lIyJDhNm%;vE2EOnQ5 zmp;#4d7xz%b)a=hGtuNG(Ju?_B3a#(G;*_#WM@dZOO;Rf29>Ai^)a+Y_Jlq2-0-LD zbLMr}K<86*9@!hdW3T-jIu5t`O2ZCcxQz{{%9i%1IsfgTRCheSmldp!mR>687$?45 z{xJBtyWNg;$z|%bofa+C@qa_?PF`ePG#%sZD)`NFZcP#EcHWc8cj>)aw(JRhAn0hH zwaxLt*L|2g#b>w+FZd?%^Phv?qou$9uBYFoZhjdbV?X!vyYrK7e-j^eAOAcxy$5=R zyHawqx1GyMUiP{)UJ`dIGn&V|ABjE`H!A`ilW9!sJ3h?;qqz5i2tyf=Tg1XgL`I6r z+a60eBOlG(p1WKEH)Aiw*k9Rko{K1B)1Ep}xmL)N^jdU04Qb4yLN1tv!Wl)qV%jWm zM@-v;!v>O6?vRC7 diff --git a/src/plugins/dbviewer/csvlib/csvlib.h b/src/plugins/dbviewer/csvlib/csvlib.h index 228ff0ae..0b0bb180 100644 --- a/src/plugins/dbviewer/csvlib/csvlib.h +++ b/src/plugins/dbviewer/csvlib/csvlib.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/data.cpp b/src/plugins/dbviewer/data.cpp index 2bb9d571..32e432d6 100644 --- a/src/plugins/dbviewer/data.cpp +++ b/src/plugins/dbviewer/data.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/dbviewer/data.h b/src/plugins/dbviewer/data.h index b1fe5779..bf03e91a 100644 --- a/src/plugins/dbviewer/data.h +++ b/src/plugins/dbviewer/data.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/dbflib/dbflib.cpp b/src/plugins/dbviewer/dbflib/dbflib.cpp index 5ec99ccf..a28f6e24 100644 --- a/src/plugins/dbviewer/dbflib/dbflib.cpp +++ b/src/plugins/dbviewer/dbflib/dbflib.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /***************************************************************************** diff --git a/src/plugins/dbviewer/dbflib/dbflib.h b/src/plugins/dbviewer/dbflib/dbflib.h index 473bfeb4..c300a7de 100644 --- a/src/plugins/dbviewer/dbflib/dbflib.h +++ b/src/plugins/dbviewer/dbflib/dbflib.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/dbviewer.cpp b/src/plugins/dbviewer/dbviewer.cpp index f8f66746..bb3afcfc 100644 --- a/src/plugins/dbviewer/dbviewer.cpp +++ b/src/plugins/dbviewer/dbviewer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -368,7 +368,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "DBVIEWER"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/dbviewer/dbviewer.h b/src/plugins/dbviewer/dbviewer.h index 25216e6d..fa4887ef 100644 --- a/src/plugins/dbviewer/dbviewer.h +++ b/src/plugins/dbviewer/dbviewer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/dbviewer.rc2 b/src/plugins/dbviewer/dbviewer.rc2 index c8fb6fd9..8e30e020 100644 --- a/src/plugins/dbviewer/dbviewer.rc2 +++ b/src/plugins/dbviewer/dbviewer.rc2 @@ -1,4 +1,4 @@ -// +// // dbviewer.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -54,3 +54,4 @@ IDA_ACCELERATORS ACCELERATORS VK_SPACE, CM_FILE_NEXTSELFILE, CONTROL, VIRTKEY, NOINVERT VK_SPACE, CM_FILE_LAST, SHIFT, VIRTKEY, NOINVERT } + diff --git a/src/plugins/dbviewer/dialogs.cpp b/src/plugins/dbviewer/dialogs.cpp index 0274951c..eac42f22 100644 --- a/src/plugins/dbviewer/dialogs.cpp +++ b/src/plugins/dbviewer/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/dbviewer/dialogs.h b/src/plugins/dbviewer/dialogs.h index f15fccda..c723c926 100644 --- a/src/plugins/dbviewer/dialogs.h +++ b/src/plugins/dbviewer/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_config.htm b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_config.htm index 0b92b72a..0c0650be 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_config.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + Database Viewer Configuration dialog box @@ -40,7 +40,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_csvopts.htm b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_csvopts.htm index 37ae37a0..794e6902 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_csvopts.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_csvopts.htm @@ -1,4 +1,4 @@ - + CSV Options dialog box @@ -52,7 +52,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_fields.htm b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_fields.htm index af68f4eb..5cd51aed 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_fields.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_fields.htm @@ -1,4 +1,4 @@ - + Fields dialog box @@ -35,7 +35,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_find.htm b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_find.htm index 09b8bb42..c7cfe2fd 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_find.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/dlgboxes_find.htm @@ -1,4 +1,4 @@ - + Find dialog box @@ -61,7 +61,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/introduction_intro.htm b/src/plugins/dbviewer/help/hh/dbviewer/introduction_intro.htm index 0e5f8f1b..0e63077c 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/introduction_intro.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -27,7 +27,8 @@

    Getting Started with Database Viewer Plugin

    for a description of basic work with plugin viewer.

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_bookmarks.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_bookmarks.htm index 9a23543d..ca719687 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_bookmarks.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_bookmarks.htm @@ -1,4 +1,4 @@ - + Using Bookmarks @@ -27,7 +27,8 @@

    Using Bookmarks

    You can find all described commands in viewer menu Edit.

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_clipboard.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_clipboard.htm index 7927b108..9021c929 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_clipboard.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_clipboard.htm @@ -1,4 +1,4 @@ - + Copying Items to Clipboard @@ -34,7 +34,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_config.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_config.htm index dd9848c2..cb6f8714 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_config.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_config.htm @@ -1,4 +1,4 @@ - + Configuring Viewer @@ -27,7 +27,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_convert.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_convert.htm index d4626937..5398f2bc 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_convert.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_convert.htm @@ -1,4 +1,4 @@ - + Converting Text Values @@ -35,7 +35,8 @@

    Converting Text Values

    You can find all described commands in viewer menu Convert.

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_csvopts.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_csvopts.htm index 5e925b64..b99ce6fb 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_csvopts.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_csvopts.htm @@ -1,4 +1,4 @@ - + Setting CSV Options @@ -30,7 +30,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_fields.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_fields.htm index d3892fe3..50b52b53 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_fields.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_fields.htm @@ -1,4 +1,4 @@ - + Displaying Columns @@ -35,7 +35,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_find.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_find.htm index 7f35de3b..a5c27e66 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_find.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_find.htm @@ -1,4 +1,4 @@ - + Searching @@ -30,7 +30,8 @@

    See Also

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_fullscreen.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_fullscreen.htm index 3cf2d5a6..535e696d 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_fullscreen.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_fullscreen.htm @@ -1,4 +1,4 @@ - + Viewing in Full Screen @@ -24,7 +24,8 @@

    To maximize/restore the viewer window:

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_openfile.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_openfile.htm index effdbcbc..6e918dab 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_openfile.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_openfile.htm @@ -1,4 +1,4 @@ - + Opening File @@ -31,7 +31,8 @@

    To open file:

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_otherfiles.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_otherfiles.htm index 15587015..80d1c9be 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_otherfiles.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_otherfiles.htm @@ -1,4 +1,4 @@ - + Opening Previous or Next File from Panel or Find Window @@ -32,7 +32,8 @@

    Opening Previous or Next File from Panel or Find Window

    You can find all these commands in viewer submenu: File/Other Files.

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_properties.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_properties.htm index 4f1785ab..f9d9d302 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_properties.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_properties.htm @@ -1,4 +1,4 @@ - + Showing Properties @@ -24,7 +24,8 @@

    To show the file properties:

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_refresh.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_refresh.htm index 70a0e8eb..9fa2a3a1 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_refresh.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_refresh.htm @@ -1,4 +1,4 @@ - + Reloading File @@ -23,7 +23,8 @@

    To reload data from the file:

    - + + diff --git a/src/plugins/dbviewer/help/hh/dbviewer/using_select.htm b/src/plugins/dbviewer/help/hh/dbviewer/using_select.htm index 027f185f..19dcb7b1 100644 --- a/src/plugins/dbviewer/help/hh/dbviewer/using_select.htm +++ b/src/plugins/dbviewer/help/hh/dbviewer/using_select.htm @@ -1,4 +1,4 @@ - + Selecting Items @@ -25,7 +25,8 @@

    Selecting Items

    the opposite corner of the area.

    - + + diff --git a/src/plugins/dbviewer/lang/lang.rc2 b/src/plugins/dbviewer/lang/lang.rc2 index 7f894d29..5b133187 100644 --- a/src/plugins/dbviewer/lang/lang.rc2 +++ b/src/plugins/dbviewer/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -149,3 +149,4 @@ STRINGTABLE IDS_TBTT_FULLSCREEN, "Full Screen\tF11" IDS_TBTT_GOTO, "Current Record/Record Count\tG" } + diff --git a/src/plugins/dbviewer/parser.cpp b/src/plugins/dbviewer/parser.cpp index 20a460e7..96b3a917 100644 --- a/src/plugins/dbviewer/parser.cpp +++ b/src/plugins/dbviewer/parser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/dbviewer/parser.h b/src/plugins/dbviewer/parser.h index 03cc9afb..8acac3da 100644 --- a/src/plugins/dbviewer/parser.h +++ b/src/plugins/dbviewer/parser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/precomp.cpp b/src/plugins/dbviewer/precomp.cpp index 77ae7d6f..aa19711c 100644 --- a/src/plugins/dbviewer/precomp.cpp +++ b/src/plugins/dbviewer/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/dbviewer/precomp.h b/src/plugins/dbviewer/precomp.h index 66201dd7..def7c238 100644 --- a/src/plugins/dbviewer/precomp.h +++ b/src/plugins/dbviewer/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/renderer.h b/src/plugins/dbviewer/renderer.h index 591199c9..df8810d6 100644 --- a/src/plugins/dbviewer/renderer.h +++ b/src/plugins/dbviewer/renderer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/dbviewer/renmain.cpp b/src/plugins/dbviewer/renmain.cpp index 3cb8bf30..7a406a02 100644 --- a/src/plugins/dbviewer/renmain.cpp +++ b/src/plugins/dbviewer/renmain.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/dbviewer/renpaint.cpp b/src/plugins/dbviewer/renpaint.cpp index 0dd48275..694bc58a 100644 --- a/src/plugins/dbviewer/renpaint.cpp +++ b/src/plugins/dbviewer/renpaint.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 061851e0..00000000 --- a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index bb2d4d7785f28d9b7653802651d9010b77aabbc0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4854 zcmeI0X-}F#5Xa}E5MH%uN<|t&NcsX1Ev=xbD5lxuiE>ygS2&dR!?*qYcX<@AC>{+q z&6B-nXXo14ndkSfguS!6sV-TH&rR#0eX|1_SkoGQwPu-VyKirOZ_AE-yGC7Ocg6Os zXkYAuE!l*!LP?)PL{pfIEnD2LSoL1eCGf^rvtV7C!CK(NDj0WwDcCNfBBP3J`BUpRXr@B14283_JSEl$zP6Bp zBpY+9^NY61?8f{488hztI$=px4?JXtw#)7&SRLFonQbyBY9ee|d^z^D*?9!6E-McBLpx>EgwC+D z#EMQGSckg7TA;!)KIZ%Z^bRR4pd9p9k)h*DdK%YRSu~oOa3478dRgVLhTsP_;4erv z=D7t#9lkXy8Hn3~muBDhMpI4qkVYS@f-7@#)PAB?TlHi0N{o|Oa}N1zdt67<2kcGQ zI?|Meq=oV|$tJjmvZS%6IDwo;^rej+@XL6QWj@E9h$)x-1>1A%EwEMvw#OOagq`VZ z8aqf)GSnGb`Jyb)vWU934%tx9=1ZbqR@z3gx+9CoO&jTB_p>``Del$aB$D!P`~woBQ0FHLTltPbS}W)w0L4(x`z7-8pM$Fr)8BvB7vH9Ce;FTRKlAzB_@ukv#E0F-r>Ca#K+kYr zN^bYIv8?1}FH2*UxKlY%9P{oHeJF}n1Uj@6;)KEqq)1YmQ&y+;8MK)9gJ~4qFhZlb)vGYkRd4!QqH3&X;HG3ko%>eEaVotw<)Nc z@TpZ?n<4|yYzLSI(p3JCf?wrh-RX;`{@BZ{`HykkxW;Sv4-)al>t8|9=kq0^gCb+q X5#NP1E_wzwtJQF0^f%yUi%8lZPjn~3 diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index e89ca989..00000000 --- a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\dbviewer\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index d0ca1117bdabb974b045c40a576c84eb3dafa2b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4812 zcmeI0YfoB15QgWc5I(hON<|t&NcsU0Ev=xbD5lxuM7dZiw{TI~AK&(QcR7k$qj+f` zX-@V&Gds7Pojt#QCG4HmO?Amqd~R9~?VBChz?#tK&~YTFrlDl(P%!;DwQmX69Sg17nZX9=HKx2t)&%y1n6R{LgVG2_0k6P9H4$U}B$yI?n=>X5F06XDB}%YoMh^8{L5RvhrhcFw2?p8>PP zigq1Xhq}R9;KDIJW&Z*E4k<059Q;?&q2o(>9yeK8G@hDBA0+B}UFGnG5C^u9FK9NF zxdlWWxiu>tNZNtdX5aTlQ%m>IMjxtzD|2$xexg=e^<(u)jFWhC4*l$US|`*;;3jMn zZOTHjLiv_v6P!bN(%5sHK+hxkvPKX1Riei#pW{r#oXh`$?>TS_tW|;Su}9cpZ#tXC z4^os2b%s{4C=0YaqVByzJ`}9EO#I7B+h|s2WD%vwW4{SnZc}t8{ea5@?D`a56ZQ(4 zS)G?y2=950=P z;A1wInCEo7lwK~pwHL)ob)sP(zf%->DV{1syDD+>kW;gPcRL@+6uWME_Lw*jY?NQB z7<@g3DN-CGUAViKQJ()2+{~E%{k^{UK6Ura_!R${FYd-W-G3)O?mRv}H=RdDhKF); zceIUlr6_w{8|&nqdK1Mt?>^awvS?+XLpvj{_(@E2z$ouMBg4?!$6e;aWilh>=qDaa zI0K)}-T!Ji2W|o_c6hml?m?;8^hwOs zn9DxT?9S89&fJghk*!(NR3BL(ZIA7_@0Ff1Fr+-DSP!;aloJ01)~@`1Ex;x z0pXBF&!0cEE^95I0zHoL8I%m6d_-vj<=~`-j2vIiQ@h7XcBzYzh-5p2N6D`^w~AMA z8l*krz70eZSj`GUd=I^Z2fml2+V3Nm0lP*XvS#noUWGPiyFfYSgndfg06MZgBq=>f z7u6-HMs~>D2#txx2pK2zrHMZ98@5i_pjV!2N>&&w(1E+lS`FAf*x`hObhdz%=P8@i zo3z{PwGFiFq6xH4iBnBJCi-Qe9VDxpl0|NIkn9vGcPR1+U!n34y*`B2$eyt0HaGk! z`y6>4w$S+mok#YDapJXKK*!-$UuxLl3)is$71`1jrQpX7N_EGRJ6XZ%Xz6Bxj#28% zg@ z`KiYe&d^75H|H)Fz)jgpG4>aBoaG|Q*tDlkRIU~BB)t~Od=w>RFH;G*U>+JnUZESD zhu$flT1B{dq7cn?foUOEWfFNfS60?b-#+!nUV`yI%YSQ$>yXjceMVm+Vo?5GAz~<# a;j6CmU0P_?v$93~hFhfn1i!b9oc#n<%i=Hq diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 0c0a628f..00000000 --- a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\dbviewer\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\dbviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\dbviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\dbviewer\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/dbviewer/vcxproj/salamander/Release_x64/plugins/dbviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 66ec34959b649f7e4f16f9eda308d277b1a59381..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0ZBG+H5Xa}ET>465EEEhOyhA8T6eLoCm`$2;z1B*f(jK(>;nm-N_pX41@MO)^ zn9DxT?9S89&fL!*ku6zls*kObwI}w{_qM6)%NfR!Iqf z7kf9P8rczZV>BijBV?S?mnH_luh=qWgH8cT_mfUQbcYxk?a&HcPa7--=Ojcy*`E3$eyw1Iyd|| z`y6{6HqrS6ok#YLaq6{SLC4`%UuxLl3zxA071`1nrQ*j9N_EH62U)@VXz3M#j&bJ8 zZ@tU|(nNc3|ej@r%+^h(6Y-hw3-|=Y<7{$G3L>S6|+$jVJe)ig_f9_?L{6ic!Z}1ti_PWp7YeWUg(RYaos$}u1>wK41 TSoF;6sz$?2(Z7IP|0VkcAadFo diff --git a/src/plugins/dbviewer/versinfo.rh2 b/src/plugins/dbviewer/versinfo.rh2 index c7184ad4..3b41d907 100644 --- a/src/plugins/dbviewer/versinfo.rh2 +++ b/src/plugins/dbviewer/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __DBVIEWER_VERSINFO_RH2 #define __DBVIEWER_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // retrieve the version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Database Viewer for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __DBVIEWER_VERSINFO_RH2 diff --git a/src/plugins/demomenu/demomenu.cpp b/src/plugins/demomenu/demomenu.cpp index a947899f..f142329e 100644 --- a/src/plugins/demomenu/demomenu.cpp +++ b/src/plugins/demomenu/demomenu.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demomenu/demomenu.h b/src/plugins/demomenu/demomenu.h index 33e4cf84..a129b809 100644 --- a/src/plugins/demomenu/demomenu.h +++ b/src/plugins/demomenu/demomenu.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demomenu/demomenu.rc2 b/src/plugins/demomenu/demomenu.rc2 index f75fbe53..c5451d82 100644 --- a/src/plugins/demomenu/demomenu.rc2 +++ b/src/plugins/demomenu/demomenu.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -19,3 +19,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/demomenu/demomenu.rh2 b/src/plugins/demomenu/demomenu.rh2 index 8704d10b..3d280d68 100644 --- a/src/plugins/demomenu/demomenu.rh2 +++ b/src/plugins/demomenu/demomenu.rh2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demomenu/help/hh/demomenu/basic_testcmd.htm b/src/plugins/demomenu/help/hh/demomenu/basic_testcmd.htm index 96a009d2..8d813085 100644 --- a/src/plugins/demomenu/help/hh/demomenu/basic_testcmd.htm +++ b/src/plugins/demomenu/help/hh/demomenu/basic_testcmd.htm @@ -1,4 +1,4 @@ - + Test Command @@ -24,7 +24,8 @@

    To try test command:

    - + + diff --git a/src/plugins/demomenu/help/hh/demomenu/introduction_intro.htm b/src/plugins/demomenu/help/hh/demomenu/introduction_intro.htm index 4a9cdb1e..3d8035e8 100644 --- a/src/plugins/demomenu/help/hh/demomenu/introduction_intro.htm +++ b/src/plugins/demomenu/help/hh/demomenu/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -20,7 +20,8 @@

    Getting Started with DemoMenu Plugin

    for a description of basic work with menu extension.

    - + + diff --git a/src/plugins/demomenu/lang/lang.rc2 b/src/plugins/demomenu/lang/lang.rc2 index 5f362f1d..694d55ad 100644 --- a/src/plugins/demomenu/lang/lang.rc2 +++ b/src/plugins/demomenu/lang/lang.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -25,6 +25,7 @@ STRINGTABLE IDS_PLUGINNAME, "DemoMenu" IDS_ABOUT, "About Plugin" IDS_PLUGIN_DESCRIPTION, "This plugin should help you to make your own menu extension plugin." - IDS_PLUGIN_HOME, "www.altap.cz" + IDS_PLUGIN_HOME, "www.taskscape.com" IDS_TESTCMD, "&Test Command" } + diff --git a/src/plugins/demomenu/menu.cpp b/src/plugins/demomenu/menu.cpp index c4563c5b..b6485235 100644 --- a/src/plugins/demomenu/menu.cpp +++ b/src/plugins/demomenu/menu.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demomenu/precomp.cpp b/src/plugins/demomenu/precomp.cpp index b741dee7..e3adba42 100644 --- a/src/plugins/demomenu/precomp.cpp +++ b/src/plugins/demomenu/precomp.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demomenu/precomp.h b/src/plugins/demomenu/precomp.h index 6dbce7c4..e1a121e3 100644 --- a/src/plugins/demomenu/precomp.h +++ b/src/plugins/demomenu/precomp.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index b843adb8..00000000 --- a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demomenu\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demomenu\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demomenu\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demomenu\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 544141874dd239b5dd9566b64e95c7e31f3e96da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4854 zcmeI0`A<_p5Xa|FdFf9YW2Mv((!?K1DOjb2NTI~M>+M?GwVTv6uq$?G zMf+s$Y{jOOHA?0jB8p+MwrWYgV%0lAm!O+aU5Dz*9Mu9lR-w2LOu-Hq6&Y1**X@#L zTyeZ@10gBJt)L6GvoO~6dlhVtFJeb8{|>!8`)HRcy$XHtp_vN3G91qH@|aX3}zEx z2)kti%TeTKb^K{WtNG82a&|`Ty)d%z+W<{^f zPIY9NFdn!%uoSDu4zf$z1G@>;5b2uCHklJQ5xy+BLhw3Zo(@d81khYk6WxP8&6H7mmY^mCSB$51|J8um-OD|2$xexO!cbz}8Pj8k}X4*l#oS|`-U;0CsZ zHf14Mp?pQN0q0PjG;tgU=y^eouySQS_fJ>s5|eF4|!`oC;sK79W<*mvW(K?vELLecPP4(e!%4+c6|u1fxUp{ zI%oSObZX9q4Qzgf%>(<$cE zKdTsgF@`Bpd_g*YcRxpY{!4H_u&Ckay}$l;pezWFN|+m4S}zl)U06F)ai}dG9G1hTcBmc`jTgGg6Lz z;;@7>blKePua@t?O`)ZH{TmdM_lVwVqNyGA%JMHH-4<=f!}7eK{M#=LXZ~%WbDM_C zDW6*9wP{`en$?S~fj0GiNF%S_W4-vsQ-9+0*8In$Zd{So{|AY<ZZDE8NM*CNA}fDZD>tvxYe5F;`YQ|yWYOFUAs+P1G{R+ zRqs}|e~x(wZf>Lygz=BO6gF@WMBFhx6JRAN-MeYZ=2 zanYZ`d=Wc(`S<7**hjkr^s4m5hi0nuDsVW@%TrQ~kZT_; zNVAEw+P`F5%!;7%G(9C_rl1=bMr0hgK@}eA6$pmLii8RVaS(uJnpcvY&1A=g`UUsWsN@Y>qL)rzK}DKa4!Gzz88X9WGw);&mMkKv_N(I(K+LEU+We8^jKmH3yJcF?TO$TCV(z{6*!3~IrtAeY zH#yrcp;L1QF38!Wo?+#rgQ|!{6HSgII;()hN zVWnd5)flEo@dfGp-MxzP{FmT*#`N#+_2u`e+i%9l_|IZ-H`(d#JMm%X@#(qgJ}@%e zmy_G0ZK5kh*{j;vBJb3jD9L$`$Uc-sD+3+bIeEoTVp<4{^4@bY4848A%UrlZW~3bb z%wY*<=(4%HUoGE(n?g(Z`Zp*h?-9M#L{mHJmE~VZx-Hs{hvj)e`L|yNzNUO?mC0tv z`N!0HqczZW*)cf RudI1H`ct77e`58t{Q>%AAGQDh diff --git a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index d2708605..00000000 --- a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demomenu\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demomenu\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demomenu\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demomenu\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/demomenu/vcxproj/salamander/Release_x64/plugins/demomenu/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index a57c9dff5aa7768d5a7a1d788b3cc54f0616c4bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xV!hu+x!h@h6Uj6-d4@$+RPu3j9 zTz2;mRPyJhwzQ%mnj%?4Kt<4qfHIHaZ_R_}5Iu#S$ zmbGkX1=`4BARXYbpZ~yD!DjTItPZqhla=|F4VXIyI)FA%jKOF^)37HzU8p8NG^>3& z?9{L~HsyQh`^Yjt>mIYm*oQi1RcG%QyR^FJreVx6XM&Iv0^3WzUfgi_r2Tn%NjcF~g9FkPgk>kmDZV!Q^m%A8^NVg+ol>Q1!uXuq@ zg0>gZx4>wCt65Pr0D6R*gJn)!rs=WyXvhfaRDIb(_8pc4UWWQg)Ip zDr;Je?1Z^7b`g&eI-c+@OANr@v2EH8Z>6QB-6MrroZ>>Mq3X^IJ7;qnB#-iO!79nj z=6r-WceB&+PD4vdpc2(l$8K+i(7oyR}VP4AA8 z;ijBi9c>r7Qk1={jpyW@s*Dyn?|ZTj<;}`K$97I$@r{_~z){|NPKKch$Srf>3Yn3z z^0ucE&B$kS*Viszz?-v{a_rBnxTr-`v1v{1s9G!3NxCgMo`*EnQK1&h!egi_bb_<+ zJLl1;3^z*_qFGgNP4uctB8%jz%KFLOr}wGXVEoU@-&~VARP;4p(O1bBRKJ(W7)n(5 Z>T5g~9-8*5Y}LNu6zM;~?|ma465EEEhOyhAA3C`hCNF`G2?dc{hgay@MI!>hml?p-Mo!jqW8 zn9J_o?ab`X)6UM^&mWO3S#0W$td@_*_T0a1)3=y!*q*J~i%WCc_LfJqb$e}-e4Skr z-I8@}Y#X%H5+FU`iJ$+-*M?2$KU*7U%d&;}u8o*G06Ky;P)xw+Koi?Do<39=5Y1|z z9y`VM&d&HA`#!P?(6+}MFb<(kSk>8k#y+j>xoO$V%jKZ!LwUklLm|WApWQWX6u#0$%&~e7QEHMIq#g=I+yw&HHk{1RKbkJ@AYl1t1I_z+e&(`qrDs7d1 zm2sW5*1?uv#9(WeB)8;a;$I%xN3%L9Wt3(U&CbwrpQf1b4K5F{>wS2Q>@EQ=RebR$lOMybMag$0U#C z3FjlkxtpDihtkW`Te~b)iiv+?{7zBip?KOO+BJ!r$DEpNyxaLmrr4$XYSFXLhy%e! zo4_7V489n{6e&I-UAVy?qdfm5_&rh6}%a1DaZc8ibXA=icM>3N7Y)PPSS1B^E{NXjtaG46%J=S8kN&l z$vZN7)odL!soJ56tg6F?`E957Gq1DcACkCpNzPEUw|v#!Br8yj-XJTeQ^l)q@tk{M S*(AttachHyperLink(HWindow, IDC_CE_HLOPEN, STF_UNDERLINE | STF_HYPERLINK_COLOR); if (hl == NULL) return FALSE; - hl->SetActionOpen("https://www.altap.cz"); + hl->SetActionOpen("https://www.taskscape.com"); hl = SalamanderGUI->AttachHyperLink(HWindow, IDC_CE_HLCOMMAND, STF_UNDERLINE | STF_HYPERLINK_COLOR); if (hl == NULL) diff --git a/src/plugins/demoplug/dialogs.h b/src/plugins/demoplug/dialogs.h index 772ba265..b8229b82 100644 --- a/src/plugins/demoplug/dialogs.h +++ b/src/plugins/demoplug/dialogs.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoplug/fs1.cpp b/src/plugins/demoplug/fs1.cpp index 5698e1e3..48a5af51 100644 --- a/src/plugins/demoplug/fs1.cpp +++ b/src/plugins/demoplug/fs1.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoplug/fs2.cpp b/src/plugins/demoplug/fs2.cpp index b087d860..36ca88fa 100644 --- a/src/plugins/demoplug/fs2.cpp +++ b/src/plugins/demoplug/fs2.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoplug/help/hh/pages/configuration_first.htm b/src/plugins/demoplug/help/hh/pages/configuration_first.htm index a84fa2ec..8a180d3a 100644 --- a/src/plugins/demoplug/help/hh/pages/configuration_first.htm +++ b/src/plugins/demoplug/help/hh/pages/configuration_first.htm @@ -1,4 +1,4 @@ - + First Page configuration @@ -18,7 +18,8 @@

    First Page

    for general information about configuration.

    - + + diff --git a/src/plugins/demoplug/help/hh/pages/configuration_viewer.htm b/src/plugins/demoplug/help/hh/pages/configuration_viewer.htm index 678639cf..73bf2024 100644 --- a/src/plugins/demoplug/help/hh/pages/configuration_viewer.htm +++ b/src/plugins/demoplug/help/hh/pages/configuration_viewer.htm @@ -1,4 +1,4 @@ - + Viewer configuration @@ -16,7 +16,8 @@

    Viewer

    This is help for the Viewer page in configuration.

    - + + diff --git a/src/plugins/demoplug/help/hh/pages/dlgboxes_enterdiskpath.htm b/src/plugins/demoplug/help/hh/pages/dlgboxes_enterdiskpath.htm index d07d2290..8abd05b8 100644 --- a/src/plugins/demoplug/help/hh/pages/dlgboxes_enterdiskpath.htm +++ b/src/plugins/demoplug/help/hh/pages/dlgboxes_enterdiskpath.htm @@ -1,4 +1,4 @@ - + Enter Disk Path dialog box @@ -30,7 +30,8 @@

    See Also

    - + + diff --git a/src/plugins/demoplug/help/hh/pages/introduction_intro.htm b/src/plugins/demoplug/help/hh/pages/introduction_intro.htm index e1ed941d..501971b6 100644 --- a/src/plugins/demoplug/help/hh/pages/introduction_intro.htm +++ b/src/plugins/demoplug/help/hh/pages/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -21,7 +21,8 @@

    Getting Started with Salamander Demo Plugin

    loader and menu extension.

    - + + diff --git a/src/plugins/demoplug/help/hh/pages/using_entrdskpath.htm b/src/plugins/demoplug/help/hh/pages/using_entrdskpath.htm index cdbfcbc3..04e4c46c 100644 --- a/src/plugins/demoplug/help/hh/pages/using_entrdskpath.htm +++ b/src/plugins/demoplug/help/hh/pages/using_entrdskpath.htm @@ -1,4 +1,4 @@ - + Entering Disk Path @@ -28,7 +28,8 @@

    See Also

    - + + diff --git a/src/plugins/demoplug/lang/lang.rc b/src/plugins/demoplug/lang/lang.rc index 881460c6..47273eb8 100644 --- a/src/plugins/demoplug/lang/lang.rc +++ b/src/plugins/demoplug/lang/lang.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #pragma code_page(65001) @@ -153,7 +153,7 @@ BEGIN LTEXT "STF_PATH_ELLIPSIS",IDC_STATIC_8,14,76,75,8 LTEXT "C:\\Program Files\\Some Application With Long Path\\example.exe",IDC_CE_STPATH,102,76,152,8 LTEXT "STF_PATH_ELLIPSIS",IDC_STATIC_9,14,87,75,8 - LTEXT "ftp://ftp.altap.cz/pub/salamander/example.exe",IDC_CE_STPATH2,102,87,152,8 + LTEXT "ftp://ftp.taskscape.com/pub/salamander/example.exe",IDC_CE_STPATH2,102,87,152,8 RTEXT "Drag texts to change their size.",IDC_STATIC_10,151,97,103,8 GROUPBOX "CGUIProgressBarAbstract",IDC_STATIC_11,6,118,254,66 LTEXT "Progress label",IDC_STATIC_12,15,129,60,8 @@ -169,7 +169,7 @@ BEGIN PUSHBUTTON "Text",IDC_CE_PBCOLOR2,215,204,33,14 GROUPBOX "CGUIHyperLinkAbstract",IDC_STATIC_15,269,4,185,48 LTEXT "SetActionOpen",IDC_STATIC_16,277,17,75,8 - LTEXT "www.altap.cz",IDC_CE_HLOPEN,365,17,47,8,WS_TABSTOP + LTEXT "www.taskscape.com",IDC_CE_HLOPEN,365,17,47,8,WS_TABSTOP LTEXT "SetActionPostCommand",IDC_STATIC_17,277,27,81,8 LTEXT "Say something!",IDC_CE_HLCOMMAND,365,27,55,8,WS_TABSTOP LTEXT "SetActionPostCommand",IDC_STATIC_18,277,37,81,8 diff --git a/src/plugins/demoplug/lang/lang.rc2 b/src/plugins/demoplug/lang/lang.rc2 index c9771d70..64cf00fb 100644 --- a/src/plugins/demoplug/lang/lang.rc2 +++ b/src/plugins/demoplug/lang/lang.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -25,9 +25,9 @@ STRINGTABLE IDS_PLUGINNAME, "DemoPlug" IDS_ABOUT, "About Plugin" IDS_PLUGIN_DESCRIPTION, "This plugin should help you to make your own plugins." - IDS_PLUGIN_HOME, "www.altap.cz" + IDS_PLUGIN_HOME, "www.taskscape.com" IDS_PLUGIN_BUGREP, "An exception in DemoPlug has occured, please inform authors!\nIf you have worked with some .dop file when exception has occured,\nplease try to reproduce the bug with this .dop file and if exception\noccurs again, send us this .dop file (we will reproduce and fix the bug).\nThanks!" - IDS_PLUGIN_EMAIL, "petr.solin@altap.cz" + IDS_PLUGIN_EMAIL, "support@taskscape.com" IDS_CFG_ALREADY_OPENED, "The configuration is already opened." IDS_VIEWER_OPENWNDS, "Some DemoPlug viewer windows are opened. Do you want to close them?" IDS_CFG_TITLE, "DemoPlug Configuration" @@ -53,3 +53,4 @@ STRINGTABLE IDS_TBTT_FILTER, "Filter\tCtrl+U" IDS_FILTER, "Filter" } + diff --git a/src/plugins/demoplug/menu.cpp b/src/plugins/demoplug/menu.cpp index 655251c4..fe1359bf 100644 --- a/src/plugins/demoplug/menu.cpp +++ b/src/plugins/demoplug/menu.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoplug/precomp.cpp b/src/plugins/demoplug/precomp.cpp index 9058b638..b75a2d69 100644 --- a/src/plugins/demoplug/precomp.cpp +++ b/src/plugins/demoplug/precomp.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoplug/precomp.h b/src/plugins/demoplug/precomp.h index 7b59f88b..4179353a 100644 --- a/src/plugins/demoplug/precomp.h +++ b/src/plugins/demoplug/precomp.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoplug/thumbldr.cpp b/src/plugins/demoplug/thumbldr.cpp index 9f4e1643..e4c3b189 100644 --- a/src/plugins/demoplug/thumbldr.cpp +++ b/src/plugins/demoplug/thumbldr.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index af0526bc..00000000 --- a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demoplug\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demoplug\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demoplug\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demoplug\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index a05408470d354dbfb4745f6db6f5f734d6891195..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4904 zcmeI0`A=Fw5Xa|FA^g;)DHUmqA?Xi@XlVsZeTr>f@?tqGl`9-d`^UHae0O<*R}_y1 zn`X1;o0*+!XJ_B8S)pe+@%u&s=V*tfHVDh%ltiY^n6}L-{ zdD-!{4TPi=w}Q^w&cayN@0GV*O2m#{{vAd+_R%f@qcUUhp_MYD5**I+@|aX3rLx{ zvB%dQxE^B&L>-)(y`r@7_7PvSDtaw;sv*mmdEd1OOY-%|L3Zf7U^k!|B3*;k25aIb z!uusx2woe^V`z2x5<2*f&!2S5+0O`t;f571#qNje_4 z__Ay~HIQC<93Yu=mBkx;rab~TVOwZZ7LpZ8S2Ua8wK7`kVy@2LAXZs~|s?LUWY<`B#6ZVn$$XP#)js3}@3`uq3#^83`y zH{(P6XR){&?{xc}c)#=b_}p~v85!=%$<5I=)|H~{MQv=5cj`?P=e+x5AIhSYfe!72 zyy7P@Ed)k+?+F=(-ag@ZE?gorQjUJ?u!J*k+1%}~mQ&y+&{Dqs9g6XLL~k|G)Q);( z`4^IIiIOA^2@y?UGPZ8vW(8(ttGHcq z%*&3qT_7Z-xD|BX_7=wa`(An5r$p@N<=&V{Hamu=h5cdS?j=!fsmMvQ&9y4G$dBYyAtetX?*MW7wtOMz}2${Foe*pB5+5{?u{{S6^l%(Tv zhcC;Ox#{rT_S6RHlM~+?O^O}uiZURvQR;$90v;(Kjz8j6EmhPdAK2!x)!gtkw zpj98Zxkg3iN&G*He)b)$Q`!@76SjjkWg%IibVIWVPOdy@>^M%K=MiIBqX+yt@n)S8 zawcNV<$vDyLU8kZ3xMshhu`5~x|+rhQq&A>hF;NY6KHuv&3T7>$Xj!j_?MTq(X7tM zGD?%feiO9Zrs@{^0hdSE^)b9A>;*J8IomIxQ*}11WAh7ap0JP1N6z|bZ0t|=%)%iz z;Tk@mDqq^5rrkV*Q=RkCLSFEEymXd=kNNClk<;;9dbx1cUKT6Wh=zUqPEq8!cq$X^ z0^;T|r)C@P4qYTu?9!bz@7ZJGfVWX@rDE{a7^X<^73uuly^8Yum*9HF^zZNW<@c%E zZ^p;?&th>m-s$c;@nPrj>AC4VFf!biliQHi@6?+p&Up{XK9of(10C8K zdBsm+S_q8t-ZL@`y?w&VT)0GLq#XU!VF_p8vbnooE$6^Zprw5MI~3#hh~8?VsU7vo z@-HOa7A?oa^1Pt@+b;!Q6N-9evMF-@5v|^6b@ZnfLkbD?0_#riIE}|nQ;n6EvwlN5 o|92$f9@ig)f_t+U$pG{ZL2X2tdEBzUvgYmRPlaCmvDK6I2h{;4vj6}9 diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index e378e581..00000000 --- a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 6f64560cafea55bef68fde19c50d0e680be011d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xV@+6k093be2SAYNAgHo~SlQoAi zm)*VFotd4dot?QK-y_?yhN(ZbTr!^7Q~y?^uQ6Y?BiplQYjZ_=%_H2By|i&cr((j} zvbK$^K#Q%#N|*JPpZ~yD!DjTItj=o9CM)x88!~sy>JZ$3F$SUuPQ#w?^uU_1qFL?J zWv7O{u_@mp-$#~VweBJNj03P+P<8f>u}7 zghLwxzkh6fC^f+e{5Zb5a1w(zrnP}`NK!>djwj=}J!B=l+_lh%bQ>e1^jBDV#S0`2 z+FnTC2BHD1W`!ZSW3SUqJ7I2&#l&NTjwig!5<}p3Y@4>jTWM)2d13HC2krrDRbYo;haHZS*&JS;rR~!1 zGUlO`2U>p709w1W5=(9p|MJitn$<~3qcrNG{uCkaCw4V@55_kkD!_7gg=JP zskdPho6oR$WUu(1ct~v(xcVdYO4^r^QMQ;@=3rQxth9o{oriRpRCur>2N^J0HmuyL4ZzdiIn!5Nx#1 z+UCUI%P~xm;v>?98+;Sx`7gn*+0x&?*VFG)SKo~H@t@np-NjDV--&lSkAI$<{v9L3 zO*y$b+AegZD0^8O&&fMg87*?&_hcW+o0Wl%?VP;g8!^oRqrCT=3_}%=Tjs(QG9zW> z9giiP*k^Os*Dhaxn?p-E_Gc(AY7tdzqNyEKYlS*Vw?)_Ukj6SH)Ph-f40VN0a29^& zJQ|hZX30V{s|v1(UR6nCkz7^TAi4YWKJ^-G{j>5n*Q5>=ea%<&RWb(E?`1NE5*5Ds X8qbA?roAd#wQo2@`cLqC-^kcc6prFa diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index a79b82dc..00000000 --- a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demoplug\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/demoplug/vcxproj/salamander/Release_x64/plugins/demoplug/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index c027a19b2392a300d16720e53f48c5afdde0490b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5&F%wlSL!2;c6R1|{)lYL8m9ita>;mZ&;47GzQ%mnj%?3ftjrbdEst z%i1=w0&Q$9R=TXW{QO703O1$xY;{&^7B9`WZOGgSt3z-D#sr8aI1PKo(*rAJMYGzc z%T5h@XP11Bd>>hc)w+l5GY-IRLDkuN#vZNixvAOA%jLl9f!Tr9fEDNA`<{a^?>wym z5Dsk&{QhI>L#YW);K%XZg_ALO6IvT6ha^>WQ0}uXu%| zLECfb+dwpc)vPci_tWs(t@`Cm8(oY2+lO&ca z9)>t~x6`pMy-dBe(_*Ct@o$9RDT=I%rz4_WmAHA%sVU;!&POuEF5Oqlo_$Fi2sYYh zZF6Gq^%$l|@d@d|4Zex;{FmVOZ0Yac>*@EYn{UR)_|N^~?tG`)@5G0l$3M?a|ACR= zuAJN)ZRfgDl)bKvm*kzQjOID-2eJ?4&B{P0c0pe8otWl;QQmt&hM@|`Epp)snUS*c zj>i(t*k^OM*Dhayn?XxC_7^D5YY|m!qNyEKYlS*Vw?)_Ukj6SH)Ph+!obhN>PMam~ zi0M_cHPNJMhb*$H4jUx5o!&3K&RYMF#LX2sL)BjMReP1JKs9=qte`{{ufE1}<%Mal Qyp}B*PKy2o% + Viewing Bitmap from Clipboard @@ -24,7 +24,8 @@

    To view bitmap from clipboard:

    - + + diff --git a/src/plugins/demoview/help/hh/demoview/configuration_viewer.htm b/src/plugins/demoview/help/hh/demoview/configuration_viewer.htm index 7875080c..c8f61dbb 100644 --- a/src/plugins/demoview/help/hh/demoview/configuration_viewer.htm +++ b/src/plugins/demoview/help/hh/demoview/configuration_viewer.htm @@ -1,4 +1,4 @@ - + Viewer configuration @@ -16,7 +16,8 @@

    Viewer

    This is help for the Viewer page in configuration.

    - + + diff --git a/src/plugins/demoview/help/hh/demoview/introduction_intro.htm b/src/plugins/demoview/help/hh/demoview/introduction_intro.htm index 955913a3..51bd80b4 100644 --- a/src/plugins/demoview/help/hh/demoview/introduction_intro.htm +++ b/src/plugins/demoview/help/hh/demoview/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -20,7 +20,8 @@

    Getting Started with DemoView Plugin

    for a description of basic work with plugin viewer, thumbnail loader and menu extension.

    - + + diff --git a/src/plugins/demoview/lang/lang.rc2 b/src/plugins/demoview/lang/lang.rc2 index 4ca9825a..686c4cbe 100644 --- a/src/plugins/demoview/lang/lang.rc2 +++ b/src/plugins/demoview/lang/lang.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -25,9 +25,9 @@ STRINGTABLE IDS_PLUGINNAME, "DemoView" IDS_ABOUT, "About Plugin" IDS_PLUGIN_DESCRIPTION, "This plugin should help you to make your own viewer plugin." - IDS_PLUGIN_HOME, "www.altap.cz" + IDS_PLUGIN_HOME, "www.taskscape.com" IDS_PLUGIN_BUGREP, "An exception in DemoView has occured, please inform authors!\nIf you have worked with some .DMV file when exception has occured,\nplease try to reproduce the bug with this .DMV file and if exception\noccurs again, send us this .DMV file (we will reproduce and fix the bug).\nThanks!" - IDS_PLUGIN_EMAIL, "petr.solin@altap.cz" + IDS_PLUGIN_EMAIL, "support@taskscape.com" IDS_CFG_ALREADY_OPENED, "The configuration is already opened." IDS_VIEWER_OPENWNDS, "Some DemoView viewer windows are opened. Do you want to close them?" IDS_CFG_TITLE, "DemoView Configuration" @@ -53,3 +53,4 @@ STRINGTABLE IDS_TBTT_FILTER, "Filter\tCtrl+U" IDS_FILTER, "Filter" } + diff --git a/src/plugins/demoview/menu.cpp b/src/plugins/demoview/menu.cpp index 863e512d..79fda0f1 100644 --- a/src/plugins/demoview/menu.cpp +++ b/src/plugins/demoview/menu.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoview/precomp.cpp b/src/plugins/demoview/precomp.cpp index 41279880..98d63bb5 100644 --- a/src/plugins/demoview/precomp.cpp +++ b/src/plugins/demoview/precomp.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoview/precomp.h b/src/plugins/demoview/precomp.h index ffe58738..5bd0bc1f 100644 --- a/src/plugins/demoview/precomp.h +++ b/src/plugins/demoview/precomp.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoview/thumbldr.cpp b/src/plugins/demoview/thumbldr.cpp index acfdb607..d2da40f6 100644 --- a/src/plugins/demoview/thumbldr.cpp +++ b/src/plugins/demoview/thumbldr.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 3ae4e374..00000000 --- a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index a1ff0d08f35555846e926a0738a44f515c59724b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4904 zcmeI0`A=Fw5Xa|FA^g;)DHUmqA?Xi@XlVsZeTr>f@?trxl`9-V`^UHae0O<*R}_y1 zn`X1;o1L9&XJ_8;UkQ6-HB(!(6eXOt1N&x2*0+Y$-PfvRrv0J4cB6`&xPFti%I>lq zSiwHoJ6o{{b&Z-nhlr*y8C$h@T(;m&&_(dZSl7Y2GKV$Ki2)e*fXUlFvjVfSRop2# z=4D6QHW1=c)CxLpI}7i+{;a(1QX)?D{O>TzagI(27?l}|4y}|Km7s8*mdC^z!B+(- zNU|}v1$XKO{7N#rP*S0lrULs6RYhnL&D-ZYL~+43z%yHmpnHbX>sz{vPl^ufnhcBUnZ$rTuD-CE3k$uOV+P5|)tp)PQ@*u@7gGRTgXTo?{#SykujZn?Tfn)v9)g+rE=#&y9vtO?Qz-53GVK zVY})-(5esIT%#iMB=(<0KD!RrG3^n16Sjpkr6FmdbVafWZmuk8g=b2UH%Q*N4!WuovK5=Wf3QPu1zLj?TyEJYgT151sbY=-A)v znTA7N!WC>lRkpN7O}lvrrMl6=Op5d*WZPL%jb(k2l~IDHloa|aoIDld9C^zqrU;yTSU_S01Fx} A*Z=?k diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index a0055d61..00000000 --- a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demoview\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index b71313131357431c839d790db1e66b603b3519b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4862 zcmeI0YfoB15QgWc5I(hON<|uDNcsU0Ev+8ot9I|fiZ048sT%nHoPR&l%J zn3o-IyFf@vaVzM&?JbP;_r3DAPl?#k%fH7c$3EI6U{q!-KD1J1RD#2KUY?R_gj^N0 zAkD_o7Tm5|$Sck4!%2l!mI~}MTovI-Jnvp&h~t87L1(rW!S{@&x3_E=?-JW|8%otH z@*Ogh^m~-+&>Qyl#@YH*ZLP`SsT-Ozm04-x8Afa z7zcdqg6lB`K-9sh*(*v5Zy)kStD<+tPBmm1G4HuHVM)H8ILJ1A2kZt^L!@i4+F(uG zM0mgC3c+iEc?zu#UqT1phJy=M8t@vT`;ObSZ*5lUta~m(=4b5R2YNtl0u{o4fDS`S z(($;%mu2Irf%MX2AIYSvEZ*QF$1d`D&Bih}fv5qiRbfclzSCyUjfPW8chN=;qayPp{+~rZ`;OKr?FqOE+d-SMkgQO;q1gl{SDrL-94FB8kg=@M1%91) zvrY*)6EWxVKks`XxOu(>z;@Zg?{F|(P2&eCYKAsLujsW2v^=8byhA?Zt+`74%S&5m zR%c`xrO9Ex30iJZb&LIg%OmXi7+w?h0-Bqg?U&H0Ivdup`52og>?8A`vwj*I`;$Gh zaL7%#h7YL9mo}(rHxJ=d=X|)37d#&??WN#jKKoeYbUc?{#?IQyVx=0^wd_H|+;ThWm1Id$f&pr6_w<8(ZX^dK1Mt?;+WTvS?+X z13M?L_(@C)fl=OjPKKekPk5ONm&lBiqn|n~;q+ZLclWF10=NmZl&^n>V*DP_TTL{z zqh4A5g{0d;?;T}H%ko$)?EphqQX5)zP0`3@Iek3#>D}<1`*QO*K|t s&iW1M{NIs?dt84I3hvEbBm>Yt1ho-m=5fpZ%9^*MKNWiM$5v0;A46m&!T1)W@mQiX=i8d$M?wAtZC|xt&ol<_T0af=+XP+iM%A>r_p2 zYu2`rZPOBqndvegd-zAbwrxiL*&58&ZE^|Twjr=XW{1!QiZK{1Xqxtnrw7%989}vA zmz|pS&Zc~id>>hk*@nmLGY+7RS=HHl#vZNVxvAUS%jKZ!LD^xg0W;3y_u=3SNDQye zuQdR}p^bsxKe0Y@EieK6J(VBw$Hud z6_N&RFQjjS(F9jeQAqB@Yk1_}CaLv@=w-yJk;kmrLHbr<%-Jqj4w$Gr^bN2h+e4GG zlWb94(rRQ!z{XfiJVxkv!n-Un1b@TUX&bzi&n+b{3?As9-DR!@?hxv*!(j?7;N^MR zCjBO3k+q6o%P*Q>YnM2+mXt_sIO!x|yN7(ftyhiqfHH)0^ zr>t}AZP>!*Gi)B&8@?yr`UPwpPW6R_9kFm7A5fDoZP5z;+rg>M_~cGr@OZrRGr`9= zjpd4mA54O-B*`AdrBM# zHriosbz<<<7^X<^3F*QOzKZhvm*CfI>F?j`+4rgIZ^noC&)wqgVyBz$#QUAcKhI77 zo{{0UoLnDm7rIiEy{e6uI=fYJo zBW2|sPbHefXLC2#E@$A)SxY(g7gk)Dxi-ltxJ@joknYf0)*(bs)NUn65s{azts cC{y99uk&1ZXx6K;%k~YYNdF0b?;AP$35G)ASO5S3 diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 285828ac..00000000 --- a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\demoview\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\demoview\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\demoview\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\demoview\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/demoview/vcxproj/salamander/Release_x64/plugins/demoview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 8129f2a10314c557a90f1ad016755d9620058578..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0ZBG+H5Xa}ET>465EEEiBc!yB5(V~$G#B9>k_KHZKa(B?`hgX09-D?2};mMk- zF`Iq3-I?8a+S!@=`6IFw>zLX@tK|KWJ@=y>+7|P5+p`UOacyqL-cp2Hv)7j9`!q~= zE7r5IZBi49Svg@n_Vb_k+O!Gn7i+WHvh31)&qmDcvpNDdV5C5F!RgpDN*}C@70v3L z6He;bJ3Hfh?AypnthPPmfPM&e%&yKp(D$irPfg3Fo-YSpAIxL+8nWU%`~V8hnTes* z`MrifIHWQ3=O;E`tqVk;$MJmvB?)*bwFi`glO{59l#-`*mzCmD7b6kLHi1XUZ*y)H zui!LDd&Yeahz_ut6^8guyoASol;zqVA(t_`Mjo$L0iRraa^ExYIdtyAJ$lgmWEEVPegbyJGS%@&fKBIQ0+KH(cw9-!C9&>Gnj_N;Ql zpR&)P*I^f(PtbW}Z}`r<_ABT(-0BMrJAC0PHlQk7+Mrhaw}VpM@$6n!usB)+7b3ea3JL&c}@nQGz&r>sa zpl7%%B{zH9nXKexuS(-3ai=n)SZg*)QQTqLY}18LRpWZq~c{NAr~w|;gq6Y zF>RT+BcoN$)kJZzZ1b{d~~nZ^GQ$K7juhOE8iv-T!YfpYXZQ9+F?UTuqV VVTDD{ye?}r+!Xx_nCZV{zW_?f+Cl&T diff --git a/src/plugins/demoview/versinfo.rh2 b/src/plugins/demoview/versinfo.rh2 index 9c8fbe13..043ed202 100644 --- a/src/plugins/demoview/versinfo.rh2 +++ b/src/plugins/demoview/versinfo.rh2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -23,7 +23,7 @@ #include "spl_vers.h" // retrieve the version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2008-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2008-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Sample plugin for Open Salamander" @@ -37,7 +37,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __DEMOVIEW_VERSINFO_RH2 diff --git a/src/plugins/demoview/viewer.cpp b/src/plugins/demoview/viewer.cpp index f7518f20..14f73929 100644 --- a/src/plugins/demoview/viewer.cpp +++ b/src/plugins/demoview/viewer.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/diskmap/DiskMap/GUI.AboutDialog.h b/src/plugins/diskmap/DiskMap/GUI.AboutDialog.h index f592f170..c28a29e5 100644 --- a/src/plugins/diskmap/DiskMap/GUI.AboutDialog.h +++ b/src/plugins/diskmap/DiskMap/GUI.AboutDialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.CAnimation.h b/src/plugins/diskmap/DiskMap/GUI.CAnimation.h index f39437e9..16e5a564 100644 --- a/src/plugins/diskmap/DiskMap/GUI.CAnimation.h +++ b/src/plugins/diskmap/DiskMap/GUI.CAnimation.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.CChildWindow.h b/src/plugins/diskmap/DiskMap/GUI.CChildWindow.h index d02071a5..2a65177e 100644 --- a/src/plugins/diskmap/DiskMap/GUI.CChildWindow.h +++ b/src/plugins/diskmap/DiskMap/GUI.CChildWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.CFrameWindow.h b/src/plugins/diskmap/DiskMap/GUI.CFrameWindow.h index 7b5bad56..040ee84e 100644 --- a/src/plugins/diskmap/DiskMap/GUI.CFrameWindow.h +++ b/src/plugins/diskmap/DiskMap/GUI.CFrameWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.CWindow.cpp b/src/plugins/diskmap/DiskMap/GUI.CWindow.cpp index 048f6235..36f6a546 100644 --- a/src/plugins/diskmap/DiskMap/GUI.CWindow.cpp +++ b/src/plugins/diskmap/DiskMap/GUI.CWindow.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/diskmap/DiskMap/GUI.CWindow.h b/src/plugins/diskmap/DiskMap/GUI.CWindow.h index 60f21f41..d7e7d4ac 100644 --- a/src/plugins/diskmap/DiskMap/GUI.CWindow.h +++ b/src/plugins/diskmap/DiskMap/GUI.CWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.DirectoryLine.h b/src/plugins/diskmap/DiskMap/GUI.DirectoryLine.h index f56a26d0..1d06aa3f 100644 --- a/src/plugins/diskmap/DiskMap/GUI.DirectoryLine.h +++ b/src/plugins/diskmap/DiskMap/GUI.DirectoryLine.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.DiskMapView.h b/src/plugins/diskmap/DiskMap/GUI.DiskMapView.h index e2257571..e4aa28e5 100644 --- a/src/plugins/diskmap/DiskMap/GUI.DiskMapView.h +++ b/src/plugins/diskmap/DiskMap/GUI.DiskMapView.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.LoadAnimation.h b/src/plugins/diskmap/DiskMap/GUI.LoadAnimation.h index c49b0125..be659006 100644 --- a/src/plugins/diskmap/DiskMap/GUI.LoadAnimation.h +++ b/src/plugins/diskmap/DiskMap/GUI.LoadAnimation.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.LogWindow.h b/src/plugins/diskmap/DiskMap/GUI.LogWindow.h index ad57a66e..e5dbbcf5 100644 --- a/src/plugins/diskmap/DiskMap/GUI.LogWindow.h +++ b/src/plugins/diskmap/DiskMap/GUI.LogWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.MainWindow.cpp b/src/plugins/diskmap/DiskMap/GUI.MainWindow.cpp index 58987daf..ac1e2879 100644 --- a/src/plugins/diskmap/DiskMap/GUI.MainWindow.cpp +++ b/src/plugins/diskmap/DiskMap/GUI.MainWindow.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/diskmap/DiskMap/GUI.MainWindow.h b/src/plugins/diskmap/DiskMap/GUI.MainWindow.h index 35d80f4a..91ac65a4 100644 --- a/src/plugins/diskmap/DiskMap/GUI.MainWindow.h +++ b/src/plugins/diskmap/DiskMap/GUI.MainWindow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.ShellMenu.h b/src/plugins/diskmap/DiskMap/GUI.ShellMenu.h index 14d6c335..96f01357 100644 --- a/src/plugins/diskmap/DiskMap/GUI.ShellMenu.h +++ b/src/plugins/diskmap/DiskMap/GUI.ShellMenu.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.ToolTip.h b/src/plugins/diskmap/DiskMap/GUI.ToolTip.h index d527bfb4..d2eaec84 100644 --- a/src/plugins/diskmap/DiskMap/GUI.ToolTip.h +++ b/src/plugins/diskmap/DiskMap/GUI.ToolTip.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/GUI.ViewConnectorBase.h b/src/plugins/diskmap/DiskMap/GUI.ViewConnectorBase.h index 5bed3b7b..6e772ff0 100644 --- a/src/plugins/diskmap/DiskMap/GUI.ViewConnectorBase.h +++ b/src/plugins/diskmap/DiskMap/GUI.ViewConnectorBase.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Resources/DiskMap.Global.rc2 b/src/plugins/diskmap/DiskMap/Resources/DiskMap.Global.rc2 index 77602da6..24719dcd 100644 --- a/src/plugins/diskmap/DiskMap/Resources/DiskMap.Global.rc2 +++ b/src/plugins/diskmap/DiskMap/Resources/DiskMap.Global.rc2 @@ -1,4 +1,4 @@ -// +// // DiskMap.Global.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -28,3 +28,4 @@ IDR_CUSHIONDATA_TEST CUSHIONDATA "..\\DiskMap\\Resources\\test_rg #endif + diff --git a/src/plugins/diskmap/DiskMap/Resources/DiskMap.Language.English.rc2 b/src/plugins/diskmap/DiskMap/Resources/DiskMap.Language.English.rc2 index 8c25abba..54a46710 100644 --- a/src/plugins/diskmap/DiskMap/Resources/DiskMap.Language.English.rc2 +++ b/src/plugins/diskmap/DiskMap/Resources/DiskMap.Language.English.rc2 @@ -1,4 +1,4 @@ -// +// // DiskMap.Language.English.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -121,7 +121,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN ICON IDI_ZAREVAKDISKMAP, IDC_MYICON, 14,9,20,20 LTEXT "DiskMap Version 1.0", IDC_STATIC_1, 50,10,120,9, SS_NOPREFIX - LTEXT "Copyright (C) 2009-2023 Ondřej Zarevúcky", IDC_STATIC_2, 50,20,140,9 + LTEXT "Copyright (C) 2009-2023 Ondej Zarevcky", IDC_STATIC_2, 50,20,140,9 DEFPUSHBUTTON "OK", IDOK, 200,8,50,14, WS_GROUP END @@ -182,3 +182,4 @@ BEGIN IDS_DISKMAP_FORMAT_BYTEN, "bytes" END + diff --git a/src/plugins/diskmap/DiskMap/System.CLogger.h b/src/plugins/diskmap/DiskMap/System.CLogger.h index 59426e57..23df6e74 100644 --- a/src/plugins/diskmap/DiskMap/System.CLogger.h +++ b/src/plugins/diskmap/DiskMap/System.CLogger.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/System.Lock.h b/src/plugins/diskmap/DiskMap/System.Lock.h index e2209c5c..ea85f318 100644 --- a/src/plugins/diskmap/DiskMap/System.Lock.h +++ b/src/plugins/diskmap/DiskMap/System.Lock.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/System.RWLock.h b/src/plugins/diskmap/DiskMap/System.RWLock.h index 1916c56b..efa97cac 100644 --- a/src/plugins/diskmap/DiskMap/System.RWLock.h +++ b/src/plugins/diskmap/DiskMap/System.RWLock.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/System.Themes.h b/src/plugins/diskmap/DiskMap/System.Themes.h index 3ac0d2ca..6790d465 100644 --- a/src/plugins/diskmap/DiskMap/System.Themes.h +++ b/src/plugins/diskmap/DiskMap/System.Themes.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/System.WorkerThread.h b/src/plugins/diskmap/DiskMap/System.WorkerThread.h index d02d3cf4..1e4bc4f0 100644 --- a/src/plugins/diskmap/DiskMap/System.WorkerThread.h +++ b/src/plugins/diskmap/DiskMap/System.WorkerThread.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.CDiskMap.h b/src/plugins/diskmap/DiskMap/TreeMap.CDiskMap.h index 4d2ad3ea..14778912 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.CDiskMap.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.CDiskMap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDirectoryOverlay.h b/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDirectoryOverlay.h index 996eb0c5..a3f44db6 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDirectoryOverlay.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDirectoryOverlay.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDiskMapOverlay.h b/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDiskMapOverlay.h index 8a663344..6df98e2b 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDiskMapOverlay.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.DiskMap.CDiskMapOverlay.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.cpp b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.cpp index 157e5c19..50018d8b 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.cpp +++ b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.h b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.h index 9090bdbf..95ad8a0b 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZDirectory.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.cpp b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.cpp index ece9a762..51e17c1d 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.cpp +++ b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.h b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.h index 2a474419..ccfe660d 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZFile.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZRoot.h b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZRoot.h index 61484cc2..b095e58f 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZRoot.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.FileData.CZRoot.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.cpp b/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.cpp index f1b304f6..cfb1905e 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.cpp +++ b/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.h b/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.h index ab22b1fe..f87d43f4 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.Graphics.CCushionGraphics.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushion.h b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushion.h index 2377f607..b981d486 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushion.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushion.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionDirectory.h b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionDirectory.h index 88e9335d..1ddf0e7e 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionDirectory.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionDirectory.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionHitInfo.h b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionHitInfo.h index 1c2c8d77..9b850b80 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionHitInfo.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionHitInfo.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionRow.h b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionRow.h index 82f78e62..c08a427b 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionRow.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CCushionRow.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMap.h b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMap.h index eac0776e..27409035 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMap.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMapRenderer.h b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMapRenderer.h index 1b0a5d7f..a71a3652 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMapRenderer.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.CTreeMapRenderer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.h b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.h index ba20227f..59cb942c 100644 --- a/src/plugins/diskmap/DiskMap/TreeMap.TreeData.h +++ b/src/plugins/diskmap/DiskMap/TreeMap.TreeData.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.Array.h b/src/plugins/diskmap/DiskMap/Utils.Array.h index dd141cdd..299306bc 100644 --- a/src/plugins/diskmap/DiskMap/Utils.Array.h +++ b/src/plugins/diskmap/DiskMap/Utils.Array.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CPixMap.h b/src/plugins/diskmap/DiskMap/Utils.CPixMap.h index 9b443f78..667e35e7 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CPixMap.h +++ b/src/plugins/diskmap/DiskMap/Utils.CPixMap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CRegionAllocator.h b/src/plugins/diskmap/DiskMap/Utils.CRegionAllocator.h index e635fef8..8aa78624 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CRegionAllocator.h +++ b/src/plugins/diskmap/DiskMap/Utils.CRegionAllocator.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CStringFormatter.h b/src/plugins/diskmap/DiskMap/Utils.CStringFormatter.h index 254401be..29f315de 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CStringFormatter.h +++ b/src/plugins/diskmap/DiskMap/Utils.CStringFormatter.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CZBitmap.h b/src/plugins/diskmap/DiskMap/Utils.CZBitmap.h index 16df25ec..b5350fd3 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CZBitmap.h +++ b/src/plugins/diskmap/DiskMap/Utils.CZBitmap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CZColors.h b/src/plugins/diskmap/DiskMap/Utils.CZColors.h index ec36ebd8..fc56e689 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CZColors.h +++ b/src/plugins/diskmap/DiskMap/Utils.CZColors.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CZIconLoader.h b/src/plugins/diskmap/DiskMap/Utils.CZIconLoader.h index 23774894..4b27732f 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CZIconLoader.h +++ b/src/plugins/diskmap/DiskMap/Utils.CZIconLoader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.cpp b/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.cpp index a13b98d4..61dfe831 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.cpp +++ b/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.h b/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.h index eb610f44..24c6e680 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.h +++ b/src/plugins/diskmap/DiskMap/Utils.CZLocalizer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CZSmartIconLoader.h b/src/plugins/diskmap/DiskMap/Utils.CZSmartIconLoader.h index fb20fe34..5c688687 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CZSmartIconLoader.h +++ b/src/plugins/diskmap/DiskMap/Utils.CZSmartIconLoader.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMap/Utils.CZString.h b/src/plugins/diskmap/DiskMap/Utils.CZString.h index 6f42c789..f0cea7c3 100644 --- a/src/plugins/diskmap/DiskMap/Utils.CZString.h +++ b/src/plugins/diskmap/DiskMap/Utils.CZString.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.cpp b/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.cpp index 74f1dc9b..9289d114 100644 --- a/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.cpp +++ b/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // DiskMapPlugin.cpp : Defines the entry point for the DLL application. @@ -31,7 +31,7 @@ const char* CONFIG_PATHFORMAT = "Tooltip Path Format"; char* LoadStr(int resID); -TCHAR szPluginWebsite[] = TEXT("www.altap.cz"); // original domain not running: http://salamander.diskmap.net +TCHAR szPluginWebsite[] = TEXT("www.taskscape.com"); // original domain not running: http://salamander.diskmap.net HINSTANCE DLLInstance = NULL; // handle to SPL - language-independent resources HINSTANCE HLanguage = NULL; // handle to SLG - language-dependent resources diff --git a/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.h b/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.h index ba27b7ca..dfe14dfd 100644 --- a/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.h +++ b/src/plugins/diskmap/DiskMapPlugin/DiskMapPlugin.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // The following ifdef block is the standard way of creating macros which make exporting diff --git a/src/plugins/diskmap/DiskMapPlugin/precomp.cpp b/src/plugins/diskmap/DiskMapPlugin/precomp.cpp index c79284f7..cecb57f3 100644 --- a/src/plugins/diskmap/DiskMapPlugin/precomp.cpp +++ b/src/plugins/diskmap/DiskMapPlugin/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // stdafx.cpp : source file that includes just the standard includes diff --git a/src/plugins/diskmap/DiskMapPlugin/precomp.h b/src/plugins/diskmap/DiskMapPlugin/precomp.h index c26f08fc..7f081129 100644 --- a/src/plugins/diskmap/DiskMapPlugin/precomp.h +++ b/src/plugins/diskmap/DiskMapPlugin/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // stdafx.h : include file for standard system include files, diff --git a/src/plugins/diskmap/DiskMapPlugin/versinfo.rh2 b/src/plugins/diskmap/DiskMapPlugin/versinfo.rh2 index 03c1c1df..a5d64c2d 100644 --- a/src/plugins/diskmap/DiskMapPlugin/versinfo.rh2 +++ b/src/plugins/diskmap/DiskMapPlugin/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __DISKMAPPLUGIN_VERSINFO_RH2 #define __DISKMAPPLUGIN_VERSINFO_RH2 @@ -30,7 +30,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __DISKMAPPLUGIN_VERSINFO_RH2 diff --git a/src/plugins/diskmap/help/hh/diskmap/introduction_intro.htm b/src/plugins/diskmap/help/hh/diskmap/introduction_intro.htm index 2db06f62..80b38a08 100644 --- a/src/plugins/diskmap/help/hh/diskmap/introduction_intro.htm +++ b/src/plugins/diskmap/help/hh/diskmap/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -23,7 +23,8 @@

    Getting Started with DiskMap Plugin

    for a description of basic work with menu extension.

    - + + diff --git a/src/plugins/diskmap/help/hh/diskmap/using_showdiskmap.htm b/src/plugins/diskmap/help/hh/diskmap/using_showdiskmap.htm index b12760d1..79cd52b2 100644 --- a/src/plugins/diskmap/help/hh/diskmap/using_showdiskmap.htm +++ b/src/plugins/diskmap/help/hh/diskmap/using_showdiskmap.htm @@ -1,4 +1,4 @@ - + Showing DiskMap @@ -25,7 +25,8 @@

    To show DiskMap:

    - + + diff --git a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 597dbf4e..00000000 --- a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 2afbba890837bc28e562349bdfa46c2e2990d278..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4996 zcmeI0X>U?N6o$`FA$-ypu@uuZP5eM9MUSrHi4) zOzy1boH_f<+@C*U_R8v}I&TR|Fsn!Q*^X^!O>4N-nx$s#p}lmyvb9~iLtO*AWCxbD z5BA2^Y|6L6mpq3EXD}&Sx2RvT>aC#j(2b~WLUnC{YK9%FP^Uv98}MV|$d49liVodTI92E>(IZ`r<<~C3;0TT;$~;sfNf^Mhntx zByHC1x{bWj%pRPSsb#6EeT1t#Jc;MrIfh>^!KGHhnOqeh%g~DG9yzJ9tfuX~qf?x%| zwJNZE_V7DYX0u6rAiSVd{l*l&uKJA67P zzrp1JcD)a;F?$BhP2&1FbZX9q4Qzgf&12-&Had~@li1kD_1waKHo;25`O*e;lD;4( zF3QJCdBNlH(p?EY7VkI9M8{+4<;+=oh=o^yn>yKWfZr*LJQhzSvR#$Dc}Udk;N5}C zWXfGSu@*ghLLTs1Nk6F^d@+Y9Q+z@?e{MfTdHzdq`M&h`&-K;!shdy6`}ogtc{kcg zC*|+Y#Jk1g!*kQUV`jK5CpTx?NLR|T7qzj?y;JX@=+3*(?L)U{-9hxinAmr6S^$jh zy{DXAdiMn9ci|#8Bi+$Y9F}l~?l$+Q7t2?mrclyt{R{M>w}@V8qNx4!zVdG)ofU1z z!K%ES{F^TUU;bU8m`%Xrl%iI5+61?M&31ulph>+Q5=g6;SZ{XPsXuW#YyML*H?BzP p|H_1%?)r0)b+7n5_X7R9P#sd{ez@vyuSJ{sSkXU#>-`~azW~Q`I|2Xz diff --git a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index bd35f4b5..00000000 --- a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\diskmap\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/diskmap/vcxproj/salamander/Release_x64/plugins/diskmap/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 3f8f90f024c6f005294084e1b2665cfa08f19bca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4954 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"www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // must be after salamander->SetBasicPluginData because worker threads use the plugin // version at startup and salamander->SetBasicPluginData updates that value (it used to diff --git a/src/plugins/filecomp/filecomp.h b/src/plugins/filecomp/filecomp.h index 2c2f23f8..5b2d6ad1 100644 --- a/src/plugins/filecomp/filecomp.h +++ b/src/plugins/filecomp/filecomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/filecomp.rc2 b/src/plugins/filecomp/filecomp.rc2 index 9c0599d7..6afcc49a 100644 --- a/src/plugins/filecomp/filecomp.rc2 +++ b/src/plugins/filecomp/filecomp.rc2 @@ -1,4 +1,4 @@ -// +// // filecomp.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -21,3 +21,4 @@ IDB_TOOLBAR BITMAP "toolbar.bmp" IDB_FILECOMP BITMAP "filecomp.bmp" IDI_BROWSE ICON "browse.ico" + diff --git a/src/plugins/filecomp/filemap.cpp b/src/plugins/filecomp/filemap.cpp index 26159682..cb3df7fa 100644 --- a/src/plugins/filecomp/filemap.cpp +++ b/src/plugins/filecomp/filemap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/filemap.h b/src/plugins/filecomp/filemap.h index 3c4f5bea..a64daafd 100644 --- a/src/plugins/filecomp/filemap.h +++ b/src/plugins/filecomp/filemap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/help/hh/filecomp/config_colors.htm b/src/plugins/filecomp/help/hh/filecomp/config_colors.htm index ab2121c4..ba117829 100644 --- a/src/plugins/filecomp/help/hh/filecomp/config_colors.htm +++ b/src/plugins/filecomp/help/hh/filecomp/config_colors.htm @@ -1,4 +1,4 @@ - + Colors @@ -22,7 +22,8 @@

    Colors

    You can see all chosen colors in the preview at the bottom of this tab.

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/config_defcompopts.htm b/src/plugins/filecomp/help/hh/filecomp/config_defcompopts.htm index dd53ca4a..537a70e4 100644 --- a/src/plugins/filecomp/help/hh/filecomp/config_defcompopts.htm +++ b/src/plugins/filecomp/help/hh/filecomp/config_defcompopts.htm @@ -1,4 +1,4 @@ - + Default Compare Options @@ -89,7 +89,8 @@

    Options

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/config_general.htm b/src/plugins/filecomp/help/hh/filecomp/config_general.htm index 539bd284..6d1b9640 100644 --- a/src/plugins/filecomp/help/hh/filecomp/config_general.htm +++ b/src/plugins/filecomp/help/hh/filecomp/config_general.htm @@ -1,4 +1,4 @@ - + General @@ -70,7 +70,8 @@

    Options

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/dlgboxes_advoptions.htm b/src/plugins/filecomp/help/hh/filecomp/dlgboxes_advoptions.htm index ca78c4d2..5d4d6e2d 100644 --- a/src/plugins/filecomp/help/hh/filecomp/dlgboxes_advoptions.htm +++ b/src/plugins/filecomp/help/hh/filecomp/dlgboxes_advoptions.htm @@ -1,4 +1,4 @@ - + Advanced Options dialog box @@ -96,7 +96,8 @@

    Options

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/introduction_intro.htm b/src/plugins/filecomp/help/hh/filecomp/introduction_intro.htm index b7adcfed..79c0d809 100644 --- a/src/plugins/filecomp/help/hh/filecomp/introduction_intro.htm +++ b/src/plugins/filecomp/help/hh/filecomp/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -22,7 +22,8 @@

    Getting Started with File Comparator Plugin

    for a description of basic work with menu extension.

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/shortcuts_keyboard.htm b/src/plugins/filecomp/help/hh/filecomp/shortcuts_keyboard.htm index 3e7ed91d..551d9da8 100644 --- a/src/plugins/filecomp/help/hh/filecomp/shortcuts_keyboard.htm +++ b/src/plugins/filecomp/help/hh/filecomp/shortcuts_keyboard.htm @@ -1,4 +1,4 @@ - + Keyboard Shortcuts @@ -132,7 +132,8 @@

    See Also

    Mouse Shortcuts

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/shortcuts_mouse.htm b/src/plugins/filecomp/help/hh/filecomp/shortcuts_mouse.htm index b3dab50a..9de447cd 100644 --- a/src/plugins/filecomp/help/hh/filecomp/shortcuts_mouse.htm +++ b/src/plugins/filecomp/help/hh/filecomp/shortcuts_mouse.htm @@ -1,4 +1,4 @@ - + Other Mouse Shortcuts @@ -34,7 +34,8 @@

    See Also

    Keyboard Shortcuts

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_browsediffs.htm b/src/plugins/filecomp/help/hh/filecomp/using_browsediffs.htm index ede08f1d..5f7a94b8 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_browsediffs.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_browsediffs.htm @@ -1,4 +1,4 @@ - + Browsing Differences @@ -30,7 +30,8 @@

    See Also

    Keyboard Shortcuts

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_caretmode.htm b/src/plugins/filecomp/help/hh/filecomp/using_caretmode.htm index c78dc766..6b9ef761 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_caretmode.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_caretmode.htm @@ -1,4 +1,4 @@ - + Showing Caret @@ -30,7 +30,8 @@

    See Also

    Keyboard Shortcuts

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_cmpfilesfromotherapps.htm b/src/plugins/filecomp/help/hh/filecomp/using_cmpfilesfromotherapps.htm index 00b4a08b..f9335451 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_cmpfilesfromotherapps.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_cmpfilesfromotherapps.htm @@ -1,4 +1,4 @@ - + Comparing Files from Other Applications @@ -49,7 +49,8 @@

    See Also

    Comparing Files

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_comparefiles.htm b/src/plugins/filecomp/help/hh/filecomp/using_comparefiles.htm index 357ebd21..ca448c3c 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_comparefiles.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_comparefiles.htm @@ -1,4 +1,4 @@ - + Comparing Files @@ -53,7 +53,8 @@

    See Also

    Comparing Files from Other Applications

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_detaileddiffs.htm b/src/plugins/filecomp/help/hh/filecomp/using_detaileddiffs.htm index e16e7723..ada46392 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_detaileddiffs.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_detaileddiffs.htm @@ -1,4 +1,4 @@ - + Showing Detailed Differences @@ -27,8 +27,9 @@

    To show detailed differences:

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_recompare.htm b/src/plugins/filecomp/help/hh/filecomp/using_recompare.htm index 90457f7c..c0a10578 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_recompare.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_recompare.htm @@ -1,4 +1,4 @@ - + Recomparing Files @@ -23,7 +23,8 @@

    To recompare files:

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_resizefileviews.htm b/src/plugins/filecomp/help/hh/filecomp/using_resizefileviews.htm index bb80112f..8f3095d0 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_resizefileviews.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_resizefileviews.htm @@ -1,4 +1,4 @@ - + Resizing File Views @@ -28,7 +28,8 @@

    Resizing File Views

    You can find all described commands in the File Comparator window in the View menu.

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_showonlydiffs.htm b/src/plugins/filecomp/help/hh/filecomp/using_showonlydiffs.htm index 7189f685..5f3993ae 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_showonlydiffs.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_showonlydiffs.htm @@ -1,4 +1,4 @@ - + Showing Only Differences @@ -26,7 +26,8 @@

    To show only differences:

    - + + diff --git a/src/plugins/filecomp/help/hh/filecomp/using_showwhitespaces.htm b/src/plugins/filecomp/help/hh/filecomp/using_showwhitespaces.htm index bf9dbbff..72a874fc 100644 --- a/src/plugins/filecomp/help/hh/filecomp/using_showwhitespaces.htm +++ b/src/plugins/filecomp/help/hh/filecomp/using_showwhitespaces.htm @@ -1,4 +1,4 @@ - + Showing White Spaces @@ -25,7 +25,8 @@

    To show white spaces:

    - + + diff --git a/src/plugins/filecomp/lang/lang.rc2 b/src/plugins/filecomp/lang/lang.rc2 index 70489dc3..b5eb5a93 100644 --- a/src/plugins/filecomp/lang/lang.rc2 +++ b/src/plugins/filecomp/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -113,3 +113,4 @@ STRINGTABLE IDS_ERROR_COPY_FAILED "Could not copy the selected text to the clipboard." IDS_LOWMEM_TRY_BINARY "The comparison in text mode failed because not enough memory is available or the files are too large. You may try binary comparison." } + diff --git a/src/plugins/filecomp/mainwnd.cpp b/src/plugins/filecomp/mainwnd.cpp index 8939e48d..7b38d222 100644 --- a/src/plugins/filecomp/mainwnd.cpp +++ b/src/plugins/filecomp/mainwnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/mainwnd.h b/src/plugins/filecomp/mainwnd.h index fad98605..0279351d 100644 --- a/src/plugins/filecomp/mainwnd.h +++ b/src/plugins/filecomp/mainwnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/mtxtout.cpp b/src/plugins/filecomp/mtxtout.cpp index 2dc7b6c6..17f10c6b 100644 --- a/src/plugins/filecomp/mtxtout.cpp +++ b/src/plugins/filecomp/mtxtout.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/mtxtout.h b/src/plugins/filecomp/mtxtout.h index 4ee383c5..1ba4e5f8 100644 --- a/src/plugins/filecomp/mtxtout.h +++ b/src/plugins/filecomp/mtxtout.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/precomp.cpp b/src/plugins/filecomp/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/filecomp/precomp.cpp +++ b/src/plugins/filecomp/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/precomp.h b/src/plugins/filecomp/precomp.h index 699c88d3..2cc4594a 100644 --- a/src/plugins/filecomp/precomp.h +++ b/src/plugins/filecomp/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/profile.cpp b/src/plugins/filecomp/profile.cpp index 76a8669a..52ca4e57 100644 --- a/src/plugins/filecomp/profile.cpp +++ b/src/plugins/filecomp/profile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/remote.cpp b/src/plugins/filecomp/remote.cpp index 69a06746..2c506591 100644 --- a/src/plugins/filecomp/remote.cpp +++ b/src/plugins/filecomp/remote.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/remote.h b/src/plugins/filecomp/remote.h index 2a4fa32d..b2fa3e6d 100644 --- a/src/plugins/filecomp/remote.h +++ b/src/plugins/filecomp/remote.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/remotmsg.h b/src/plugins/filecomp/remotmsg.h index ec0136fa..54b55b65 100644 --- a/src/plugins/filecomp/remotmsg.h +++ b/src/plugins/filecomp/remotmsg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/textio.cpp b/src/plugins/filecomp/textio.cpp index be43eea0..c005f198 100644 --- a/src/plugins/filecomp/textio.cpp +++ b/src/plugins/filecomp/textio.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/textio.h b/src/plugins/filecomp/textio.h index 37480b49..30ed5f7c 100644 --- a/src/plugins/filecomp/textio.h +++ b/src/plugins/filecomp/textio.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 9ebcef1e..00000000 --- a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index c7e6cdcce330b17b86e70024a5412463f210d997..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4948 zcmeI0ZBH6O5Xa}E5MQ-vN=1z^Bz=Kk4Ji*s@gdD6#2#R&JOz%5{qSvn|J^%;icz#S z*ff{h-P@g+ot^pb?9ToCk+OFdn#!W3d4joeWMAyuhSs#kgJ=Tl*w`-N87-i1F_UC< zt#1*vW<9mdxIVMDu2r?Rs|%DBE7+dx+Oh3V`%clc0@ud0r;Zf$6|73@Xxi_4PmpkE z?`_>CyxY8)DMi95X-T_cwFglbk()@}LF)R9)I2lRkaz@59_u6YYv*h@$IF0vb zv=w#UN=tJso-1z$JauOD>o3vDVIj>@qa|xe5A{@NmC^9Va&P5G8}Q|t`kYwUDPVe5#teAI`2gZ;e06RM{|tkBPJ z6!&I8N1At&a+6xoVFzlhI&_#3vb;xMlK$F39V{#CuHtHP_-}%hJG?rzuF>)Yzdl9R zl)Xac4mc{A=iKvV7iXekst zpDx{%&|~(tvCQsxF1uVgZ?B4%LQa$cxKk8)E}bewyBcxxj9pUz-GPf_id{O%W|2K6 z4tO8s7<)M}cs_-oQe-)~KS|6E^vOx=AlJ_SF^#oc74`_IJ3?Z-c_ zP4|(J;h~z`9c>d^Day`UW0!lU@~7m^d(7=a_h#KdM`Ye(`%X*?pi!=K$qhppQ82v= zm$@0~R(|2Q#4~iax%+dOZ_rJUr5pNJB;L+ok}PEerDl;1%Eo*qrSqfhv|8m%%V&*g zboCjB_I4V*Cp@aP>NHt`di5WpfyI>@rm>0gwqATHsy%kLZT|CiXxv)8&+zN+A4iQl hMTw`#onnuF04nP|HyB>^ylvLcexK>j!eWf9*)InZJv0CS diff --git a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 0bace6a0..00000000 --- a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\fcremote\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/filecomp/vcxproj/fcremote/salamander/Release_x64/plugins/filecomp/Intermediate/fcremote/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index a727e96315c6f4ff6ddc266fe544ae579d374919..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4906 zcmeI0ZBG+H5Xa}ETzI81RtkoYCcY>wlEyv|C=W50T(A#V=~LRPR6o4>`|sYBRv=Ii zQ;fOX?%wXq?Ci{cXLs)BkHFqo!&H_m!xJu)WBY7pHnNsA??n?@*CuuW&-e!VHZw_9 z&juD#Yt|FnOzKm6?OHYKxVlJLwW96Xjvd+FtnUO(t8i`1dLpE#uV^(|hqHd)dyIqw zduQu5<=x`V&L~n&NlV*RtKW;dgxpl>Hd5E;q!yU5j>JP~3TS^o9id^(&64N4>NMV) z(^k|4D=*D;^IQen=ZTonufI$ykA*Z#otCU6J=9aBRYAim%SC8%(+VCYRnlr$L6()z z<=NEQTlUuVRg$r`4K2qjoHRhfIKjzBzH)X+=@A)$Aj$ImZ4fm={|5Ci;TS{Fgr{Mz zc)DOxm{YI#IwmyMKx+(#%D~nbJ#&;j>OR~pq=s0cMQ_WYx`pObQ1q7mp+oyQvifj_ zNbEQ|Y0+ae#K(O%>xggdp-!TOXczZF2t~*B4UjcpJceJsDpQB(CavEyvie%Ku#jv$ zV)e3TZnn$!k~kuZd5Sg^4QRDGag12u$XR^oT5*B~Z&7(kly$J}TP5l>@Rh?x`;PmZ z@(gPRSj+oEzNuWZZotkEz9vq`09(hj<)Z=g8|>!|o{)W!>MB%vM27Gd7^_1&V1<5$ z!=yJ0Ix@VQl$+Fw4%<*`)eVOkA7vxy!3l>l<1gP_Tv-sHW_bU&FoHXlTK(Da0#hZ2CA)0Fc$4jB$ z>2&F>gdX#^jb(PnQ`zOxd3#m7)Zj!Jf;&Z#r_!lPw5t<0PuVp^&>gx+rr4#EY#!MY z;(+&2p0Vc>gBN3%BE=_G=TG$KxSszj`2E)O_s{j!$JFg7<74o%T-;4(y8BFg*na%; z+Vmb68Sbme?a?;1m7?sTHFmgnDt}7vyhq$VbZ^!TbWG+wvG2sR5E|t=7u+zE5rwn6 zaD|(ZZsq5WOFScYo4Y%g`3l_>S-PQrLE`lcCe2dDP-+(Gplr-%QaV36PODYUw0zc> zLDMOZYOOOvUJz62&qWg(D;vyU1!Zder^LNs ampor(#B+tyRnN`lJ?r<9{vM<_ShHW|R5cy| diff --git a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 43b211f2..00000000 --- a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\filecomp\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index af3122db09e3f74b4d525c408bf3e1cf631eb7b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4946 zcmeI0Yi|-k6o$`FA$-ypu@uuZBz~ZjRv%h~O?3L9_b_*5<9sH%2s zFI}r*E%)B0uCh+qj;vrG?2WD2glB^%J)?-GG#OjBxLvm3R@6oK##}eyy0*YI&x!#Y z51`50A-w{?kz5IK$a;&3O0$OF-!l98e ztr7?qu{9BX$MZ5eb*XI zE$y}C?NY*bMgNXk@4)rdD$-Bl|5^02?|7Y3pPrP4M7w~vdCaca#=Aoo$rQVEW-WU5m^k2VlzUP!_as&1d4>_T$5&>D)0g+!o38(KgnVqU?EXY;o^YP88pH z54nBl7OflTki33uKZ$7}G|Fneal=sV6VC3!C2mH#qo2B2nlo^>xtp_=@6b))rTh9< zIL7&iay9YPipsKlhNRP?}7U#ZaX`3e*a3?E328>qNOO|v>nA{<(#seSiwHn8{4o6b&HywK}1uSjBQ%nFI#XY=puMytlMDSSiqX+!~l#( zz~t?iQGrp}D(;jV1F^p?H8HaCYX*jsGV+i?jD+TFCiWvQ~^8WuR@tNBli zvUWl1Ej+T(!hF+u>^Nez$6mi<2t=JdHG4s6a}P$WXjb@IoK%CCG2^~#6P9H4%t3be zcG=wkYY2A@W*f|jnh5I`Um^Q+!_L9gWhDe-%fX3?4yz%u@48b5jCChlQz}BnEzTbR zIixm$3ZXwhh9M>CXxw9E)o5zKz2rE6Gs!AD^Bnu|=Or8S+ytTqtY)=C+zy;H`>r>d zYT8T7>!pP43jQ6fzJVL7S7e;T{lx4n?PdDa48d+_T|IGWC;v4a#fL!03%@3jrIETZPDLpJ2K zxlZ)!uC$S??#L=~lS6+Kq}-%~Nj8F4i47PbS}`H*3+d$M^xSqug5g;LAQtp5imy`L}x=`T5Vm z)rjfezw4`SQ#Zei53!%+{BC^G?Qi1!?&ITA)48W-xGN<$d)ru6^0Jquu|wRcoG6ZY zkBL4MMJoawlGl&zCq69%Mp?}_A`Im|;Vc#|5g92)KX<#dXW*i_+q0JMz)irVc>OCF z<9tN9nsDkwWm!H$(reLjG^|br<#WFjbWJGwDw0hR^N(md@Kr~C%IQ*Ys0^$-edE+0 xJ4rRxp3nLEG{#fft`vWG?EocA$ diff --git a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index ddb9dae6..00000000 --- a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\filecomp\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\filecomp\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\filecomp\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\filecomp\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/filecomp/vcxproj/salamander/Release_x64/plugins/filecomp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index ec886543fe7e88f0891a529a9125fa14c78329c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xV!hu+x!h@h6Uj6-d4@$+RPu3j9 zTz2;mRPyJhwzQ%mnj%?4Kt<4qfHIHaZ_R_}5Iu#S$ zmbGkX1=`4BARXYbpZ~yD!DjTItPZqhla=|F4VXIyI)FA%jKOF^)37HzU8p8NG^>3& z?9{L~HsyQh`^Yjt>mIYm*oQi1RcG%QyR^FJre17KBf2T+F{j+5COUY@1x((f|n zSt}2={GtK2c8L>9ZW8}GFs4kxa2m_tmOrPl*G;M*F}v zCk9`RVTu$VkuKcen<&qJ34YC%{{Fq5exJJfX1tI8+%E1ecDnvfyxV#F^W60A7#VKL z$<@(zp({n%%i4HO-l@uHk@LPM`%vDj40LSg465EEEhOyhAA3C`hCNF`G2?dc{hgay@MI!>hml?p-Mo!jqW8 zn9J_o?ab`X)6UM^&mWO3S#0W$td@_*_T0a1)3=y!*q*J~i%WCc_LfJqb$e}-e4Skr z-I8@}Y#X%H5+FU`iJ$+-*M?2$KU*7U%d&;}u8o*G06Ky;P)xw+Koi?Do<39=5Y1|z z9y`VM&d&HA`#!P?(6+}MFb<(kSk>8k#y+j>xoO$V%jKZ!LwUklLm-Y7dmc|*41hYn z)({MbHimxx6iC9#y__G%cMncdXeP8SSPn^==*aO@JhwYQ%FA7XMx@&m8Ku9CxmUbG z(xB}^`YsqTxSAD(J`;0gcY_tjN z@xc$v6gb|FRWP9BC6Q5rgl`V73w727Cp~H8SAJ}3s&K9#-mX=ZI!$u zqaPq)2TiKRt0JrFuwj1N>HW;>Ecu5d?p%^HRP8NawKvHMRHHY@3hGqx>RUYLURd_Z QYtf?Nr08EjVgHK#0?@SC?EnA( diff --git a/src/plugins/filecomp/versinfo.rh2 b/src/plugins/filecomp/versinfo.rh2 index 87c5f912..f184e94f 100644 --- a/src/plugins/filecomp/versinfo.rh2 +++ b/src/plugins/filecomp/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __FILECOMP_VERSINFO_RH2 #define __FILECOMP_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // vytahneme cisla verzi + buildu -#define VERSINFO_COPYRIGHT "Copyright © 2000-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2000-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "File Comparator for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __FILECOMP_VERSINFO_RH2 diff --git a/src/plugins/filecomp/viewtext.cpp b/src/plugins/filecomp/viewtext.cpp index a0e821f3..53d9fbb8 100644 --- a/src/plugins/filecomp/viewtext.cpp +++ b/src/plugins/filecomp/viewtext.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/viewtext.h b/src/plugins/filecomp/viewtext.h index 3c947e30..ea3c3c12 100644 --- a/src/plugins/filecomp/viewtext.h +++ b/src/plugins/filecomp/viewtext.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/viewwnd.cpp b/src/plugins/filecomp/viewwnd.cpp index 067c8719..4e1db81f 100644 --- a/src/plugins/filecomp/viewwnd.cpp +++ b/src/plugins/filecomp/viewwnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/viewwnd.h b/src/plugins/filecomp/viewwnd.h index 56009292..9de88dba 100644 --- a/src/plugins/filecomp/viewwnd.h +++ b/src/plugins/filecomp/viewwnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/viewwnd2.cpp b/src/plugins/filecomp/viewwnd2.cpp index 5a70f356..0aae94ca 100644 --- a/src/plugins/filecomp/viewwnd2.cpp +++ b/src/plugins/filecomp/viewwnd2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/viewwnd3.cpp b/src/plugins/filecomp/viewwnd3.cpp index 6f7f3cbc..e27ed115 100644 --- a/src/plugins/filecomp/viewwnd3.cpp +++ b/src/plugins/filecomp/viewwnd3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/worker.cpp b/src/plugins/filecomp/worker.cpp index 7f02c64a..05edb8e3 100644 --- a/src/plugins/filecomp/worker.cpp +++ b/src/plugins/filecomp/worker.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -218,7 +218,7 @@ void CFilecompWorker::GuardedBody() { // Patera 2008.12.28: FILE_SHARE_WRITE added to support files locked by others // NOTE: IntViewer can open such files, users wants FC to support them as well - // See https://forum.altap.cz/viewtopic.php?t=2675 + // See /viewtopic.php?t=2675 // See also CHexFileViewWindow::SetData() Files[i].File = CreateFileUtf8Local(Files[i].Name, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_FLAG_SEQUENTIAL_SCAN, NULL); diff --git a/src/plugins/filecomp/worker.h b/src/plugins/filecomp/worker.h index e6bfba59..97774ecb 100644 --- a/src/plugins/filecomp/worker.h +++ b/src/plugins/filecomp/worker.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/filecomp/worker2.cpp b/src/plugins/filecomp/worker2.cpp index b56ed3d9..d39d27a0 100644 --- a/src/plugins/filecomp/worker2.cpp +++ b/src/plugins/filecomp/worker2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/xunicode.cpp b/src/plugins/filecomp/xunicode.cpp index b15f99b4..a7f3387a 100644 --- a/src/plugins/filecomp/xunicode.cpp +++ b/src/plugins/filecomp/xunicode.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/filecomp/xunicode.h b/src/plugins/filecomp/xunicode.h index 2d460ea6..83ecf420 100644 --- a/src/plugins/filecomp/xunicode.h +++ b/src/plugins/filecomp/xunicode.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/folders/dialogs.cpp b/src/plugins/folders/dialogs.cpp index 16ec79e5..60f86b85 100644 --- a/src/plugins/folders/dialogs.cpp +++ b/src/plugins/folders/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/folders/dialogs.h b/src/plugins/folders/dialogs.h index 8c550c3b..075a4e24 100644 --- a/src/plugins/folders/dialogs.h +++ b/src/plugins/folders/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/folders/folders.cpp b/src/plugins/folders/folders.cpp index c11781f2..7f7e635d 100644 --- a/src/plugins/folders/folders.cpp +++ b/src/plugins/folders/folders.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -103,7 +103,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "FOLDERS" /* neprekladat! */, NULL, "fld"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // obtain our FS name (it may not be "fld", Salamander can adjust it) SalamanderGeneral->GetPluginFSName(AssignedFSName, 0); diff --git a/src/plugins/folders/folders.h b/src/plugins/folders/folders.h index 0950eaef..9a44ae7b 100644 --- a/src/plugins/folders/folders.h +++ b/src/plugins/folders/folders.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/folders/folders.rc2 b/src/plugins/folders/folders.rc2 index 61b7740a..0572f5fb 100644 --- a/src/plugins/folders/folders.rc2 +++ b/src/plugins/folders/folders.rc2 @@ -1,4 +1,4 @@ -// +// // folders.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -13,3 +13,4 @@ #include "versinfo.rc2" IDB_FOLDERS BITMAP "res\\folders.bmp" + diff --git a/src/plugins/folders/fs1.cpp b/src/plugins/folders/fs1.cpp index ed4c97a2..b3579b5f 100644 --- a/src/plugins/folders/fs1.cpp +++ b/src/plugins/folders/fs1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/folders/fs2.cpp b/src/plugins/folders/fs2.cpp index 0ae966a6..517542fa 100644 --- a/src/plugins/folders/fs2.cpp +++ b/src/plugins/folders/fs2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/folders/iltools.cpp b/src/plugins/folders/iltools.cpp index d5fbeb09..9cf62360 100644 --- a/src/plugins/folders/iltools.cpp +++ b/src/plugins/folders/iltools.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/folders/iltools.h b/src/plugins/folders/iltools.h index 323cc459..3d29270d 100644 --- a/src/plugins/folders/iltools.h +++ b/src/plugins/folders/iltools.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/folders/lang/lang.rc2 b/src/plugins/folders/lang/lang.rc2 index 6300827f..f51874a2 100644 --- a/src/plugins/folders/lang/lang.rc2 +++ b/src/plugins/folders/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -20,3 +20,4 @@ STRINGTABLE IDS_PLUGIN_DESCRIPTION "Browse folders such as Desktop, Control Panel, Recycle Bin, etc." IDS_DRIVEMENUTEXT, "'\tDesktop" } + diff --git a/src/plugins/folders/precomp.cpp b/src/plugins/folders/precomp.cpp index 2da26f90..effe8d44 100644 --- a/src/plugins/folders/precomp.cpp +++ b/src/plugins/folders/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/folders/precomp.h b/src/plugins/folders/precomp.h index 263c764e..79158bac 100644 --- a/src/plugins/folders/precomp.h +++ b/src/plugins/folders/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index e5f38a9a..00000000 --- a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index f6fc75d8c897c833cca38dc0004768d5e3e79076..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4844 zcmeI0`%fA{5Xa|FA^g;)DHUmqA?Xi@Xldm%6~#1{TE&}HZ*RM(-pGDo$@j#Vh`15>mEW+i5U?YdnG z%mc^UHV~3h+zPsAI}2l7zgN-rC=ok)`F9u<*hjlm83l~RhgJec6*!#d8$0#OGiwpWxkzB}TJRzzmxU=lw1Ox5&3Du(GV*VSl=s#RoFf z9BqzXacCWAc|+_xL!RJm`JDKdkG9dQ&c`xJQ^0-`wA`lZKKcQdhuHNYyr%30G}k%T zFQHR&HmqawGi;u+kIYBT`dMu3&-Kj0A$QseKADzpM7t_+^N3TkiFb!Ck|}oS#+vu+F>%1#sPL>} z@WmLWNbv>f{Js4g<@qnc<$USy-|NfoQ#ap?5AmPH;%>6j?RVn+&g0{A)46A4xGN_& zN83bKin15Au|eLc_fV4a9*}(~i&h3Yv{UkmpTx8f80EdEWEgt)gy*?%h0I7f`ia95 z&cJ1Jx4l@t12ut?vh{D!OWq=SrHP{U)BDQ5jdWME90$wtcJgn&41D=_h0bgS9w!v_ z%4suX|61(;Q%93}J7kbnFR||Qw$pg*bk_K%WUgP4)c^g6xZU-KpyXchW%7a&bF~p= V=7-Dv_L{e;KP&nNaJ@gI?GH#`CA9zm diff --git a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 86fc8968..00000000 --- a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\folders\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/folders/vcxproj/salamander/Release_x64/plugins/folders/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 3ea56abf3ad8fd82fdd9d35fb5e9a317a6370d60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4802 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 zhrcFLRNjzSetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // we want to receive messages about creation/change/removal of the master password SalamanderGeneral->SetPluginUsesPasswordManager(); diff --git a/src/plugins/ftp/ftp.h b/src/plugins/ftp/ftp.h index e38247f8..8d795b86 100644 --- a/src/plugins/ftp/ftp.h +++ b/src/plugins/ftp/ftp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/ftp.rc2 b/src/plugins/ftp/ftp.rc2 index 08ff0bb1..95cd78c1 100644 --- a/src/plugins/ftp/ftp.rc2 +++ b/src/plugins/ftp/ftp.rc2 @@ -1,4 +1,4 @@ -// +// // ftp.rc2 - resources that Microsoft Visual C++ does not edit directly // @@ -20,3 +20,4 @@ IDC_WARNINGICON ICON "warning.ico" IDC_FTPICONBMP BITMAP "ftp.bmp" IDC_DRAGCURSOR CURSOR "drag.cur" + diff --git a/src/plugins/ftp/ftp.rh2 b/src/plugins/ftp/ftp.rh2 index f1a9d350..33719d55 100644 --- a/src/plugins/ftp/ftp.rh2 +++ b/src/plugins/ftp/ftp.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __FTP_RH2 #define __FTP_RH2 @@ -1151,7 +1151,7 @@ // message to Log when it's not possible to find parser for text listing (autodetecting server type): Unknown server type, unable to parse text listing...\r\n #define IDS_LOGMSGUNKNOWNSRVTYPE 10685 -// message for user when it's not possible to find parser for text listing (autodetecting server type): Unable to parse listing of files and directories from server. Only plain text of listing will be displayed in panel.\n\nPlease check our web pages for newer version of Open Salamander. If you are using the latest version, please send us raw listing (if not confidential; right click in panel > Show Raw Listing > Save As) to email support@altap.cz. Please help us to support as many types of servers as possible. +// message for user when it's not possible to find parser for text listing (autodetecting server type): Unable to parse listing of files and directories from server. Only plain text of listing will be displayed in panel.\n\nPlease check our web pages for newer version of Open Salamander. If you are using the latest version, please send us raw listing (if not confidential; right click in panel > Show Raw Listing > Save As) to email support@taskscape.com. Please help us to support as many types of servers as possible. #define IDS_UNKNOWNSRVTYPEINFO 10686 // message to Log when it's not possible to use selected parser for text listing: Unable to parse text listing using selected server type...\r\n #define IDS_LOGMSGUNKNOWNSRVTYPE2 10687 diff --git a/src/plugins/ftp/ftp2.cpp b/src/plugins/ftp/ftp2.cpp index c1b104da..89fecac5 100644 --- a/src/plugins/ftp/ftp2.cpp +++ b/src/plugins/ftp/ftp2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/ftp3.cpp b/src/plugins/ftp/ftp3.cpp index be4703b9..8d1b4b84 100644 --- a/src/plugins/ftp/ftp3.cpp +++ b/src/plugins/ftp/ftp3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -616,9 +616,9 @@ CConfiguration::~CConfiguration() BOOL CConfiguration::InitWithSalamanderGeneral() { // allocated through SalamanderGeneral, therefore it has to be here - FTPServerList.AddServer("ALTAP", - "ftp.altap.cz", - "/pub/altap/salamand"); + FTPServerList.AddServer("Taskscape Ltd", + "ftp.taskscape.com", + "/pub/taskscape/salamand"); // description of the string in the array: "visible,ID,nameStrID,nameStr,descrStrID,descrStr,colType,emptyValue,leftAlignment,fixedWidth,width" const char* unix1Columns[] = {"1,name,0,\\0,0,\\0,1,\\0", // name diff --git a/src/plugins/ftp/ftp4.cpp b/src/plugins/ftp/ftp4.cpp index 5e5c7026..700f9a3e 100644 --- a/src/plugins/ftp/ftp4.cpp +++ b/src/plugins/ftp/ftp4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/ftputils.cpp b/src/plugins/ftp/ftputils.cpp index e43d71cc..bffb78f0 100644 --- a/src/plugins/ftp/ftputils.cpp +++ b/src/plugins/ftp/ftputils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/ftputils.h b/src/plugins/ftp/ftputils.h index 95f680bc..c50186ce 100644 --- a/src/plugins/ftp/ftputils.h +++ b/src/plugins/ftp/ftputils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -12,11 +12,11 @@ enum CFTPServerPathType { ftpsptEmpty, // empty value (has not been evaluated yet at all) ftpsptUnknown, // does not match any of the following path types - ftpsptUnix, // e.g. /pub/altap/salamand (but also /\dir-with-backslash) - ftpsptNetware, // e.g. /pub/altap/salamand or \pub\altap\salamand + ftpsptUnix, // e.g. /pub/taskscape/salamand (but also /\dir-with-backslash) + ftpsptNetware, // e.g. /pub/taskscape/salamand or \pub\taskscape\salamand ftpsptOpenVMS, // e.g. PUB$DEVICE:[PUB.VMS] or [PUB.VMS] (named "OpenVMS" so it is not confused with "MVS") ftpsptMVS, // e.g. 'VEA0016.MAIN.CLIST' - ftpsptWindows, // e.g. /pub/altap/salamand or \pub\altap\salamand + ftpsptWindows, // e.g. /pub/taskscape/salamand or \pub\taskscape\salamand ftpsptIBMz_VM, // e.g. ACADEM:ANONYMOU.PICS or ACADEM:ANONYMOU. (root) ftpsptOS2, // e.g. C:/DIR1/DIR2 or C:\DIR1\DIR2 ftpsptTandem, // e.g. \SYSTEM.$VVVVV.SUBVOLUM.FILENAME diff --git a/src/plugins/ftp/help/hh/ftp/appendix_loginscripts.htm b/src/plugins/ftp/help/hh/ftp/appendix_loginscripts.htm index cc0c7fe6..51dc4ce0 100644 --- a/src/plugins/ftp/help/hh/ftp/appendix_loginscripts.htm +++ b/src/plugins/ftp/help/hh/ftp/appendix_loginscripts.htm @@ -1,4 +1,4 @@ - + Login Scripts for FTP Proxy Servers @@ -116,7 +116,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/appendix_parsing.htm b/src/plugins/ftp/help/hh/ftp/appendix_parsing.htm index a8f15835..da1abd99 100644 --- a/src/plugins/ftp/help/hh/ftp/appendix_parsing.htm +++ b/src/plugins/ftp/help/hh/ftp/appendix_parsing.htm @@ -1,4 +1,4 @@ - + Getting Lists of Files and Directories from FTP Servers @@ -588,7 +588,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_advanced.htm b/src/plugins/ftp/help/hh/ftp/config_advanced.htm index d53def20..f799c2ea 100644 --- a/src/plugins/ftp/help/hh/ftp/config_advanced.htm +++ b/src/plugins/ftp/help/hh/ftp/config_advanced.htm @@ -1,4 +1,4 @@ - + Advanced @@ -68,7 +68,8 @@

    Options

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_confirmations.htm b/src/plugins/ftp/help/hh/ftp/config_confirmations.htm index 6c899e09..36c222c6 100644 --- a/src/plugins/ftp/help/hh/ftp/config_confirmations.htm +++ b/src/plugins/ftp/help/hh/ftp/config_confirmations.htm @@ -1,4 +1,4 @@ - + Confirmations @@ -61,7 +61,8 @@

    Options

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_defaults.htm b/src/plugins/ftp/help/hh/ftp/config_defaults.htm index 5ad13c95..0ee5511e 100644 --- a/src/plugins/ftp/help/hh/ftp/config_defaults.htm +++ b/src/plugins/ftp/help/hh/ftp/config_defaults.htm @@ -1,4 +1,4 @@ - + Defaults @@ -102,7 +102,8 @@

    Options

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_general.htm b/src/plugins/ftp/help/hh/ftp/config_general.htm index c7c29d53..90ea8dfc 100644 --- a/src/plugins/ftp/help/hh/ftp/config_general.htm +++ b/src/plugins/ftp/help/hh/ftp/config_general.htm @@ -1,4 +1,4 @@ - + General @@ -59,8 +59,9 @@

    Options

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_logs.htm b/src/plugins/ftp/help/hh/ftp/config_logs.htm index 460b741d..259a9b11 100644 --- a/src/plugins/ftp/help/hh/ftp/config_logs.htm +++ b/src/plugins/ftp/help/hh/ftp/config_logs.htm @@ -1,4 +1,4 @@ - + Logs @@ -45,8 +45,9 @@

    Options

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_operation1.htm b/src/plugins/ftp/help/hh/ftp/config_operation1.htm index 3c8c4128..612b575f 100644 --- a/src/plugins/ftp/help/hh/ftp/config_operation1.htm +++ b/src/plugins/ftp/help/hh/ftp/config_operation1.htm @@ -1,4 +1,4 @@ - + Operations @@ -188,7 +188,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_operation2.htm b/src/plugins/ftp/help/hh/ftp/config_operation2.htm index 3de7eec9..e3d4d074 100644 --- a/src/plugins/ftp/help/hh/ftp/config_operation2.htm +++ b/src/plugins/ftp/help/hh/ftp/config_operation2.htm @@ -1,4 +1,4 @@ - + Operations 2 @@ -136,7 +136,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/config_servers.htm b/src/plugins/ftp/help/hh/ftp/config_servers.htm index 299d8f92..95a47c23 100644 --- a/src/plugins/ftp/help/hh/ftp/config_servers.htm +++ b/src/plugins/ftp/help/hh/ftp/config_servers.htm @@ -1,4 +1,4 @@ - + Servers @@ -65,7 +65,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_chattrs.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_chattrs.htm index e08c3b8b..1ff2c917 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_chattrs.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_chattrs.htm @@ -1,4 +1,4 @@ - + Change Attributes dialog box @@ -61,7 +61,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_connect.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_connect.htm index effb9706..12035f53 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_connect.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_connect.htm @@ -1,4 +1,4 @@ - + Connect to FTP Server dialog box @@ -95,7 +95,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_connectadv.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_connectadv.htm index 51bad13e..26a390e0 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_connectadv.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_connectadv.htm @@ -1,4 +1,4 @@ - + Advanced Options dialog box @@ -152,7 +152,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_copy.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_copy.htm index 27114c16..8abf0832 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_copy.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_copy.htm @@ -1,4 +1,4 @@ - + Copy dialog box @@ -40,7 +40,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_editcolumn.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_editcolumn.htm index 46964a38..7db458d0 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_editcolumn.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_editcolumn.htm @@ -1,4 +1,4 @@ - + New/Edit Column dialog box @@ -61,7 +61,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_editsrvtype.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_editsrvtype.htm index 62a19ca3..9b8d226b 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_editsrvtype.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_editsrvtype.htm @@ -1,4 +1,4 @@ - + Edit Server Type dialog box @@ -61,7 +61,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_ftplogswindow.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_ftplogswindow.htm index 3131da88..ecf43421 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_ftplogswindow.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_ftplogswindow.htm @@ -1,4 +1,4 @@ - + FTP Logs Window @@ -71,7 +71,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_move.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_move.htm index 9f745b97..1e07625e 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_move.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_move.htm @@ -1,4 +1,4 @@ - + Move dialog box @@ -40,7 +40,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_operationdlg.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_operationdlg.htm index db3d9ac3..74182abb 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_operationdlg.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_operationdlg.htm @@ -1,4 +1,4 @@ - + Operation dialog box @@ -216,7 +216,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_orgbookmarks.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_orgbookmarks.htm index d401bdaa..d4d38c10 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_orgbookmarks.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_orgbookmarks.htm @@ -1,4 +1,4 @@ - + Organize Bookmarks dialog box @@ -87,7 +87,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_proxyserver.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_proxyserver.htm index 02f8ed54..98d1ebfc 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_proxyserver.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_proxyserver.htm @@ -1,4 +1,4 @@ - + Add/Edit Proxy Server dialog box @@ -73,7 +73,8 @@

    Options

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_sendftpcmd.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_sendftpcmd.htm index 11fbcccc..def49cfa 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_sendftpcmd.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_sendftpcmd.htm @@ -1,4 +1,4 @@ - + Send FTP Command dialog box @@ -48,7 +48,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_setnewattrs.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_setnewattrs.htm index 7ccebfda..774df7f5 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_setnewattrs.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_setnewattrs.htm @@ -1,4 +1,4 @@ - + Set New Attributes dialog box @@ -60,7 +60,8 @@

    Options

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_solveerror.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_solveerror.htm index d919f471..fc5d7f55 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_solveerror.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_solveerror.htm @@ -1,4 +1,4 @@ - + Solve Error dialog box @@ -223,7 +223,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/dlgboxes_testparser.htm b/src/plugins/ftp/help/hh/ftp/dlgboxes_testparser.htm index bbf722a6..42ce4ed5 100644 --- a/src/plugins/ftp/help/hh/ftp/dlgboxes_testparser.htm +++ b/src/plugins/ftp/help/hh/ftp/dlgboxes_testparser.htm @@ -1,4 +1,4 @@ - + Test of Parser dialog box @@ -57,7 +57,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/introduction_intro.htm b/src/plugins/ftp/help/hh/ftp/introduction_intro.htm index b08f21a1..0cd57806 100644 --- a/src/plugins/ftp/help/hh/ftp/introduction_intro.htm +++ b/src/plugins/ftp/help/hh/ftp/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -31,7 +31,8 @@

    Getting Started with FTP Client Plugin

    for a description of basic work with file system plugin and menu extension.

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_addbookmark.htm b/src/plugins/ftp/help/hh/ftp/using_addbookmark.htm index fa831cc5..d0f8c5f0 100644 --- a/src/plugins/ftp/help/hh/ftp/using_addbookmark.htm +++ b/src/plugins/ftp/help/hh/ftp/using_addbookmark.htm @@ -1,4 +1,4 @@ - + Adding Bookmark @@ -41,7 +41,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_changeattrs.htm b/src/plugins/ftp/help/hh/ftp/using_changeattrs.htm index 6922fc65..4842b6a8 100644 --- a/src/plugins/ftp/help/hh/ftp/using_changeattrs.htm +++ b/src/plugins/ftp/help/hh/ftp/using_changeattrs.htm @@ -1,4 +1,4 @@ - + Changing Access Rights (Unix) @@ -45,7 +45,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_connect.htm b/src/plugins/ftp/help/hh/ftp/using_connect.htm index 512f9814..f6cbf2b1 100644 --- a/src/plugins/ftp/help/hh/ftp/using_connect.htm +++ b/src/plugins/ftp/help/hh/ftp/using_connect.htm @@ -1,4 +1,4 @@ - + Connecting to FTP Server @@ -69,7 +69,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_listhiddenonunix.htm b/src/plugins/ftp/help/hh/ftp/using_listhiddenonunix.htm index 2e771f36..3cf89729 100644 --- a/src/plugins/ftp/help/hh/ftp/using_listhiddenonunix.htm +++ b/src/plugins/ftp/help/hh/ftp/using_listhiddenonunix.htm @@ -1,4 +1,4 @@ - + Listing Hidden Files and Directories (Unix) @@ -27,7 +27,8 @@

    To turn on/off listing of hidden files and directories (Unix) in the FTP con - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_orgbookmarks.htm b/src/plugins/ftp/help/hh/ftp/using_orgbookmarks.htm index fdf68a80..837b62e1 100644 --- a/src/plugins/ftp/help/hh/ftp/using_orgbookmarks.htm +++ b/src/plugins/ftp/help/hh/ftp/using_orgbookmarks.htm @@ -1,4 +1,4 @@ - + Organizing Bookmarks @@ -39,7 +39,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_refresh.htm b/src/plugins/ftp/help/hh/ftp/using_refresh.htm index 3966c7eb..6c01b0a0 100644 --- a/src/plugins/ftp/help/hh/ftp/using_refresh.htm +++ b/src/plugins/ftp/help/hh/ftp/using_refresh.htm @@ -1,4 +1,4 @@ - + Refreshing Panel @@ -33,7 +33,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_sendftpcmd.htm b/src/plugins/ftp/help/hh/ftp/using_sendftpcmd.htm index 3fdd3d61..7e591c5b 100644 --- a/src/plugins/ftp/help/hh/ftp/using_sendftpcmd.htm +++ b/src/plugins/ftp/help/hh/ftp/using_sendftpcmd.htm @@ -1,4 +1,4 @@ - + Sending FTP Command @@ -40,7 +40,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_showcert.htm b/src/plugins/ftp/help/hh/ftp/using_showcert.htm index 45184ee3..e39d5e41 100644 --- a/src/plugins/ftp/help/hh/ftp/using_showcert.htm +++ b/src/plugins/ftp/help/hh/ftp/using_showcert.htm @@ -1,4 +1,4 @@ - + Showing Certificate @@ -32,7 +32,8 @@

    To show certificate:

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_showlogs.htm b/src/plugins/ftp/help/hh/ftp/using_showlogs.htm index b0662123..a3827eb7 100644 --- a/src/plugins/ftp/help/hh/ftp/using_showlogs.htm +++ b/src/plugins/ftp/help/hh/ftp/using_showlogs.htm @@ -1,4 +1,4 @@ - + Showing FTP Logs @@ -39,7 +39,8 @@

    See Also

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_showrawlisting.htm b/src/plugins/ftp/help/hh/ftp/using_showrawlisting.htm index 5d7558cd..d8b03f59 100644 --- a/src/plugins/ftp/help/hh/ftp/using_showrawlisting.htm +++ b/src/plugins/ftp/help/hh/ftp/using_showrawlisting.htm @@ -1,4 +1,4 @@ - + Showing Raw Listing @@ -20,7 +20,7 @@

    Showing Raw Listing

    automatically by the FTP client (or is not parsed properly). In such cases, you can display the plain text listing to see the content of the current directory as it is presented by the FTP server. You can also save this listing to disk and send it to -Altap (email: support@altap.cz), we will try to support such listing. +Taskscape Ltd (email: support@taskscape.com), we will try to support such listing.

    To show raw listing of the current directory on the FTP server in panel:

    @@ -31,7 +31,8 @@

    To show raw listing of the current directory on the FTP server in panel:

    - + + diff --git a/src/plugins/ftp/help/hh/ftp/using_transfermode.htm b/src/plugins/ftp/help/hh/ftp/using_transfermode.htm index 00d5563c..f0e8d6ad 100644 --- a/src/plugins/ftp/help/hh/ftp/using_transfermode.htm +++ b/src/plugins/ftp/help/hh/ftp/using_transfermode.htm @@ -1,4 +1,4 @@ - + Setting Transfer Mode @@ -31,7 +31,8 @@

    To set transfer mode for FTP connection in panel:

    - + + diff --git a/src/plugins/ftp/lang/lang.rc2 b/src/plugins/ftp/lang/lang.rc2 index 7c815662..a4ed0f60 100644 --- a/src/plugins/ftp/lang/lang.rc2 +++ b/src/plugins/ftp/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -473,7 +473,7 @@ STRINGTABLE IDS_STPAR_UNABLECOMPAUTODCOND, "Autodetect condition contains error.\n\nError: %s" IDS_LOGMSGUNKNOWNSRVTYPE, "Unknown server type, unable to parse text listing...\r\n" - IDS_UNKNOWNSRVTYPEINFO, "Unable to parse listing of files and directories from server. Only plain text of listing will be displayed in panel.\n\nPlease check our web pages for newer version of Open Salamander. If you are using the latest version, please send us raw listing (if not confidential; right click in panel > Show Raw Listing > Save As) to email support@altap.cz. Please help us to support as many types of servers as possible." + IDS_UNKNOWNSRVTYPEINFO, "Unable to parse listing of files and directories from server. Only plain text of listing will be displayed in panel.\n\nPlease check our web pages for newer version of Open Salamander. If you are using the latest version, please send us raw listing (if not confidential; right click in panel > Show Raw Listing > Save As) to email support@taskscape.com. Please help us to support as many types of servers as possible." IDS_LOGMSGUNKNOWNSRVTYPE2, "Unable to parse text listing using selected server type...\r\n" IDS_UNKNOWNSRVTYPEINFO2, "Unable to parse listing of files and directories from server. Only plain text of listing will be displayed in panel.\n\nTry to select different server type or let FTP client to autodetect it (use Advanced button in Connect to FTP Server dialog)." IDS_LOGMSGPARSEDBYSRVTYPE, "Text listing was parsed by ""%s"" server type...\r\n" @@ -923,3 +923,4 @@ STRINGTABLE IDS_SHOWPASSWORD_CONFIRMATION, "Are you sure you wish to show this password?" IDS_PASSWORDIS, "The password is: %s\n\nDo you want to copy the password to clipboard?" } + diff --git a/src/plugins/ftp/menu.cpp b/src/plugins/ftp/menu.cpp index 48ec82f5..6a0d5152 100644 --- a/src/plugins/ftp/menu.cpp +++ b/src/plugins/ftp/menu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats.h b/src/plugins/ftp/operats.h index b25445da..fdd975e4 100644 --- a/src/plugins/ftp/operats.h +++ b/src/plugins/ftp/operats.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats1.cpp b/src/plugins/ftp/operats1.cpp index a31e3577..ee790271 100644 --- a/src/plugins/ftp/operats1.cpp +++ b/src/plugins/ftp/operats1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats2.cpp b/src/plugins/ftp/operats2.cpp index 432c22d2..2bf1a42d 100644 --- a/src/plugins/ftp/operats2.cpp +++ b/src/plugins/ftp/operats2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats3.cpp b/src/plugins/ftp/operats3.cpp index 0a7f91cd..42718897 100644 --- a/src/plugins/ftp/operats3.cpp +++ b/src/plugins/ftp/operats3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats4.cpp b/src/plugins/ftp/operats4.cpp index d8fbe5f3..209ffe87 100644 --- a/src/plugins/ftp/operats4.cpp +++ b/src/plugins/ftp/operats4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats5.cpp b/src/plugins/ftp/operats5.cpp index 1891303e..e26ea690 100644 --- a/src/plugins/ftp/operats5.cpp +++ b/src/plugins/ftp/operats5.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats6.cpp b/src/plugins/ftp/operats6.cpp index 7bab4447..15a6c6c2 100644 --- a/src/plugins/ftp/operats6.cpp +++ b/src/plugins/ftp/operats6.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats7.cpp b/src/plugins/ftp/operats7.cpp index 9fec2ffb..c79c2181 100644 --- a/src/plugins/ftp/operats7.cpp +++ b/src/plugins/ftp/operats7.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats8.cpp b/src/plugins/ftp/operats8.cpp index e284321b..2135bdb7 100644 --- a/src/plugins/ftp/operats8.cpp +++ b/src/plugins/ftp/operats8.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operats9.cpp b/src/plugins/ftp/operats9.cpp index 9995fa03..e7b0052e 100644 --- a/src/plugins/ftp/operats9.cpp +++ b/src/plugins/ftp/operats9.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operatsa.cpp b/src/plugins/ftp/operatsa.cpp index bc34c268..7d2b0bed 100644 --- a/src/plugins/ftp/operatsa.cpp +++ b/src/plugins/ftp/operatsa.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/operatsb.cpp b/src/plugins/ftp/operatsb.cpp index 062ad652..0acc9a23 100644 --- a/src/plugins/ftp/operatsb.cpp +++ b/src/plugins/ftp/operatsb.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/parser.h b/src/plugins/ftp/parser.h index 020e99a8..e9e53654 100644 --- a/src/plugins/ftp/parser.h +++ b/src/plugins/ftp/parser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/parser1.cpp b/src/plugins/ftp/parser1.cpp index de72d63d..b502ae4d 100644 --- a/src/plugins/ftp/parser1.cpp +++ b/src/plugins/ftp/parser1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/parser2.cpp b/src/plugins/ftp/parser2.cpp index 82d6560b..1dc3cec9 100644 --- a/src/plugins/ftp/parser2.cpp +++ b/src/plugins/ftp/parser2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/parser3.cpp b/src/plugins/ftp/parser3.cpp index 96ddf7ab..f73a90a9 100644 --- a/src/plugins/ftp/parser3.cpp +++ b/src/plugins/ftp/parser3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/precomp.cpp b/src/plugins/ftp/precomp.cpp index f4412151..57f8a48f 100644 --- a/src/plugins/ftp/precomp.cpp +++ b/src/plugins/ftp/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/precomp.h b/src/plugins/ftp/precomp.h index c0a3349b..252dbab9 100644 --- a/src/plugins/ftp/precomp.h +++ b/src/plugins/ftp/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/servers/beta.txt b/src/plugins/ftp/servers/beta.txt index 83c834d3..e81aef81 100644 --- a/src/plugins/ftp/servers/beta.txt +++ b/src/plugins/ftp/servers/beta.txt @@ -1,8 +1,8 @@ This file contains a report about bug fixes and new features -in Altap Salamander. Plus sign means new feature addition, +in Open Salamander. Plus sign means new feature addition, minus sign means a bug fix. -FTP released with Altap Salamanderem 2.52: (08/28/2009) +FTP released with Open Salamanderem 2.52: (08/28/2009) -MODE Z: nektere servery (napr. Serv-U 7 a 8) neukoncuji stream komprimovanych dat, ukazovali jsme to jako chybu po kazdem prenosu, ted uz to ignorujeme -pri kopirovani bookmarky v Connect/Bookmark dialogu se nekopirovalo nastaveni @@ -11,7 +11,7 @@ FTP released with Altap Salamanderem 2.52: (08/28/2009) se default hodnoty ve volani metody AddServer(), chybela hodnota 0 pro 'encryptedPasswordSize') -FTP released with Altap Salamanderem 2.52 beta 2: (08/21/2009) +FTP released with Open Salamanderem 2.52 beta 2: (08/21/2009) -cache listingu a prohlizenych souboru ze serveru se maze pred pripojenim na server, pokud neni stejny server pripojen do druheho panelu nebo neni mezi odpojenymi FS (tedy po zavreni vsech FTP spojeni v panelu a novem otevreni @@ -19,7 +19,7 @@ FTP released with Altap Salamanderem 2.52 beta 2: (08/21/2009) -podpora komprese datoveho spojeni (MODE Z) -drag&drop bez modifikatoru (ani Shift, ani Ctrl) z FTP v panelu do Explorera na disk s TEMP adresarem nabizel necekane Move misto Copy, viz - https://forum.altap.cz/viewtopic.php?f=7&t=3303 + /viewtopic.php?f=7&t=3303 -cache listingu rozlisuje prikazy, kterymi byl listing ziskan (drive se chybne pouzivaly vysledky z cache i po zmene listovaciho prikazu) -automaticke aktivovani logu v Logs okne nefungovalo dobre pri pripojeni FTP do @@ -37,7 +37,7 @@ FTP released with Altap Salamanderem 2.52 beta 2: (08/21/2009) vraceni connectiony do panelu) -FTP released with Altap Salamanderem 2.52 beta 1: (01/29/2009) +FTP released with Open Salamanderem 2.52 beta 1: (01/29/2009) +pri chybe Error Storing File to Server je nove mozne rucne prejmenovat soubor (tato chyba se plete s chybou Error Creating Target File, staci aby byl server zbytecne aktivni a navazal data connectionu jeste pred tim, nez zkusi otevrit soubor na @@ -53,7 +53,7 @@ FTP released with Altap Salamanderem 2.52 beta 1: (01/29/2009) -pri zadani spatneho cisla portu (neni cislo nebo je mimo 1 az 65535) hlasime chybu (predtim se ignorovalo) -FTP released with Altap Salamanderem 2.5 RC3: (04/13/2007) +FTP released with Open Salamanderem 2.5 RC3: (04/13/2007) -upload: vypadek data-connectiony pokud control-connectiona zustala OK, se behem Resume (appendu) vyhodnocoval, jako ze Resume neni mozny, tedy pri "Resume or Overwrite" dochazelo k automatickemu prechodu na Overwrite diff --git a/src/plugins/ftp/servers/todo.txt b/src/plugins/ftp/servers/todo.txt index fd3736c2..0651937a 100644 --- a/src/plugins/ftp/servers/todo.txt +++ b/src/plugins/ftp/servers/todo.txt @@ -20,7 +20,7 @@ - klavesa Enter by mela v progress dialogu v listview Operations i Connections otevirat Solve Error dialogy - automaticke rolovani v listview Operations, aby user videl na operace, ktery se prave - provadeji (ted je nutne rolovat rucne), viz https://forum.altap.cz/viewtopic.php?f=2&t=3433 + provadeji (ted je nutne rolovat rucne), viz /viewtopic.php?f=2&t=3433 - upload/download in lower/UPPER case - omrknout konkurenci - pri zmene bookmarku v Connect dialogu pridat potvrzeni (lidi si to meni nechtene) - pri reconnectech zjistovat znovu IP adresu serveru (muze byt dynamicka a zmenit se), diff --git a/src/plugins/ftp/sockets.cpp b/src/plugins/ftp/sockets.cpp index 59f2d2c5..3f5d669d 100644 --- a/src/plugins/ftp/sockets.cpp +++ b/src/plugins/ftp/sockets.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/sockets.h b/src/plugins/ftp/sockets.h index 24333879..141b503a 100644 --- a/src/plugins/ftp/sockets.h +++ b/src/plugins/ftp/sockets.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -9,7 +9,7 @@ // **************************************************************************** // if defined, DATACON_SNDBUF_SIZE and DATACON_RCVBUF_SIZE are set for data connections -// solves the problem: https://forum.altap.cz/viewtopic.php?f=6&t=31923 +// solves the problem: /viewtopic.php?f=6&t=31923 // help for the forum: ver1 = 8k (version without setting buffers), ver2 = 4m (4MB RECV buffer, 256KB SEND buffer) #define DATACON_USES_OUR_BUF_SIZES diff --git a/src/plugins/ftp/ssl.cpp b/src/plugins/ftp/ssl.cpp index f2ea1fe6..37a363c8 100644 --- a/src/plugins/ftp/ssl.cpp +++ b/src/plugins/ftp/ssl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -825,7 +825,7 @@ bool InitSSL(int logUID, int* errorID) // // SSLv23_client_method() is default method used in OpenSLL.exe and CURL. // Unsafe SSL2 protocol is disabled using OPENSSL_NO_SSL2 define. - // SSLv3_client_method() didn't work with wedos server: https://forum.altap.cz/viewtopic.php?f=2&t=6667 + // SSLv3_client_method() didn't work with wedos server: /viewtopic.php?f=2&t=6667 // SSLLib.Meth = SSLLib.SSLv3_client_method(); SSLLib.Meth = SSLLib.SSLv23_client_method(); if (SSLLib.Meth) diff --git a/src/plugins/ftp/ssl.h b/src/plugins/ftp/ssl.h index 0799074d..6b7d3238 100644 --- a/src/plugins/ftp/ssl.h +++ b/src/plugins/ftp/ssl.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 1df65793..00000000 --- a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index b9a94de69ce743af2b55f3550b2be4a29af230f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4864 zcmeI0X>U?N6o$`FA$-ypu@uuZBz~ZjR~rSK{rMwdFRX5=i^_(9&8`>v3vVk?N;a97cnYM@a-1jQh^6e&d6+C4- zu!6m_SGHmk${Hno22q>BWNg*qe%YcMK^MUrV_gU9${f}_6eBS10h70VMg>M?t9U9o z#%0gjHV~3h+zL8xI}7i+npWO+`D#!M^6${gK}S>~dS&|JLo;Q1B{-bt7f~UHHywc1roK&b~smR{LRS}-V^Y+;eaa^zs@XY3F@IAvB>@8cyRAQTMf~k5= zzI{fLeuwWO^qRfAG&h4R*lYYS_-P3Y+I?(&%TnZ-bv$rLtN9O%vUW-x{I+JJx%p%3 zv15Gt|K((_>!KpEmoF; zlO~c%X9MJsUb0v|M2YQb)R5!>;uwfJu+pt|NXCKJT;KObQ>*sSL7zQ>E8(YV-%zWK z{8+sr<0QVGMJu}=*9r9zdlR;W4rL8#ymU#Q2~MfJX6!jmpxqID*`NpfDzRmi&*A?u z=km4SXO6vj)*@hg&p)8fb?*uCmte!k#J_yAjb?QomQk7< z_M4#PHbpnqH@G~&u6N-zVNbxh&N+Sxo~pND1Dl^>^Mt)+Jo460W8-k1XBKwcdMo&V zihOB}lJ;W#M_<6`{$-}%gAt3POgu(v91(l&ue3Yyi@O=IOp9b`%o6G40LE;$Sb}R z(;P6$d%uuj=$+%va^Vu0k#h7Cze{@tKAXGlh4Piv2^f^6e+Ezd_Rwogm_$eKsPG2T z9ntcX|MnXxyy;T#6W$RzqbYcs@TpY}nlCR{&imD{@33E)iu7Ezb*S4Yu=XOOz3TYwI3wy7cu%JUH||9 diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 96393fe7..00000000 --- a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\ftp\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index fe5c389dccea19aff15b7f729e03ec00c970c156..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4822 zcmeI0Yj09P5QgWc5I$*)Sc+*H5|E~n7e#?p&I zVovrxJNKQPJwJaW?1j}$bnE9fG4W2~ECU7N$2hhhZA17PxY$f&@mY!y!> z$GGfy+XX^Wid#YFZExXSzo(VAeZCqLgZz8+a?lZ#h+dh#_|Qz5UI`B8d3i{zHRP(G z1!*>xw&1C5A+I#E4<{9BSt_#ka8-mS@w|JnLmU@u3p}&A8hp=i27AkvF_qY++hD3* zlJAg_q~GJa3cX=3ug%RM3-%g641QVygLa=<-?9{WW*rY4(rW$#qpY1%2fwY^Xm0-0 zdh9r0wa4DDV+cfpJ#~A=*T&mNtY}vFT2QJZ%b0QB*9l9qdg38Fv|V;L!RnB%$!wE3 zaZ|(lC6{Ago1JIi>aya%C|nMWcRj6vb%1ZM9%wtpEvOFQa!3)pgX;**IliRlY=@QQ z;G~J9(%Arcq?as~4^d)w8Z{(&fH(!B4y<&m9g=b2HP`pO(bTFvbkJvy;7a(Z+Bei{ zBR^KJ$T*3wXVJ>O$8|=1!rp}KphHI|(S)h5u=LEU?T{3Y0MmH3x$w$ZH4!!k;f z!+sOA+@|Qp`UaOr*!4cVChQ3~H#x^o!Bh1%Y+&Uj7Q%3X>1(M^UT7ITW<{? zP?0ZfP||+v;8dr3w2&7(9xt7x;A1}1Smbm(mR`=iwU@<8b)sP(zf%->ES}0lyNI}X z%&FPNyPc0@ie0*?<~@5%90)ebtyB!Y9K#eTJ|bPXr&m#){}Noylm7m_zWhFQ^UZi4 z|5+^V#+3eiC*JKmK0G&_J4S}va&mLDjdi6cds!P>1Skqei|jFh9F`CZyG@Y&o=FO;vWPQain{WEytw})P1!X!F+M};?# z?ueGB{IB0g;Z2u5bK$-e>BMy;hnlDqZ86OyOTg ljhkBk0}B2HUgVC~9|6@hzL`%g`#Wmhdcp7YevfUPv|siY9Y_EG diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index fba6631d..00000000 --- a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\ftp\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\ftp\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\ftp\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\ftp\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/ftp/vcxproj/salamander/Release_x64/plugins/ftp/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 83e2cdffd5baeacc2b22fe5c26f1e0f839ba8c30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4282 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_a1r#!tIxZ8pj0IGBIaPs z$zIOx%Mtx4kC*n;&+_yY){Ayx2li}bEpM;+gj=weHj3$#On5ui zw1MSlLu;_pX20Rr-}9HVDg8&QvRkq7(t6YStevsj2RC4hfT)90vnPBVu*U3YRp+!h zsb+6%!vDbck)_zJddMzg59|h1oxNr3(5jxBip{)S4!jPSEok-FaZnU3=PC49cj%z! zPaRqp{5p_<3&($(^M~*|q6yQ%e;LgTqOSrS*)jT)O{DkIiY_BN zXKjRa#AAeJ$IPYwKJa_COWR{sSlCA%7rf1Zd&FKD*gn|dgtK@xgGZ-n`}F&aS!iW} zmJif`)+vqHe%r*q{IY{)bt{r6%^{kdq2&%u_x}rAo@3XC@EX}8XlA+1kD+tnZCJI0U?^G2u&w1aGeJF2M20F4U@`|s-GzX0G-YYT;RXc8x3zx`@l$EzUmT-nX zn_E|>d}enB1!dNspfj&KRFjF4&QUcLDj~fQZGUodDy2~4rQs~p5W1~txSa86R5qI? z#ozr~cwbl5?q^_^X8tU_kug}Zm1ggf1`&p5`#(LRK?7&{EtQGAopKwd|+9nB|iV1JW z+BUKRZEP)ey6m_7`bYi>Hl_b;b#`kOFRiz2$l4jZLvRDe1c)X$4SUAd11n}nt2(F4 zNez2v*ZhxsA6bUox`*sD4!~|f)!BQ-9+)~T@@A{@Cx~YX6G`u zfoK4$RbfclvDfCv&*H?=L$oo1YUClScACt}j2Sxu%CRQw4t*Wy$d1vUY$Cl^R&*KJ zIcpQFBOW6(8#9;whrsXIE^UulX<;9ET<|sr?h$)cV25Cb6V8&=93Gve?bGiw=Ao4b zT0YPKTBo!U`)w2d^2;8Y)vZXQG>2$*hL(FY-T!ZJd5&El!)s(upqb}3KZVYPw_y{T zPqBGqZ}^YB^>f%b+~pe!JL29hKAjqp1~kxlV*LbR(AH!rz0MZDYjNT%4OS8Ca_uZaV}Mu+TePYk{t z!xSk#AzgT_w^5$|68xSc{rh)4{XVt+WqgeP+%N9VPx|wl_^|u<_qpjmFf!bgll9Sd zt}8{^+uC?Z-l-~Rp7VYn`%vDj40K{w + Introduction @@ -20,7 +20,8 @@

    Getting Started with Internet Explorer Viewer Plugin

    for a description of basic work with plugin viewer.

    - + + diff --git a/src/plugins/ieviewer/ieviewer.cpp b/src/plugins/ieviewer/ieviewer.cpp index d49a8b5b..5108162f 100644 --- a/src/plugins/ieviewer/ieviewer.cpp +++ b/src/plugins/ieviewer/ieviewer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -228,7 +228,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "IEVIEWER"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/ieviewer/ieviewer.h b/src/plugins/ieviewer/ieviewer.h index 9c9903fb..e1210ea4 100644 --- a/src/plugins/ieviewer/ieviewer.h +++ b/src/plugins/ieviewer/ieviewer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/ieviewer/ieviewer.rc2 b/src/plugins/ieviewer/ieviewer.rc2 index bc789a37..9c7297dc 100644 --- a/src/plugins/ieviewer/ieviewer.rc2 +++ b/src/plugins/ieviewer/ieviewer.rc2 @@ -1,4 +1,4 @@ -// +// // ieviewer.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -13,3 +13,4 @@ #include "versinfo.rc2" IDI_IEVIEWER ICON "ieviewer.ico" + diff --git a/src/plugins/ieviewer/lang/lang.rc2 b/src/plugins/ieviewer/lang/lang.rc2 index 340e9053..d2f0e1f0 100644 --- a/src/plugins/ieviewer/lang/lang.rc2 +++ b/src/plugins/ieviewer/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -17,6 +17,7 @@ STRINGTABLE IDS_PLUGIN_DESCRIPTION, "Lightweight HTML and XML viewer based on Internet Explorer." IDS_ABOUT, "About Plugin" IDS_PLUGINNAME, "Internet Explorer Viewer" - IDS_UNABLETOOPENIE, "Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." + IDS_UNABLETOOPENIE, "Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." IDS_ERRORTITLE, "Error" } + diff --git a/src/plugins/ieviewer/markdown.cpp b/src/plugins/ieviewer/markdown.cpp index 8077e7a6..a43cd2fa 100644 --- a/src/plugins/ieviewer/markdown.cpp +++ b/src/plugins/ieviewer/markdown.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/ieviewer/markdown.h b/src/plugins/ieviewer/markdown.h index c47845eb..370e6300 100644 --- a/src/plugins/ieviewer/markdown.h +++ b/src/plugins/ieviewer/markdown.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/ieviewer/precomp.cpp b/src/plugins/ieviewer/precomp.cpp index ce39e25d..e6555945 100644 --- a/src/plugins/ieviewer/precomp.cpp +++ b/src/plugins/ieviewer/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/ieviewer/precomp.h b/src/plugins/ieviewer/precomp.h index 069cb21f..fbb4d939 100644 --- a/src/plugins/ieviewer/precomp.h +++ b/src/plugins/ieviewer/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 302bf48e..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 872e2ddb02613efbd13455c01c1f5a0d0592e283..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5104 zcmeI0Yi|-!5QgWc5I$*)2*orFi61DX6)m)}+tQd#h+QsXX-l{i^vA2udk$OZRp`Y~ zV>WwkJ7><^&&>Y%nXoq&nc9-2c*05Bx3Biade*S|jN2C zat_FbjcowdQ}(p&%=Po^JF+409jIC4wAo#EoqQMPRm(cQs&)v+lGF~AsNbNiBDabi zSkXS&J4?e|+E#fp7Z9}xOx9K`9#<@w3%Uf}80#8X(=%8LoEU&{514}OGb=KyK%Gv> zGp{(>wt$GK6?DP27v6RASq0nWsd1v`f16Prspyn|QH8PS&`O0-8471?Ec8 zgLXHqYdKzdScE9ziuSiHDy?x#$t0D9U$S~wdIvO|mvTQWP(V_=ul2s0C@Nr-Z{=8&k zo|`~KaI00xK-~76G`nszm}vS8X>^f*;L3Q8`VX|~12@;G#5{>L=aA2?!_}gdt`fG1 zG^HVFp?poU3H(r&G;|avkn@1Cv~dRf3ejVQC&VXW%4L7v_Cod+_!aHDNEn zxrT4Q1W(oJu#V10=saN`nGc-yGw9fR_Ef_m_gWeo&?{S7<;}Qx2&MA#!9rH>bhMl- z1s$_l)FR&TRB{rjZgaXop?Wge0*wDtKTOw z%uC7b(KeQqqU>cF*2z0n6U902KG}z|Xl0;%J0`FAK}-vQQQmt@hN0RgyvT*iWJb!- zTW(kUcVM2X<(&9G2AA^nZ(xk;5!GtKsS{OY`3gz5g(@FqNy}2L_}VW8WxlqM-=?5) z%%fg;ZHfv&t0%zJk*4a06#S|lJDuEk8V`|!s+fO^>-sfbWotDa{kI9o4ph&V$PS9k Y)#}^S8kfBSo7JlK82t^n*&>qm8xGl01poj5 diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 3446acf2..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\ieviewer\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 2ae7879066971ca20f5e03d34e8843935e2b58e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5062 zcmeI0YflE9m%z^5mos~9ZEG>}Z3tvw z$ps*rHnkC0FWA$up6eIccWPtcyHK;tY4f}8JNZ7&YnF9<)$9b0C8>QVQNK-FLvB?& zwvv6acb0~`v~BWct|00WOx89m9#_p<2)Yd37;6r!={c-LPV~Td2u#tAn3b4Sp-!h1 zm{%QbyFkR$3c6@}OYi#gSw%bGsdHk;{~n_PQqd_Mqbg(3p_MA53KY)M@|0NX@U@Q= zB-xl-onNvoR(G$~>QFI*2(>58#Cu{5ZG)|LjoKq-;$@HLCiJGgy|p%jEZKXkJ@m2) z7__@(earL8!vgGSNU!zJ%EfI6FRf}{ zhm!($88h#@Hi4fGffA%V`GVa|u=;S%}Wmz`~J$!mT3rd_&r!bm&I ze9@@`Fe+knz@fR%yu>$OPrOnbS7Uh7JMFh?|WJ94g*NJ{vX&1@LM^=%W0{WXGFpjWoE$(wO=A4=utqou6i`Di&` z2|DJpsAat4x#Ti&+Flhc1w_L>cBd%vTr^dQb{=u_1h3h~x_uYP6uWe1&0F@EI1uWn zuvRhndJI#fIEB0L?p{ZJ{&R3MWBT{^`s&-%-8bW7>}R>S8=v&|JMm%u`1I7MR)0uj zSd@~xqirlJMcL~#Y>{`WCW>?3BeD-=(aJ!Fc1B+DgP7(6qrCTw3`4b#f0YYY$c&Vu zx81Jz@4zBe%O&xD3NGdA-@q8xBdXPeQzxp*3M(Yt7OH%dC9O)e64rhx=$i7VS0)`W9SvC_+zan?KgpEN$&sv diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 19b2f72f..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 6207c1839d28ae2422c22bee8c57fb1ea146c856..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0`)?9K5Xa|Fx$u+5NK0!P(%)*KN|f4IY#Xx)K{yc0D+d(xk5@n6-J=h&>C2kK zn9V+JcV>59J3DhfzDKrZO;dYpg|t7h=YCY8tutS-ecQ4ZOLHZAOA&6_UfVd`r)t7m zv$lhHe~LQ)gib6V+=$KoTfda^uU_1qFJ5O z<)o&)vnk&r-$s^Wwc#QA^aHSCc6IiizDI3%YU(!kd^zxXV0PGRz>1@f?aa5c6jP@T zfN)4-;LlI2&sqzpK#$|Q3ndAZkEv~-9GujUk)z~1wR@~&m%12 zgR~diw}EH^t65=)@5D=Z7P;9$vU8-|qsk|Ig~}uJ`Vd+pd%~VYZunF7 zIrchiq4OC!kL(TK6R-UOIu5t`Lc>0T_=Zn&z$orLCBje!4#mtg$Q^50tGI%M>9pV8Nd7?i(Ph#1Ob a_-gBv3k%J9R(4sx;TGvX!S8J&XFmaljN(`T diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index c3f4188d..00000000 --- a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\ieviewer\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/ieviewer/vcxproj/salamander/Release_x64/plugins/ieviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 159a86ac928ff81882d361f9cb93d3e1275a9683..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0`%e==5Xa|Fx%4NEu~0Ci;Wy-=jTVhmAZC-MwpXn5mAivh|9JKD-Mxb%A-u#K z#%%U+yED7<+S!@=`6IF=>zdjFtL6QnJ@=z6+BWkI+qE@&acOSL-cp3SZLclO_i38& zmaK16Tc;)#voc^k_Vb_kTDKYP7wfRvwrpX(ZxiPBSe<|yFj63T;B@U7We8Trie`1r zfRnoR&QAEA`Zlr(s~rzHq921Dv#YZY^h0XLQ`5G&=gWaN1oMc!#;iE{*iL;r%Q1E8 z7zl?n#{T@oMy&OK3iLR>2T+ngc}ndA<=~`+j2xxnsoi0vywt@=M6ylbQSw_qvx--6 z8l+ut-v^=#tY(EFz7sFusUKyz_9w_?%C3=zY}xyK)S$1}CQyz!VIR?UfR1bjNlH)B zMe~wWBim;#MPs5dLdF?mX<`EWiY-%D7;T?vN>&&w(1E+jS_{|-*x`h|e71&_SE;MC ztMqmDssk;%=mM=%;#`xDiGEq=5XtJMl#!baBs)jSL#lkjH>li4ulJ!fvM20W=Y~IJ zp98PM9y*_)^T^)toq6ro&~doc=NfkS!ewkgRkpN7t@&>UrMlzUt*qeTXc?7)jx_h> z@`u6C-RyQelw4+B+hx&G7ymcK?&L)til$w>T?@Z?$gSDJx}EoA@?Cnb7A^Y(KM-`Z z!P?{T!54j)JjG|Y3orO%NC=z$orLCc;n#EOHTLY}!*ND%T2ml3oktKZ=sdm#KtYunL89ih9Mg zRpO3}b_9n#B&pn?3a`q;#`$Zf@rjpN{10*5yToV6+S@*BZxIzJM{f`nY?H;SZBx#z Tu& output, const char* title) "\n" "\n" "\n" - "\n" + "\n" ""); AppendText(output, HTMLConvertToUTF8(title)); @@ -360,7 +360,7 @@ static void WriteHTMLBodyEnd(TDirectArray<char>& output) static void WriteHTMLSignature(TDirectArray<char>& output) { AppendText(output, - "<div style=\"text-align: center; font-size: 90%;\">Generated by <b>Open Salamander's MultiMedia Viewer</b> (<a href=\"https://www.altap.cz\">https://www.altap.cz</a>)</div>\n"); + "<div style=\"text-align: center; font-size: 90%;\">Generated by <b>Open Salamander's MultiMedia Viewer</b> (<a href=\"https://www.taskscape.com\">https://www.taskscape.com</a>)</div>\n"); } static void WriteHTMLTableStart(TDirectArray<char>& output, const char* title, BOOL superHeader = FALSE) diff --git a/src/plugins/mmviewer/exportxml.cpp b/src/plugins/mmviewer/exportxml.cpp index 3c641328..d767e9c9 100644 --- a/src/plugins/mmviewer/exportxml.cpp +++ b/src/plugins/mmviewer/exportxml.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/help/hh/mmviewer/introduction_intro.htm b/src/plugins/mmviewer/help/hh/mmviewer/introduction_intro.htm index 4a98fef7..3a734270 100644 --- a/src/plugins/mmviewer/help/hh/mmviewer/introduction_intro.htm +++ b/src/plugins/mmviewer/help/hh/mmviewer/introduction_intro.htm @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Introduction @@ -31,8 +31,9 @@

    Getting Started with Multimedia Viewer Plugin

    for a description of basic work with plugin viewer and menu extension.

    - + + diff --git a/src/plugins/mmviewer/help/hh/mmviewer/using_export.htm b/src/plugins/mmviewer/help/hh/mmviewer/using_export.htm index 11c2ac71..92ef36b6 100644 --- a/src/plugins/mmviewer/help/hh/mmviewer/using_export.htm +++ b/src/plugins/mmviewer/help/hh/mmviewer/using_export.htm @@ -1,4 +1,4 @@ - + Exporting Information into HTML File @@ -28,8 +28,9 @@

    To export information from multimedia files into HTML file:

    - + + diff --git a/src/plugins/mmviewer/help/hh/mmviewer/using_openotherfiles.htm b/src/plugins/mmviewer/help/hh/mmviewer/using_openotherfiles.htm index a2829a4a..eefe97ef 100644 --- a/src/plugins/mmviewer/help/hh/mmviewer/using_openotherfiles.htm +++ b/src/plugins/mmviewer/help/hh/mmviewer/using_openotherfiles.htm @@ -1,4 +1,4 @@ - + Opening Previous or Next File from Panel or Find Window @@ -30,7 +30,8 @@

    Opening Previous or Next File from Panel or Find Window

    You can find all described commands in viewer submenu: File/Other Files.

    - + + diff --git a/src/plugins/mmviewer/lang/lang.rc2 b/src/plugins/mmviewer/lang/lang.rc2 index c0a897e5..d001cf59 100644 --- a/src/plugins/mmviewer/lang/lang.rc2 +++ b/src/plugins/mmviewer/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -316,3 +316,4 @@ STRINGTABLE DISCARDABLE BEGIN IDS_MMV_EXTENSION_ERROR "Unable to initialize Windows extensions" END + diff --git a/src/plugins/mmviewer/mmviewer.cpp b/src/plugins/mmviewer/mmviewer.cpp index 2a2cbd3f..947efbb3 100644 --- a/src/plugins/mmviewer/mmviewer.cpp +++ b/src/plugins/mmviewer/mmviewer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -304,7 +304,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "MMVIEWER"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/mmviewer/mmviewer.h b/src/plugins/mmviewer/mmviewer.h index 9dd9382d..e3556adf 100644 --- a/src/plugins/mmviewer/mmviewer.h +++ b/src/plugins/mmviewer/mmviewer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mmviewer.rc2 b/src/plugins/mmviewer/mmviewer.rc2 index 9b89d733..f5e985b2 100644 --- a/src/plugins/mmviewer/mmviewer.rc2 +++ b/src/plugins/mmviewer/mmviewer.rc2 @@ -1,4 +1,4 @@ -// +// // mmviewer.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -46,3 +46,4 @@ BEGIN VK_SPACE, CM_FILE_NEXT, VIRTKEY, NOINVERT VK_SPACE, CM_FILE_LAST, SHIFT, VIRTKEY, NOINVERT END + diff --git a/src/plugins/mmviewer/mod/modparser.cpp b/src/plugins/mmviewer/mod/modparser.cpp index c7d20501..8db6a41b 100644 --- a/src/plugins/mmviewer/mod/modparser.cpp +++ b/src/plugins/mmviewer/mod/modparser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mod/modparser.h b/src/plugins/mmviewer/mod/modparser.h index 61fc46be..4138f569 100644 --- a/src/plugins/mmviewer/mod/modparser.h +++ b/src/plugins/mmviewer/mod/modparser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mp3/id3tagv1.cpp b/src/plugins/mmviewer/mp3/id3tagv1.cpp index dd881ec5..152b5c14 100644 --- a/src/plugins/mmviewer/mp3/id3tagv1.cpp +++ b/src/plugins/mmviewer/mp3/id3tagv1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mp3/id3tagv1.h b/src/plugins/mmviewer/mp3/id3tagv1.h index 104b31fb..172f787d 100644 --- a/src/plugins/mmviewer/mp3/id3tagv1.h +++ b/src/plugins/mmviewer/mp3/id3tagv1.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mp3/id3tagv2.cpp b/src/plugins/mmviewer/mp3/id3tagv2.cpp index c164d129..9d419555 100644 --- a/src/plugins/mmviewer/mp3/id3tagv2.cpp +++ b/src/plugins/mmviewer/mp3/id3tagv2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mp3/id3tagv2.h b/src/plugins/mmviewer/mp3/id3tagv2.h index 771c3287..2c13c72c 100644 --- a/src/plugins/mmviewer/mp3/id3tagv2.h +++ b/src/plugins/mmviewer/mp3/id3tagv2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mp3/mpeghead.cpp b/src/plugins/mmviewer/mp3/mpeghead.cpp index ce1aa1d9..22fcbe5a 100644 --- a/src/plugins/mmviewer/mp3/mpeghead.cpp +++ b/src/plugins/mmviewer/mp3/mpeghead.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mp3/mpeghead.h b/src/plugins/mmviewer/mp3/mpeghead.h index 9f4578e8..43b44da9 100644 --- a/src/plugins/mmviewer/mp3/mpeghead.h +++ b/src/plugins/mmviewer/mp3/mpeghead.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mp3/mpgparser.cpp b/src/plugins/mmviewer/mp3/mpgparser.cpp index 963a7a72..73fef55a 100644 --- a/src/plugins/mmviewer/mp3/mpgparser.cpp +++ b/src/plugins/mmviewer/mp3/mpgparser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mp3/mpgparser.h b/src/plugins/mmviewer/mp3/mpgparser.h index 894f623a..a81fbb76 100644 --- a/src/plugins/mmviewer/mp3/mpgparser.h +++ b/src/plugins/mmviewer/mp3/mpgparser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mp4/mp4head.cpp b/src/plugins/mmviewer/mp4/mp4head.cpp index 74a53e46..156347bc 100644 --- a/src/plugins/mmviewer/mp4/mp4head.cpp +++ b/src/plugins/mmviewer/mp4/mp4head.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mp4/mp4head.h b/src/plugins/mmviewer/mp4/mp4head.h index be298e6a..64f152e8 100644 --- a/src/plugins/mmviewer/mp4/mp4head.h +++ b/src/plugins/mmviewer/mp4/mp4head.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mp4/mp4parser.cpp b/src/plugins/mmviewer/mp4/mp4parser.cpp index d726723b..c00ae595 100644 --- a/src/plugins/mmviewer/mp4/mp4parser.cpp +++ b/src/plugins/mmviewer/mp4/mp4parser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mp4/mp4parser.h b/src/plugins/mmviewer/mp4/mp4parser.h index 63feb8bc..99ac5264 100644 --- a/src/plugins/mmviewer/mp4/mp4parser.h +++ b/src/plugins/mmviewer/mp4/mp4parser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/mp4/mp4tag.cpp b/src/plugins/mmviewer/mp4/mp4tag.cpp index 9bc7bcd0..e926dab8 100644 --- a/src/plugins/mmviewer/mp4/mp4tag.cpp +++ b/src/plugins/mmviewer/mp4/mp4tag.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/mp4/mp4tag.h b/src/plugins/mmviewer/mp4/mp4tag.h index 6692b4ed..71cffd7d 100644 --- a/src/plugins/mmviewer/mp4/mp4tag.h +++ b/src/plugins/mmviewer/mp4/mp4tag.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/ogg/ogg.h b/src/plugins/mmviewer/ogg/ogg.h index 45ef98d4..9fcbf0a7 100644 --- a/src/plugins/mmviewer/ogg/ogg.h +++ b/src/plugins/mmviewer/ogg/ogg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /******************************************************************** diff --git a/src/plugins/mmviewer/ogg/oggparser.cpp b/src/plugins/mmviewer/ogg/oggparser.cpp index 27162037..c0d9b802 100644 --- a/src/plugins/mmviewer/ogg/oggparser.cpp +++ b/src/plugins/mmviewer/ogg/oggparser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/ogg/oggparser.h b/src/plugins/mmviewer/ogg/oggparser.h index dc60056a..08ace2ac 100644 --- a/src/plugins/mmviewer/ogg/oggparser.h +++ b/src/plugins/mmviewer/ogg/oggparser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/ogg/os_types.h b/src/plugins/mmviewer/ogg/os_types.h index b2d1e663..c1cbf566 100644 --- a/src/plugins/mmviewer/ogg/os_types.h +++ b/src/plugins/mmviewer/ogg/os_types.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /******************************************************************** diff --git a/src/plugins/mmviewer/output.cpp b/src/plugins/mmviewer/output.cpp index eb302bc3..06395845 100644 --- a/src/plugins/mmviewer/output.cpp +++ b/src/plugins/mmviewer/output.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/output.h b/src/plugins/mmviewer/output.h index b51b729d..010a4c87 100644 --- a/src/plugins/mmviewer/output.h +++ b/src/plugins/mmviewer/output.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/parser.cpp b/src/plugins/mmviewer/parser.cpp index 692a16ef..6096a400 100644 --- a/src/plugins/mmviewer/parser.cpp +++ b/src/plugins/mmviewer/parser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/parser.h b/src/plugins/mmviewer/parser.h index d55f9c12..3f48cd2a 100644 --- a/src/plugins/mmviewer/parser.h +++ b/src/plugins/mmviewer/parser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/precomp.cpp b/src/plugins/mmviewer/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/mmviewer/precomp.cpp +++ b/src/plugins/mmviewer/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/precomp.h b/src/plugins/mmviewer/precomp.h index 27beadc8..9751f406 100644 --- a/src/plugins/mmviewer/precomp.h +++ b/src/plugins/mmviewer/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/renderer.h b/src/plugins/mmviewer/renderer.h index 1bdeec8a..02762aa9 100644 --- a/src/plugins/mmviewer/renderer.h +++ b/src/plugins/mmviewer/renderer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/renmain.cpp b/src/plugins/mmviewer/renmain.cpp index cf9abb78..7ef1e81c 100644 --- a/src/plugins/mmviewer/renmain.cpp +++ b/src/plugins/mmviewer/renmain.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/renpaint.cpp b/src/plugins/mmviewer/renpaint.cpp index bbefac16..5ded63d0 100644 --- a/src/plugins/mmviewer/renpaint.cpp +++ b/src/plugins/mmviewer/renpaint.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 9c56f629..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 9e0288f42089acac40b0584ad1f19220f9d1d261..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4854 zcmeI0`A<_p5Xa|FY5J4KSSdAxH1UU03RY<$@}R`LZZDE8A=$}Bl~WLHngTS+-l8oaeH8IU2ogku3e|DfnBwI zE7=$OU`saTTj9%|Lqsu5&Xz6dS1q^~bQ!t{)m5l2%}_0}V*tfnV2ZZKsKlsh+isTv zrks*;&zXbWZ9xzg$H&|ITo|;JSCF(g{Vv z77%shmcFF}Njr4f9Jt;%wsaqD48Rdwg_EQ96SdmFjnykNPUFpa^t0n=9Z?^Go3ahG zDGSL8m1~+!aSr846UT81J&)@1Dl^>^OSvNJa*R4V&f2RoV9Ssy|#o8=#ww4@MYaNgj1dK@myZ;e7tlQ zf{)o;VxH6STzWZm)?O4V)rp1!{7zBixp=A)?E>QF0jFji?+#rgQ|!9x*%RV`w^89m z#o)^^Op)Rn()qjlCCc+(f~y(R-@n%v-=}WB86V?6^Tpj{r@QaOhn>f#=cfC>$Z%gy zZjZK!t`uc2Yh#VPQ*WXq=iMXwP!_EWbY#cm6+ek-Au!5&kI69f_6g5(;R>0Na`YpI zC7hwl=I(yAoB%h4mh$xCK}oX;EG){_U56Gyk^Gxy``k zl%iI7ZH5Q9{Bn*W&8jcc;{{~!@}y#5uG+7=9}E14N4`CIA2c diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 67a93a83..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\mmviewer\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 46204c21d5fe5d8c90f7834d9bdaa9774adf8e60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4812 zcmeI0`%e==5Xa|FY5J4KSSdAxH1UU03RY<$a!_I}xnLhy=_`Fe@sC$O-`zVXAc68Q zZDKaJ&zaeI?dw3G^cI_s04eY8N zTFJiH2V1cz-x^=`5+aIWa<*zoziPpQpv%xrsIEhGWrk{z9Rn!t15>mEMkPj7+jYAX z7*`!{+dxQ4aVzMe?aYn!_q~d?M~T?c%fCafz&_d~pjV|YJ~UIMSAoM>UY?U`gj~C5 zL7GjZ)&3>hV0Qa*E`p0I2yZ=ECc#N8vv zvr`>eCX5HJPFb4OV+Yx#?Sb8dYKU}AW}D23n+RW)Tp@TJFi)V>Vs5|eF4|!`Y6aP9Z9W<*mvWU_Yu-_CdcldNCUBKlbc6|!3DSHLY zbR17 z+#PKbT`9_5*Tx2Ur`|+K&U--ip)6V%=*UjVD}EBwLSU5lo|0kc?Gs++!WA+j<>)64 zOE^Q9&E5ZMIRkDAE#>P!pqRWz^i~s1?Wk9le<3Lk(wj$F(xSXp{M#=BUsH-&WwIG^ z{xNkIxff>IK$|?>O}*PE*aLm$Pw8I{&XD;vU!kfRcN&m&pK1j8#XJE00_B RSJtc@{i)E4Ke2k+{s5N1AP@im diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 16b887e5..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 0ed3df1f6ffc5f73de643e65107e2d2a328aa4be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0ZEq4m5Xa}ETzI81($boy;ax3MiBcPjZDTee2nS+$%0XN7!>hml?m?-w>64hl zn9V-i?#%8y?d;6`_#WAsHBIfY71I91p8HXWw$6OT_HD~vT$?M|TZ(YY_S(kjK2;Om znze0YMQUO(D_z!OKmU=hqFvB_wg#(pn=H(?ZOGgqt3z-D#u$heI8A#->47z2MYB4m z%SlapXJ>qmd>dJg)rN=c(+|Lo+11&5`X066sj1u4^X0(nf!SfN0V~e>lykmf=nR-T zbpV7z8UufR0!+-#T~3*3X4b(;4H-E~&QrU`N_MG>k%)Ln;8F4`&aL7V zoCaynxNif|1Xi=c5Z{TH@W_uQsrHA+WyG$LhpgE_I;zm;Y!@iUoUl8z4WJ|2Lz2>y zbWyz~)yR&R8>2DN7$M^cV`*Xt{D!SlHyD-YnvxX;3v}S_vQ`6j2zEH(Fr6)6<$3BR z?I!&;du;UqHvFbmYVp#5q2jpvMieR@pd)*<_Wi^gmpXb$>h8AUM*Vo8Gaz> zXot1c@xfPpm^{TNxC<}%D)RH6gI}YizyGdh-==PU86RUm_w&26lWu<#A9f%AJT?6X zdWO4Fa^RFsl(A_~ov2(ZA5`VF^8{|SC?8#((4QWD~n diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 11aa2726..00000000 --- a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\mmviewer\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/mmviewer/vcxproj/salamander/Release_x64/plugins/mmviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index fd988a3921c21807c4bee1dfd8beddd225e3d9e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0ZBG+H5Xa}ET>465EEEhOyhA8T6f{zSm`$46UTdXKxjSg}!>hml?p-Mo!jqW8 zn9V-i?#%8y?d;6`{1MrbwN34j)$;z>p8L@@ZIk(3+qX4)acOSb-cp2Hx7U{D`|O$U zmaJEv(jfh_Vb_k+OR3@7i+QFv}|F%Yh&gPSRI2KFj62o;I!=-WdK&jie`0A zpOf15&QAHB_%^Z%t1S;Xq#uDDv#YZY^aE1jw z>IevjG)DgX1elne`>co_VfCRTf%25vW!Aw-0~t9=#Z$Y(N_nY^k%)Ln;8F71m|Mjw zI1SP+xbFhd23E7e5Z{TH@WhX@T>E3>GGW)qLpJPvKH80$vs+og!_hJ<1s!Sb z%jFM)pS#)Zcqq9{y|&Aur8fR=g5AlBJQPj)c)JFE^O#$+jdeTk$>h8AUM*VoDSja6 zXp^or4t|f8{{FjOew(`bWxS95+|KV7Ctd$0-t9jAd1{7t z^b9wp0M%9p8xT(Am-Gm3h} zv{mAcjCKfz9VDsTp$f0c!$$dQr}3$mS^N)i+_}VO$l9AeYi|%0C`aEVDyWmit8G%w Ut+4Ew*P=$lP0_!ALjM)}1r2H1egFUf diff --git a/src/plugins/mmviewer/versinfo.rh2 b/src/plugins/mmviewer/versinfo.rh2 index d45cf415..c4505a85 100644 --- a/src/plugins/mmviewer/versinfo.rh2 +++ b/src/plugins/mmviewer/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __MMVIEWER_VERSINFO_RH2 #define __MMVIEWER_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // pull in the version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Multimedia Viewer for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __MMVIEWER_VERSINFO_RH2 diff --git a/src/plugins/mmviewer/vqf/vqfparser.cpp b/src/plugins/mmviewer/vqf/vqfparser.cpp index 8b0e6a76..0e0126e9 100644 --- a/src/plugins/mmviewer/vqf/vqfparser.cpp +++ b/src/plugins/mmviewer/vqf/vqfparser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/vqf/vqfparser.h b/src/plugins/mmviewer/vqf/vqfparser.h index 297bb1dc..801ec53e 100644 --- a/src/plugins/mmviewer/vqf/vqfparser.h +++ b/src/plugins/mmviewer/vqf/vqfparser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/wav/wavparser.cpp b/src/plugins/mmviewer/wav/wavparser.cpp index f5b83e2c..2d4b4d29 100644 --- a/src/plugins/mmviewer/wav/wavparser.cpp +++ b/src/plugins/mmviewer/wav/wavparser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/wav/wavparser.h b/src/plugins/mmviewer/wav/wavparser.h index 15e9e126..fe2aedbf 100644 --- a/src/plugins/mmviewer/wav/wavparser.h +++ b/src/plugins/mmviewer/wav/wavparser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/mmviewer/wma/wmaparser.cpp b/src/plugins/mmviewer/wma/wmaparser.cpp index 8159abb8..43005ea1 100644 --- a/src/plugins/mmviewer/wma/wmaparser.cpp +++ b/src/plugins/mmviewer/wma/wmaparser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/mmviewer/wma/wmaparser.h b/src/plugins/mmviewer/wma/wmaparser.h index a9a51f9e..d8e4fca6 100644 --- a/src/plugins/mmviewer/wma/wmaparser.h +++ b/src/plugins/mmviewer/wma/wmaparser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/nethood/cache.cpp b/src/plugins/nethood/cache.cpp index 442f35bf..52add2ea 100644 --- a/src/plugins/nethood/cache.cpp +++ b/src/plugins/nethood/cache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/cache.h b/src/plugins/nethood/cache.h index e8c95734..772541c0 100644 --- a/src/plugins/nethood/cache.h +++ b/src/plugins/nethood/cache.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/cfgdlg.cpp b/src/plugins/nethood/cfgdlg.cpp index 4eb788d4..fbf26dc0 100644 --- a/src/plugins/nethood/cfgdlg.cpp +++ b/src/plugins/nethood/cfgdlg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/cfgdlg.h b/src/plugins/nethood/cfgdlg.h index 43f1bc8c..b3a2cf34 100644 --- a/src/plugins/nethood/cfgdlg.h +++ b/src/plugins/nethood/cfgdlg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/config.h b/src/plugins/nethood/config.h index 82a58781..dd66b8fa 100644 --- a/src/plugins/nethood/config.h +++ b/src/plugins/nethood/config.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* @@ -12,7 +12,7 @@ static const TCHAR SuggestedFSName[] = TEXT("net"); -static const TCHAR HomePageUrl[] = TEXT("www.altap.cz"); +static const TCHAR HomePageUrl[] = TEXT("www.taskscape.com"); static const TCHAR PluginNameEN[] = TEXT("Network"); // do not translate - it's used before language module is loaded and for debugging purposes diff --git a/src/plugins/nethood/entry.cpp b/src/plugins/nethood/entry.cpp index 37edbeba..e57ad9df 100644 --- a/src/plugins/nethood/entry.cpp +++ b/src/plugins/nethood/entry.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/globals.cpp b/src/plugins/nethood/globals.cpp index e74f5d3d..95ac032b 100644 --- a/src/plugins/nethood/globals.cpp +++ b/src/plugins/nethood/globals.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/nethood/globals.h b/src/plugins/nethood/globals.h index 76283951..10a5caf3 100644 --- a/src/plugins/nethood/globals.h +++ b/src/plugins/nethood/globals.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/help/hh/nethood/dlgboxes_config.htm b/src/plugins/nethood/help/hh/nethood/dlgboxes_config.htm index df08d7e9..ed258b2c 100644 --- a/src/plugins/nethood/help/hh/nethood/dlgboxes_config.htm +++ b/src/plugins/nethood/help/hh/nethood/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + Network Configuration dialog box @@ -67,7 +67,8 @@

    Options

    - + + diff --git a/src/plugins/nethood/help/hh/nethood/introduction_intro.htm b/src/plugins/nethood/help/hh/nethood/introduction_intro.htm index 08eab899..3bc71f89 100644 --- a/src/plugins/nethood/help/hh/nethood/introduction_intro.htm +++ b/src/plugins/nethood/help/hh/nethood/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -25,7 +25,8 @@

    Getting Started with Network Plugin

    for a description of basic work with file system plugins.

    - + + diff --git a/src/plugins/nethood/icons.cpp b/src/plugins/nethood/icons.cpp index b3f49bf0..8d882ce0 100644 --- a/src/plugins/nethood/icons.cpp +++ b/src/plugins/nethood/icons.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/icons.h b/src/plugins/nethood/icons.h index b44211cf..d4896725 100644 --- a/src/plugins/nethood/icons.h +++ b/src/plugins/nethood/icons.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/lang/lang.rc2 b/src/plugins/nethood/lang/lang.rc2 index cdad54cf..986e436b 100644 --- a/src/plugins/nethood/lang/lang.rc2 +++ b/src/plugins/nethood/lang/lang.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -39,3 +39,4 @@ BEGIN IDS_PLUGIN_NAME "Network" IDS_DESCRIPTION "Provides access to computers on the network." END + diff --git a/src/plugins/nethood/nethood.cpp b/src/plugins/nethood/nethood.cpp index 1fcc65be..24f6c491 100644 --- a/src/plugins/nethood/nethood.cpp +++ b/src/plugins/nethood/nethood.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethood.h b/src/plugins/nethood/nethood.h index 66d49604..5464f7bc 100644 --- a/src/plugins/nethood/nethood.h +++ b/src/plugins/nethood/nethood.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethood.rc2 b/src/plugins/nethood/nethood.rc2 index 02ecccb6..6d3a4fab 100644 --- a/src/plugins/nethood/nethood.rc2 +++ b/src/plugins/nethood/nethood.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -19,3 +19,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/nethood/nethood.rh2 b/src/plugins/nethood/nethood.rh2 index 42fd0ab4..df931d06 100644 --- a/src/plugins/nethood/nethood.rh2 +++ b/src/plugins/nethood/nethood.rh2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/nethood/nethooddata.cpp b/src/plugins/nethood/nethooddata.cpp index 2a4ee3a8..98bb016a 100644 --- a/src/plugins/nethood/nethooddata.cpp +++ b/src/plugins/nethood/nethooddata.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethooddata.h b/src/plugins/nethood/nethooddata.h index 5542757c..c81ea433 100644 --- a/src/plugins/nethood/nethooddata.h +++ b/src/plugins/nethood/nethooddata.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethoodfs.cpp b/src/plugins/nethood/nethoodfs.cpp index a5557628..3b89ad7d 100644 --- a/src/plugins/nethood/nethoodfs.cpp +++ b/src/plugins/nethood/nethoodfs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethoodfs.h b/src/plugins/nethood/nethoodfs.h index 45448618..a0a77f2f 100644 --- a/src/plugins/nethood/nethoodfs.h +++ b/src/plugins/nethood/nethoodfs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethoodfs2.cpp b/src/plugins/nethood/nethoodfs2.cpp index 150f887b..121f4927 100644 --- a/src/plugins/nethood/nethoodfs2.cpp +++ b/src/plugins/nethood/nethoodfs2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethoodfs2.h b/src/plugins/nethood/nethoodfs2.h index 4e58c662..38de3d39 100644 --- a/src/plugins/nethood/nethoodfs2.h +++ b/src/plugins/nethood/nethoodfs2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethoodmenu.cpp b/src/plugins/nethood/nethoodmenu.cpp index 1c851382..fc8a1072 100644 --- a/src/plugins/nethood/nethoodmenu.cpp +++ b/src/plugins/nethood/nethoodmenu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/nethoodmenu.h b/src/plugins/nethood/nethoodmenu.h index 215d907f..278ff384 100644 --- a/src/plugins/nethood/nethoodmenu.h +++ b/src/plugins/nethood/nethoodmenu.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/precomp.cpp b/src/plugins/nethood/precomp.cpp index 1b039fd0..6285e6af 100644 --- a/src/plugins/nethood/precomp.cpp +++ b/src/plugins/nethood/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/precomp.h b/src/plugins/nethood/precomp.h index 453d1348..25ba71b8 100644 --- a/src/plugins/nethood/precomp.h +++ b/src/plugins/nethood/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/salutils.cpp b/src/plugins/nethood/salutils.cpp index 0cf3b480..bac0af89 100644 --- a/src/plugins/nethood/salutils.cpp +++ b/src/plugins/nethood/salutils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/salutils.h b/src/plugins/nethood/salutils.h index 547d6c49..7aa8589b 100644 --- a/src/plugins/nethood/salutils.h +++ b/src/plugins/nethood/salutils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/tree.h b/src/plugins/nethood/tree.h index d039cea3..a6d4766a 100644 --- a/src/plugins/nethood/tree.h +++ b/src/plugins/nethood/tree.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 9f14282a..00000000 --- a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\nethood\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\nethood\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\nethood\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\nethood\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 11ca1484709f5a307b82a84dbe81c5c7bd907baa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4844 zcmeI0X-}F#5Xa}E5MH%uN<|uDNcsX1Ev=xbD5lxuiRDmQu5eV^58w9p-{ld!qIfje zG*9-PnVoBAXP@7{686Swrn+b;J~yq0c525qu!hzBYSl8+_Q+oQ-mbNLyGdOIyKIM6 zuut~RR%}99qomIvqA5(qRxR$At#T*mB6MS_>rh>pqnc;O3KaK&$=d;=0;96+`dxC2 z%bvGwAS9)@6?EQq7RI`Mue|N?MeG>l-=UXdAMH}1SEesMG*hNmg2Q=U9+PT>T)SvN znvJE^{sr4$cKduTf{PhMu%0Xv=j=d-yN}{S?hjQhS$Sd!Ia580vZg57|sL%IgD4d%p6gfB}j2VNV@6KHi=anuc{ox(#8T!)u+ z{hkBsuu=yu@ZcD?*nI%pkkSOo!F>e{I=-amaEq1Y;;4b-(%}HPq^B&N5MsbK(gm%? z5;uXU0jpVINY;VZWZ(BjQ!Dq-MIWkyD{*SnexO!c@niLhjFWhB7VYeLS|`-U;3jMf zUCKJLK$7S z2U3&_b%s`PXdP&IL(O}J{3qD*Iq@$aZKGM8k7bl5hy5mKxlPf1^aCyrvFk&4P1p-) zu5+$mLZ|9&SjXmP*gRn$8IQd6)7Uti>zRceciIX*pdw#dqon=V!KqI9Xdy3nI$kFoD!rU}YcGqHYDB|6ey1q%R6Lc5b`|305vOJo?{+?tDR$|`n)mE6aUj?z z_pD;@#TceY@dfF^z5N{J`7goceChAs>&x#`H{Xm8@t?)wZoJd&cjEodZ{!s}iD?cP<-Om?F!b(m=ecl+%t$%< ziN_Moz-M!}y;!~jHGz_{^{>#2-y(XYiK6z?`zpMRbXT-I2g~wy3U9s?e1&&~&TI-E zCwyv^)27J&HQNEEjwbbXNFl9WV%_O&r~cUMtnp9DT)!e|`1=uYyXy}@!N1~*!;7%Gw2W@WRMObMsB>fpN%c58Qw;1fmX3&0g`f@!b(Cniahk zJJpb7%((CCge6%$^^hIfF4zsII;3kb+h9)IMEJ7ga^SVWJcCx36-V8G+BrP*z;$?8 z*Y7#74l8xw0uPRHi`@sn4Jl2a9NbsXpyNw=4tH2tE{+;VE*%b#OM1%U2_XjTB3;mG zEO8Tv8nBubhGZRhP4<0nG_`UMUG$+UxDuyE?FVYL6+c$5$T*27XVK1qr*%es3U0!7 z(50*+3zTl?HNhE_7mYo~3A8+-FI)70Ung>`^Eu8#%(;9o_?-hc&sqi89(#lx4yUte zd>}>1P-kcrhctCT4zeV&)6GiQ(_f>cs>8@yb4wmKZ6yAI(xSH^(RTi5f z-yczTkgAUE^jb(EpWa^G>HVhu*lVe=;!@Uc$QJ%^MBL!|3sCSc^&)qFfwAg{Z{};u R{=S;GVmJ?a=f^fr+8;}b9jO2S diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index e066d8bf..00000000 --- a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index d9b5c9b3742d4cb7ff00fc331eb30563fddb0deb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4322 zcmeI0ZBG+H5Xa}ET>465EEEiBc!yAwC`hCNF`G2?dWA}#ay@MI!>hml?zI$=@MO(l z%w>1)c4ubiX=i8d$M?vVEH?E=R>{X>d+y)1=o`%M*q*J~iz{ivuXP*KpIVdEhGlc}Z5uFm!0G_pfH4B11x{?wc)DO^tY}vI zbl54jcXrPA(D#v*SZ#X99%CQu1gg&7Gj?fB&rQQ7UM>e-7t9lA^;vQB3Di#EVF0f4 zl=`eYbkX;_r`7|e1xDb;@!f%s6pRtA4U|KUIvR33CC}?ND@ElkK^xL*iiFbL`phF< zA!pF^RQ5IyF|e8yhNMotc8C5g%Pl`ZD?_M89+vrg? zk{x!h=rpoJ=0;dcJVt0Z<6U+b0Ka0(v=!cJGdsxxgZDXbH(9F#I{-WEaFEYd@bEHi zm42163au*8@`)H|?ULknd`$eyKf7pFr=*C|Y@pc*TJF*m55B_XA$ENTuaP~0W|h88@NVZLnPQi2t9j2pCk_M~ zZLs!uV({e{rbzJ#>B8;(80Gmd!LPZ}-@n(3?^D;`j1TdjyT#qkpl_lyif)sLIy!n#=$3hV!Gp1Hbo-lKli&2;eOM diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index ca725b99..00000000 --- a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\nethood\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/nethood/vcxproj/salamander/Release_x64/plugins/nethood/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 81d2e033e793b1d04d1f81a0043e0dea4ca96528..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4280 zcmeI0ZBG+H5Xa}ET>465EEEhOyhAA3XwgUoVm4{&^$L}?*Ypls{qXAVzk4kpAv}pW zjJfRY-R{inJnihv{rnNxlEtR}z-q;KXwUuIHhr7= zyd~?|*fwYrOIYc%p7{Asd~Mj2{@6OKwk9bR8@9dQCvF{_Ru-fsEL&g!<2~?eZU>wjoo}0GKyj%{v0hmY78nNQ&6Q~`-Lkh0* zlt!#ObTRU~PizQG7mUD-dB~Q%FWwrA725*JF(>RJ`VP>M?Vv~5 zNOovm(rIM-%w=m;$JiJO< zrC()Sht@jK@`)H|?UEFBd`$eyKL==5r=*P1Y@*p2S{~3855B?WK6bqiuaP~0<~pbQ zDRd6J4ZGNUip?W?!*}kjU&F@XOrKfU5eJv?0X6y38m;EP9h~Zf=eP2LhvQ{f3O=$T zjw>35D0j2d@lbl1dTW=(N-^@sjdwdA$rQVETb=jpQ{q6d z(I#t;Ck9`PVTu%=kuKcck5Qig68xSk{r!8r{62N{&3GUGxn10y?{xj0c(?QT=eZf) zF*4kgldGfcTvv*+7q#({yi--tJm>vL_MyC48E9rF + Introduction @@ -24,7 +24,8 @@

    Getting Started with Quake PAK Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/pak/spl/lang/lang.rc2 b/src/plugins/pak/spl/lang/lang.rc2 index 3f82bced..eff683df 100644 --- a/src/plugins/pak/spl/lang/lang.rc2 +++ b/src/plugins/pak/spl/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -49,3 +49,4 @@ STRINGTABLE IDS_MENUOPTIMIZE, "&Optimize PAK" IDS_EXPIRE, "Sorry, the plugin has expired. Please check our web site for newer version." } + diff --git a/src/plugins/pak/spl/pak.cpp b/src/plugins/pak/spl/pak.cpp index 757bda40..eaf1c9bb 100644 --- a/src/plugins/pak/spl/pak.cpp +++ b/src/plugins/pak/spl/pak.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -145,7 +145,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs NULL, "pak"); // set the plugin home page URL - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/pak/spl/pak.h b/src/plugins/pak/spl/pak.h index 7ac7d6ce..9d637f2b 100644 --- a/src/plugins/pak/spl/pak.h +++ b/src/plugins/pak/spl/pak.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pak/spl/pak.rc2 b/src/plugins/pak/spl/pak.rc2 index d7d86e35..af578200 100644 --- a/src/plugins/pak/spl/pak.rc2 +++ b/src/plugins/pak/spl/pak.rc2 @@ -1,4 +1,4 @@ -// +// // pak.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -13,3 +13,4 @@ #include "versinfo.rc2" IDB_PAK BITMAP "pak.bmp" + diff --git a/src/plugins/pak/spl/pak2.cpp b/src/plugins/pak/spl/pak2.cpp index 7ddb4b32..b2b955d0 100644 --- a/src/plugins/pak/spl/pak2.cpp +++ b/src/plugins/pak/spl/pak2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pak/spl/precomp.cpp b/src/plugins/pak/spl/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/pak/spl/precomp.cpp +++ b/src/plugins/pak/spl/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pak/spl/precomp.h b/src/plugins/pak/spl/precomp.h index 71fb5049..0e8604f7 100644 --- a/src/plugins/pak/spl/precomp.h +++ b/src/plugins/pak/spl/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pak/spl/versinfo.rh2 b/src/plugins/pak/spl/versinfo.rh2 index f26426be..a3a45372 100644 --- a/src/plugins/pak/spl/versinfo.rh2 +++ b/src/plugins/pak/spl/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __PAK_VERSINFO_RH2 #define __PAK_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // retrieve the version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 1999-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 1999-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Quake PAK archiver for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __PAK_VERSINFO_RH2 diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index eacbff3a..00000000 --- a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index d0441d8bc7212e0a14c6db50706f02084e7506c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4864 zcmeI0X-`u@6o$`FY5GZHtdtr;n)soVf>m0G6iUoZZfX~-bW0bg{&@9yXL`G^1j?et zn90nY<;>aV%$)n{XUyJM)zs!KK?!VNJ!>t@MDt&*VtuPy4XBol?2Pf?7D!<(TgpL| z?ZjTY-o7>6cbm2h<)R&1&OX^YTeC5BgPNQ|gcF#Qty|PDTIo*EdGJP9H^I6#hcyeu z5*QDG$=VU49HXM`J1QB*MaSDN5RyaO3OZ|hOYgd#R@M$EAr!s*d-O8U5tS0XB7O0p znIgRc9M1Fdm{>#P+D8l0Y$UDd=WL7F-RWEi7c&TNJy|B&6Io~*Y~=-Rj~GdoJ<4V1 z4SRcKZU&jN_jsE3(*hW@yMdpksq)Aw{xsmL`Ol2fc0ud?HMHT}e8alzIApcUUcX}i zM2$UFdqrvC)k9V^D|}5TRgq=HxaZoK#aXR5$Tr^&yX#;Lkgm>bojGw6;>(gNV4u#* zDY!bUXk6j+1bA1+(dt_p_!{e;cEGp^)jnJfs12Y3xGtf&fD(6{?Xa>MoYaw2I_o2k z^pc*Q`CX*)T8t!Z08s^2v)UmU`%ZH`*Bef(+C>LFunMlgDbe=>t-d8URxi&uj_0P) z%7MdmN?T!X%y!VBtRamTuIMwynUmLy9LF)VJESigbb((dQmj(~{6FGczUKWbU~iVS z60lupcnXJ;*(5ekP*b!izKT1WK+F17=Lzx`Z^P%rzkIWWW_2D`QJM_)8>8hGRX5dl zxID(L58*XtFTlCUIerPAva?|gn_pn_n0;hCbk*6;yU`O*e8>Ba$^ z>U0m6@`9)1rM(h-3?>mU%|`Fr{~%JW}>%kQK=f3L5;Pu+YoKE!{Pi@On} z+wa8toyW)LrhU)Ia92)lj<%7m6lE8+vBkSn`A_ubJ>vDDSF~QB19FOy{UD|V!06q3 z#tTDvPB4877kC-zjehEOX;0t1=5ESR&RHFUL9g_0;E8e%Wn;o5I?AJb4x~Gx=_vp0 z9LeW&3Hb4OgwALJ-o_Mt^@dIG&d_Wdm>QZ>u8=@VWn7)f?WX?7>8Sos$XdH1q5rE9 ka*HeT&$;Y8&;6fctTv>~{B6~9ta)4dGojr6dOwKUZ(SfJ&;S4c diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 83994ce5..00000000 --- a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\pak\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 0d04a69a0b09f02818729ecda902ce3d285756ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4822 zcmeI0X-`@~6o$`FA$)4nl!`RQkn{s0T3SIY^ z+nK#~y+dod?=Ec_%0)Z1oPDx)wqaxH7BxAA2q!Qp+q9@(w9>tx^WcrJZi97W4r>;Q zB`_WXleH5@IYvc0bW}2oi;lN_AS8#l6?E1PmfrPeT3I`ygi!SIAJEG{M^sAmiuA>Y zW{UI*a5&G)Q(_H~>kutSvyrr-pR*li_os6qT+AT6^<ekR}Wdytnf9VR7I8%_rPh%Za7fPFeI z=iutFqH%@O6X0DPN2_mb;A^aV+5zJxRQqr_pf-RC;JSq70!rL*w#Uk9a8gH7>8y`D z(o1@J=J%1xYcZ0v0Ynv8&1#2a>^sf%TyHqBY8M^!z$&-`r$pZmwEC9ZSiL;sIG&qE zD@P93IczNU=!?@c)Q&`I`5$fW2AP zO2BrZ;VB$XW|P=FK~2%7_$uyf11;-UohQg&ybafhfB9w$&FVa?qBI%oH%7}Xs&1<9 zaCwSdAH!?RUVw9(bNmuKWoN@0HowB=G5g4P=&YZ_#{N9dEF5r$ZQui{@}(_m(v1T+ z)#)BCjB-)jTn`fMwUA#MR zkxa2mH`TmnkB9@_MwzvW!HY3Wk>U%|`FnaD<@qnc^>@mar*6L)ALBpE#odU~ z-FM={&g0W_(|%xNxGyKSN83nOin5E^*x}u&{3m+zp78q6D_Sqm0XfCUeh||FVD#?2 z;Dw<)Cz!s43%rc*f zj^uN?1l)`%`s&r1;AJtSZ6i$$T`4Vc?Kk7a9=ZSk diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 039515e7..00000000 --- a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\pak\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\pak\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\pak\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\pak\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/pak/vcxproj/salamander/Release_x64/plugins/pak/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 3557446b02705c89dd5a2c88ccdc82a7f0077d9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4282 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_a1r#!tIxZ8pj0IGBIaPs z$zIOv%Mtx4kC*n;&+_yY;6*#J1ADdt%iC){(H88bjpBVuCb}JK z+Q4$Op*2`(v)=IV_x$B-O8?QStX6Ei1aDd&*cq#RXamIvj5;(md&1X&YRrnDI;YJ^ zHG5+d{s+E~EX8WoV|E#PP&e4s*;~dAt?Id{*v!l2pzA={Vy_-6`mfp*qt5C9cj%z! zPaRqp`Z}0_3&($(^M~*|qBX&C@LxtVjxXhTJZ2?nJT;JBdK@B|bd_6pzzgIHnw`ts z1fvG7prVkpL$A$&pN(Tn_tD0HT_cZKw$pf4WK7u+SPqz|Tl7`1BRfWavWfIwTG3@> z=fFl-M?6MocFbJ*?}NW*yR6Kdc>aDfsR^o(?zF z?VU}S4}BY1hTWQn?9unZZgQ%#_w-$A%~Mmgndi%a*9Ei9S$%diuh})d?&`DdkU`(y zI>=&C$|J1s&tWZ_5h??{>G> zu_?Jsy|&Y$r8@p^h~3GHY>K8+yj=yqdBv+a#=4#NWb$45rIsywf*%MvI%IEqeDG}_ zCQtDR?!s@qjr{!Q;P)8m-~a3Bx2g3%<74dSetvg;)1UvuhrP$YPfhQEp5d;PtoOEa zS;@=Zmc~osPGv#!nD+zGhvH^Mpkp$NiG9bXIbam`UK3#`+i{CnxJ+cEsJ!j5gfsHd z+`2sFE4wpJP-OjubLM%6ax$Hydz4LuOh|u3$KRZuOey4eS?HQk)GL0?5@W=)J@{%M zHRTCeI8>(9PkuIyCtg0yt>?3`!d=M0t3C&>@b4?*F7fXd$;s7LDK~bO_S|Y&kKrvS Kv!81{W4{3PkI#+( diff --git a/src/plugins/peviewer/BinaryReader.h b/src/plugins/peviewer/BinaryReader.h index 13f74304..f7f263c1 100644 --- a/src/plugins/peviewer/BinaryReader.h +++ b/src/plugins/peviewer/BinaryReader.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* PE Viewer Plugin for Open Salamander Copyright (c) 2015-2016 Milan Kase - Copyright (c) 2015-2016 Open Salamander Authors + Copyright (c) 2015-2016 Taskscape Ltd BinaryReader.h Binary reader. diff --git a/src/plugins/peviewer/SortedStringList.h b/src/plugins/peviewer/SortedStringList.h index 62b0d291..665ada0d 100644 --- a/src/plugins/peviewer/SortedStringList.h +++ b/src/plugins/peviewer/SortedStringList.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // vim: noexpandtab:sw=8:ts=8 @@ -7,7 +7,7 @@ PE File Viewer Plugin for Open Salamander Copyright (c) 2015-2016 Milan Kase - Copyright (c) 2015-2016 Open Salamander Authors + Copyright (c) 2015-2016 Taskscape Ltd SortedStringList.h Sorted string list. diff --git a/src/plugins/peviewer/cfg.cpp b/src/plugins/peviewer/cfg.cpp index 6d6ff9bc..e8d4ddb4 100644 --- a/src/plugins/peviewer/cfg.cpp +++ b/src/plugins/peviewer/cfg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // vim: noexpandtab:sw=8:ts=8 @@ -7,7 +7,7 @@ PE File Viewer Plugin for Open Salamander Copyright (c) 2015-2023 Milan Kase - Copyright (c) 2015-2023 Open Salamander Authors + Copyright (c) 2015-2023 Taskscape Ltd cfg.cpp Plugin configuration. diff --git a/src/plugins/peviewer/cfg.h b/src/plugins/peviewer/cfg.h index 7ebd1579..dc52f5d4 100644 --- a/src/plugins/peviewer/cfg.h +++ b/src/plugins/peviewer/cfg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // vim: noexpandtab:sw=8:ts=8 @@ -7,7 +7,7 @@ PE File Viewer Plugin for Open Salamander Copyright (c) 2015-2023 Milan Kase - Copyright (c) 2015-2023 Open Salamander Authors + Copyright (c) 2015-2023 Taskscape Ltd cfg.h Plugin configuration. diff --git a/src/plugins/peviewer/cfgdlg.cpp b/src/plugins/peviewer/cfgdlg.cpp index f880869a..cf1fd2f3 100644 --- a/src/plugins/peviewer/cfgdlg.cpp +++ b/src/plugins/peviewer/cfgdlg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // vim: noexpandtab:sw=8:ts=8 @@ -7,7 +7,7 @@ PE File Viewer Plugin for Open Salamander Copyright (c) 2015-2023 Milan Kase - Copyright (c) 2015-2023 Open Salamander Authors + Copyright (c) 2015-2023 Taskscape Ltd cfgdlg.cpp Configuration dialog box. diff --git a/src/plugins/peviewer/cfgdlg.h b/src/plugins/peviewer/cfgdlg.h index 34eecb2b..0b975d3c 100644 --- a/src/plugins/peviewer/cfgdlg.h +++ b/src/plugins/peviewer/cfgdlg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // vim: noexpandtab:sw=8:ts=8 @@ -7,7 +7,7 @@ PE File Viewer Plugin for Open Salamander Copyright (c) 2015-2023 Milan Kase - Copyright (c) 2015-2023 Open Salamander Authors + Copyright (c) 2015-2023 Taskscape Ltd cfgdlg.h Configuration dialog box. diff --git a/src/plugins/peviewer/dump_dbg.h b/src/plugins/peviewer/dump_dbg.h index f41da31a..b2f3dece 100644 --- a/src/plugins/peviewer/dump_dbg.h +++ b/src/plugins/peviewer/dump_dbg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/peviewer/dump_res.cpp b/src/plugins/peviewer/dump_res.cpp index 2fdadc87..f605dc62 100644 --- a/src/plugins/peviewer/dump_res.cpp +++ b/src/plugins/peviewer/dump_res.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/peviewer/dump_res.h b/src/plugins/peviewer/dump_res.h index fb458b76..9b2f567f 100644 --- a/src/plugins/peviewer/dump_res.h +++ b/src/plugins/peviewer/dump_res.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/peviewer/help/hh/peviewer/introduction_intro.htm b/src/plugins/peviewer/help/hh/peviewer/introduction_intro.htm index b218874c..26bca0bd 100644 --- a/src/plugins/peviewer/help/hh/peviewer/introduction_intro.htm +++ b/src/plugins/peviewer/help/hh/peviewer/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -22,7 +22,8 @@

    Getting Started with Portable Executable Viewer Plugin

    for a description of basic work with plugin viewer.

    - + + diff --git a/src/plugins/peviewer/lang/lang.rc2 b/src/plugins/peviewer/lang/lang.rc2 index 3fa2618e..08b7f1dd 100644 --- a/src/plugins/peviewer/lang/lang.rc2 +++ b/src/plugins/peviewer/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -19,6 +19,7 @@ STRINGTABLE IDS_ABOUT, "About Plugin" IDS_ERR_OPEN_FILE, "Unable to open file %s." IDS_ERR_TMP, "Creation of temporary file has failed." - IDS_EXCEPTION, "Exception has occured.\n\nViewed file: %s\n\nIf you think that viewed file is not corrupted, please send this file to support@altap.cz.\nWe will reproduce and fix the viewer bug. Thanks for cooperation!" + IDS_EXCEPTION, "Exception has occured.\n\nViewed file: %s\n\nIf you think that viewed file is not corrupted, please send this file to support@taskscape.com.\nWe will reproduce and fix the viewer bug. Thanks for cooperation!" IDS_HIDDEN_SECTIONS, "No Portable Executable section selected in plugin configuration was found.\nUse menu Options > Plugin Configuration > Portable Executable Viewer\nin Open Salamander main window to setup visible sections." } + diff --git a/src/plugins/peviewer/pefile.cpp b/src/plugins/peviewer/pefile.cpp index 287cd7bb..7941737a 100644 --- a/src/plugins/peviewer/pefile.cpp +++ b/src/plugins/peviewer/pefile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // vim: et:sw=2:ts=2 diff --git a/src/plugins/peviewer/pefile.h b/src/plugins/peviewer/pefile.h index 51eb26ee..5b22d0af 100644 --- a/src/plugins/peviewer/pefile.h +++ b/src/plugins/peviewer/pefile.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/peviewer/peviewer.cpp b/src/plugins/peviewer/peviewer.cpp index 6d543685..af7194de 100644 --- a/src/plugins/peviewer/peviewer.cpp +++ b/src/plugins/peviewer/peviewer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // vim: et:sw=2:ts=2 @@ -116,7 +116,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "PEVIEWER"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // Default configuration. BuildDefaultDumperChain(); diff --git a/src/plugins/peviewer/peviewer.h b/src/plugins/peviewer/peviewer.h index 063b1596..507feaf7 100644 --- a/src/plugins/peviewer/peviewer.h +++ b/src/plugins/peviewer/peviewer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/peviewer/peviewer.rc2 b/src/plugins/peviewer/peviewer.rc2 index e8fd5134..25ccaa24 100644 --- a/src/plugins/peviewer/peviewer.rc2 +++ b/src/plugins/peviewer/peviewer.rc2 @@ -1,4 +1,4 @@ -// +// // peviewer.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/peviewer/precomp.cpp b/src/plugins/peviewer/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/peviewer/precomp.cpp +++ b/src/plugins/peviewer/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/peviewer/precomp.h b/src/plugins/peviewer/precomp.h index 7f7cbf4d..9fad75ee 100644 --- a/src/plugins/peviewer/precomp.h +++ b/src/plugins/peviewer/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 9e0b3636..00000000 --- a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\peviewer\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\peviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\peviewer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\peviewer\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 62be8a2b8b4cbf09e0a6f70c050b736282ce868f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4854 zcmeI0`%e==5Xa|FY5J4KSSdAxH1UU03RY<$a!_I}xnO%mw6F95)jwYSe0T4lyaMH6 ziZPdc&&cA zRqT_!vn88SRw(&1h$w+6*s`Vlx&?QFu0l7Zx(d~$8LDM=44}9ROxgArRT$N6+wD?f zTz9-}0wF2It)R=cH8FpA;RV^&$w zu0!imw^;LBgp7~be+a)LN*kyU{sVLv@?{;58>}oEPchPaiF!^~MZCesfz2c?NE;ra z4MY>UrElp#(hi+A2d+0xEZs*N18@Xa`#WA&heN7RSlW^4m( z%0jY2?TThIoI`oi#BrQK&tv+sMj!ZPqQ^2{$eBnvm;ZU+3&Ab37699455L21GMmQ_ za+CsffmX3-6=><8>AXWe;*Je zIomIx({MIyVe?aLp0SUN$IkkBY#ic^vlb4y*Ou@B75UN%CGW-|oa&s9=kkK5s&}H{E+ihP!fd zbF@u$r6_w*8*Aj9dK0BN?;hEQvS?+XBl}KX@spSq0;9b5I~j)FKH*s|Tq845j(+5@ zgfn#6-0iQH6X2%MQojBTis^eqZ#B`>j(Y3(7n1TIy?K-+Ey`=fzx{G>=HC`Nw>h|+ z@~Kr`o8twb*)A|Gw5j()4tez+>m@gy`V*(O_#czHbwyVHA0*}6yWXyyx^|Pg33lBM ztzw_-ovqlEvPQ{YK!gcQ!B#Ep*R63c=qhwms_Rf)nW0){#|9MlfhpSoqY9(C?Ydn` zjO&iKZ6GA2xD|BScIL+V`(9<+;|tl*%fCaf#6H@kL9b3~I zf;5{-tNkms!R+?MTnHDJ5Z-#SOp23QXcKD9E8HG1k}NxX*P++!?Txuh$cnwUapG$= zC9 zWv3RhOc)Pcov|#d#}2Yb+Xp*>YJhYRvk`ORCd8K|R{&lY%oAw!SNabhi-7Sd`;XvvOz8j>z<&cB27Fn^;}$E6##4m!UZTF!RS|FSabP=%3(|&% z=m60|Zs}V(khCMG&7teXiKPcL_d3u)(Q17xEb3* zo3fCsP`jbo4ChduG;thf&~r>*)))Z4O7vLe3pf)g=kh=AdjYs*)*8SL*u(FzpUmd* zgB+zmU7%GgS_fJ>XgTkY4|!`Y6aVtkE}GRDSwv|{*l&uKyA<6?Kj88ZyFP~3jJ<&7 zI%oSObehhFZESvy%`^6qaqO(0$HoEPIBVg6du;_DP?0aKQSxpaz^Tr8JeLE}rT{y9ROdh*PtPcLy$#DRy1=>Q>6HUbpGyMMtS~Aa6M!C_xJkZ`_%0><7511zPOw2boZV3u=Duz-1Ht88Scx; z?a?;Xm7?rbZETQt>P?j9ya!|-%A%Elj_o^n#ZO{d0F3h9?_?Ny`ve!caE;7JIr@pi z63)nFb9cX5&VZXjOZoaYD5mcbz12ihJL;|DUr5S>^yX2Pv?#9?|Mttl*OX7KGT9tC ze@xv&t~UD9iy?=EdV%$mJ5K$H(^Rzda<*?s=l^wt+~fKmP;qbeDj7h9vFecT(&HBW Ql{ITee=79iPpzJ{Kiz*H_W%F@ diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 9c953b1c..00000000 --- a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index c4a184b51c5156c5b6146628f4f2f2495e2e79f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0`)?9K5Xa|Fx$u+5NK0!P(%)*KN|f4IY#Xx)K{yc0D+d(xk5@n6-J=h&>C2kK zn9IIrcIUOTGxy_rWNX$m)yGyy+Y@{4dnM{R^A+2-Eqk#vSF*Q!!Y$it8>jnJO?Ye8 zwvla95{p^svL5^SkBqi$M*Z0utk!LEX})bk<_=jMf*UZ#K(xSV+B3c$SQAz>t8==X z)U=%~B?**|DQ%z}oYat!?Khsb5bu91hV*+JT?(B^CxD94mzEnww&$|m(D zZIQi-K+7(gK2Q@a~+{e=QDI3*&D_aul)i#4!8P3!wz4#jt!{DmbNGbKXy>6J3hIS6+9j-{Y=m?PJOxj zVeoUeyB&`umzmdgR2i56!)GIVJHJ~=do~=$VgFn z$72a6@zLDPxyu=FbM{h<{e>MDxrj10?Wq%$@q|1{uZ1!nMM>GqR6;J8hsKas=mzJZ zch09)5pJF+M6-QhTF6zIL>|tSl?~FjPyMNvVEoVW-&*22Wb}2P(btF=l)qPq7|LY$ Zs_T3g7Mk^}?6Q8tEz*C2-`hscegcy*;(Gu9 diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 71836e93..00000000 --- a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\peviewer\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/peviewer/vcxproj/salamander/Release_x64/plugins/peviewer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index d8a2c9dce422e03020c55edfc30a592e9de511c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0ZBG+H5Xa}ET>465EEEiBc!yB5(V~$G#B9>k_KHZKa(B?`hgX09-D?2};mMk- zF_(Rw*`24Iow=VsB3rSJsXnwy-X7U=-`k;XF<-Ym+prhc=638YpKxpT+R}WVh6!)Q zdN#IAN@6i9C#=VQ{u853n^1qTHmfbmF3tCB#N0lsBX9#o3Pcy2jy>b+gO#zOS)Fsj zNgaDg)q;pVIc!v~246a^UsBJZ7&UD;mdk&M1b?fT>f5 zKscl^^yeowV66*OpvN&jfszEuQ%Vmg2PaKr*3YE~HHJMj`8`(Bo7e}r7d>>7EL)rZMbe1^O5f-fUK|2gqNCTtpe0_SA{WctW0}*Fu?(qNL(wDj^pvL*bN9tzz0T zaYsfyfWt15RPIoQSLI>D{Iyg6%*!nPhdAzD<1=LKEuXbFi3*gX*NF;hWbvw7d>2+& S^vvtBM#D|fzkr$kOZE#=T-s#- diff --git a/src/plugins/peviewer/versinfo.rh2 b/src/plugins/peviewer/versinfo.rh2 index b18ff34b..4f93f484 100644 --- a/src/plugins/peviewer/versinfo.rh2 +++ b/src/plugins/peviewer/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __PEVIEWER_VERSINFO_RH2 #define __PEVIEWER_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // pull in the version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 1997-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 1997-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Portable Executable Viewer for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __PEVIEWER_VERSINFO_RH2 diff --git a/src/plugins/pictview/PVEXEWrapper.cpp b/src/plugins/pictview/PVEXEWrapper.cpp index 5eff79b0..2a18ba41 100644 --- a/src/plugins/pictview/PVEXEWrapper.cpp +++ b/src/plugins/pictview/PVEXEWrapper.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* This wrapper implements stubs for the functions exported by PVW32Cnv.dll @@ -168,7 +168,7 @@ const char* WINAPI PVGetErrorTextStub(DWORD ErrorCode) // FIXME: make this thread-safe. // FIXME: implement providing the string from Salamander, when needed // (PVW32Cnv.dll doesn't contain most strings anymore) - // FIXME: consult the default error text with Altap + // FIXME: consult the default error text with Taskscape Ltd static char errorStr[512]; if (ErrorCode == PVC_ENVELOPE_NOT_LOADED) diff --git a/src/plugins/pictview/PVEXEWrapper.h b/src/plugins/pictview/PVEXEWrapper.h index 1529c9ad..881bc4c5 100644 --- a/src/plugins/pictview/PVEXEWrapper.h +++ b/src/plugins/pictview/PVEXEWrapper.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/PVEnvelope.cpp b/src/plugins/pictview/PVEnvelope.cpp index 620d1e3f..e2279ebe 100644 --- a/src/plugins/pictview/PVEnvelope.cpp +++ b/src/plugins/pictview/PVEnvelope.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/pictview/PVMessage.cpp b/src/plugins/pictview/PVMessage.cpp index e7e980f1..95623f7d 100644 --- a/src/plugins/pictview/PVMessage.cpp +++ b/src/plugins/pictview/PVMessage.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/PVMessage.h b/src/plugins/pictview/PVMessage.h index 262a8bc9..d45f2515 100644 --- a/src/plugins/pictview/PVMessage.h +++ b/src/plugins/pictview/PVMessage.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/PVMessageEnvelope.cpp b/src/plugins/pictview/PVMessageEnvelope.cpp index 292d8c77..3bca6d8a 100644 --- a/src/plugins/pictview/PVMessageEnvelope.cpp +++ b/src/plugins/pictview/PVMessageEnvelope.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/PVMessageWrapper.cpp b/src/plugins/pictview/PVMessageWrapper.cpp index 1a9d41d5..4d69127b 100644 --- a/src/plugins/pictview/PVMessageWrapper.cpp +++ b/src/plugins/pictview/PVMessageWrapper.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/PixelAccess.cpp b/src/plugins/pictview/PixelAccess.cpp index 34bbc228..af332ec4 100644 --- a/src/plugins/pictview/PixelAccess.cpp +++ b/src/plugins/pictview/PixelAccess.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* This is a dual file, include both in PictView.spl and PV Envelope. @@ -12,7 +12,7 @@ #include "PixelAccess.h" #pragma runtime_checks("", off) -// false RTC error for PV_COLOR_HC16 mode - see https://forum.altap.cz/viewtopic.php?f=16&t=5577 +// false RTC error for PV_COLOR_HC16 mode - see /viewtopic.php?f=16&t=5577 bool GetRGBAtCursor(LPPVHandle PVHandle, DWORD Colors, int x, int y, RGBQUAD* pRGB, int* pIndex) { LPPVImageHandles pHandles; diff --git a/src/plugins/pictview/PixelAccess.h b/src/plugins/pictview/PixelAccess.h index 5c9802b1..e507300b 100644 --- a/src/plugins/pictview/PixelAccess.h +++ b/src/plugins/pictview/PixelAccess.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/Thumbnailer.cpp b/src/plugins/pictview/Thumbnailer.cpp index 587b59b8..4e91732a 100644 --- a/src/plugins/pictview/Thumbnailer.cpp +++ b/src/plugins/pictview/Thumbnailer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* This file is based on thumbnl.cpp from Salamander core. diff --git a/src/plugins/pictview/Thumbnailer.h b/src/plugins/pictview/Thumbnailer.h index 08431134..5763bcc1 100644 --- a/src/plugins/pictview/Thumbnailer.h +++ b/src/plugins/pictview/Thumbnailer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/dialogs.cpp b/src/plugins/pictview/dialogs.cpp index e7e29926..41b8f739 100644 --- a/src/plugins/pictview/dialogs.cpp +++ b/src/plugins/pictview/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/dialogs.h b/src/plugins/pictview/dialogs.h index af459e62..862d319d 100644 --- a/src/plugins/pictview/dialogs.h +++ b/src/plugins/pictview/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/exif/Translation.cpp b/src/plugins/pictview/exif/Translation.cpp index c2ea1988..32a35272 100644 --- a/src/plugins/pictview/exif/Translation.cpp +++ b/src/plugins/pictview/exif/Translation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/pictview/exif/config.h b/src/plugins/pictview/exif/config.h index 2d15d3d3..3daeb05b 100644 --- a/src/plugins/pictview/exif/config.h +++ b/src/plugins/pictview/exif/config.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* config.h.in. Generated from configure.in by autoheader. */ diff --git a/src/plugins/pictview/exif/exif.c b/src/plugins/pictview/exif/exif.c index 1c67d3bd..25420880 100644 --- a/src/plugins/pictview/exif/exif.c +++ b/src/plugins/pictview/exif/exif.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/pictview/exif/exif.h b/src/plugins/pictview/exif/exif.h index 33b0238f..802a813f 100644 --- a/src/plugins/pictview/exif/exif.h +++ b/src/plugins/pictview/exif/exif.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" diff --git a/src/plugins/pictview/exif/exif.rc2 b/src/plugins/pictview/exif/exif.rc2 index ece4211c..daef9dd4 100644 --- a/src/plugins/pictview/exif/exif.rc2 +++ b/src/plugins/pictview/exif/exif.rc2 @@ -1,4 +1,4 @@ -// +// // exif.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -50,3 +50,4 @@ BEGIN VALUE "Translation", 0x0409, 0x04b0 END END + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_copypaste.htm b/src/plugins/pictview/help/hh/pictview/advanced_copypaste.htm index 64dc7adb..80e6ad76 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_copypaste.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_copypaste.htm @@ -1,4 +1,4 @@ - + Working with Clipboard @@ -48,7 +48,8 @@

    To paste image from clipboard to viewer:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_copyto.htm b/src/plugins/pictview/help/hh/pictview/advanced_copyto.htm index 0febf5dc..cb15fbc4 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_copyto.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_copyto.htm @@ -1,4 +1,4 @@ - + Copying File @@ -36,7 +36,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_crop.htm b/src/plugins/pictview/help/hh/pictview/advanced_crop.htm index 0ff092b3..7042b83c 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_crop.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_crop.htm @@ -1,4 +1,4 @@ - + Cropping Image @@ -28,7 +28,8 @@

    To crop image:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_histogram.htm b/src/plugins/pictview/help/hh/pictview/advanced_histogram.htm index b7e3eaa9..6bfb766b 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_histogram.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_histogram.htm @@ -1,4 +1,4 @@ - + Showing Histogram @@ -47,8 +47,9 @@

    To show histogram:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_multipageimgs.htm b/src/plugins/pictview/help/hh/pictview/advanced_multipageimgs.htm index 28f332c5..7f6b8f71 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_multipageimgs.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_multipageimgs.htm @@ -1,4 +1,4 @@ - + Viewing Multipage Images @@ -29,8 +29,9 @@

    Viewing Multipage Images

    You can find all described commands in viewer submenu: View/Multipage Images.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_openfile.htm b/src/plugins/pictview/help/hh/pictview/advanced_openfile.htm index 9f31e971..1cb0cb92 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_openfile.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_openfile.htm @@ -1,4 +1,4 @@ - + Opening File @@ -36,7 +36,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_print.htm b/src/plugins/pictview/help/hh/pictview/advanced_print.htm index d1e5967c..1712fd53 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_print.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_print.htm @@ -1,4 +1,4 @@ - + Printing Image @@ -38,7 +38,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_recentdirs.htm b/src/plugins/pictview/help/hh/pictview/advanced_recentdirs.htm index 03d22b43..806a2611 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_recentdirs.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_recentdirs.htm @@ -1,4 +1,4 @@ - + Opening File from Directory You've Used Recently @@ -18,7 +18,8 @@

    Opening File from Directory You've Used Recently

    find a file you want to open and then choose the Open button.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_recentfiles.htm b/src/plugins/pictview/help/hh/pictview/advanced_recentfiles.htm index f73b927b..60da4401 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_recentfiles.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_recentfiles.htm @@ -1,4 +1,4 @@ - + Opening File You've Used Recently @@ -18,7 +18,8 @@

    Opening File You've Used Recently

    viewer again.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_rename.htm b/src/plugins/pictview/help/hh/pictview/advanced_rename.htm index da1a359a..893bc7c7 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_rename.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_rename.htm @@ -1,4 +1,4 @@ - + Renaming File @@ -30,7 +30,8 @@

    To rename file:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_revert.htm b/src/plugins/pictview/help/hh/pictview/advanced_revert.htm index dfeb4eaa..0a6cf362 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_revert.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_revert.htm @@ -1,4 +1,4 @@ - + Reverting Changes @@ -24,7 +24,8 @@

    To revert changes (reload image from file):

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_scanimage.htm b/src/plugins/pictview/help/hh/pictview/advanced_scanimage.htm index aeab48cb..2448c4cc 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_scanimage.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_scanimage.htm @@ -1,4 +1,4 @@ - + Scanning Image @@ -46,7 +46,8 @@

    To scan image:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_screencapture.htm b/src/plugins/pictview/help/hh/pictview/advanced_screencapture.htm index e376825c..ee6d0e3e 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_screencapture.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_screencapture.htm @@ -1,4 +1,4 @@ - + @@ -54,7 +54,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_select.htm b/src/plugins/pictview/help/hh/pictview/advanced_select.htm index 8a778b53..47db40af 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_select.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_select.htm @@ -1,4 +1,4 @@ - + Selecting Whole Image @@ -37,7 +37,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_selscannersrc.htm b/src/plugins/pictview/help/hh/pictview/advanced_selscannersrc.htm index 8cb44565..0a6b8ab1 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_selscannersrc.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_selscannersrc.htm @@ -1,4 +1,4 @@ - + Selecting Scanner Source @@ -31,7 +31,8 @@

    To select scanner source:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_updatethumbnail.htm b/src/plugins/pictview/help/hh/pictview/advanced_updatethumbnail.htm index 33ca3127..0aa8a22a 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_updatethumbnail.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_updatethumbnail.htm @@ -1,4 +1,4 @@ - + Updating Thumbnail @@ -37,7 +37,8 @@

    To update a thumbnail inside a JPEG file:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/advanced_viewbmpfromclip.htm b/src/plugins/pictview/help/hh/pictview/advanced_viewbmpfromclip.htm index db5f68a7..d25aed87 100644 --- a/src/plugins/pictview/help/hh/pictview/advanced_viewbmpfromclip.htm +++ b/src/plugins/pictview/help/hh/pictview/advanced_viewbmpfromclip.htm @@ -1,4 +1,4 @@ - + Viewing Bitmap from Clipboard @@ -26,7 +26,8 @@

    To view bitmap from clipboard:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/appendix_fileformats.htm b/src/plugins/pictview/help/hh/pictview/appendix_fileformats.htm index 05d7cabc..4c3a1711 100644 --- a/src/plugins/pictview/help/hh/pictview/appendix_fileformats.htm +++ b/src/plugins/pictview/help/hh/pictview/appendix_fileformats.htm @@ -1,4 +1,4 @@ - + Supported File Formats @@ -170,7 +170,8 @@

    File formats that PictView can save

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_delete.htm b/src/plugins/pictview/help/hh/pictview/basic_delete.htm index f12a9215..79a8a453 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_delete.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_delete.htm @@ -1,4 +1,4 @@ - + Deleting File @@ -27,7 +27,8 @@

    To delete file:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_focus.htm b/src/plugins/pictview/help/hh/pictview/basic_focus.htm index 466a792a..84449c4c 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_focus.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_focus.htm @@ -1,4 +1,4 @@ - + Focusing File in Panel @@ -27,7 +27,8 @@

    To focus the image file in the panel:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_fullscreen.htm b/src/plugins/pictview/help/hh/pictview/basic_fullscreen.htm index 10ea61b0..b27fe747 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_fullscreen.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_fullscreen.htm @@ -1,4 +1,4 @@ - + Viewing in Full Screen @@ -36,7 +36,8 @@

    To exit the full screen view:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_otherfiles.htm b/src/plugins/pictview/help/hh/pictview/basic_otherfiles.htm index 70b47dfa..a3cd2e22 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_otherfiles.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_otherfiles.htm @@ -1,4 +1,4 @@ - + Opening Previous or Next File from Panel or Find Window @@ -42,7 +42,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_properties.htm b/src/plugins/pictview/help/hh/pictview/basic_properties.htm index 528b9a17..78ff7b25 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_properties.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_properties.htm @@ -1,4 +1,4 @@ - + Showing Image Properties @@ -32,7 +32,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_rotateandflip.htm b/src/plugins/pictview/help/hh/pictview/basic_rotateandflip.htm index 998548dd..7994d493 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_rotateandflip.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_rotateandflip.htm @@ -1,4 +1,4 @@ - + Rotating and Flipping Image @@ -27,8 +27,9 @@

    Rotating and Flipping Image

    You can find all described commands in viewer menu Edit.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_saveas.htm b/src/plugins/pictview/help/hh/pictview/basic_saveas.htm index cd1de4de..d85c270b 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_saveas.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_saveas.htm @@ -1,4 +1,4 @@ - + Saving Image @@ -53,7 +53,8 @@

    Tips and tricks:

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_select.htm b/src/plugins/pictview/help/hh/pictview/basic_select.htm index c08fc526..179bab28 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_select.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_select.htm @@ -1,4 +1,4 @@ - + Selecting File in Panel or Find Window @@ -35,7 +35,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_showexif.htm b/src/plugins/pictview/help/hh/pictview/basic_showexif.htm index b0e0d08a..359bd479 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_showexif.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_showexif.htm @@ -1,4 +1,4 @@ - + Showing EXIF Information @@ -34,7 +34,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_usingmouse.htm b/src/plugins/pictview/help/hh/pictview/basic_usingmouse.htm index 8a8f3338..4cefb7f6 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_usingmouse.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_usingmouse.htm @@ -1,4 +1,4 @@ - + Using Mouse in Viewer @@ -78,7 +78,8 @@

    Pick Color

    corner) and RGB values of the image pixel under the mouse pointer.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_wallpaper.htm b/src/plugins/pictview/help/hh/pictview/basic_wallpaper.htm index 134cfd80..c975ef37 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_wallpaper.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_wallpaper.htm @@ -1,4 +1,4 @@ - + Setting Image as Wallpaper @@ -27,7 +27,8 @@

    Setting Image as Wallpaper

    You can find all described commands in viewer submenu: File/Set as Wallpaper.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/basic_zoomkeys.htm b/src/plugins/pictview/help/hh/pictview/basic_zoomkeys.htm index 0ccca186..3377c2a7 100644 --- a/src/plugins/pictview/help/hh/pictview/basic_zoomkeys.htm +++ b/src/plugins/pictview/help/hh/pictview/basic_zoomkeys.htm @@ -1,4 +1,4 @@ - + Zooming View @@ -40,7 +40,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/config_advanced.htm b/src/plugins/pictview/help/hh/pictview/config_advanced.htm index 7dd6a157..ee98ab5c 100644 --- a/src/plugins/pictview/help/hh/pictview/config_advanced.htm +++ b/src/plugins/pictview/help/hh/pictview/config_advanced.htm @@ -1,4 +1,4 @@ - + Advanced @@ -58,7 +58,8 @@

    Options

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/config_appearance.htm b/src/plugins/pictview/help/hh/pictview/config_appearance.htm index 0b141dbe..8df8f2bb 100644 --- a/src/plugins/pictview/help/hh/pictview/config_appearance.htm +++ b/src/plugins/pictview/help/hh/pictview/config_appearance.htm @@ -1,4 +1,4 @@ - + Appearance @@ -96,7 +96,8 @@

    Options

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/config_colors.htm b/src/plugins/pictview/help/hh/pictview/config_colors.htm index afd17540..29d918d8 100644 --- a/src/plugins/pictview/help/hh/pictview/config_colors.htm +++ b/src/plugins/pictview/help/hh/pictview/config_colors.htm @@ -1,4 +1,4 @@ - + Colors @@ -36,7 +36,8 @@

    Options

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/config_keybandmouse.htm b/src/plugins/pictview/help/hh/pictview/config_keybandmouse.htm index 152f20dd..7c0bbf6c 100644 --- a/src/plugins/pictview/help/hh/pictview/config_keybandmouse.htm +++ b/src/plugins/pictview/help/hh/pictview/config_keybandmouse.htm @@ -1,4 +1,4 @@ - + Keyboard & Mouse @@ -48,7 +48,8 @@

    Options

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/config_tools.htm b/src/plugins/pictview/help/hh/pictview/config_tools.htm index 6f2cc25b..a4de580e 100644 --- a/src/plugins/pictview/help/hh/pictview/config_tools.htm +++ b/src/plugins/pictview/help/hh/pictview/config_tools.htm @@ -1,4 +1,4 @@ - + Tools @@ -45,7 +45,8 @@

    Other options

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/dlgboxes_copyto.htm b/src/plugins/pictview/help/hh/pictview/dlgboxes_copyto.htm index 316a04d0..dd55b95b 100644 --- a/src/plugins/pictview/help/hh/pictview/dlgboxes_copyto.htm +++ b/src/plugins/pictview/help/hh/pictview/dlgboxes_copyto.htm @@ -1,4 +1,4 @@ - + Copy File To dialog box @@ -39,7 +39,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/dlgboxes_exif.htm b/src/plugins/pictview/help/hh/pictview/dlgboxes_exif.htm index fa80658c..01dfcd1b 100644 --- a/src/plugins/pictview/help/hh/pictview/dlgboxes_exif.htm +++ b/src/plugins/pictview/help/hh/pictview/dlgboxes_exif.htm @@ -1,4 +1,4 @@ - + EXIF dialog box @@ -53,7 +53,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/dlgboxes_imgproperties.htm b/src/plugins/pictview/help/hh/pictview/dlgboxes_imgproperties.htm index 09e2aeb5..921ae76c 100644 --- a/src/plugins/pictview/help/hh/pictview/dlgboxes_imgproperties.htm +++ b/src/plugins/pictview/help/hh/pictview/dlgboxes_imgproperties.htm @@ -1,4 +1,4 @@ - + Image Properties dialog box @@ -36,7 +36,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/dlgboxes_print.htm b/src/plugins/pictview/help/hh/pictview/dlgboxes_print.htm index 8f2e3896..0fbec097 100644 --- a/src/plugins/pictview/help/hh/pictview/dlgboxes_print.htm +++ b/src/plugins/pictview/help/hh/pictview/dlgboxes_print.htm @@ -1,4 +1,4 @@ - + Print dialog box @@ -83,7 +83,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/dlgboxes_screencapture.htm b/src/plugins/pictview/help/hh/pictview/dlgboxes_screencapture.htm index 2a570b6a..b896b9c4 100644 --- a/src/plugins/pictview/help/hh/pictview/dlgboxes_screencapture.htm +++ b/src/plugins/pictview/help/hh/pictview/dlgboxes_screencapture.htm @@ -1,4 +1,4 @@ - + Screen Capture dialog box @@ -70,7 +70,8 @@

    See Also

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/introduction_intro.htm b/src/plugins/pictview/help/hh/pictview/introduction_intro.htm index 8f435ad4..e56b3198 100644 --- a/src/plugins/pictview/help/hh/pictview/introduction_intro.htm +++ b/src/plugins/pictview/help/hh/pictview/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -30,7 +30,8 @@

    Getting Started with PictView Plugin

    agreement terms and conditions.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/usage_conversions.htm b/src/plugins/pictview/help/hh/pictview/usage_conversions.htm index 9995e444..0aba8186 100644 --- a/src/plugins/pictview/help/hh/pictview/usage_conversions.htm +++ b/src/plugins/pictview/help/hh/pictview/usage_conversions.htm @@ -1,4 +1,4 @@ - + Image File Conversions @@ -18,7 +18,8 @@

    Image File Conversions

    Save As command.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/usage_screenshots.htm b/src/plugins/pictview/help/hh/pictview/usage_screenshots.htm index 75e5fb2b..0b23aecd 100644 --- a/src/plugins/pictview/help/hh/pictview/usage_screenshots.htm +++ b/src/plugins/pictview/help/hh/pictview/usage_screenshots.htm @@ -1,4 +1,4 @@ - + Making Screenshots @@ -20,7 +20,8 @@

    Making Screenshots

    you may need to save the image to file.

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/usage_selectingphotos.htm b/src/plugins/pictview/help/hh/pictview/usage_selectingphotos.htm index 1dc75c2b..94fbdedb 100644 --- a/src/plugins/pictview/help/hh/pictview/usage_selectingphotos.htm +++ b/src/plugins/pictview/help/hh/pictview/usage_selectingphotos.htm @@ -1,4 +1,4 @@ - + Selecting Photos @@ -34,7 +34,8 @@

    Selecting Photos

    - + + diff --git a/src/plugins/pictview/help/hh/pictview/usage_viewphotos.htm b/src/plugins/pictview/help/hh/pictview/usage_viewphotos.htm index 4c093770..d3e5ee39 100644 --- a/src/plugins/pictview/help/hh/pictview/usage_viewphotos.htm +++ b/src/plugins/pictview/help/hh/pictview/usage_viewphotos.htm @@ -1,4 +1,4 @@ - + Viewing Photos @@ -49,7 +49,8 @@

    Viewing Photos

    - + + diff --git a/src/plugins/pictview/histwnd.cpp b/src/plugins/pictview/histwnd.cpp index 031fc987..1c2e50a0 100644 --- a/src/plugins/pictview/histwnd.cpp +++ b/src/plugins/pictview/histwnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/histwnd.h b/src/plugins/pictview/histwnd.h index ad23ab0d..f34f1f57 100644 --- a/src/plugins/pictview/histwnd.h +++ b/src/plugins/pictview/histwnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/lang/lang.rc2 b/src/plugins/pictview/lang/lang.rc2 index c31286b9..2f8b2e87 100644 --- a/src/plugins/pictview/lang/lang.rc2 +++ b/src/plugins/pictview/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -559,7 +559,7 @@ STRINGTABLE IDS_MENU_EDIT_SELECTALL, "Select &All\tCtrl+A" IDS_MENU_EDIT_DESELECT, "&Deselect All\tCtrl+D" IDS_MENU_EDIT_CROP, "Cr&op\tC" - IDS_MENU_EDIT_180, "Rotate &180°\tT" + IDS_MENU_EDIT_180, "Rotate &180\tT" IDS_MENU_EDIT_RIGHT, "Rotate &Right\tR" IDS_MENU_EDIT_LEFT, "Rotate &Left\tL" IDS_MENU_EDIT_FLIPH, "Flip &Horizontal\tH" @@ -745,3 +745,4 @@ STRINGTABLE IDS_SCAN_OPEN_EXTRA_IMGS, "You have received more images from scanner. The first image was opened in this window. Do you want to open other images each in its own window? If not, images will be ignored.\n\nNumber of new windows: %d" } + diff --git a/src/plugins/pictview/lib/PVW32DLL.h b/src/plugins/pictview/lib/PVW32DLL.h index 34040a70..6c0b29b8 100644 --- a/src/plugins/pictview/lib/PVW32DLL.h +++ b/src/plugins/pictview/lib/PVW32DLL.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /***************************************************************************** diff --git a/src/plugins/pictview/pictview.cpp b/src/plugins/pictview/pictview.cpp index d7fb3652..36d7c52c 100644 --- a/src/plugins/pictview/pictview.cpp +++ b/src/plugins/pictview/pictview.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/pictview.h b/src/plugins/pictview/pictview.h index f20d591f..01be795a 100644 --- a/src/plugins/pictview/pictview.h +++ b/src/plugins/pictview/pictview.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/pictview.rc2 b/src/plugins/pictview/pictview.rc2 index 3d0df66f..a4e70a15 100644 --- a/src/plugins/pictview/pictview.rc2 +++ b/src/plugins/pictview/pictview.rc2 @@ -1,4 +1,4 @@ -// +// // pictview.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -106,3 +106,4 @@ IDA_ACCELERATORS ACCELERATORS // VK_SPACE, CMD_FILE_LAST, SHIFT, VIRTKEY, NOINVERT VK_INSERT, CMD_FILE_TOGGLESELECT, VIRTKEY, NOINVERT } + diff --git a/src/plugins/pictview/precomp.cpp b/src/plugins/pictview/precomp.cpp index 135eef16..43364448 100644 --- a/src/plugins/pictview/precomp.cpp +++ b/src/plugins/pictview/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/precomp.h b/src/plugins/pictview/precomp.h index e6877320..83d1394b 100644 --- a/src/plugins/pictview/precomp.h +++ b/src/plugins/pictview/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/print.cpp b/src/plugins/pictview/print.cpp index 7892d587..4b27ee2c 100644 --- a/src/plugins/pictview/print.cpp +++ b/src/plugins/pictview/print.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/pvtwain.cpp b/src/plugins/pictview/pvtwain.cpp index 405300b6..94f528c0 100644 --- a/src/plugins/pictview/pvtwain.cpp +++ b/src/plugins/pictview/pvtwain.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/pvtwain.h b/src/plugins/pictview/pvtwain.h index 4d2d8d13..129ff6ec 100644 --- a/src/plugins/pictview/pvtwain.h +++ b/src/plugins/pictview/pvtwain.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/render1.cpp b/src/plugins/pictview/render1.cpp index 9254395a..c515ff02 100644 --- a/src/plugins/pictview/render1.cpp +++ b/src/plugins/pictview/render1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -2728,8 +2728,8 @@ void GetInfo(LPTSTR buffer, HANDLE file) void MakeValidFileName(TCHAR* path) { // trim spaces at the beginning and spaces/dots at the end of the name; Explorer does it this way - // and users pushed for the same behaviour, see https://forum.altap.cz/viewtopic.php?f=16&t=5891 - // and https://forum.altap.cz/viewtopic.php?f=2&t=4210 + // and users pushed for the same behaviour, see /viewtopic.php?f=16&t=5891 + // and /viewtopic.php?f=2&t=4210 TCHAR* n = path; while (*n != 0 && *n <= ' ') n++; diff --git a/src/plugins/pictview/render2.cpp b/src/plugins/pictview/render2.cpp index 4c6328f3..4803e34c 100644 --- a/src/plugins/pictview/render2.cpp +++ b/src/plugins/pictview/render2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/renderer.h b/src/plugins/pictview/renderer.h index 2e2cbd1f..6ebb57bf 100644 --- a/src/plugins/pictview/renderer.h +++ b/src/plugins/pictview/renderer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/salpvenv.rc b/src/plugins/pictview/salpvenv.rc index 619b2153..0017964f 100644 --- a/src/plugins/pictview/salpvenv.rc +++ b/src/plugins/pictview/salpvenv.rc @@ -1,4 +1,4 @@ -#ifdef APSTUDIO_INVOKED +#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED @@ -24,7 +24,7 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "salpvenv.xml" VALUE "FileVersion", "1.0\0" VALUE "InternalName", "SalPVEnv\0" VALUE "OriginalFilename", "salpvenv.exe\0" - VALUE "LegalCopyright", "Copyright \251 2012-2023 Open Salamander Authors\0" + VALUE "LegalCopyright", "Copyright \251 2012-2023 Taskscape Ltd\0" VALUE "ProductVersion", VERSINFO_SALAMANDER_VERSION "\0" VALUE "ProductName", "Open Salamander\0" } diff --git a/src/plugins/pictview/saveas.cpp b/src/plugins/pictview/saveas.cpp index 07f01373..06ac0741 100644 --- a/src/plugins/pictview/saveas.cpp +++ b/src/plugins/pictview/saveas.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/statsbar.cpp b/src/plugins/pictview/statsbar.cpp index 47eb7f5b..597d2fc7 100644 --- a/src/plugins/pictview/statsbar.cpp +++ b/src/plugins/pictview/statsbar.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/thumbs.cpp b/src/plugins/pictview/thumbs.cpp index 8d531cf5..dbd2f05c 100644 --- a/src/plugins/pictview/thumbs.cpp +++ b/src/plugins/pictview/thumbs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/utils.cpp b/src/plugins/pictview/utils.cpp index 85b2d3a7..5346d78d 100644 --- a/src/plugins/pictview/utils.cpp +++ b/src/plugins/pictview/utils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/utils.h b/src/plugins/pictview/utils.h index 0fd5f4ca..5e4f33a3 100644 --- a/src/plugins/pictview/utils.h +++ b/src/plugins/pictview/utils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 6ba9dfe1..00000000 --- a/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\pictview\\Intermediate\\exif\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\pictview\\Intermediate\\exif\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\pictview\\Intermediate\\exif\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\pictview\\Intermediate\\exif\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/pictview/vcxproj/exif/salamander/Release_x64/plugins/pictview/Intermediate/exif/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index fb78681dd9ecda318019374c391f02b2773bae09..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4922 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 ZUv-u5(n7PIl`ZNw+#>xa_`Pl9>?bPd;*S6T diff --git a/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 70d64a2d..00000000 --- a/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\pictview\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\pictview\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\pictview\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\pictview\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/pictview/vcxproj/salamander/Release_x64/plugins/pictview/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 790dcbf7cb50b47f64631e0b6f972275b2d0d911..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0ZBG+H5Xa}ET>465EEEiBc!yAwC}^YtF`G2Cy<(+LxjSg}!>hml?i~~f;YrNZ zn9DxT?9S89&fL!*ku6!rR3BO`Z;$M`?`=`HnBTEITeBBe=CX1$DZ*Gz{*(Btj_6k zQpeueDdUN+Bdf65_K-u`5!f-iI{QF7ptLk(a*pRg@5P=@YSXc>^r<5L04o;fL$njM?wcD(em%12 zgR~3odq8x6)vPeYcj6^H@x3h9{usGT*fsKyO?#jBc4#ZM36x__*vHgupd;HxlG2lO zv3o_TksUCXqA}4JA>)j`G%*H##g-{6^cv@yk`)FEbl`5X)&zD8b~s@_pRHl#Rmv*$ zDs7#;>OjjbIza1`IM?JN(Ju=fAX(j%GIFzlWM@cuK#@=Q29*cs^&zxI_Jlp_-0-LD zbLe&0Mdwp=9@!hlnb&>|9fwH)Aiw*k9SP$VHT~X-}P~Tr1>BdM%XoC`u|{rV?_&DiqH6)GDT} z5_e?OLpbarN#zbzcvT)Y%3nM6Prc0Ie~9Dm6+T1O-tt*{lc+#B`VLV+gDhTki|@h; S%bt17Yc$*x{R=4cU$I~2^xAm< diff --git a/src/plugins/pictview/versinfo.rh2 b/src/plugins/pictview/versinfo.rh2 index 553a53e3..f3d22a42 100644 --- a/src/plugins/pictview/versinfo.rh2 +++ b/src/plugins/pictview/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __PICTVIEW_VERSINFO_RH2 #define __PICTVIEW_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // get version & build numbers -#define VERSINFO_COPYRIGHT _T("Copyright © 2000-2023 Open Salamander Authors") +#define VERSINFO_COPYRIGHT _T("Copyright © 2000-2023 Taskscape Ltd") #define VERSINFO_COMPANY _T("Open Salamander") #define VERSINFO_DESCRIPTION "Picture Viewer for Open Salamander" @@ -31,7 +31,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __PICTVIEW_VERSINFO_RH2 diff --git a/src/plugins/pictview/wiawrap.cpp b/src/plugins/pictview/wiawrap.cpp index 204cffd3..b05b10a5 100644 --- a/src/plugins/pictview/wiawrap.cpp +++ b/src/plugins/pictview/wiawrap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/pictview/wiawrap.h b/src/plugins/pictview/wiawrap.h index 29cfe817..efc77f0b 100644 --- a/src/plugins/pictview/wiawrap.h +++ b/src/plugins/pictview/wiawrap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/portables/config.h b/src/plugins/portables/config.h index 2045f24e..99091dd5 100644 --- a/src/plugins/portables/config.h +++ b/src/plugins/portables/config.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd config.h Plugin configuration. diff --git a/src/plugins/portables/device.cpp b/src/plugins/portables/device.cpp index 9006808d..bc6c0f27 100644 --- a/src/plugins/portables/device.cpp +++ b/src/plugins/portables/device.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd device.cpp Represents WPD device. diff --git a/src/plugins/portables/device.h b/src/plugins/portables/device.h index ff9340e4..3ddf5cb3 100644 --- a/src/plugins/portables/device.h +++ b/src/plugins/portables/device.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd device.h Represents WPD device. diff --git a/src/plugins/portables/entry.cpp b/src/plugins/portables/entry.cpp index 7b3f7818..28230ba6 100644 --- a/src/plugins/portables/entry.cpp +++ b/src/plugins/portables/entry.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd entry.cpp Plugin entry points. diff --git a/src/plugins/portables/fx.cpp b/src/plugins/portables/fx.cpp index 137b524f..37f0d818 100644 --- a/src/plugins/portables/fx.cpp +++ b/src/plugins/portables/fx.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fx.cpp Contains base classes for developing Salamander plugins. @@ -396,7 +396,7 @@ namespace Fx void WINAPI CFxPluginInterface::GetPluginHomePageUrl(CFxString& url) const { - url = TEXT("www.altap.cz"); + url = TEXT("www.taskscape.com"); } bool WINAPI CFxPluginInterface::NeedsWinLib() const diff --git a/src/plugins/portables/fx.h b/src/plugins/portables/fx.h index 9f5772d2..93e36b87 100644 --- a/src/plugins/portables/fx.h +++ b/src/plugins/portables/fx.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fx.h Contains base classes for developing Salamander plugins. diff --git a/src/plugins/portables/fx.rh b/src/plugins/portables/fx.rh index a9fc5478..53f56537 100644 --- a/src/plugins/portables/fx.rh +++ b/src/plugins/portables/fx.rh @@ -1,8 +1,8 @@ -/* +/* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fx.rh Symbols for language independent resources. diff --git a/src/plugins/portables/fx_errcodes.h b/src/plugins/portables/fx_errcodes.h index 597a3d7a..e01a623b 100644 --- a/src/plugins/portables/fx_errcodes.h +++ b/src/plugins/portables/fx_errcodes.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fx_errcodes.h Defines framework error codes. diff --git a/src/plugins/portables/fx_lang.rc2 b/src/plugins/portables/fx_lang.rc2 index 9183ba5a..a74fcf5f 100644 --- a/src/plugins/portables/fx_lang.rc2 +++ b/src/plugins/portables/fx_lang.rc2 @@ -1,8 +1,8 @@ -/* +/* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fx_lang.rc2 Language dependent resources. @@ -40,3 +40,4 @@ BEGIN IDS_FX_CHANGEPATHERRORTITLE "Error Changing Directory" IDS_FX_CHANGEPATHERRORFMT "Path: ""%s""\r\nError: %s" END + diff --git a/src/plugins/portables/fx_lang.rh b/src/plugins/portables/fx_lang.rh index e99f990e..59e9df6e 100644 --- a/src/plugins/portables/fx_lang.rh +++ b/src/plugins/portables/fx_lang.rh @@ -1,8 +1,8 @@ -/* +/* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fx_lang.rh Symbols for language dependent resources. diff --git a/src/plugins/portables/fxfs.cpp b/src/plugins/portables/fxfs.cpp index c2cea4cc..e5136139 100644 --- a/src/plugins/portables/fxfs.cpp +++ b/src/plugins/portables/fxfs.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fxfs.cpp Contains classes for developing Salamander file system plugins. diff --git a/src/plugins/portables/fxfs.h b/src/plugins/portables/fxfs.h index 8030f7c1..c0e60526 100644 --- a/src/plugins/portables/fxfs.h +++ b/src/plugins/portables/fxfs.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Salamander Plugin Development Framework Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd fxfs.h Contains classes for developing Salamander file system plugins. diff --git a/src/plugins/portables/globals.cpp b/src/plugins/portables/globals.cpp index 22c7dbba..c5d04b9a 100644 --- a/src/plugins/portables/globals.cpp +++ b/src/plugins/portables/globals.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd globals.cpp Global variables. diff --git a/src/plugins/portables/globals.h b/src/plugins/portables/globals.h index f1511b12..ec0e2af7 100644 --- a/src/plugins/portables/globals.h +++ b/src/plugins/portables/globals.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd globals.h Global variables. diff --git a/src/plugins/portables/lang/lang.rc2 b/src/plugins/portables/lang/lang.rc2 index 9985c687..03266a82 100644 --- a/src/plugins/portables/lang/lang.rc2 +++ b/src/plugins/portables/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "..\versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/portables/notifier.cpp b/src/plugins/portables/notifier.cpp index 5427717d..c8628592 100644 --- a/src/plugins/portables/notifier.cpp +++ b/src/plugins/portables/notifier.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd notifier.cpp Receives notification from the system when a WPD device arrives or diff --git a/src/plugins/portables/notifier.h b/src/plugins/portables/notifier.h index 9adc2413..fc35ed73 100644 --- a/src/plugins/portables/notifier.h +++ b/src/plugins/portables/notifier.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd notifier.h Receives notification from the system when a WPD device arrives or diff --git a/src/plugins/portables/precomp.cpp b/src/plugins/portables/precomp.cpp index 63aace38..2574f07c 100644 --- a/src/plugins/portables/precomp.cpp +++ b/src/plugins/portables/precomp.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd precomp.cpp Precompiled headers. diff --git a/src/plugins/portables/precomp.h b/src/plugins/portables/precomp.h index d25e8580..9dd0f93e 100644 --- a/src/plugins/portables/precomp.h +++ b/src/plugins/portables/precomp.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd precomp.h Header file for standard system header files, diff --git a/src/plugins/portables/res/CreateStripe.js b/src/plugins/portables/res/CreateStripe.js index 54a4a016..6177cef0 100644 --- a/src/plugins/portables/res/CreateStripe.js +++ b/src/plugins/portables/res/CreateStripe.js @@ -56,7 +56,7 @@ function CheckVersions() { if (typeof(WScript) != "undefined") { var infText = "This script requires Open Salamander with Automation plugin installed.\n"; - infText += "Please download latest version of Open Salamander from www.altap.cz.\n"; + infText += "Please download latest version of Open Salamander from www.taskscape.com.\n"; infText += "Install it and use menu Plugins > Automation > Run Focused Script to start this script."; try { diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 90a3dbbb..00000000 --- a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index bd957b891356871835f9b7a34dc075c61ffc1476..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4864 zcmeI0`A<_p5Xa|FY5J4KSSdB6A@PS&3RdZZNTI~MYt=23Tw@3Ec^>(f8+D+;j*nu5d z$v)XTTd^r+jgq~9h+>$Wty z;CR~xLQ;xbK^JZ3&R93^RkS_6h#kHBJM;?dqg|@>0{Y@ZGXcE{9M1Fdm{cR=+C>Y} zY$C1pFWCmO+ZS^YT+AT6^<9YZWL6 zyJZ7gr^wIh_|u41^Pd^5+c~xO!pO#R^DXOxvCnEBT#qpVq5)3bUh#GC-7zbg6}>h) z)sbbwc;M=krCB|8kX_my*iER0NY`Yx$(*=}@MXyrg4Y4_6k0u2G!_?Q;7%O8=E|&T z-=TG>8^C%#LdI=47=kmRw15hcpo$hlzO>_VilXvk3I(A2(H5EQTu^fZPks{D>F{x(d%ev&(S)iJ_a{sTj*0( zlGZENberNV%9|#R;}n`6)0aK^z^@WPR{28CMZ&p!(EDEqZjrSruzmLMJM71^S$rWw z$x-KM6_4^jO9yqJwM#R$=X2s;e%e8^Iw#90O##hL(Q=2Pd+9q|9%9#r@S3t0(9Cnb zUqYwmY}ml&=h!@D9~qCG^|RR6pY552L+-W}d_YCMv_{FgaR{e6>EkdIK9K#eTPLR&u-_KE={}Noyng0I0zWhFQ`_1?e|G8V-O?LY8op`_V`1ss(?->~u z<>dBgo9IeW_OdoM$UF5eN^;%Ndm&-RGr%+SI{uP?Zn?x@*QPrM$Yx#GQ?u)kLVwv7i{tcLcH~+rS+0DS` zluxa4+YI@+X1l;N(5T)J86?)LtQX&U>Q9{Rn*W^Kjcd~SKOzw~z5W`M+{?a9j!=SAG4G;(_1^@s6 diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 81369aac..00000000 --- a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\portables\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 38a0bd7f3c23b5ff6f1490037355c82e6640c42b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4822 zcmeI0`%e==5Xa|FY5J4KSSdAxkoZF>1*`NRa!_I}xj-LS?JIpq^^aFS-`zV}Kw^2B zV$5aVGqdyB+1dN~BV(_uZmKJm+Maz)>yyat7Q9pF*|zscj*<`N4tdd0{Y@ZGXcFS9M1FdkW^#j+CvM{ zY$~nxFWV-wI~Q{?T+AT6^<h) z)sbbwc;M=cWm!FOkX_my*iEQLNY`Yx$(*=}@ny*sf!6`^3|c)_G!_?Q;7%R9<|?dd z-=TG>8^C%#BF1ev7=kmRw1A3`AViB1U)FKC&C2p|)kFhcrXJFC&~X|Ic9Pg2jd+L_ z5OpM%&ZPy(J9HXNwdJkdM;`-l1XtzssC`GRHgse4DvYyu^adK*ceKu^Pr%LCHu{v6 zr1k1G-DWt8@}`O7ID@9g^kt7e@T)|SRlbOGk#a5{^!^utTVgE)w$C1Zhl6A`k1ymX z1?mE=;?X+L(m@?)?b1x_`IPvVpLWo!&dD-LQ$({63v_fwSTzXVrvroVr$FTYRSd^6t1e{L6d)1Cf&C*JKmK0G(wJ4S{@ zIk`F7rn*v;y{wH*@=m>r(wz5@>_b_!GSHEIA+PvOOpAa~-us0NL+_vHA{VZb87W6U zb6CO|x@>Ndm&;cmr%+SI{u!F-n?x@*QPrM$Yx#GQ?u)kLVwv7i{tcLevniiiWwSXl z@-cN6$r|WTuZA2l>K)cg?m6`*PFu}?K+?uF`TSpxnA==`2FmXBULg-CGgck*&HQfJ R-&*sQ^k+kF|J3eT`vntOA@BeI diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 75036676..00000000 --- a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\portables\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\portables\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\portables\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\portables\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/portables/vcxproj/salamander/Release_x64/plugins/portables/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index bc7da0cabcf1edb4da63b415fe848d013f9fe496..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4342 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xVoZN(hM zTz2jOJwwhwKf7=clTre;rgI#7+75mfuM z*{No4Y{K`z_mQQTt$NHZV-M;Et2%qf*r8QDHx-+Cxg2yIC|j)6V@BWNVhrA;#}`cd z_P}xIqvtsoT9>uzPz8=0-)(pqLOr52!E(q_MoW$-<@r5kCdvFY(2DdsL`vx}xA2S? z$Qm?0m%j-{4O~G*A<2hc%X19|59p(r0jowHvutnUw<2T8j@ZKi6LpKe3U*}2=u)@7XSGkGI0YR`SH)g$~*y=E~sqp$)3pX%_Doo_t;xMgN?(vzP7L<9`51;YVxH6TE>4nIMpd1-^mL$$4fU6e2n6F zu80^S-Fl~EQ+kV>nyPc0@ie0*~mOXny90)c# zWNv$6@XZ*eNO6gD;TGRUdHzfAbH4QV@Ac&S)a^IpL;UA%ad*Dc@9)I>oyR}VP4}LW zVO>sckG6ANDazi|#&hycRY&uj_dVH%@@8eABfBE6_)1K3;3)6CBEwJ>l)? zp7Cf@mYXIM5wr_V9o?#$NF%#yvtE4v>3!n0*!YJvP+yTd)bMK0gewy^!Y}vx$Ea{KIue~E>KLB44465EEEhOeTTFt(ISxw#B9=(>lG_~N_(}{53m0IyLSa7L>|N( z#$5J!W_O-;cIJM3k8H(aQ+;HWtUb2pzE`7eF~4hjwqY->%+>5IpK$B;+NRk)4HMpq zb!}`_%ES^@daNgY{v)HR&8a_Go7I-37v{S*V(x&|5x4-CP2zJ7*&fe4ZDQ!x!odI}~sV6P5Xfg;Da2Q3q@r<5*G4qlo_$?=suy*sQFnZ5+6NWK%elnkp&%XkH^ zLE<_8T_9p$H7g8pKJik{B^WGVgk;9-8hOa3?PtAR+LCQ^hGS0Hr_^nrBilii(v@W2 zxFXlc4w;*xHPIL$<&?g3F#>+gRw--r>Pub85`z^waJN}&0y_dboN$oMR-U-6+9d*gF?_T&HTAM zV(@e~yB!ZDm$}z=QM44}|HjyzyvRe*w1>BA;x~`EH8rf;c~2(ar5Ed>WzX;fK}TDx zJsux?*@wwfoWNap#UCR-|2g(Ea=gt*QL;l|K`FoStK-u~(u|b`DUUiG_+!l+T Re_hmRxG(xEkXt~>egeyM++F|x diff --git a/src/plugins/portables/versinfo.rh2 b/src/plugins/portables/versinfo.rh2 index b4a1d9d2..a101067c 100644 --- a/src/plugins/portables/versinfo.rh2 +++ b/src/plugins/portables/versinfo.rh2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -23,7 +23,7 @@ #include "spl_vers.h" // get version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Windows Portable Devices for Open Salamander" @@ -37,7 +37,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __PORTABLES_VERSINFO_RH2 diff --git a/src/plugins/portables/wpd.rc2 b/src/plugins/portables/wpd.rc2 index de2e838f..eb65834d 100644 --- a/src/plugins/portables/wpd.rc2 +++ b/src/plugins/portables/wpd.rc2 @@ -1,4 +1,4 @@ -// +// // wpd.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -15,3 +15,4 @@ #include "fx.rh" IDB_FX_PLUGIN_ICONS RCDATA "res\\portables.png" + diff --git a/src/plugins/portables/wpddeviceicons.cpp b/src/plugins/portables/wpddeviceicons.cpp index 6667b98e..0d9699f8 100644 --- a/src/plugins/portables/wpddeviceicons.cpp +++ b/src/plugins/portables/wpddeviceicons.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfsdeviceicons.cpp Device icons. diff --git a/src/plugins/portables/wpddeviceicons.h b/src/plugins/portables/wpddeviceicons.h index 22531b38..c5d9123e 100644 --- a/src/plugins/portables/wpddeviceicons.h +++ b/src/plugins/portables/wpddeviceicons.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfsdeviceicons.h Device icons. diff --git a/src/plugins/portables/wpdfs.cpp b/src/plugins/portables/wpdfs.cpp index 42dab017..707018f3 100644 --- a/src/plugins/portables/wpdfs.cpp +++ b/src/plugins/portables/wpdfs.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfs.cpp Salamander file system. diff --git a/src/plugins/portables/wpdfs.h b/src/plugins/portables/wpdfs.h index 1156d5fc..63d64f22 100644 --- a/src/plugins/portables/wpdfs.h +++ b/src/plugins/portables/wpdfs.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfs.h Salamander file system. diff --git a/src/plugins/portables/wpdfscontentlevel.cpp b/src/plugins/portables/wpdfscontentlevel.cpp index 7234ff31..007e8ccd 100644 --- a/src/plugins/portables/wpdfscontentlevel.cpp +++ b/src/plugins/portables/wpdfscontentlevel.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfscontentlevel.cpp Content level enumerator. diff --git a/src/plugins/portables/wpdfscontentlevel.h b/src/plugins/portables/wpdfscontentlevel.h index 92bbc87f..24f5e190 100644 --- a/src/plugins/portables/wpdfscontentlevel.h +++ b/src/plugins/portables/wpdfscontentlevel.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfscontentlevel.h Content level enumerator. diff --git a/src/plugins/portables/wpdfsdevicelevel.cpp b/src/plugins/portables/wpdfsdevicelevel.cpp index 227c0744..f5ccadcd 100644 --- a/src/plugins/portables/wpdfsdevicelevel.cpp +++ b/src/plugins/portables/wpdfsdevicelevel.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfsdevicelevel.cpp Device level enumerator. diff --git a/src/plugins/portables/wpdfsdevicelevel.h b/src/plugins/portables/wpdfsdevicelevel.h index 39587826..557d33b5 100644 --- a/src/plugins/portables/wpdfsdevicelevel.h +++ b/src/plugins/portables/wpdfsdevicelevel.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdfsdevicelevel.h Device level enumerator. diff --git a/src/plugins/portables/wpdhelpers.h b/src/plugins/portables/wpdhelpers.h index 485e803a..9144502a 100644 --- a/src/plugins/portables/wpdhelpers.h +++ b/src/plugins/portables/wpdhelpers.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdhelpers.h Helper functions. diff --git a/src/plugins/portables/wpdplug.cpp b/src/plugins/portables/wpdplug.cpp index 83d6cb1e..99dc67a5 100644 --- a/src/plugins/portables/wpdplug.cpp +++ b/src/plugins/portables/wpdplug.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdplug.cpp Salamander plugin interface. diff --git a/src/plugins/portables/wpdplug.h b/src/plugins/portables/wpdplug.h index 29b89936..0a3ca167 100644 --- a/src/plugins/portables/wpdplug.h +++ b/src/plugins/portables/wpdplug.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdplug.h Salamander plugin interface. diff --git a/src/plugins/portables/wpdplugfs.h b/src/plugins/portables/wpdplugfs.h index d4658018..409a6ea6 100644 --- a/src/plugins/portables/wpdplugfs.h +++ b/src/plugins/portables/wpdplugfs.h @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* Windows Portable Devices Plugin for Open Salamander Copyright (c) 2015 Milan Kase - Copyright (c) 2015 Open Salamander Authors + Copyright (c) 2015 Taskscape Ltd wpdplugfs.h Salamander plugin interface for file system. diff --git a/src/plugins/regedt/chmon.cpp b/src/plugins/regedt/chmon.cpp index a32f8ecd..3b08c49a 100644 --- a/src/plugins/regedt/chmon.cpp +++ b/src/plugins/regedt/chmon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/chmon.h b/src/plugins/regedt/chmon.h index 80678cf7..d59c401c 100644 --- a/src/plugins/regedt/chmon.h +++ b/src/plugins/regedt/chmon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/dialogs.cpp b/src/plugins/regedt/dialogs.cpp index fa50e009..ad00e2af 100644 --- a/src/plugins/regedt/dialogs.cpp +++ b/src/plugins/regedt/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/dialogs.h b/src/plugins/regedt/dialogs.h index 05f0e79a..77b40c72 100644 --- a/src/plugins/regedt/dialogs.h +++ b/src/plugins/regedt/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/editor.cpp b/src/plugins/regedt/editor.cpp index 745e27e6..5f15d193 100644 --- a/src/plugins/regedt/editor.cpp +++ b/src/plugins/regedt/editor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/editor.h b/src/plugins/regedt/editor.h index beeb3458..0e539a79 100644 --- a/src/plugins/regedt/editor.h +++ b/src/plugins/regedt/editor.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/export.cpp b/src/plugins/regedt/export.cpp index 9a530213..ba94a3b0 100644 --- a/src/plugins/regedt/export.cpp +++ b/src/plugins/regedt/export.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -88,7 +88,7 @@ BOOL ExportKey(LPWSTR fullName) char command[4096]; if (root != -1) // regedit.exe can do "export all", so we'll use it for this task even after XP { - // starting with XP we invoke the reg.exe command line, see https://forum.altap.cz/viewtopic.php?f=24&t=5682 + // starting with XP we invoke the reg.exe command line, see /viewtopic.php?f=24&t=5682 // the advantage of reg.exe is that from Vista onward it does not require UAC elevation for exports char sysdir[MAX_PATH]; if (!GetSystemDirectory(sysdir, MAX_PATH)) diff --git a/src/plugins/regedt/export.h b/src/plugins/regedt/export.h index 56c8a024..327458b6 100644 --- a/src/plugins/regedt/export.h +++ b/src/plugins/regedt/export.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/finddlg.cpp b/src/plugins/regedt/finddlg.cpp index af66af0d..7bda71ae 100644 --- a/src/plugins/regedt/finddlg.cpp +++ b/src/plugins/regedt/finddlg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/finddlg.h b/src/plugins/regedt/finddlg.h index a3a12513..54b6e27c 100644 --- a/src/plugins/regedt/finddlg.h +++ b/src/plugins/regedt/finddlg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/finddlg2.cpp b/src/plugins/regedt/finddlg2.cpp index 5fb08ef0..7a45ef94 100644 --- a/src/plugins/regedt/finddlg2.cpp +++ b/src/plugins/regedt/finddlg2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/fs.cpp b/src/plugins/regedt/fs.cpp index d300431f..fcd0c00e 100644 --- a/src/plugins/regedt/fs.cpp +++ b/src/plugins/regedt/fs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/fs2.cpp b/src/plugins/regedt/fs2.cpp index 8ed60f07..29e54c4c 100644 --- a/src/plugins/regedt/fs2.cpp +++ b/src/plugins/regedt/fs2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/fs3.cpp b/src/plugins/regedt/fs3.cpp index a892d8dc..24ee6aa4 100644 --- a/src/plugins/regedt/fs3.cpp +++ b/src/plugins/regedt/fs3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/fs4.cpp b/src/plugins/regedt/fs4.cpp index a2f76aba..97d895f9 100644 --- a/src/plugins/regedt/fs4.cpp +++ b/src/plugins/regedt/fs4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/fs5.cpp b/src/plugins/regedt/fs5.cpp index 4e949642..e88785f2 100644 --- a/src/plugins/regedt/fs5.cpp +++ b/src/plugins/regedt/fs5.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/help/hh/regedt/dlgboxes_search.htm b/src/plugins/regedt/help/hh/regedt/dlgboxes_search.htm index f9cfe1cb..31e91b21 100644 --- a/src/plugins/regedt/help/hh/regedt/dlgboxes_search.htm +++ b/src/plugins/regedt/help/hh/regedt/dlgboxes_search.htm @@ -1,4 +1,4 @@ - + Windows Registry Search dialog box @@ -108,7 +108,8 @@

    See Also

    - + + diff --git a/src/plugins/regedt/help/hh/regedt/introduction_intro.htm b/src/plugins/regedt/help/hh/regedt/introduction_intro.htm index f1feb401..d81d1d5d 100644 --- a/src/plugins/regedt/help/hh/regedt/introduction_intro.htm +++ b/src/plugins/regedt/help/hh/regedt/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -22,7 +22,8 @@

    Getting Started with Registry Editor Plugin

    for a description of basic work with plugin file systems and menu extensions.

    - + + diff --git a/src/plugins/regedt/help/hh/regedt/using_editvalue.htm b/src/plugins/regedt/help/hh/regedt/using_editvalue.htm index f4766f3f..cfb3be5f 100644 --- a/src/plugins/regedt/help/hh/regedt/using_editvalue.htm +++ b/src/plugins/regedt/help/hh/regedt/using_editvalue.htm @@ -1,4 +1,4 @@ - + Editing Value @@ -48,7 +48,8 @@

    To edit raw data of a value in registry:

    - + + diff --git a/src/plugins/regedt/help/hh/regedt/using_export.htm b/src/plugins/regedt/help/hh/regedt/using_export.htm index ff56f3fa..c008b517 100644 --- a/src/plugins/regedt/help/hh/regedt/using_export.htm +++ b/src/plugins/regedt/help/hh/regedt/using_export.htm @@ -1,4 +1,4 @@ - + Exporting Registry Key @@ -43,7 +43,8 @@

    To export a registry key opened in panel to a disk file:

    - + + diff --git a/src/plugins/regedt/help/hh/regedt/using_newkey.htm b/src/plugins/regedt/help/hh/regedt/using_newkey.htm index 843187b6..92fd8595 100644 --- a/src/plugins/regedt/help/hh/regedt/using_newkey.htm +++ b/src/plugins/regedt/help/hh/regedt/using_newkey.htm @@ -1,4 +1,4 @@ - + Creating New Key @@ -33,7 +33,8 @@

    To create a new key in registry:

    - + + diff --git a/src/plugins/regedt/help/hh/regedt/using_newvalue.htm b/src/plugins/regedt/help/hh/regedt/using_newvalue.htm index 792bd1ef..d5c14a2b 100644 --- a/src/plugins/regedt/help/hh/regedt/using_newvalue.htm +++ b/src/plugins/regedt/help/hh/regedt/using_newvalue.htm @@ -1,4 +1,4 @@ - + Creating New Value @@ -31,7 +31,8 @@

    To create a new value in registry:

    - + + diff --git a/src/plugins/regedt/help/hh/regedt/using_searchreg.htm b/src/plugins/regedt/help/hh/regedt/using_searchreg.htm index 2b33cf45..87b510a4 100644 --- a/src/plugins/regedt/help/hh/regedt/using_searchreg.htm +++ b/src/plugins/regedt/help/hh/regedt/using_searchreg.htm @@ -1,4 +1,4 @@ - + Searching in Windows Registry @@ -42,7 +42,8 @@

    See Also

    - + + diff --git a/src/plugins/regedt/lang/lang.rc2 b/src/plugins/regedt/lang/lang.rc2 index 74126de5..1df670c5 100644 --- a/src/plugins/regedt/lang/lang.rc2 +++ b/src/plugins/regedt/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -169,3 +169,4 @@ STRINGTABLE IDS_COPYPATH, "Copy Full Path as Text" IDS_BUSY, "Open Salamander is busy. The requested command cannot be accomplished, please try it again later." } + diff --git a/src/plugins/regedt/menu.cpp b/src/plugins/regedt/menu.cpp index a441f65c..439feb45 100644 --- a/src/plugins/regedt/menu.cpp +++ b/src/plugins/regedt/menu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/precomp.cpp b/src/plugins/regedt/precomp.cpp index 5f4231bd..7cc588ac 100644 --- a/src/plugins/regedt/precomp.cpp +++ b/src/plugins/regedt/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/precomp.h b/src/plugins/regedt/precomp.h index 31882739..6c4161dc 100644 --- a/src/plugins/regedt/precomp.h +++ b/src/plugins/regedt/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/regedt.cpp b/src/plugins/regedt/regedt.cpp index a2525663..e23ce42c 100644 --- a/src/plugins/regedt/regedt.cpp +++ b/src/plugins/regedt/regedt.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -258,7 +258,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs NULL, "reg"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // obtain our FS name (it may differ from "reg"; Salamander can adjust it) SG->GetPluginFSName(AssignedFSName, 0); diff --git a/src/plugins/regedt/regedt.h b/src/plugins/regedt/regedt.h index 3e5a3228..f3b8b101 100644 --- a/src/plugins/regedt/regedt.h +++ b/src/plugins/regedt/regedt.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/regedt.rc2 b/src/plugins/regedt/regedt.rc2 index 468e073b..658ed948 100644 --- a/src/plugins/regedt/regedt.rc2 +++ b/src/plugins/regedt/regedt.rc2 @@ -1,4 +1,4 @@ -// +// // regedt.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -18,3 +18,4 @@ IDI_BIN ICON "bin.ico" IDI_UNKNOWN ICON "unknown.ico" IDI_FIND ICON "find.ico" IDB_REGEDT BITMAP "regedt.bmp" + diff --git a/src/plugins/regedt/utils.cpp b/src/plugins/regedt/utils.cpp index cb2f3e9a..6f071ed7 100644 --- a/src/plugins/regedt/utils.cpp +++ b/src/plugins/regedt/utils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/regedt/utils.h b/src/plugins/regedt/utils.h index 3844fec7..692e5598 100644 --- a/src/plugins/regedt/utils.h +++ b/src/plugins/regedt/utils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 2b7f6993..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index e0137a2ef66b057b851d25d2c125901e537bd993..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4834 zcmeI0Yi|-!5QgWckbcq_u@ut~5j9HQm>`W#j(9Ub@k?bzHwmTL(L^ zeJj~Vdt<9MhV0G(!ErN>~gtwk7li(y4+JsvD0=Ik2BujDcQy%$C{o?CBQABD})R2_m(fq#7_&UrN1FkNk@6Sz@PuEI37p~ z9-<9I16au+3`sh4S{%61IJR&fO$@*hT$K}}{ynYwnwx7>X1;z!&Cf*&oNT%4O`)b~^C&U47 zqr#Jl!53qgBE@H<^LO@Bl;^($m$Rk6f3GjUPu+Yo-p79yi@V8Af4&p%b{-#|o8BEG z!)-aaIoc+=Qk1=@jSccn)j~Q9L(|LeVB#eM;~d?RrH diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 4e16921c..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\regedt\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index c49e5da976da20a836301f1e1df83658a5ffd9b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4792 zcmeI0Yi|-!5QgWckbcq_u@ut~5{qgGap0itMYqj)Z zATgUgx1E_Yw=-vEfBs0>D{GqCvZZ-~xEnlF-AbNz-ihGo-V#S=8INE zuftAFWSKA@xHe^Ld_8uMJ^FL7Bd7*Q7qJ?#CT>D}S#ky7b-_G=);V7S$MXpgEocV# z*ty$rXg#;qi8%mwp=Y1{!x5&3TuzmLMJM71+ z8SJ0t&C+J+6@zj>O9xHo74jW#$yMTCXQYc}bvBk!ngaHlqUA2H?xJsSd5B#f!fVQ& zK{Lmheh!_6vtbLHUtsf;ePBLz*3V#Lf2wB|4!F*~YsA7s(X6bYIPT_Jla# zZB$sP7<@H`DN=k!I)7)cqCEd4xSlQj`+I%)ed_j`@ge@RSlmr^`um-Dzw`L`-1P1l z8Scu-?a?;Tm7?rbZETTusuoIe-UG4^Wzot&M|MVD@tv3!0HbQ=j0{6HPjHzFSILZ& zqpK28^)jMWHuvXhOQgfn*9RL3>#Yj diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 623d61b7..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 5ac5160147340070ea88b5e8df919712f7aa73a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4312 zcmeI0ZEw>s5XbMMM12K9bnAwuY464!pn?v>$~GZORY}@X)+aS7Eqr+3_qWrnV+{7d zP>N7wJGlq@e0M(I<=fZDRxCF4$5zS56MO96cIg|yt9D=;_T&<5*Ix37ch8<%n$J@+ z@vT_fMz%#8TMJAVe9Ob%@wH`B`VZCw+puf_-nJpIL$E`514jx)0#9s@czSSUU?t>|&WGyryosQX`^tN^84bRX) z(DHoeZ75=B1r>+(JocI$`L`^$`VgIrm^Jd0b$gw^RT)dR1C;|N?hbtu>d5xdqU<9Z z)Glc>vLj$AmXeGSUXt;i02@NTW~;O{-uBL{B<~BJ=iuD|SBG{8cUa*thgR_JGHsoH zopF=7Hldb3#87LMR&K>*l3ypKhh}v`inyC?G&@7fJ(^;{XQVvBu6L0&vIoq$$;p1m zJjdRK2{xZ%^T=NCoq6k5uyHui=N5Lvz*T%eO}?~2tN3q+q&nZ(jlAIgWa$?|jx>+q zij*P7UGH?TQrHlC7qsv?@_yl=@qls78_P3@Gt;tMg&L8H9)lng_ak2}kSYh*^s z%2ki3hDqs_&HcJ&`2@`j8s*m?p`O a&8u(loO@-_E3rk}hLfXz0zdbQl6?mKZ diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 4b258c76..00000000 --- a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\regedt\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/regedt/vcxproj/salamander/Release_x64/plugins/regedt/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index d901748fa9af96a2546337fe80748830e51c8711..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4270 zcmeH~`)?9K5Xa|Fx$u+5NK0!P!f&-uB}#1s+s14{ke66q;SNFnc=hw$J1CV@`w(*& zbJ@r3%%6i8}tW|-Ipp7X)Fj~+w?FnBWstAZybxx0y zn)b$~{EvMfSO#drV-6UHP`BCD*;~dwt>L+;+uY0LpzA}~Wv?L+=Xvge*J4lS_Zb3p zXkzHkp4h-cdkHU&{~laS;5wvrJYCgl=*RJ8Jg3J%(#csHO-QE`$kEHLyqQndfFdW}kC! z!xlE5Ve`OV@gI5X=df{nqpvLNh=IHKfSP>ifR^+B4o-EyqdR%Q=6D&Tf{!qX;fj=T zjJw_K*pyyo-r8xgQj_>M#_tqGHpSBk(XK|^yx`Up@owiMnPQjTs#VXP5(i=%9Rk~) z7<@g3DN=kuy7=YZMtS~A@N=g0_uuvO`_#=Z<3s%CZgF>U((m8I``yPs&&}YTk>R$S z+#GEex>A(Au8rs9ovMfyIqy5N59Q6uKtsDEulPz#bKofNy(Gg><>QvQaD~iBS-I*F z)i5EwvbkT^ET6%dgQNWV6WEIyL{*yh(`l-&;@U_rMbDp~w%RGK{jzX3=hLWMHcP${ z(GQTWg$7kKWRX*~*D!hIG@p81wf_-mTWd1L6?)xQ=ru9{)#GI{ff5zF`a0j0=cT>c PTD4|;J5={CY@e|ou?W@4 diff --git a/src/plugins/regedt/versinfo.rh2 b/src/plugins/regedt/versinfo.rh2 index 87120df2..98844dab 100644 --- a/src/plugins/regedt/versinfo.rh2 +++ b/src/plugins/regedt/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __REGEDT_VERSINFO_RH2 #define __REGEDT_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // vytahneme cisla verzi + buildu -#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Registry Editor for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __REGEDT_VERSINFO_RH2 diff --git a/src/plugins/renamer/RENAMER.RC2 b/src/plugins/renamer/RENAMER.RC2 index 47b6784a..2a93d2bf 100644 --- a/src/plugins/renamer/RENAMER.RC2 +++ b/src/plugins/renamer/RENAMER.RC2 @@ -1,4 +1,4 @@ -// +// // renamer.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -15,3 +15,4 @@ IDI_RENAMER ICON "renamer.ico" IDI_WARNING ICON "warning.ico" IDB_RENAMER BITMAP "renamer.bmp" + diff --git a/src/plugins/renamer/crename2.cpp b/src/plugins/renamer/crename2.cpp index 92fc9771..493f27c3 100644 --- a/src/plugins/renamer/crename2.cpp +++ b/src/plugins/renamer/crename2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/crenamer.cpp b/src/plugins/renamer/crenamer.cpp index 24e89a53..d2b5c5f3 100644 --- a/src/plugins/renamer/crenamer.cpp +++ b/src/plugins/renamer/crenamer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/crenamer.h b/src/plugins/renamer/crenamer.h index 06969520..364c9302 100644 --- a/src/plugins/renamer/crenamer.h +++ b/src/plugins/renamer/crenamer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/dialogs.cpp b/src/plugins/renamer/dialogs.cpp index 6f39fc33..6ce7d96f 100644 --- a/src/plugins/renamer/dialogs.cpp +++ b/src/plugins/renamer/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/dialogs.h b/src/plugins/renamer/dialogs.h index c1dec91d..1795e307 100644 --- a/src/plugins/renamer/dialogs.h +++ b/src/plugins/renamer/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/editor.cpp b/src/plugins/renamer/editor.cpp index 2f85571f..96a5452e 100644 --- a/src/plugins/renamer/editor.cpp +++ b/src/plugins/renamer/editor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/editor.h b/src/plugins/renamer/editor.h index beeb3458..0e539a79 100644 --- a/src/plugins/renamer/editor.h +++ b/src/plugins/renamer/editor.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/help/hh/renamer/appendix_regexp.htm b/src/plugins/renamer/help/hh/renamer/appendix_regexp.htm index 6543b71b..32d8b00b 100644 --- a/src/plugins/renamer/help/hh/renamer/appendix_regexp.htm +++ b/src/plugins/renamer/help/hh/renamer/appendix_regexp.htm @@ -1,4 +1,4 @@ - + Regular Expressions @@ -291,7 +291,8 @@

    Special characters

    - + + diff --git a/src/plugins/renamer/help/hh/renamer/dlgboxes_advoptions.htm b/src/plugins/renamer/help/hh/renamer/dlgboxes_advoptions.htm index 330d09c8..ac642029 100644 --- a/src/plugins/renamer/help/hh/renamer/dlgboxes_advoptions.htm +++ b/src/plugins/renamer/help/hh/renamer/dlgboxes_advoptions.htm @@ -1,4 +1,4 @@ - + Renamer Advanced Options dialog box @@ -43,7 +43,8 @@

    Options

    - + + diff --git a/src/plugins/renamer/help/hh/renamer/dlgboxes_batchrename.htm b/src/plugins/renamer/help/hh/renamer/dlgboxes_batchrename.htm index 47a3b9a6..d1c52b13 100644 --- a/src/plugins/renamer/help/hh/renamer/dlgboxes_batchrename.htm +++ b/src/plugins/renamer/help/hh/renamer/dlgboxes_batchrename.htm @@ -1,4 +1,4 @@ - + Batch Rename dialog box @@ -18,7 +18,7 @@

    Menu

    The Batch Rename dialog contains menu with following commands: - +https://forum.altap.cz
    Commands/Rename
    @@ -276,7 +276,8 @@

    See Also

    - + + diff --git a/src/plugins/renamer/help/hh/renamer/introduction_intro.htm b/src/plugins/renamer/help/hh/renamer/introduction_intro.htm index ad165cb8..a0a12b6a 100644 --- a/src/plugins/renamer/help/hh/renamer/introduction_intro.htm +++ b/src/plugins/renamer/help/hh/renamer/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -26,7 +26,8 @@

    Getting Started with Renamer Plugin

    using the Undo command.

    - + + diff --git a/src/plugins/renamer/help/hh/renamer/using_batchrename.htm b/src/plugins/renamer/help/hh/renamer/using_batchrename.htm index 8e0e4c69..29ebdd10 100644 --- a/src/plugins/renamer/help/hh/renamer/using_batchrename.htm +++ b/src/plugins/renamer/help/hh/renamer/using_batchrename.htm @@ -1,4 +1,4 @@ - + Batch Renaming @@ -46,7 +46,7 @@

    Examples

    Removing only periods that are not surrounded by digits

    - +https://forum.altap.cz

    Using a counter

    Lets say we have files P1020652.JPG, P1020653.JPG, and P1020654.JPG. And we @@ -68,7 +68,7 @@

    Using a counter

  • Choose the Rename button.
  • - +https://forum.altap.cz

    Adding a prefix to all names

    Lets say we have files House1.jpg, House2.jpg, and House3.jpg. And we want to @@ -87,7 +87,7 @@

    Adding a prefix to all names

  • Choose the Rename button.
  • - +https://forum.altap.cz

    Replacing a word in all names

    Lets say we have files NewHouse1.jpg, NewHouse2.jpg, and NewHouse3.jpg. And we want to @@ -104,7 +104,7 @@

    Replacing a word in all names

  • Choose the Rename button.
  • - +https://forum.altap.cz

    Removing spaces from all names

    Lets say we have files New Car 1.jpg, New Car 2.jpg, and New Car 3.jpg. And we want to @@ -121,7 +121,7 @@

    Removing spaces from all names

  • Choose the Rename button.
  • - +https://forum.altap.cz

    Reordering words in names

    Lets say we have files The Beatles - Yellow Submarine - Revolver.mp3, @@ -150,7 +150,7 @@

    Reordering words in names

  • Choose the Rename button.
  • - +https://forum.altap.cz

    Using structured name to create directory structure

    Lets say we have files The Beatles - Revolver - Yellow Submarine.mp3, @@ -173,7 +173,7 @@

    Using structured name to create directory structure

  • Choose the Rename button.
  • - +https://forum.altap.cz

    Moving all files from subdirectories into one directory

    Lets say we have two directories Car and House, and four files Car\1.jpg, Car\2.jpg, @@ -199,11 +199,11 @@

    Moving all files from subdirectories into one directory

  • Choose the Rename button.
  • - +https://forum.altap.cz

    Removing only periods that are not surrounded by digits

    -

    Lets say we have directories Altap.Salamand.2.5 and Altap.Salamand.2.0. -We want to rename them to Altap Salamand 2.5 and Altap Salamand 2.0. +

    Lets say we have directories Taskscape Ltd.Salamand.2.5 and Taskscape Ltd.Salamand.2.0. +We want to rename them to Taskscape Ltd Salamand 2.5 and Taskscape Ltd Salamand 2.0.

      @@ -218,7 +218,7 @@

      Removing only periods that are not surrounded by digits

      non-digit character ("\D")). Meaning of this expression is: find a period character which is preceded or followed by a non-digit character.
    1. Go to the Replace with combo box and type one space character here.
    2. -
    3. Now you should see Altap Salamand 2.5 and Altap Salamand 2.0 +
    4. Now you should see Taskscape Ltd Salamand 2.5 and Taskscape Ltd Salamand 2.0 in the Preview listview in the New Name column.
    5. Choose the Rename button.
    @@ -229,7 +229,8 @@

    See Also

    - + + diff --git a/src/plugins/renamer/lang/lang.rc2 b/src/plugins/renamer/lang/lang.rc2 index c72d12c6..cab73ca8 100644 --- a/src/plugins/renamer/lang/lang.rc2 +++ b/src/plugins/renamer/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -299,3 +299,4 @@ STRINGTABLE IDS_EXP_SALDIR, "Salamander Directory" IDS_CFG_CONFLICT, "The configuration is already opened." } + diff --git a/src/plugins/renamer/menu.cpp b/src/plugins/renamer/menu.cpp index 4e92885f..86429d8a 100644 --- a/src/plugins/renamer/menu.cpp +++ b/src/plugins/renamer/menu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/precomp.cpp b/src/plugins/renamer/precomp.cpp index 7a876fd3..8a95f8d4 100644 --- a/src/plugins/renamer/precomp.cpp +++ b/src/plugins/renamer/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/precomp.h b/src/plugins/renamer/precomp.h index 31c79109..09004a04 100644 --- a/src/plugins/renamer/precomp.h +++ b/src/plugins/renamer/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/preview.cpp b/src/plugins/renamer/preview.cpp index f0cb7bc2..7e302767 100644 --- a/src/plugins/renamer/preview.cpp +++ b/src/plugins/renamer/preview.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/preview.h b/src/plugins/renamer/preview.h index 945c4932..41370d0d 100644 --- a/src/plugins/renamer/preview.h +++ b/src/plugins/renamer/preview.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/regexp.cpp b/src/plugins/renamer/regexp.cpp index 3908ed25..16f4b9e1 100644 --- a/src/plugins/renamer/regexp.cpp +++ b/src/plugins/renamer/regexp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/renamer/regexp.h b/src/plugins/renamer/regexp.h index 01306ad8..4c20d2b6 100644 --- a/src/plugins/renamer/regexp.h +++ b/src/plugins/renamer/regexp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/regiface.h b/src/plugins/renamer/regiface.h index 75702647..16090227 100644 --- a/src/plugins/renamer/regiface.h +++ b/src/plugins/renamer/regiface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/renamer.cpp b/src/plugins/renamer/renamer.cpp index 0aa98eb9..4d0dc3a3 100644 --- a/src/plugins/renamer/renamer.cpp +++ b/src/plugins/renamer/renamer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -223,7 +223,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_DESCRIPTION), "Renamer" /* do not translate! */); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/renamer/renamer.h b/src/plugins/renamer/renamer.h index dc88acda..f2239bac 100644 --- a/src/plugins/renamer/renamer.h +++ b/src/plugins/renamer/renamer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/rendlg.cpp b/src/plugins/renamer/rendlg.cpp index 1baf2651..4af8777e 100644 --- a/src/plugins/renamer/rendlg.cpp +++ b/src/plugins/renamer/rendlg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/rendlg.h b/src/plugins/renamer/rendlg.h index 179e3d1b..7c72b2af 100644 --- a/src/plugins/renamer/rendlg.h +++ b/src/plugins/renamer/rendlg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/rendlg2.cpp b/src/plugins/renamer/rendlg2.cpp index 5d13fb29..9c05529d 100644 --- a/src/plugins/renamer/rendlg2.cpp +++ b/src/plugins/renamer/rendlg2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/rendlg3.cpp b/src/plugins/renamer/rendlg3.cpp index 851956ee..dbed6bef 100644 --- a/src/plugins/renamer/rendlg3.cpp +++ b/src/plugins/renamer/rendlg3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/rendlg4.cpp b/src/plugins/renamer/rendlg4.cpp index b3d58b70..9e411988 100644 --- a/src/plugins/renamer/rendlg4.cpp +++ b/src/plugins/renamer/rendlg4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/utils.cpp b/src/plugins/renamer/utils.cpp index eeef0b2a..e25a12bb 100644 --- a/src/plugins/renamer/utils.cpp +++ b/src/plugins/renamer/utils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/utils.h b/src/plugins/renamer/utils.h index 3443e51b..26d11c02 100644 --- a/src/plugins/renamer/utils.h +++ b/src/plugins/renamer/utils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/varstr.cpp b/src/plugins/renamer/varstr.cpp index 16f8d0db..535704b6 100644 --- a/src/plugins/renamer/varstr.cpp +++ b/src/plugins/renamer/varstr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/renamer/varstr.h b/src/plugins/renamer/varstr.h index 724e4393..f95bd66b 100644 --- a/src/plugins/renamer/varstr.h +++ b/src/plugins/renamer/varstr.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index a0276699..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index d66f2c98019dd93498fdc53a6051f0614146a663..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4946 zcmeI0`%e==5Xa|FY5J4KSa}#iNc;iXf>m0G6iUn`7i7yNM`MW@0W1os0SkXS%8(XjmZH2aY1`$tTmTk$BamA{)f-XTfp}Gpyg%s61J655% z2Tb1fnH8B;Y{z$5XI^pMwt$cv;#Sak+nyQg>b>%|%M-I>kbj%eI{RpsDx(Tx@u8Ip zqcR+(d3i{xF>>vo1!*>sw&0rCb{?b~X=n?bY_gJfZEZS69-I=`l@xd4y=WVJ-#Vig zBf%f)!Sb?dvR`7|0<>x=S}|1iTo2pm{vz~>y}qaR*r|>zW9EJD zGnVD+kwbQPcfoE#HA1>3t4-F#P0TrvToHIWYbVg^@+ESfyFhiOcqP`g=fGDQzy%&6 z<}G#~!0nKB3{(X7RrC_^WSzrJzRVX#O(YNUNXj<4P2$HEx(ZrNBt8bBj_g{M1|;ji zHQD#kXlmsiy68hyaAi)M-tXx3uKHY~67wv6y@qynoz@AxG@ZfYTW%d$pnOTM8P2b~ zXzUzk(DI0}Y|#ULiKw&06LB6A&gFZ-?;>#Xe5(T6V~?=I-gI>lAIQ;`>6dvchOGiE zZ>YOx$bW(@pA!G_(KedZ`Itv(*0J9NEw^d9^}fU90d~C)uNiv=%~j6zbLiCEh7D|f zip?|jp83eFzle<^yfJOzi2HB>A5fDotJ+j`Di9DcsyP@bHPVCTbbo_JeFQg z-P-eFr8?2DkKZYZJQhzCqFt4^dB~|L;N6i&GR3Zoo;@ZG1RJeCsTh1dhAC2fLb`Bo zKSg=|OK>q?`uq3#{QK1PH{*T$XSTST>~!;;c(?QT@Z5Cn7#VKM$@S4T(Uqd?d2MWv zcd8yra^8Ki4`tEHK!;TKWBWl&i-1u@^OX!kbx(Ab3zx}^l%tDPPwUM%*mUA#KwNt41a_|-E3Z2;;JWhD@R!*BE``2m*myw_f7n})NZ Le*jneL)Lx+;LJ4V diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index bc7ea6f2..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\renamer\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 552d2fe4f9693f4d21d76f1d2b92dc6cd3f19947..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4904 zcmeI0`%e==5Xa|FY5J4KSa}#iNc;iXf>m0GEtHr`F4z{V_LV-Q`p2uE?`#hbkU)8u zl9FIkQ!n)M_5Y{xdVmNi-H*u=gvAKd^cI(1uhsJb25 zOCRl7+usHHI{Q@Y(2DlK-q?~&X=}9QbBK5bvuZ1rj4M{V6?6%@3DtF|E~TjE*|7%2 zDlmCFU{+*Su|3~qlX=B?+W|syh+9GDZFg?0zwec|eV&*dgZ#UUHrYqJ)EHG5iw~_- z7?t5L&C5eljge~)El9J8v<279uJa(>NJBg5WSf<|Yirvv^5B%fuB5mV??v0<`_4JN z7zzGR50;lzll>Cw7NAv6(Tbr`bv^8&`^(U4_WH_N0k{BJw6}O^@aQr;3H!tbwn39O zH}J&~Z>@i1wqa-V!PjFOr`Aub4@Q-*eQ*QD2#6*)4ST`U;Y5u2qE*prvr_|ECd>!k zXDrLtV~6bW?t$HcYJ_wxR$Huzo0xMTxgzj%)=r_-<4fc`_kilo@Jg&}&!Mk0feSoD z%-iffgxeAA1gHq^Yv?87$vTJId|51xT1Xz`k(3>Do5YVDbQQFkNPGfB1KG7I4M^6Z zYjWVD@yyD7bTNRc;L4mhz2DL6UGup{CFWWDdIRn3JFQcCX*z?)x7|9jK>3PZGn`*} z(Zo5TGoxAIQ;G=~sCxhOGlF zZ)mt@$bW(@pA!G_(GHr``B+40HnHCnEq7?T^}fU9A$GkFuNiv=&2`T8bLiCFhD~gK zhRrkfp843Vzl@C|yfJOzi2HB}A5fDotJ+j`FJibcsyRZ3&BS^Tbbu{JeFS0 z+}ev`r3TS(fZr*KJQhzCqFs%+dBmwH;N6i&GR3aTo;@KB1RHHWsTh1QhAC2fLb`Bo zKSg=|OK>?~`uF$x;``L~H{*T$XTG?b>~!;;c(?QT@Z5Co7#VKM$@S4T(Uqd?MQv=6 zcd8yra^3^74`tEHKu1*f6Z=6-i-1u@^OX!kbx(Aj3zx}^l%tDPPwUM%*wsWv3wNt41a&R@}(OX$;j(mSi-$kk>x>GHeLq64B zz1jVy@x-;%dg4+xugDhuj>O#H`h!sP`n$y4U-Z8M`g;(kd~MO|tF#rvc~G67*gR{$ E0U3}i(EtDd diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 98fc5d6f..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 889c30ea50634130538248144b18db0b1158b510..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4322 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xV!hu+x!h@h6Uj6-d4@$+RPu3j9 zTz2;mRPyJhwzQ%mnj%?4Kt<4qfHIHaZ_R_}5Iu#S$ zmbGkX1=`4BARXYbpZ~yD!DjTItPZqhla=|F4VXIyI)FA%jKOF^)37HzU8p8NG^>3& z?9{L~HsyQh`^Yjt>mIYm*oQi1RcG%QyR^FJre80<;4$-4*Bs)~r zbQ;+Sb7QO}9wRh7;azqZfWKqgv>o0`OFPK}gZDXT4}ev{9Y7s+I8J7BczBk!OTWvQ zXRSQg@`(o6+9gixxJmrWKf7pFrzDNi?4#K^TJF*m55B_X33j~?uaP}s%{-_3G3%Uq z8#b}|44X&xitmZHehwRlGksxUM;zS72h`+Cd$gSYc5tc_KDm__JRC2*RPZrQ;&{yY z2vP24r{kgYGV|6>i9$(+>?v^|*k~Wv z=EUI3F-(!-BhrQ2dlTjPFTt<5(%-+=)9+JP-;DS1pWDUV#ZK4XiFZ4Xf1aD(9V5d{ zIk`I8E_9_Rds!RL$vagQEpp!XWFN|#m4S}!oV?;2G0lOay!V_8L)DL4=E4;+BW2}n zPbHd>&*rYHTfTrbXC-CWpIL8Fhp1N5irP8qeZ4VZ<)P*dpiX5n_u zqfyyymJCF*J#d=nR8>S4xmAz#lY39^Q?I@FACuO?%)9 diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 156d9a9c..00000000 --- a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\renamer\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/renamer/vcxproj/salamander/Release_x64/plugins/renamer/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 2c9c068fe034eefe7aecd446a0ee73e40ee36ea2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4280 zcmeI0ZBG+H5Xa}ET>465EEEhOeTNj3Xpu+-Vm4{8z1B*fay_K_;nm-N_pX2q;mMk- zF_+!F+nL#&r=6X-pFbj7v6iVnwn{dh*mM6@qi-_5XZyBcFXrZI_LfJqJNDWp**bL- z-HLT=Y*kufF_0ec*w26Dt7;eYpY0TA)6y&R9UC!s2y_H(pqPNshNflDc=}MKKs2j; zdhFD)cXrPA*!Pi@fS!8H0pk$rm{pyQj|9Fav<_GfIT~ol@svETyFiM{TZ}fO*8~ZryXwp%UZKCB z>0I^>7%gx$D+)=Sc}*)DpNjbw-V zoK7P&5q}n{UR)_|N^~Zobp)cjCj&0vl#Go!-yAzT$sI-u9f7p;mADTD?I&pvruYd|-##U44`1(*KHH Rb6vG(I3xN4kXyfGzW{N**Yp4Y diff --git a/src/plugins/renamer/versinfo.rh2 b/src/plugins/renamer/versinfo.rh2 index d6103bb9..f6f04dc1 100644 --- a/src/plugins/renamer/versinfo.rh2 +++ b/src/plugins/renamer/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __RENAMER_VERSINFO_RH2 #define __RENAMER_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // pull in the version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Renamer plugin for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __RENAMER_VERSINFO_RH2 diff --git a/src/plugins/shared/arraylt.h b/src/plugins/shared/arraylt.h index 5f872e87..0a833efc 100644 --- a/src/plugins/shared/arraylt.h +++ b/src/plugins/shared/arraylt.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/auxtools.cpp b/src/plugins/shared/auxtools.cpp index dac35860..d0165424 100644 --- a/src/plugins/shared/auxtools.cpp +++ b/src/plugins/shared/auxtools.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/auxtools.h b/src/plugins/shared/auxtools.h index 235e0c2c..c1853fb1 100644 --- a/src/plugins/shared/auxtools.h +++ b/src/plugins/shared/auxtools.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/baseaddr_x64.txt b/src/plugins/shared/baseaddr_x64.txt index 256af78f..b8d30b7d 100644 --- a/src/plugins/shared/baseaddr_x64.txt +++ b/src/plugins/shared/baseaddr_x64.txt @@ -1,4 +1,4 @@ -; Altap Salamanader debug build has disabled base address randomization for simpler debugging. +; Taskscape Ltd Salamanader debug build has disabled base address randomization for simpler debugging. ; When memory leak occurs, unloaded modules are loaded to the same address, so proper CPP modul names are displayed. ; This file contains base addresses for compiled modules. Note: module reallocation may still ; happen when address space is already allocated, for example by third party shell extension. diff --git a/src/plugins/shared/baseaddr_x86.txt b/src/plugins/shared/baseaddr_x86.txt index 989f3760..359c980d 100644 --- a/src/plugins/shared/baseaddr_x86.txt +++ b/src/plugins/shared/baseaddr_x86.txt @@ -1,4 +1,4 @@ -; Altap Salamanader debug build has disabled base address randomization for simpler debugging. +; Taskscape Ltd Salamanader debug build has disabled base address randomization for simpler debugging. ; When memory leak occurs, unloaded modules are loaded to the same address, so proper CPP modul names are displayed. ; This file contains base addresses for compiled modules. Note: module reallocation may still ; happen when address space is already allocated, for example by third party shell extension. diff --git a/src/plugins/shared/dbg.cpp b/src/plugins/shared/dbg.cpp index a2667b7b..2e4e46ef 100644 --- a/src/plugins/shared/dbg.cpp +++ b/src/plugins/shared/dbg.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/dbg.h b/src/plugins/shared/dbg.h index 23618fb5..79863951 100644 --- a/src/plugins/shared/dbg.h +++ b/src/plugins/shared/dbg.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/htmlhelp.h b/src/plugins/shared/htmlhelp.h index 8832082d..d4089fe7 100644 --- a/src/plugins/shared/htmlhelp.h +++ b/src/plugins/shared/htmlhelp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /**************************************************************************** diff --git a/src/plugins/shared/lukas/array2.h b/src/plugins/shared/lukas/array2.h index 23b5c35c..589370b5 100644 --- a/src/plugins/shared/lukas/array2.h +++ b/src/plugins/shared/lukas/array2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/counter.h b/src/plugins/shared/lukas/counter.h index a461b63e..f9483558 100644 --- a/src/plugins/shared/lukas/counter.h +++ b/src/plugins/shared/lukas/counter.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/diff.h b/src/plugins/shared/lukas/diff.h index 45b92c73..8c0e564a 100644 --- a/src/plugins/shared/lukas/diff.h +++ b/src/plugins/shared/lukas/diff.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -62,7 +62,7 @@ // // **************************************************************************** // -// Ported to C++ by Lukas Cerman in January 2006. +// Ported to C++ by Lukas Cerman in January 2006. // // Original copyright notice: // diff --git a/src/plugins/shared/lukas/dumpmem.h b/src/plugins/shared/lukas/dumpmem.h index 57085ae5..6fa243ba 100644 --- a/src/plugins/shared/lukas/dumpmem.h +++ b/src/plugins/shared/lukas/dumpmem.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/gdi.cpp b/src/plugins/shared/lukas/gdi.cpp index 42a9ebae..101e495f 100644 --- a/src/plugins/shared/lukas/gdi.cpp +++ b/src/plugins/shared/lukas/gdi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/shared/lukas/gdi.h b/src/plugins/shared/lukas/gdi.h index e07a3c51..245e6989 100644 --- a/src/plugins/shared/lukas/gdi.h +++ b/src/plugins/shared/lukas/gdi.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/killdbg.h b/src/plugins/shared/lukas/killdbg.h index 5627ea5b..2db259f7 100644 --- a/src/plugins/shared/lukas/killdbg.h +++ b/src/plugins/shared/lukas/killdbg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/lcutils.h b/src/plugins/shared/lukas/lcutils.h index dca01f72..c8505d6b 100644 --- a/src/plugins/shared/lukas/lcutils.h +++ b/src/plugins/shared/lukas/lcutils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/messages.cpp b/src/plugins/shared/lukas/messages.cpp index cb642ff0..6118ba1f 100644 --- a/src/plugins/shared/lukas/messages.cpp +++ b/src/plugins/shared/lukas/messages.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/shared/lukas/messages.h b/src/plugins/shared/lukas/messages.h index 209612f9..b65303c0 100644 --- a/src/plugins/shared/lukas/messages.h +++ b/src/plugins/shared/lukas/messages.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/profile.h b/src/plugins/shared/lukas/profile.h index a479424f..5a20f042 100644 --- a/src/plugins/shared/lukas/profile.h +++ b/src/plugins/shared/lukas/profile.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/resedit.cpp b/src/plugins/shared/lukas/resedit.cpp index 22e2e8de..ae4a0a87 100644 --- a/src/plugins/shared/lukas/resedit.cpp +++ b/src/plugins/shared/lukas/resedit.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/shared/lukas/resedit.h b/src/plugins/shared/lukas/resedit.h index 17235265..3851cfd4 100644 --- a/src/plugins/shared/lukas/resedit.h +++ b/src/plugins/shared/lukas/resedit.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/str.cpp b/src/plugins/shared/lukas/str.cpp index efb57db4..2e18d0bc 100644 --- a/src/plugins/shared/lukas/str.cpp +++ b/src/plugins/shared/lukas/str.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/shared/lukas/str.h b/src/plugins/shared/lukas/str.h index d9b0618d..5119b70e 100644 --- a/src/plugins/shared/lukas/str.h +++ b/src/plugins/shared/lukas/str.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/shared/lukas/utilaux.cpp b/src/plugins/shared/lukas/utilaux.cpp index 75e34230..245c26ee 100644 --- a/src/plugins/shared/lukas/utilaux.cpp +++ b/src/plugins/shared/lukas/utilaux.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/shared/lukas/utilbase.cpp b/src/plugins/shared/lukas/utilbase.cpp index 26bbff79..4f8bac23 100644 --- a/src/plugins/shared/lukas/utilbase.cpp +++ b/src/plugins/shared/lukas/utilbase.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/shared/lukas/utildlg.cpp b/src/plugins/shared/lukas/utildlg.cpp index 22fc785a..bbf8f2b6 100644 --- a/src/plugins/shared/lukas/utildlg.cpp +++ b/src/plugins/shared/lukas/utildlg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/shared/mhandles.cpp b/src/plugins/shared/mhandles.cpp index 58030bbe..0cbb59ec 100644 --- a/src/plugins/shared/mhandles.cpp +++ b/src/plugins/shared/mhandles.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/mhandles.h b/src/plugins/shared/mhandles.h index 0f7ffd41..8e36c8a0 100644 --- a/src/plugins/shared/mhandles.h +++ b/src/plugins/shared/mhandles.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_arc.h b/src/plugins/shared/spl_arc.h index 078a0632..7cdb068a 100644 --- a/src/plugins/shared/spl_arc.h +++ b/src/plugins/shared/spl_arc.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_base.h b/src/plugins/shared/spl_base.h index f7e73a01..7004b95c 100644 --- a/src/plugins/shared/spl_base.h +++ b/src/plugins/shared/spl_base.h @@ -1,10 +1,10 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -608,7 +608,7 @@ class CPluginInterfaceAbstract FUNCTION_CONFIGURATION | FUNCTION_LOADSAVECONFIGURATION | FUNCTION_VIEWER | FUNCTION_FILESYSTEM, "2.0", - "Copyright © 1999-2023 Open Salamander Authors", + "Copyright © 1999-2023 Taskscape Ltd", "This plugin should help you to make your own plugins.", - "DEMOPLUG", "dmp", "dfs"); + "DEMOPLUG", "dmp;dmp2", "dfs"); diff --git a/src/plugins/shared/spl_bzip2.h b/src/plugins/shared/spl_bzip2.h index a15a42d5..73f9702f 100644 --- a/src/plugins/shared/spl_bzip2.h +++ b/src/plugins/shared/spl_bzip2.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_com.h b/src/plugins/shared/spl_com.h index 7e2e92dd..66ff2f8e 100644 --- a/src/plugins/shared/spl_com.h +++ b/src/plugins/shared/spl_com.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_crypt.h b/src/plugins/shared/spl_crypt.h index 8747a3e3..07435db1 100644 --- a/src/plugins/shared/spl_crypt.h +++ b/src/plugins/shared/spl_crypt.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_file.h b/src/plugins/shared/spl_file.h index cba1af73..8ca60ce5 100644 --- a/src/plugins/shared/spl_file.h +++ b/src/plugins/shared/spl_file.h @@ -1,10 +1,10 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: FULLY_TRANSLATED //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_fs.h b/src/plugins/shared/spl_fs.h index a9bcebb7..00b84584 100644 --- a/src/plugins/shared/spl_fs.h +++ b/src/plugins/shared/spl_fs.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_gen.h b/src/plugins/shared/spl_gen.h index 44315e5c..4b494842 100644 --- a/src/plugins/shared/spl_gen.h +++ b/src/plugins/shared/spl_gen.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -62,7 +62,7 @@ class CPluginDataInterfaceAbstract; #define MSGBOXEX_SETFOREGROUND 0x00010000 // MB_SETFOREGROUND (bit mask) -// altap specific +// taskscape specific #define MSGBOXEX_SILENT 0x10000000 // messagebox will not emit any sound when opened (bit mask) // in case of MB_YESNO messagebox allows Escape (generates IDNO); in MB_ABORTRETRYIGNORE messagebox // allows Escape (generates IDCANCEL) (bit mask) @@ -90,7 +90,7 @@ class CPluginDataInterfaceAbstract; #define DIALOG_NO 0x00000007 // IDNO #define DIALOG_TRYAGAIN 0x0000000a // IDTRYAGAIN #define DIALOG_CONTINUE 0x0000000b // IDCONTINUE -// altap specific +// taskscape specific #define DIALOG_SKIP 0x10000000 #define DIALOG_SKIPALL 0x20000000 #define DIALOG_ALL 0x30000000 @@ -757,7 +757,7 @@ class CSalamanderPNGAbstract // can be called from any thread virtual HBITMAP WINAPI LoadRawPNGBitmap(const void* rawPNG, DWORD rawPNGSize, DWORD flags, COLORREF unused) = 0; - // note 1: loaded PNG should be compressed using PNGSlim, see https://forum.altap.cz/viewtopic.php?f=15&t=3278 + // note 1: loaded PNG should be compressed using PNGSlim, see /viewtopic.php?f=15&t=3278 // note 2: example of direct access to DIB data see Demoplugin, AlphaBlend function // note 3: supported are non-interlaced PNG of type Greyscale, Greyscale with alpha, Truecolour, Truecolour with alpha, Indexed-colour // condition is 8 bits per channel @@ -1865,7 +1865,7 @@ class CSalamanderGeneralAbstract // sets message that Bug Report dialog should display if crash occurs inside plugin // (inside plugin = at least one call-stack-message saved from plugin) and allows redefining - // standard bug-report email address (support@altap.cz); 'message' is new message + // standard bug-report email address (support@taskscape.com); 'message' is new message // (NULL means "no message"); 'email' is new email address (NULL means "use // standard"; max. email length is 100 characters); this method can be called repeatedly, original // message and email are overwritten; Salamander doesn't remember message or @@ -2538,7 +2538,7 @@ class CSalamanderGeneralAbstract // virtual BOOL WINAPI InstallWordBreakProc(HWND hWindow) = 0; - // Salamander 3 or newer: returns TRUE, if this instance of Altap + // Salamander 3 or newer: returns TRUE, if this instance of Taskscape Ltd // Salamander was first started (at instance startup time other running // instances of version 3 or newer are searched for); // diff --git a/src/plugins/shared/spl_gui.h b/src/plugins/shared/spl_gui.h index caa3015a..85cd2acb 100644 --- a/src/plugins/shared/spl_gui.h +++ b/src/plugins/shared/spl_gui.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -231,7 +231,7 @@ class CGUIHyperLinkAbstract // returns NULL if SetText has not been called yet and static control was without text virtual const char* WINAPI GetText() = 0; - // assigns action to open URL address (file="https://www.altap.cz") or + // assigns action to open URL address (file="https://www.taskscape.com") or // start program (file="C:\\TEST.EXE"); ShellExecute is called on parameter // with 'open' command. virtual void WINAPI SetActionOpen(const char* file) = 0; @@ -1864,7 +1864,7 @@ class CGUIIconListAbstract // creates based on provided PNG resource; 'hInstance' and 'lpBitmapName' specify resource, // 'imageWidth' specifies width of one icon in points; on success returns TRUE, otherwise FALSE // note: PNG must be a strip of icons one row high - // note: PNG should be compressed using PNGSlim, see https://forum.altap.cz/viewtopic.php?f=15&t=3278 + // note: PNG should be compressed using PNGSlim, see /viewtopic.php?f=15&t=3278 virtual BOOL WINAPI CreateFromPNG(HINSTANCE hInstance, LPCTSTR lpBitmapName, int imageWidth) = 0; // replaces icon at given index with icon 'hIcon'; on success returns TRUE, otherwise FALSE @@ -1878,7 +1878,7 @@ class CGUIIconListAbstract // (for example loaded from file) and 'rawPNGSize' specifies size of memory occupied by PNG in bytes, // 'imageWidth' specifies width of one icon in points; on success returns TRUE, otherwise FALSE // note: PNG must be a strip of icons one row high - // note: PNG should be compressed using PNGSlim, see https://forum.altap.cz/viewtopic.php?f=15&t=3278 + // note: PNG should be compressed using PNGSlim, see /viewtopic.php?f=15&t=3278 virtual BOOL WINAPI CreateFromRawPNG(const void* rawPNG, DWORD rawPNGSize, int imageWidth) = 0; // creates as copy of another (created) icon list; if 'grayscale' is TRUE, diff --git a/src/plugins/shared/spl_menu.h b/src/plugins/shared/spl_menu.h index f4d1f7c8..59ed5958 100644 --- a/src/plugins/shared/spl_menu.h +++ b/src/plugins/shared/spl_menu.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_thum.h b/src/plugins/shared/spl_thum.h index a65c1b2c..c9205b11 100644 --- a/src/plugins/shared/spl_thum.h +++ b/src/plugins/shared/spl_thum.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_vers.h b/src/plugins/shared/spl_vers.h index d54b05df..cc8a9fe1 100644 --- a/src/plugins/shared/spl_vers.h +++ b/src/plugins/shared/spl_vers.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_view.h b/src/plugins/shared/spl_view.h index 12211e27..0e445c59 100644 --- a/src/plugins/shared/spl_view.h +++ b/src/plugins/shared/spl_view.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/spl_zlib.h b/src/plugins/shared/spl_zlib.h index ac013b6b..9a26bddf 100644 --- a/src/plugins/shared/spl_zlib.h +++ b/src/plugins/shared/spl_zlib.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/sqlite/sqlite3.h b/src/plugins/shared/sqlite/sqlite3.h index 2b652908..3afb6aad 100644 --- a/src/plugins/shared/sqlite/sqlite3.h +++ b/src/plugins/shared/sqlite/sqlite3.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/shared/statics.rh2 b/src/plugins/shared/statics.rh2 index 8303e203..4b13ce8b 100644 --- a/src/plugins/shared/statics.rh2 +++ b/src/plugins/shared/statics.rh2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/versinfo.rc2 b/src/plugins/shared/versinfo.rc2 index 00b9bbff..e03064ec 100644 --- a/src/plugins/shared/versinfo.rc2 +++ b/src/plugins/shared/versinfo.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -65,7 +65,7 @@ BEGIN VALUE "SLGCRCofImpSLT", "none\0" #ifdef _LANG_SALAMANDER VALUE "SLGHelpDir", "ENGLISH\0" - VALUE "SLGIncomplete", "\0" // pri nekompletnim prekladu davat: "https://forum.altap.cz/viewforum.php?f=23\0" + VALUE "SLGIncomplete", "\0" // pri nekompletnim prekladu davat: "/viewforum.php?f=23\0" #endif #endif END @@ -75,3 +75,4 @@ BEGIN VALUE "Translation", 0x0409, 0x04b0 END END + diff --git a/src/plugins/shared/winliblt.cpp b/src/plugins/shared/winliblt.cpp index c1f599c3..3c2b5a95 100644 --- a/src/plugins/shared/winliblt.cpp +++ b/src/plugins/shared/winliblt.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/shared/winliblt.h b/src/plugins/shared/winliblt.h index b1a1d38f..b12466ef 100644 --- a/src/plugins/shared/winliblt.h +++ b/src/plugins/shared/winliblt.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/splitcbn/combine.cpp b/src/plugins/splitcbn/combine.cpp index fe68f270..37140ba0 100644 --- a/src/plugins/splitcbn/combine.cpp +++ b/src/plugins/splitcbn/combine.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/splitcbn/combine.h b/src/plugins/splitcbn/combine.h index cacfae04..d3518066 100644 --- a/src/plugins/splitcbn/combine.h +++ b/src/plugins/splitcbn/combine.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/splitcbn/dialogs.cpp b/src/plugins/splitcbn/dialogs.cpp index 05e088f1..7578cb6f 100644 --- a/src/plugins/splitcbn/dialogs.cpp +++ b/src/plugins/splitcbn/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/splitcbn/dialogs.h b/src/plugins/splitcbn/dialogs.h index 4d0aec5c..9576bbc6 100644 --- a/src/plugins/splitcbn/dialogs.h +++ b/src/plugins/splitcbn/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_combine.htm b/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_combine.htm index fd124867..89745bb4 100644 --- a/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_combine.htm +++ b/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_combine.htm @@ -1,4 +1,4 @@ - + Combine dialog box @@ -50,7 +50,8 @@

    See Also

    - + + diff --git a/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_config.htm b/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_config.htm index 74999ea2..4e1499fe 100644 --- a/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_config.htm +++ b/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + Split & Combine Configuration dialog box @@ -54,7 +54,8 @@

    Options

    - + + diff --git a/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_split.htm b/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_split.htm index fbc8f15c..d83097ab 100644 --- a/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_split.htm +++ b/src/plugins/splitcbn/help/hh/splitcbn/dlgboxes_split.htm @@ -1,4 +1,4 @@ - + Split dialog box @@ -49,7 +49,8 @@

    See Also

    - + + diff --git a/src/plugins/splitcbn/help/hh/splitcbn/introduction_intro.htm b/src/plugins/splitcbn/help/hh/splitcbn/introduction_intro.htm index e6aa813c..38df55f8 100644 --- a/src/plugins/splitcbn/help/hh/splitcbn/introduction_intro.htm +++ b/src/plugins/splitcbn/help/hh/splitcbn/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -24,7 +24,8 @@

    Getting Started with Split & Combine Plugin

    for a description of basic work with menu extension.

    - + + diff --git a/src/plugins/splitcbn/help/hh/splitcbn/using_combine.htm b/src/plugins/splitcbn/help/hh/splitcbn/using_combine.htm index 0dd94dad..35ad8213 100644 --- a/src/plugins/splitcbn/help/hh/splitcbn/using_combine.htm +++ b/src/plugins/splitcbn/help/hh/splitcbn/using_combine.htm @@ -1,4 +1,4 @@ - + Combining Parts of File @@ -37,7 +37,8 @@

    See Also

    - + + diff --git a/src/plugins/splitcbn/help/hh/splitcbn/using_split.htm b/src/plugins/splitcbn/help/hh/splitcbn/using_split.htm index d0b255cc..4c779bab 100644 --- a/src/plugins/splitcbn/help/hh/splitcbn/using_split.htm +++ b/src/plugins/splitcbn/help/hh/splitcbn/using_split.htm @@ -1,4 +1,4 @@ - + Splitting File to Parts @@ -36,7 +36,8 @@

    See Also

    - + + diff --git a/src/plugins/splitcbn/lang/lang.rc2 b/src/plugins/splitcbn/lang/lang.rc2 index cd643df4..7aa2d8f2 100644 --- a/src/plugins/splitcbn/lang/lang.rc2 +++ b/src/plugins/splitcbn/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -89,3 +89,4 @@ NOT WS_BORDER | NOT WS_TABSTOP NOT WS_BORDER | NOT WS_TABSTOP ICON "", IDC_ICON_OK, 7,22,21,20, SS_REALSIZEIMAGE }*/ + diff --git a/src/plugins/splitcbn/precomp.cpp b/src/plugins/splitcbn/precomp.cpp index 0237da24..7fa7356d 100644 --- a/src/plugins/splitcbn/precomp.cpp +++ b/src/plugins/splitcbn/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/splitcbn/precomp.h b/src/plugins/splitcbn/precomp.h index 5c3d9391..6fe06f04 100644 --- a/src/plugins/splitcbn/precomp.h +++ b/src/plugins/splitcbn/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/splitcbn/split.cpp b/src/plugins/splitcbn/split.cpp index 5a1bd9f9..e1f0f98a 100644 --- a/src/plugins/splitcbn/split.cpp +++ b/src/plugins/splitcbn/split.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -316,7 +316,7 @@ static BOOL SplitFile(LPTSTR fileName, LPTSTR targetDir, CQuadWord& qwPartSize, sprintf(line, LoadStr(IDS_BATFILE_DESCR), batfile); sprintf(batfile, "@echo off\r\n" - "rem %s, https://www.altap.cz\r\n" + "rem %s, https://www.taskscape.com\r\n" "rem name=%s\r\n" "rem crc32=%X\r\n" "rem time=%d-%d-%d %d:%02d:%02d\r\n" diff --git a/src/plugins/splitcbn/split.h b/src/plugins/splitcbn/split.h index a7c27e13..4b3c0c70 100644 --- a/src/plugins/splitcbn/split.h +++ b/src/plugins/splitcbn/split.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/splitcbn/splitcbn.cpp b/src/plugins/splitcbn/splitcbn.cpp index cfc11170..88ebd882 100644 --- a/src/plugins/splitcbn/splitcbn.cpp +++ b/src/plugins/splitcbn/splitcbn.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -105,7 +105,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "SplitCombine"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/splitcbn/splitcbn.h b/src/plugins/splitcbn/splitcbn.h index c579715d..e04b1c3b 100644 --- a/src/plugins/splitcbn/splitcbn.h +++ b/src/plugins/splitcbn/splitcbn.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/splitcbn/splitcbn.rc2 b/src/plugins/splitcbn/splitcbn.rc2 index 9c233cdb..869c85ec 100644 --- a/src/plugins/splitcbn/splitcbn.rc2 +++ b/src/plugins/splitcbn/splitcbn.rc2 @@ -1,4 +1,4 @@ -// +// // splitcbn.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -19,3 +19,4 @@ IDI_OK ICON "ok.ico" IDB_SPLIT BITMAP "splitcbn.bmp" IDC_DRAG CURSOR "drag.cur" + diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 554ac43c..00000000 --- a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\splitcbn\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\splitcbn\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\splitcbn\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\splitcbn\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 2797044031006624ff417785a5c119cbd054d694..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4854 zcmeI0`%e==5Xa|FY5J4KSSdAxH1UU03RdYsq)=imxxlr>Dt)96ss8cm=ev7H%PYK1 zG3K)Gnb~>m?Ckyim9aM#o9e3N_`;+f*%v#sp|z~(RvT7G+5>y-dfV1?7;S| zVxR1tE!mW^Ldl;&Leug;8MJZkH0{ z!11;TgrpR=f-c+Eow2Uot86=b5j%SMx9FAFN4wPN1@y&-W&(OOIGpF@F{wt#wT%{} z*;HEXU$Hf2H_zrGxR^nB>&Y@HPHLfbs5Q=UyT?efZ1G)$Ua_~A=4Ox;dvBw}*J@A@ zcH0J4q{z=={Aon1`Ol1sc1rENFtYL7eB1h9?6TSi*JF%;Xo3^lE4~wacg%`rMX$q7 zF|te;4_uwGEUSkOvP;_oy9Lz{=~~RTm=iY5%ji(mUOOHb&ldg(*gO3B7NnDUN zJVYCa7+C3B7?O7Av^j9SaboE{+8BT%xEd!%?FVYLbvIV8$~cQR7tzm-qjgMu2yVtU z(55UTE7UG&Hp4lTCrup38T34+FKhIHUnY7i^M#y=lymu?_q`C@GHZ2U`|RO&*iB~h z_(6_Rpf1oV7Oes;9mGIumsVoU=fuCf^aRc7j4YxwB{Vxl%Q|hklYYSEK6ZTwuNiv* z%~j6!OXxJ54V&2f6q{%4Bjd5NejXe9lRdL=$i23N52(nORw#Kl4&hYie0(P_csgFX z3&F>HF5zR{?M}y2>E+Z}dr_cq_hPR%;r9lA)S*rhvb-m@pf z0dJ$yvx>pzW0)ev5z_g)`#H+7vHC@zZoCmKX;3}=}tG_iT68?kIzl_ zo{{0UoLnDmQ(Y;_p4Y}2d8gh)Y0kSx_Mt4=zcjv)SNtTVg}^B9{YHkNw@-MM3)jeu zl%pRzEWJ*KE}Ogg)$$#fBWU&%)c#k zZgX%sm@gy`V*(O);}h7^OCIoKS;zKuYUy<_nxnk c9aI>rj`(KYxacpid8_&pqrU-Hdqmd$09-96vkzI zt~=hgfsmBqR?ubJxi{9|_bS^SU&M}H{vCQH_R%f@y*hpIp_w|p8XV5^@|08~Er#E+B3macVa4?$AXt#V*}h^PW8+ z4tN`tmMR8cj$w)vCrIb-?q!tczXVq^rhk90FTPLRd^0}Af9@A|)17X=6CZXSpPrlU z10%y-Ik`F7rn*v;y{wH5@=m>p(wz5z>_b_!e`$OpulPw!3xQGI`;81kZ=diY7p{>R zDMvqbSbCidT{d_7tK~azQ)nq){|d$QJ)*aoXlh5jviu84w?)VCusAO$|Mttl*OX7K zGT9v2_?WtjTut<+7efvS^#bc9cbxhYr>WM`%h|jpo&VPnagXbNK*hb;t7HHb#;PN} Vna3^qD{J14{#5A2pISX@e*m~vAI|^) diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index ec182bbd..00000000 --- a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 2509e2716b9ba8af169be70b87e41fbad67a2ea8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0ZBG+H5Xa}ET>465EEEhOeTTGYqacwA#B9=(>w}d(<=RU1!>hml?zI$=@MO)^ zn9J^6XJ=;TX=i8p<9lRl7Mtc1E2QsJd+xtV%r)Q@JFqQ#aSc|ow>+XP+iM%8eD+Or zYu2)%6&Z;&S?RFe^ze`TD%u6}C#$nsv+)AFWdmSGtPY?J6eBPi(8TtPrwi4X6+yL6 zhn-@3XA^!8{Tx}2)w;**@$N(2gsZdnyt|CLm!@V@ua|?a3uPN#eO4SpkPaMUI|JrC zuRa(KYxMp8iS^*r04vDj_}u|NLGlr!1(rjTDmHRFIWO%VE7_H$UhSxUOii;R*?b1v=xk~aYLc3U2Cnby8>|og`R@RwQPWXzH$N2RzvPSj!PK5XFg3w$2g8-9p>SFQ1qx>KFetmged^`W{s^c&~Y72n8d4jk3J=TsQ#fZV(m-lsBB zRo?bg>QNG3&E4L+d;xC?FV)ze;W+C>)Uk=Dc2utw`Xt>J9WO%``>49tqM0!6(VR4oCbDPCy_^Ub!GkZ?$h_gTd?`h>fgAgb?E48zN4>FF{pp9P%)J0 a@HN+XE+aJSUD=|4!zt4L1iz1soc#o42;x%! diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 2943f944..00000000 --- a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\splitcbn\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/splitcbn/vcxproj/salamander/Release_x64/plugins/splitcbn/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 17b8a394cb4a14374681c6afaecf9ceac2835ff8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0`%e==5Xa|Fx%4NEu~0Ci;Wwm38wHJ2AZC-MTpw2Y%Js0-KVJQOckg)E5ME*q zV=lXUw>vXCubrK_pFbj7vDnlfS|uBg?74rd(YKgy*q&|Ji>0}mz2y;Z-Co-)qqA$m zTd|%^ZIhN*mz4qQT|fVcuT7iNf3`NOElV%V_iV!4KC2UO1I7%94mhzr;~9dLvZ7h- zGhnCK-q|VNQ{P8cVzuodM~q{zyHIuZfpJJ{dv02`@NzluhG6!gHD<-pG&6u=Y{$$w zPiqW>LmOkie_|sjb$|-|IKBtKCvZNa^?-6n(nLp&r{uZaVWqg-beGOEc?F(90C6k%w&B`|Pd3Sh8)P9CO0%)3pZ;Ib3iaZogdqle?ar1~%Q^UKRk7SBny00#J_9<~7 z*l3Hj#}k7u$1p{TW26f=_+ymkzXZQ$OMm}fFTPJ*eKX$2e{L6d^PR506Yq8&|2#LN zJ4S|^a&mRF&2^ + Introduction @@ -20,7 +20,8 @@

    Getting Started with TAR Plugin

    for a description of basic work with plugin archiver and viewer.

    - + + diff --git a/src/plugins/tar/lang/lang.rc2 b/src/plugins/tar/lang/lang.rc2 index 21b7e1c1..65166b92 100644 --- a/src/plugins/tar/lang/lang.rc2 +++ b/src/plugins/tar/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -38,7 +38,7 @@ STRINGTABLE IDS_TARERR_FWRITE, "Error writing to output file: " IDS_TARERR_WRSIZE, "The WriteFile function refused to write all the data requested." IDS_GZERR_BADBLOCKTYPE, "Invalid block in GZip stream encountered, unable to extract." - IDS_ERR_INTERNAL, "Internal error in TAR plugin, please let us know on email support@altap.cz." + IDS_ERR_INTERNAL, "Internal error in TAR plugin, please let us know on email support@taskscape.com." IDS_ERR_MEMORY, "Memory allocation error." IDS_GZERR_CRC, "CRC error." IDS_ERR_CORRUPT, "Unexpected data in compressed stream, archive corrupted." @@ -56,3 +56,4 @@ STRINGTABLE IDS_CPIOERR_FORMAT, "Unknown format of cpio header." IDS_LZH_NOT_IMPLEMENTED, "LZH archives not yet supported." } + diff --git a/src/plugins/tar/lzh/lzh.cpp b/src/plugins/tar/lzh/lzh.cpp index 7d076875..605b2e74 100644 --- a/src/plugins/tar/lzh/lzh.cpp +++ b/src/plugins/tar/lzh/lzh.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/tar/lzh/lzh.h b/src/plugins/tar/lzh/lzh.h index d566a346..7cfdb9da 100644 --- a/src/plugins/tar/lzh/lzh.h +++ b/src/plugins/tar/lzh/lzh.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/tar/names.cpp b/src/plugins/tar/names.cpp index 6e53558e..bedec46f 100644 --- a/src/plugins/tar/names.cpp +++ b/src/plugins/tar/names.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/tar/names.h b/src/plugins/tar/names.h index 4f4d79b4..ed381a41 100644 --- a/src/plugins/tar/names.h +++ b/src/plugins/tar/names.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/tar/precomp.cpp b/src/plugins/tar/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/tar/precomp.cpp +++ b/src/plugins/tar/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/tar/precomp.h b/src/plugins/tar/precomp.h index 7fb53099..fc8b3ccd 100644 --- a/src/plugins/tar/precomp.h +++ b/src/plugins/tar/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/tar/rpm/rpm.cpp b/src/plugins/tar/rpm/rpm.cpp index 97fa2fbf..27a54047 100644 --- a/src/plugins/tar/rpm/rpm.cpp +++ b/src/plugins/tar/rpm/rpm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/tar/rpm/rpm.h b/src/plugins/tar/rpm/rpm.h index 3bd08acb..6e1cb4c8 100644 --- a/src/plugins/tar/rpm/rpm.h +++ b/src/plugins/tar/rpm/rpm.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/tar/rpm/rpmview.cpp b/src/plugins/tar/rpm/rpmview.cpp index d1c56a50..a3ceb517 100644 --- a/src/plugins/tar/rpm/rpmview.cpp +++ b/src/plugins/tar/rpm/rpmview.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/tar/tar.h b/src/plugins/tar/tar.h index 75ef0373..4b2bc36b 100644 --- a/src/plugins/tar/tar.h +++ b/src/plugins/tar/tar.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/tar/tar.rc2 b/src/plugins/tar/tar.rc2 index 62e9a675..a85e38b0 100644 --- a/src/plugins/tar/tar.rc2 +++ b/src/plugins/tar/tar.rc2 @@ -1,4 +1,4 @@ -// +// // tar.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/tar/tardll.cpp b/src/plugins/tar/tardll.cpp index 30e162fe..58106a59 100644 --- a/src/plugins/tar/tardll.cpp +++ b/src/plugins/tar/tardll.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -160,7 +160,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "TAR" /* neprekladat! */, "tar;tgz;taz;tbz;gz;bz;bz2;z;rpm;cpio;deb"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/tar/tardll.h b/src/plugins/tar/tardll.h index 74141a52..89040087 100644 --- a/src/plugins/tar/tardll.h +++ b/src/plugins/tar/tardll.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/tar/untar.cpp b/src/plugins/tar/untar.cpp index 3b122bc3..380ca73a 100644 --- a/src/plugins/tar/untar.cpp +++ b/src/plugins/tar/untar.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 79fe40f4..00000000 --- a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 3aab08c2b2b48f4c8b8cd6ae2be494aae6f74913..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4844 zcmeI0X>U?N6o$`FA^oH=VkxF+Nc=znD+;u+v^32mq_R{jTUadm7vw_ zo7vBP&YYRKKYzsRmDNmj-r{`op7Ud8L;GweHn4`({c6RM)Aq<-`rfX!e4C}NK&NDf zma~uc#@1~@*`y?95Y;J6(l#vWm#lm%=sa{Is#{Q9U!aJS5dBdhKEb zSvJyk+m1bFSws?LvB&OgRnp~b8=RflTooDT_`$dGTSPJPUlux*3%VRIlBNZ|%g~$l z`pVoKGH36Ixe${@CUC(P^9pLM%2i}fx3$6pC98#J`DvUFBLj>TKWGP~ok>~ikCy((U+kq!IAowCSd$y6fSmC2h&?3ygm?R+Lv?$SxM z7};a;K=4ueN#)>+IZT=26WWDy`YG!3UxUl{q(6VIuYOG3d@|lAewNF-5vSjuiFezN z4=+vUj+x=MlH8naBU>rUUbMzG_fEZkqC4*aw-4Q-bpsvR8TX3s4ox@)d>`IOaB6$=o_5-P9j@8#Vq3UF%mg4F5c;oZ|W~ hkn^weJm-IovFa+{Jl=#+tB8~t6 diff --git a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 74a0f448..00000000 --- a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\tar\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/tar/vcxproj/salamander/Release_x64/plugins/tar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index d871fcbf8d3d504d9561fc29062fb3daeb341213..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4802 zcmeI0X>U?N6o$`FA^oH=VkxF+Nc=znD_Wqjv^32mq_R{jTUadmhlx<3422q{DByG#0e$mQzg3d!XqPhds%>}9%IF_M!2u#L~808oht>n3+ z85g~5dq7A_Nh|1#?Jte>dtMnk;H$zh=)X@d4IgnS(<{=K9GWT8Df(S`UmvR(s$Ej3E$p zaBB8~uT5l+SkbKLwcu1kmoekMuVc2s>Y0b^(00LYK-HmLgV_dilBP$={7R5lx+kL;4d z^C2VbO*4cv4-ictYQRbZVMxb;w_M-%MpLi$ut6Uj!4=p;YTr|LjhQ(hktFLCr^k;wAWSo#a<+wy~`C!zyZ%#(xv6+@@%MeM8D) z{Q3}CWA+T1JM81<(5ZMI*75lzK9AW4#v||j1U?S?dG2Ay3AafMs3?}UDG5JzNUGgE zS}F>jPL|F}$gy~7dn!}VSKA~MWr`J)R{~BDsC;k0%ef4AN_LK1;@v~gsjX3@JOuXNI ze0*s-_sk4;mE`tp8`(-(_Np~@xp(UQ6Ww`_xP9mrtsCgjF1S~GC#N}J^n$tIhM{+k zo85&A+>CTbKlfO|8Ti}WZ7-CstWKbyTlyF1L~jqh#zaYc^o|N|Ae|8{&-q`!k;0oU zjx-ZKwYs&&x!;edJ7`nKR(h+&(MxZv?({rUf9$Q&SX1rlH*^aBHL9G{di&@63p~#m apJS}L$~TXxRewhMtx4kC*n;&+_yY){Ayx2li}bEpM;+gj=weHj3$#On5ui zw1MSlLu;_pX20Rr-}9HVDg8&QvRkq7(t6YStevsj2RC4hfT)90vnPBVu*U3YRp+!h zsb+6%!vDbck)_zJddMzg59|h1oxNr3(5jxBip{)S4!jPSEok-FaZnOx&Qs{I?$ANc zpE|TI_;nxy7moin=MUj`L~8=&;J=J!9AC=wc+5`HcxoWM^f*K^=_D=h3Ij|<-Bz&&EG3~V3laKc%Yl;#l4&d_p)rd##}F3+*+LwJqs5j3;h=Eu;v@HVVt z^C>ou>=plGZ~Y854tM$5!j8DNiw~&Dmkwwd|L@>bH+y_1FW4L}-9+#)isQDTV2EzF zyB(X-%hX#tDORcx{|5M-qR6IrIw9JXiJO<)nmpd^d?Zus(kr#>*%RVGu+brV+Y^It z#xO;S4@ehY>ur?hzXU($NPqubPrgsBe;FU*KX;3}^OJu6Cf@Hp{&{Y?_lyj;O6$c0N}M#{=t9!oew zpUthSQ$DjhgMu>aPtcjy9jeJhN$04V3YC!Fh_*jDIh9hV@zQV>Y6#udG+fU3G%A}- zlW}OZ3rrmys%l6huj;N|{LX1U@!D$qV^Y^wWDWIs#naDf`&p5`#(LRK?7&{EtQGAopKwd|+9nB|iV1JW z+BUKRZEP)ey6m_7`bYi>Hl_b;b#`kOFRiz2$l4jZLvRDe1c)X$4SUAd11n}nt2(F4 zNez2v*ZhxsA6bUox`*sD4!~|f)!BQ-9kb_Z z{HbH>gWm))aN+pxa{d^8C$u(D4*siX#_?r5kH_q!ji(mUOOInDldcL24|s)qL9=t2 z+dwpc)v7Qg?bvH`D=WH; z?3}d;))9{pnvI!D|3l#SY?rpjthBI?JT7>f1NVr%DzHPa!wF}}Y7URi()Q{18S~J} z11%qD0IgG6iT$>TfB9t(&FWU9QJO(oqR6IrIw9IsiJO<)nj+rqd?Zus(kr#>+1JE@V539!wkHPP zj$w)vpO7xR*4rr0e+hoik^cR=o_?QN|1v(tf9@A|=O_L7O?=pW{QKPW9~c?#%E|g@ zJJ*$>>}_qlB=1xeG|zcIkbNj`Rt7q;EAoo(#54zt^4=>l3{^XBkqcMIjFgpkJeF|A zKAT%tr+j611_fo-U!XIuJ5-a2lFm^z6)GXU5nX?BdMc$*<7MG%#-~yFYnB`%rtc$H z6RoLE$ReRCtwHj#X@2eX)7pADn=8_V8ocIf@G9@VD(*7xeu + Introduction @@ -20,7 +20,8 @@

    Getting Started with UnARJ Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/unarj/lang/lang.rc2 b/src/plugins/unarj/lang/lang.rc2 index 6a8c256a..443fe502 100644 --- a/src/plugins/unarj/lang/lang.rc2 +++ b/src/plugins/unarj/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -47,3 +47,4 @@ STRINGTABLE IDS_NOTFOUND, "File not found." IDS_ERROR, "Error" } + diff --git a/src/plugins/unarj/precomp.cpp b/src/plugins/unarj/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/unarj/precomp.cpp +++ b/src/plugins/unarj/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/unarj/precomp.h b/src/plugins/unarj/precomp.h index efb426b7..c661d875 100644 --- a/src/plugins/unarj/precomp.h +++ b/src/plugins/unarj/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unarj/unarj.cpp b/src/plugins/unarj/unarj.cpp index 9699f5ca..5fca99a9 100644 --- a/src/plugins/unarj/unarj.cpp +++ b/src/plugins/unarj/unarj.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* UNARJ.C, UNARJ, R JUNG, 07/29/96 diff --git a/src/plugins/unarj/unarj.h b/src/plugins/unarj/unarj.h index ba17be65..229e75cf 100644 --- a/src/plugins/unarj/unarj.h +++ b/src/plugins/unarj/unarj.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* UNARJ.H, UNARJ, R JUNG, 07/29/96 diff --git a/src/plugins/unarj/unarj.rc2 b/src/plugins/unarj/unarj.rc2 index 2a7cdb39..bad0d7bf 100644 --- a/src/plugins/unarj/unarj.rc2 +++ b/src/plugins/unarj/unarj.rc2 @@ -1,4 +1,4 @@ -// +// // unarj.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/unarj/unarjdll.h b/src/plugins/unarj/unarjdll.h index 14878798..6bc08387 100644 --- a/src/plugins/unarj/unarjdll.h +++ b/src/plugins/unarj/unarjdll.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unarj/unarjspl.cpp b/src/plugins/unarj/unarjspl.cpp index c51e6ce9..76d830c7 100644 --- a/src/plugins/unarj/unarjspl.cpp +++ b/src/plugins/unarj/unarjspl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -118,7 +118,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnARJ" /* do not translate! */, "arj"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/unarj/unarjspl.h b/src/plugins/unarj/unarjspl.h index 5e244869..13029150 100644 --- a/src/plugins/unarj/unarjspl.h +++ b/src/plugins/unarj/unarjspl.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 5c2af735..00000000 --- a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 5bc14e539d3a335175ec4fd438e984b36ce718af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4866 zcmeI0YflqF6o$`FY5GZHtdtr;Nc>Pr!75#dER>i{HrNYRdP^@*{qgGa&U9(H3FTsn zF_WF0nLTsvbLO1=^)qE}tZM2@mZ3$Heqdki$of{d8fz^Z*$MN(Es(-fv7Cdd*rC04 zqaACy_Xd3hI)NQn(LUKbTe30F3QzVNBA&qHY}t}=VBwvhOW;kgu7Y)G25SL|AsF|7 zDcC-l4qA|A6KO@iXzQ$Qov+1kF@^BflVy@UiG?=6R=L3KJ~PR(O}h-eVsEdk zO(Bc+9#8XLSq6i4H>_uCJo3mY{xsmN_0P=K?2O*~Yiz@r^@erXvB%dgd;N|95H$sR}cB3RpDzwsfsKk<~`S^EX~&=2ifM`VRs#@5z^IJt+OU>VtiS0MeNggIR;mU zFA?JoFn#;RxWriW`qrke0psaM%$rc|!|8yh0aOI%A=-;*X~*3rUlxa(Iud(XBwq`i zCTD*O$-FibX&XRPkyxveUUK%G277KaoLIMu9(rIET$$6N_Xm2tLpRr`#5|1$uc4V; zhwGUBh`lM>M31tHG+(}=(-db<-ZOF>r_k__vFy+Vewm1|Op7=N3Fq=T?{5)%3w#TK z?Lxy-*qf|ov3-UoN1x-Z__GSMyrAklLVn}z_?-Bcf40!9&cz~1lgEBzwA|v+Df@sfpf{C)i#<@qncB$&8evAG=-J(|6h2pDLA8AjV)(rmo5*sX4>?}^*5mC fD)th&K#{rnm^SsjMX$GJ?di{l>iz3|A#J|_HtQ&* diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index e161983f..00000000 --- a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unarj\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 7c3871083877cb7c3c715537017db6559f001a92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4824 zcmeI0YfoB15QgWcobahlQ!3IJW6}?ZXlVsaMKR4uPV50Jm0P$d?T>H!yt^DhtyR1< zkTjd!v%AdBeP?I*^)s+H7MsSRrD@@09N1SovA)%<#$L-tcE);e2c+;+E$g7Fc5JWR zY|onRyTw?APT7vEV4v)rt=O2pM$cSAL=%{-ty(fKTjgHRMertA*TK3ngEbGu3K$Q7 z$=e~T0;{s^IVw5UWyjkN5RyaO3OaAQbD#P%t-S5iA}D(KcbVm&BPtbUW#-~TJ7s1i zIGp9>DX~V#wTBj@*+g2=FW4r#JC}PATudRn^<cd&o+%?9#47ui4uh zdsE1Qy~oqMSC+t_(+%s{23;N*<4*&=+W*XI!!8)TzeYBk*>6~v69@d-<*Yw30HVg3 z*j~|Ec=eE9v@3i~D89NU@3k*agc4k9ZuK58X{et-8y^XCc>8`SI9Ztms4{(L)ccf-7-b^!>o7Z^f-OE3!`E!5e61 z-{CrCJmG9$+vrhNk>*P`bQ*B?lz@T)|ORa(eBNH~|zd4CHzo9DL* zuw7_)3I~(j47N|xvy553ia+Z>%L`)X5%L>v$7SMQ{@Fsax)+NmO%D5w(Q=EfTlO6; zkFe`wcn$0YIM=z)FTqoFHmqUu3v3?PN7h4U{R}qtcY12!khg3FA5fPst%xo$}Lq4z8b?6DZU_`f3KHOp8pbD&z1iDyT157b^FWs82_0s?k1G(eiI*d zAD^C^_5&lseL1;3+9tYEl)b8rP4Z6FK}pVgNcN#DS{dko%6w!$h-o1(%6reqFjVh^ zm$`6>%t$%Z)9l8bp858ZQk; zW17CoUeo0HL&i1|)zF!$gfz0L-s()=HO)s(JM|@&uy#W(|8GXbtF4N^;HvT>?|p%_ X#)vlcuSKt^W-aLNfNJ{0-YNSHa!w$R diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index a5e6f692..00000000 --- a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unarj\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unarj\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unarj\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unarj\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unarj/vcxproj/salamander/Release_x64/plugins/unarj/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index da629619b1876454881337079200a11f45fe6779..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4302 zcmeI0`)?9K5Xa|Fx$u+5NK0!P(%)*KN|b6WwvE|@;PDX4D+d+yk5@n6-J_*qwGT0e zF`Iqd?#%AIc6R2zeT{6xVpDr!g|t7l$9`0ztutS-L))<@OLHZANfB<@p4&Lxr)t96 zu(pkCmzr3Ml`iWoKmU%eU7ON=um-Djn=H(?ZOGgat3z-D#u$huII%sV^uU_1qFJ5O z<)qkN**V`M-$s^Wwc#QA^aHS4?CR_deUIAk)YNU}`Eua(!0fQsfECAh08C;Z8SA_O zYYsUK{K<*+*`o<`pv3Xrg@y#0$J91Z4jyVq$5C>g&I4AmNLLFfNS=x3xrdzRmhcQ7 zgM{aNx8XPjRh$ zNXKIdC-KqTukw{oK+M=h(Y5lIdH$jNOuOkUWmX|8(mT=hr)Mi`3OQdM>OwA|TbqZ{ z8AZLK+B}hmX8XW2k)^VSJUlB08>H`@#^+vYt$&d7<`TalXRrI5y+(YX481~pP$q|0 YTc=#wW7c!9Ma_mgqdx&Zw~Cy72O2V?-e=hxr!w`Mc?kJbU&w*1_B-^Q%%106#fC^9g*(8TtHFM%otqE($U z;H22z*p&Z??<1=L?Rd-~;|S^=yE=Qzn9w?&o3_opTn@Sf%47B#0ddSn;H376xy~B_ zbLe5@Pfl&f9$l~lCyxICJf!fP(fVLHWN4us$5-=wZUd_4p_^ujO-er-JH2>Fb03g7HLb&woYv%&kJ7Xpxpr00(T5`IAOn7ZQ$8;+A{qz z<0^Ztf-PT&!PY6g!iEotfB9yDW_3HND9t*WoulQ1rn~k9E)THlU3iV`5qqw3s~@w^ zp|@cdo6oR$WUu(oz4aT|INawm3p?W9B0iudUs|Cx{J-LXZg+koFStKmhLzwWE8@2z zVTf?oyB+tXmzlSARjd>f|0ejIqR4&mv`e&W5jT&xHJf<1^N~!kOE1-V&z=$of{oUJ zJ)9VPF@`Bpd_cPJYClAI{!8$4p7i(M_3Hc7)i2{+{O4wIw>;_hZ{qFl + Introduction @@ -19,7 +19,8 @@

    Getting Started with UnCAB Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/uncab/lang/lang.rc2 b/src/plugins/uncab/lang/lang.rc2 index 0e06e40c..c8a7b1be 100644 --- a/src/plugins/uncab/lang/lang.rc2 +++ b/src/plugins/uncab/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -50,3 +50,4 @@ STRINGTABLE IDS_USER_ABORT, "User break." IDS_ERROR, "Error" } + diff --git a/src/plugins/uncab/precomp.cpp b/src/plugins/uncab/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/uncab/precomp.cpp +++ b/src/plugins/uncab/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uncab/precomp.h b/src/plugins/uncab/precomp.h index 6f7a328d..ef443eca 100644 --- a/src/plugins/uncab/precomp.h +++ b/src/plugins/uncab/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uncab/uncab.cpp b/src/plugins/uncab/uncab.cpp index c5eb9be0..20948481 100644 --- a/src/plugins/uncab/uncab.cpp +++ b/src/plugins/uncab/uncab.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -121,7 +121,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnCAB" /* neprekladat! */, "cab"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/uncab/uncab.h b/src/plugins/uncab/uncab.h index 66b486c9..95cc683d 100644 --- a/src/plugins/uncab/uncab.h +++ b/src/plugins/uncab/uncab.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uncab/uncab.rc2 b/src/plugins/uncab/uncab.rc2 index c05a3ecf..da62c230 100644 --- a/src/plugins/uncab/uncab.rc2 +++ b/src/plugins/uncab/uncab.rc2 @@ -1,4 +1,4 @@ -// +// // uncab.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 56a6465f..00000000 --- a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\uncab\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\uncab\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\uncab\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\uncab\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 3f2c50465c6d44b859e9a0ee3d4f96ca132524c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4866 zcmeI0YflqF6o$`FY5GZHtdtr;Nc>Pr!74387D~(}o7xLjdrL1;{qgGa&U9(H3FTrI zVu1VdS>4o^EJF)t{m4FB&4$*r25TLg*jMJG8z6j0wPSnf zMtjzF?=AW&bSidaMf+fHY{jNLYdqOAh-e0rvsH`76$@?!T>@{6bselL3s?(K48V8* zOu-JB6`56R&r!)UuQ=XzfRG&GR?r38U3%Bmv4PYY#0*v$3?IU$jkDch1%#xR^tD>&Y_lp4dWLV5^?v_K=xm*`-~CUbEMi z*5;5!dyA)euPlQ>yIVG}4IX)99e*0}*7`?g8+J^R_SpS^y^2#5xI z>h^-x!K=r7(W>yZp;Skf3G;#LQm9hcMkVHHJa_}m z>^od1^fmUTY#TkwD$;!Ul1@{cJ$cW>ahyWKW5%*WANW-w#wso39K@W<=e)m#>@Dyu z0JaYePvKy;n#J}Ro*aFSx8lz_(DH)1^9cEkx8qadU;f!avpN?^lqQe;rf9jtqZ{ix zTpnT9`|z5wXW(4tJU<6d)!DFt%}=p;%HA^{JL_k$u|Lyu3y0igEBJsO`O+Fs*3A_O zbi&6=dBNlH(oF;(i9*gM?DGklCSYH z@Z{?Woz)EdO=)^7m(7s%YqbkZ0}ZNX$RMezuiosI(|F=^)%<7VZCsMl|LKUh(e*c= f=qmOSxj>P*`iM67y`L*U!LSS!^1MmZpW%acG~dW&>+joxQe=?JMiyEs(-fwXB1x+Nr&C zvjc0n?+#-XI%PYtf_<T*8y6PW)o>ezhK+!?p^Ffa501M){|wDGl_+Ez*fD)?J+CKvQN7Tys0H-QS_yn^;ZTFP;^%P-5rO#_L&EM25% zqtoQ>?;)AjW+H79h!}~rE9oWYz-h4WW}~Tfd+4DLR>76HE&9G=)VJc+niW~6@Zc>p zbLeoLG1fR6*e-gMRiydSHJt|BJ$cXAaU7uG5p&t02mCq_W1SXq4-(GhbKc)V&gS{8 z0&EW&p2E>|H-qid^ekhRuj0=p(DH)Vd4&AN+i{inmw&d=tnS4!N|VEW6SUl>>&5yG zmnYcuA-o3m44j+X=jY(5Ivdup`8hTZ>^h7YLAmp14bw^k(3 z4IeG!1y9FIXDRrY&omaf9Z#i~b7$>ku~JMl?BjQeB2UFrnP^ubZk}>$cJS`dMKZ-M zy;k#{Jthu#8|79i249Y0iWGW_{d>KN^8AdDY?F7Y4oY&~W3mrr(aJ!FROVy*K}-vQQQrHN3`6x! zc##X2$c&VupSe>yGjQ45-zt@FKuo}*O#KVEk{U#nnXrkLYARn3>78gf>dR0s`5G?` zM-!U9%3jmt`6I>-64lX}s)RJMsov^N-!;w0PCJbimau+JF8^;v#H+1}zu>C!BJX{H YwZ@1x^RH#Espc){?|^Fh#NH|U4JY>?8~^|S diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index be47fdd5..00000000 --- a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index a389b8270bf8bfb99326cb2a5f4ad64efaeb008f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4302 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xV9uH!93Q$2my!!j^9+ZmJK8QJt zx$NHF?#%2w?d;5b`x@Dn#ist$a>@J59{W*|zQ%mnj%?4KtjrbdC691R_T0t^or(!> z%UU+H0&QeXRywRV{ro$=3O1$xV0Bh&Hd&f)*?_rYRtMk)j4==maAJGJ(* zhn-@3Wfy!8eIHqd)w+l5@$Q4&gsQVQyt}lz=cZ;eFP8(a3uYTyeO4UfJ~Zq0p0W1p zv*yr4-|sxK9yA(22TmN{9pFdsJf^jPa>!6cJB}yg`8;GLjeIrHg7i5;I_a#i@Puc` z7&JVWy9GoHtY(EFiAP?mLqD1%79XIIAygv|S+&>6sLVTK2S7RIgx#jE10C5RI+Sgs z|H_I!BRgSkjAg`Qgmx#4WrG3mJGM>RVN_b!NS+tG&VhTtS{2v<*kOm`WHyIqXKB0i zyS($z$^$K5h=JBF&BTVA#J_yAi)M8?(kRV7nw_ELE=_UZGhCiv*Zc4q*#l_iIn@uL zbLwr_z~)nI9@z`NC*JxwY#h$>rG*{wZyO&_lP~Sja{gQKK&N|hD=%0dFTGUoF;3#Q zB4LPdH#;5c(#zCaJ1tgIDRPE8T-c0Q6RcIl>C_UsGdK(Nt1 zYnu~;uf{M%3f;)z*4{*U{!8#c1~XLg_!1mQQmt_hM}s*Epp)snUS*c zw#O3A$Y*oEs#iV%F@uV->yOZy*B`3SL`{3CvIWU$MP}7t{p7yW_`++g`439oSdll>>@{DrSIG}lp_j=IO4RV` YYdn|!nD!cM*|Oox=ug1Uy&_}Z0lmcAr2qf` diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index a24f1c33..00000000 --- a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\uncab\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/uncab/vcxproj/salamander/Release_x64/plugins/uncab/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index e390e34093d9bc18762ae88f1b5106d5e9c39007..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4260 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_z(LR-uRibYfl^7e7i$j2 zob2W7&dknjXJ@{Di)_mprvA)w$#`y0{j5k|W4&xgwr9`Q){6F;Pq-y}X_JIb#e}zI zZ5vsEHntW!UG`gk{XKsLo6&!?I=eNCSJvA$WbK6AA-Dl!0z?y>hCSiyffci(Rh`r2 zq=vn*DgPtiN0wo??jie(1F&0Ab@rCAN2_~oYBu+BIq-U5cAzz2$1xv3vu+=l>%0Mb z4m}L~$z$t7qX~52#PQz+ehkkOS{o>b3{|w__%fc)Lw3^0R|_pjpJSwx&I(IUc!7*T z!wb3FKs12WsxTz+*lTsUN}2nte1oN6S5$;=mWUJjJf};We^H(9CnIA4BKN z+pvkvXV^TlSNzA``Z;VI?(?OE9r14)A5fDo?a^}nU-3Yjqp1~k%!{xh-gs4kxa2mFV(7NPl*G;M*Hk- zP7J;p!xSm>B8OLd6Xp3Y!OwZp-+$NB?^D;mjQ8=M+r{0*Nxy#+?{**mJU9J2MuwYm za(%R2=t@!csy3dJcd8m% + Introduction @@ -22,7 +22,8 @@

    Getting Started with UnCHM Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/unchm/lang/lang.rc2 b/src/plugins/unchm/lang/lang.rc2 index 571343b9..acd0e5a9 100644 --- a/src/plugins/unchm/lang/lang.rc2 +++ b/src/plugins/unchm/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -26,7 +26,7 @@ STRINGTABLE DISCARDABLE IDS_PLUGIN_DESCRIPTION "Browse and extract CHM files." IDS_CANT_CREATE_TEMP "Can not create temporary directory." IDS_CANT_DELETE_TEMP_FILE "Can not delete temporary file." - IDS_UNKNOWN_FILE_FORMAT "Unknown file format or not valid CHM image.\n\nIf you are sure this is valid CHM image, please contact support@altap.cz and help us to support this format." + IDS_UNKNOWN_FILE_FORMAT "Unknown file format or not valid CHM image.\n\nIf you are sure this is valid CHM image, please contact support@taskscape.com and help us to support this format." IDS_CANT_OPEN_FILE "Can not open this file." IDS_ERR_TMP "Creation of temporary file has failed." IDS_CANT_SET_ATTRS "Can not set file attributes." @@ -42,3 +42,4 @@ STRINGTABLE DISCARDABLE IDS_CANCELOPER "canceling operation, please wait..." IDS_CHMLIBCOPYRIGHT "CHMLIB Library Copyright © 2001-2010 Jed Wing" } + diff --git a/src/plugins/unchm/precomp.cpp b/src/plugins/unchm/precomp.cpp index 590100ad..4df0115f 100644 --- a/src/plugins/unchm/precomp.cpp +++ b/src/plugins/unchm/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/unchm/precomp.h b/src/plugins/unchm/precomp.h index 6c4db4e8..9fad1bc1 100644 --- a/src/plugins/unchm/precomp.h +++ b/src/plugins/unchm/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unchm/unchm.cpp b/src/plugins/unchm/unchm.cpp index d4fd1678..0ccd60b7 100644 --- a/src/plugins/unchm/unchm.cpp +++ b/src/plugins/unchm/unchm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -114,7 +114,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnCHM" /* do not translate! */, "chm"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/unchm/unchm.h b/src/plugins/unchm/unchm.h index 127ecabe..2cc82299 100644 --- a/src/plugins/unchm/unchm.h +++ b/src/plugins/unchm/unchm.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unchm/unchm.rc2 b/src/plugins/unchm/unchm.rc2 index e1aa2bf3..994bd35d 100644 --- a/src/plugins/unchm/unchm.rc2 +++ b/src/plugins/unchm/unchm.rc2 @@ -1,4 +1,4 @@ -// +// // unchm.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 8a907e80..00000000 --- a/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\chmlib\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\chmlib\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\chmlib\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\chmlib\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unchm/vcxproj/chmlib/salamander/Release_x64/plugins/unchm/Intermediate/chmlib/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 380075c7ccb1735c3d5e550606221ba47c5e75f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4844 zcmeI0`%e==5Xa|Fx$u+5SSU4wH1UVhA~yCx=<$fTq`|gerLXj1tAD)u`R?A8BA`^j z6k{&?nw_1Uotd4Tx$oZsTepU(KDJEUp4dy*t6JN&1?q|wY}a<|(DvrAV=DsB*ybEk zhl*eYtJ142zz-Q6059=rH_`OCN6t*Inx1c9lon>mmK4YJICIYGt|H>ExqdIz4ErtS7%3m{t~?$QV~xfJ;_jf z2vVU}hQmd9J|xvT=c*zFNjA|AhP~kHuxiYVpyIO4P7U~;Fdn!%ur+2+ z9cGud$LbbTBjnfu+5#qS>R6i26|t_v%5!M-n2G539DiNq#^?a~ z0A8220ahOheRvuJlMYL?5gduvH_WUmZ!M(Z&)IXb%g#N)9;fz_P9$*#MgwUGD#_^7 zLnqyV>y2a0_mRo~s=_N{=Yi{m^Innh8djG@Li>)&IrS;40%X;8x{^N1*JK-TUu07g z$7_J3$MmJ0KKPs5@=d;o+mi4sOY~M4u{O_K2yUM}{0_Akn#Lkhlnix-Rz71JY}rP` z*@>*l>+>n`FRSe!S>2XZJWUS$&5*M0ll;OLxI99y_u)0LXVBc{mOqEivD0A_olntu zVDA`@o%Yk{*x&R^4M)5`8`yw~Y-x* z)Ap)psevCHV0ZE&kHu33Zx`Y>Pq;M&tUGd^OukER*rH`m@B>~)Ip&^@55DTdl9$)N z;!p8B|4;C9%=Gu)_0_kj+h4}}*w1o)H`(d;Z(SE{H3>@ zRsQlBj2ToEqkn>y@~*CnvXr$XnTfJD(bmq&yL`^1SEKECS-qUfXN4&^^jU`PaSCo{ zd}465q@|dqA@K!;T8TU~g+9bwLMqUT0!QGm=!aK-|J^%Et<_>% zLyfuI?%wR|>^$x4%zgVB*t)e%?Xl&O{=}ZUQQdm3FVWVlWV^OwhqgC|9a|ZA&Nk0!-KJSxi3%TlOL7Gi%lWKd*UR;A+T5;E2+a&RysZx^)h?UdP;#S8E=i-0wljachfOu*={rftu7`mBnX5ma3E*r^TQQ@%&84Q!3s zQ-?XAAF{d&)et>)fp&q3n--oXxkA?US$PhvAu}Q4q2q7BxXf7ljcq{N0mttjCK!Dn z@4y?-x50{_5W!OnOg600hj1ibUoo?)ymirrmviWJm!C(1J*4)UPBn1`MjLGiD$Pjh zvD5CzjpD@e5n35RRd`kWJaD7td{pLp4X?|ip?yc?oc5Ge0lMlrTge{PYq||MFY>9W z<269jF=JUL0)LZJzR44ET2h|niQWrC))tv-f*Y}i-=UE}vv@>?H%FVJSIpQ3TfWhD zej;!3_IynI%WL~+R;OhZr72*)8CuqPQe5~9mq*z3F1!Zz1e)8N@~6-_b~fx_^9yVq z*c-lMXZE5)I_dFJUhr_d3|4}VNfOT$BbPZH52cq2 zXYEz7Qkyt9!tWGC9*UGQ}?4VT+zUB@TES6_|TGG5Bf>OK)C( zi$6wr{!8#<&h+>1_0{*On{URu_|I~2H{I#?cVd`i)ytj7`{zcv`=3OH+j4Sqv`uxT zD0`KM9r8|9ylKvRNcN%pSsCcWK9W~_;f4soQGN4~3`12=IM0QvWJb!)&)q7m8M|!m zSM|#$FlJCuj{X5!s=Ed*%Tm>nRwk<6L|Z$n?(#L0ZjGMfW%X(*UlnHHZ^olunQeyb zBc>f7Z3lg-+RGrfYO-N+=V?53n(O{E@^-FCDL-rR=s!%8%s_u!%47z+e5=*mr6;a> R^|feEe_HfUAhrIQeFv45Ag2HT diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index f2e46321..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index d435616796111d815e067a72c4c5625cf54dab06..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4824 zcmeI0`A<_p5Xa|FY5J4KSSdAxH1UU03RY<$@}R`LZZ1A8A=$pBl~Q}HngTS+}E1r;{M29y3ww+UB5|N1G{R6 zRN-?c=BO6gF@WMeFhx6HR$^AQUAIet zdDZc@4TPi=w}LL(&cayN?^U!tO2m#{{vAdI_R%f@qbg(Zp_MA53LMV!@{m*`4uc>=8-UqZ$`$6uFmnX&d8 zT9>u~jNds+j=L?sEDtwLB=)lOoPP3nfIs`&aV(GqJVXnK zIuc9Al3sESodySPG>)y?M-KyV1Xtm-sDDSRK5%o5%FNSva30O2XL@Ggkh^RJA5fJqtx>aXu1KI0K3>QR9*>vqQt&aK zKP+-O9!oE0&f3djr8?1YfZr*KJQhz?qFq4TJmS=B;@zQ(WQtw7t>!&@LLBfmDme_uaEdHzdqIam7o_xket)Xg{Jef(#!xSQv}$Z%Uu zZjQEzt`uc2@~}bPsdrG4^B$0WD2rAGIMaD~iBIr@pi z63)Xpl8$ojR~1*U-p^=8N*sa{{b_?FXn;&j#gXXI^Mk<$O^h`7=9H=yKR>}7I+5_7c? WW#)U!{@$9mr#~Nh?_ci=Y5N5&&LNQi diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 72a97dfe..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unchm\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index f8900d6667524b19a7b2a94bd4cd67f08121ee2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4782 zcmeI0`)?9K5Xa|FA^fBCxN5aKL6@PMP~C*;+8os)JJz6h2u#tAn3b4SZQt!u zU|w~+?E)bw#jT)=wzn|W@AoR&0VQNdFaI8+0{du}8lx&>@u8I}qY50(^YWNfL*&{= z3({;Nt@bb37OT6LYav|BAiVWtnFJ@X&^FZSSGYZ5CRz3<*P%D;^^LU|WXayzDE74q z6olQff#s?4vj~40(QEx9v%Fo;dDf80TsY`4ebS#wBv4vFU!MC6N$YnJ*S^M9^lXZZX64w0T0mv zB0^&6Skg<*q0`{NjmEKc`{-c+j^HYs7WMCF)z{oyqcZa}9-K!r2aeVm?J2k^+d+@A ziZoxjq0Rc?NGzIK8Mavzk?xAmRd5m2j!fVQ&L35My z{2V%UXTt_Izrf}xd(V9Ate?fk{!Gs-9B`Md;RCAjr44G<%@qlB!p94F!PD{5T?#(t z^M^%F$5ZL$!dZJ+tP~Lq2l$<$$W!rDCEC@9n>$%duzt@-Fr*6L)AL2iY#oc75zu$@XJCBdgjk5InM25R^ za(lE*bfqYJm4_|zPQ8PYocD!S9~X?1;8lpJtxD^dndTeg)3x6%F)jp zmT-nHoBPvC>Fbl%ihQYlb|3 zOxs1G20GI#A%kpsZ}sAPP2-8vPIHANY}}B`|IG-wwe{jJxmS6a`@Y0nZAh8<*RsE< P<}K*YfZp_pz0>v!l0q4K diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 4ed819ae..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 13609d74bd52f1cc52d0ea522dbd8a46407e53ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4302 zcmeI0Yj09P5QgWcobX9wq@^_t;ae?KiBgTlwlSL!JY2+b3s6CSy!yPm2TH|iFJcbH zZ1!??XLjedvoq)0*T}XkHnpdgOZqc=>_9F4P^Y8d7*p&8z)mg3CWNE%-1Llrd9e^7!#y~W{iR}@k3)X}c&FY*E zC&l*4F8Ch$HnI$>br0F2?}OcBS7&eNyVSa;re-tGmjka0W}ChGtT@JfPhXF*&g--0 zkVD^}JhC2pG=L72IKDf;kDz%>Z2{%rp^9`ICFAKlWF?JsHIahkIf6UMtgx_zXYd## zJmCyb?o0q{GvP2FKsTIfiY7p%^Kd%#*1*a6t#gyUp3hh=A}yR^IX zdG^W!EnA3z)+x}Sre&91yo}kzJ&>GnT_RMpuAF|J> z*I@&lPtkc~FZiB#?dQ;OxX+gwcKE+-Y(Q1Ev`5YPZ}|h=?#ZpJV12aoQbET!@!#@< z!Nc9`cC1S-Q?Ko`Xeq}34Y50Uk#*5@gtx2WH_x~=MXcL-PbS}`mulIvFYp6FNBgX8 zjt{=-!{jO6!(Di_H<6$J9Q+t3{rz`6{Wf*|%XlCAxt-sgpY;1T@ox9=&r_pV{Vty2 zrj%UoZRfI*m%U2EQ{ql#L-UyTEzyVKW<{W5J14IAf=_e6DDFKc!cf-Z7O`-J$VgFn z+hYl5yPX;&p(u(X*Zpv%qnC>dM7&m^mJuSA?M3NUC1SLYqL-~ zqo`L@n@}aWSBVdlp_hpdO62fr XYm`fSOnVNttl4m9^e5owR*|vqWhdMJ diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 96606fa9..00000000 --- a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unchm\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unchm/vcxproj/salamander/Release_x64/plugins/unchm/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index b719bc6f51a5400a5491b3e77becc3806e8f2d4e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4260 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_z(LR-uRibYfl^7e7i$j2 zob2W7%XJ@{Di)_mprvA)w$#`y0{j5k|W4&xgwr9`Q){6F;PqZa_X_I81iivK^ z+BUKRZEP(dUEnRh{+_>r&FDW`9cazsmG!m_Svvtbgf>u2z-U6#uqS*ysA3>m)j3^G zYSgRTc<(skxn`*EIr``G6oGV z;Npsny5SUb+98lM2E7C^j}%i zXJn_WO|Xo3jL>e(Ts9bjzhm399cHDajpTX3>m0NPz^dR5p$;dUB&#_*J4@T8-(}3R zR~~HnLIZ4_(n@T&N&L$0RwN7& z?q;{+q4YBI)=rC+8pOX5ey1q%P&^$G?W)Ahb8bx$?{+?tDR$|lTJ`KHaUj@eAK2!^ z;HxoAk>Uf=g;#qM<@qnc&w0|{f7jFRQ`f(Y_wk?G#ofh8zkd_&b|3#dH_FxT5*cpF z$@S58p({n%t2{g>?^HFk$a&w9eJF2M20F0|@`|s-GzX6I-U~7eRXuK*3s=aDl$Ccp zm1xF3oBLJ0@)?XdyC}Q<#9oW~L-m<<(^;ylLRF-9qU%pjSJf11zAU`W`7|nz&5~=x z^nGM&qCM3MS)^3eHAr4K&8J>Zt$#w+=9+||F0c8zyh;wBD!fb%P@+y(U*o&7l@)`R9GQHF3 diff --git a/src/plugins/unchm/versinfo.rh2 b/src/plugins/unchm/versinfo.rh2 index 69bb4b55..dbbd9b17 100644 --- a/src/plugins/unchm/versinfo.rh2 +++ b/src/plugins/unchm/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __UNCHM_VERSINFO_RH2 #define __UNCHM_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // retrieve version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2009-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2009-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "UnCHM plugin for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __UNCHM_VERSINFO_RH2 diff --git a/src/plugins/undelete/dialogs.cpp b/src/plugins/undelete/dialogs.cpp index f153dbd7..dee48f4e 100644 --- a/src/plugins/undelete/dialogs.cpp +++ b/src/plugins/undelete/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -545,7 +545,7 @@ void CConnectDialog::OnImageBrowse() openInfo.hwndOwner = HWindow; openInfo.lpstrFilter = "Image Files (*.img;*.ima)\0*.IMG;*.IMA\0AllFiles (*.*)\0*.*\0\0\0"; openInfo.lpstrFile = Volume; - // TODO: this still feels wrong; when the volume is e.g. C:\Work\Altap\, the initial dir becomes garbage because of lpstrFile + // TODO: this still feels wrong; when the volume is e.g. C:\Work\Taskscape Ltd\, the initial dir becomes garbage because of lpstrFile openInfo.lpstrInitialDir = Volume; openInfo.nMaxFile = MAX_PATH; openInfo.Flags = OFN_FILEMUSTEXIST | OFN_READONLY; diff --git a/src/plugins/undelete/dialogs.h b/src/plugins/undelete/dialogs.h index d77e7b81..4120d4b2 100644 --- a/src/plugins/undelete/dialogs.h +++ b/src/plugins/undelete/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/fs1.cpp b/src/plugins/undelete/fs1.cpp index 7dcaad16..6bb72404 100644 --- a/src/plugins/undelete/fs1.cpp +++ b/src/plugins/undelete/fs1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/fs2.cpp b/src/plugins/undelete/fs2.cpp index 722067f1..d62ae8fd 100644 --- a/src/plugins/undelete/fs2.cpp +++ b/src/plugins/undelete/fs2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/help/hh/undelete/dlgboxes_config.htm b/src/plugins/undelete/help/hh/undelete/dlgboxes_config.htm index 8446c975..5884a118 100644 --- a/src/plugins/undelete/help/hh/undelete/dlgboxes_config.htm +++ b/src/plugins/undelete/help/hh/undelete/dlgboxes_config.htm @@ -1,4 +1,4 @@ - + Undelete Configuration dialog box @@ -54,7 +54,8 @@

    Options

    - + + diff --git a/src/plugins/undelete/help/hh/undelete/dlgboxes_restoreencrfiles.htm b/src/plugins/undelete/help/hh/undelete/dlgboxes_restoreencrfiles.htm index 85f7e21a..13034fa3 100644 --- a/src/plugins/undelete/help/hh/undelete/dlgboxes_restoreencrfiles.htm +++ b/src/plugins/undelete/help/hh/undelete/dlgboxes_restoreencrfiles.htm @@ -1,4 +1,4 @@ - + Restore Encrypted Files from Backup dialog box @@ -30,7 +30,8 @@

    See Also

    - + + diff --git a/src/plugins/undelete/help/hh/undelete/dlgboxes_undelete.htm b/src/plugins/undelete/help/hh/undelete/dlgboxes_undelete.htm index 644b2edf..382b1994 100644 --- a/src/plugins/undelete/help/hh/undelete/dlgboxes_undelete.htm +++ b/src/plugins/undelete/help/hh/undelete/dlgboxes_undelete.htm @@ -1,4 +1,4 @@ - + Undelete dialog box @@ -49,7 +49,8 @@

    See Also

    - + + diff --git a/src/plugins/undelete/help/hh/undelete/introduction_intro.htm b/src/plugins/undelete/help/hh/undelete/introduction_intro.htm index d2bf6c3b..ad3d118b 100644 --- a/src/plugins/undelete/help/hh/undelete/introduction_intro.htm +++ b/src/plugins/undelete/help/hh/undelete/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -60,7 +60,7 @@

    Principles and Limitations

    - + - \ No newline at end of file + diff --git a/src/plugins/undelete/help/hh/undelete/using_restoringencrfiles.htm b/src/plugins/undelete/help/hh/undelete/using_restoringencrfiles.htm index db7de2b8..bc35240f 100644 --- a/src/plugins/undelete/help/hh/undelete/using_restoringencrfiles.htm +++ b/src/plugins/undelete/help/hh/undelete/using_restoringencrfiles.htm @@ -1,4 +1,4 @@ - + Restoring Encrypted Files from Backup @@ -42,8 +42,9 @@

    See Also

    - + + diff --git a/src/plugins/undelete/help/hh/undelete/using_undelete.htm b/src/plugins/undelete/help/hh/undelete/using_undelete.htm index 148ec3ce..1f69eaf7 100644 --- a/src/plugins/undelete/help/hh/undelete/using_undelete.htm +++ b/src/plugins/undelete/help/hh/undelete/using_undelete.htm @@ -1,4 +1,4 @@ - + Recovering Deleted Files and Directories @@ -36,8 +36,9 @@

    See Also

    - + + diff --git a/src/plugins/undelete/lang/lang.rc2 b/src/plugins/undelete/lang/lang.rc2 index fa5edb61..826f7f2b 100644 --- a/src/plugins/undelete/lang/lang.rc2 +++ b/src/plugins/undelete/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -70,3 +70,4 @@ STRINGTABLE IDS_PARTIALRECOVER_DONTASK, "Choose the same answer next time" IDS_ERRORRECOVER, "Error recovering file %s" } + diff --git a/src/plugins/undelete/library/arraylt.h b/src/plugins/undelete/library/arraylt.h index 5f872e87..0a833efc 100644 --- a/src/plugins/undelete/library/arraylt.h +++ b/src/plugins/undelete/library/arraylt.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/undelete/library/bitmap.h b/src/plugins/undelete/library/bitmap.h index b4d2dc92..77da47ea 100644 --- a/src/plugins/undelete/library/bitmap.h +++ b/src/plugins/undelete/library/bitmap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/dataruns.h b/src/plugins/undelete/library/dataruns.h index c20008c7..6f51c658 100644 --- a/src/plugins/undelete/library/dataruns.h +++ b/src/plugins/undelete/library/dataruns.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/doc/srcguide.txt b/src/plugins/undelete/library/doc/srcguide.txt index 47f1d357..45009322 100644 --- a/src/plugins/undelete/library/doc/srcguide.txt +++ b/src/plugins/undelete/library/doc/srcguide.txt @@ -2,7 +2,7 @@ // // Undelete library // -// Copyright (c) 2004-2023 Open Salamander Authors +// Copyright (c) 2004-2023 Taskscape Ltd // // **************************************************************************** diff --git a/src/plugins/undelete/library/exfat.cpp b/src/plugins/undelete/library/exfat.cpp index 613938f6..8a52d806 100644 --- a/src/plugins/undelete/library/exfat.cpp +++ b/src/plugins/undelete/library/exfat.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/exfat.h b/src/plugins/undelete/library/exfat.h index 0e5738c2..2adfad8d 100644 --- a/src/plugins/undelete/library/exfat.h +++ b/src/plugins/undelete/library/exfat.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/fat.cpp b/src/plugins/undelete/library/fat.cpp index e357ed6c..4cb7b0c1 100644 --- a/src/plugins/undelete/library/fat.cpp +++ b/src/plugins/undelete/library/fat.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/fat.h b/src/plugins/undelete/library/fat.h index 5d6601b7..9530fb53 100644 --- a/src/plugins/undelete/library/fat.h +++ b/src/plugins/undelete/library/fat.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/miscstr.cpp b/src/plugins/undelete/library/miscstr.cpp index 2f3b94e6..0e59ae77 100644 --- a/src/plugins/undelete/library/miscstr.cpp +++ b/src/plugins/undelete/library/miscstr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/miscstr.h b/src/plugins/undelete/library/miscstr.h index 6d4f089d..d0eddfaf 100644 --- a/src/plugins/undelete/library/miscstr.h +++ b/src/plugins/undelete/library/miscstr.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/ntfs.cpp b/src/plugins/undelete/library/ntfs.cpp index ab0114fd..1fcd89d7 100644 --- a/src/plugins/undelete/library/ntfs.cpp +++ b/src/plugins/undelete/library/ntfs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/ntfs.h b/src/plugins/undelete/library/ntfs.h index 375b1d94..583f75b6 100644 --- a/src/plugins/undelete/library/ntfs.h +++ b/src/plugins/undelete/library/ntfs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/os.cpp b/src/plugins/undelete/library/os.cpp index da7f2011..6d6f6533 100644 --- a/src/plugins/undelete/library/os.cpp +++ b/src/plugins/undelete/library/os.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/os.h b/src/plugins/undelete/library/os.h index 7e838102..3760031d 100644 --- a/src/plugins/undelete/library/os.h +++ b/src/plugins/undelete/library/os.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/precomp.cpp b/src/plugins/undelete/library/precomp.cpp index aefc45e9..ee7d3c12 100644 --- a/src/plugins/undelete/library/precomp.cpp +++ b/src/plugins/undelete/library/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/precomp.h b/src/plugins/undelete/library/precomp.h index 8069cf9c..bfffed2b 100644 --- a/src/plugins/undelete/library/precomp.h +++ b/src/plugins/undelete/library/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/snapshot.h b/src/plugins/undelete/library/snapshot.h index ccad4221..62bd33df 100644 --- a/src/plugins/undelete/library/snapshot.h +++ b/src/plugins/undelete/library/snapshot.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/stream.cpp b/src/plugins/undelete/library/stream.cpp index 4de6a1f0..0beb68f9 100644 --- a/src/plugins/undelete/library/stream.cpp +++ b/src/plugins/undelete/library/stream.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/stream.h b/src/plugins/undelete/library/stream.h index be1ed285..b0d66282 100644 --- a/src/plugins/undelete/library/stream.h +++ b/src/plugins/undelete/library/stream.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/texts.rc2 b/src/plugins/undelete/library/texts.rc2 index dc721e91..74fb8f2d 100644 --- a/src/plugins/undelete/library/texts.rc2 +++ b/src/plugins/undelete/library/texts.rc2 @@ -1,4 +1,4 @@ -#ifdef APSTUDIO_INVOKED +#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED @@ -41,3 +41,4 @@ STRINGTABLE IDS_ERRORREADINGBMP, "Error reading $Bitmap file. File damage estimation aborted." IDS_BITMAPISEMPTY, "$Bitmap has zero size. File damage estimation aborted." } + diff --git a/src/plugins/undelete/library/undelete.h b/src/plugins/undelete/library/undelete.h index 953b76cc..818c1999 100644 --- a/src/plugins/undelete/library/undelete.h +++ b/src/plugins/undelete/library/undelete.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/volenum.cpp b/src/plugins/undelete/library/volenum.cpp index 38c5cac7..e8713cf7 100644 --- a/src/plugins/undelete/library/volenum.cpp +++ b/src/plugins/undelete/library/volenum.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/volenum.h b/src/plugins/undelete/library/volenum.h index c9842dfb..bc72028c 100644 --- a/src/plugins/undelete/library/volenum.h +++ b/src/plugins/undelete/library/volenum.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/library/volume.cpp b/src/plugins/undelete/library/volume.cpp index 4781e7c7..8c1a25a4 100644 --- a/src/plugins/undelete/library/volume.cpp +++ b/src/plugins/undelete/library/volume.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/library/volume.h b/src/plugins/undelete/library/volume.h index f188931f..d3297cfa 100644 --- a/src/plugins/undelete/library/volume.h +++ b/src/plugins/undelete/library/volume.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/restore.cpp b/src/plugins/undelete/restore.cpp index d00f8a06..196b07d3 100644 --- a/src/plugins/undelete/restore.cpp +++ b/src/plugins/undelete/restore.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/undelete/restore.h b/src/plugins/undelete/restore.h index 0232afe5..7b95c200 100644 --- a/src/plugins/undelete/restore.h +++ b/src/plugins/undelete/restore.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/undelete.cpp b/src/plugins/undelete/undelete.cpp index 2f715635..4b0f8cd0 100644 --- a/src/plugins/undelete/undelete.cpp +++ b/src/plugins/undelete/undelete.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // **************************************************************************** @@ -263,7 +263,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs String::LoadStr(IDS_DESCRIPTION), "UNDELETE" /* DO NOT TRANSLATE! */, NULL, "del"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // get our FS-name (it could be different than "del", Salamander could change it) SalamanderGeneral->GetPluginFSName(AssignedFSName, 0); diff --git a/src/plugins/undelete/undelete.h b/src/plugins/undelete/undelete.h index defec288..54c3df5e 100644 --- a/src/plugins/undelete/undelete.h +++ b/src/plugins/undelete/undelete.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/undelete/undelete.rc2 b/src/plugins/undelete/undelete.rc2 index 713b133d..55585d68 100644 --- a/src/plugins/undelete/undelete.rc2 +++ b/src/plugins/undelete/undelete.rc2 @@ -1,4 +1,4 @@ -// +// // undelete.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -15,3 +15,4 @@ IDI_FS ICON "res/fs.ico" IDB_FS BITMAP "res/fs.bmp" IDI_DELETED ICON "res/deleted.ico" + diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 4e1466f2..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 414c9bb2aaea35ba7a1e53273c5f423da92b6977..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4880 zcmeI0`%e==5Xa|FY4}NFtdtr;n)pL01*^0Wdst#FX|TOwrLXiM)jwYSe0T3?%Og+$ zQ;gZ{-ack#=e4u5_v>fMURlG`mMl#Ptz&KbY(qPteqUJe>m&Q()*@@V)tY7F@3Fmf zy#pwS;tp*Mx)u9qMf+fHY~7~RO={)>q8`I!ZNrj&#ezFQm!O+a-Gb`+9Mu9l22iX5 zQ?MgOMMf1naJ%FgR~&D9KqTA>x?uZDV_m;j!44^PcJ%V^)61h3?Gn(d&=((?sn9FK z;XE%7Nwtn#2WUZ>O{CTSMcZa}?_#bF7c&TNJy|BfNi4Jjwb}x=M~o!PKIJm>roFy0 zH-jwNTN}k*ScZbITQ;y9b!ZVQZPp_<|A|q~&S||D)@?jD-?Ba!RaX1pdW;beO>i3a zg3`fv$E;{p`?T4qfh-fo1J|Z(jnxwe+2z{lbAR*k0!=_T6`$)u|s z-r(cFUK|&s4G+-*q5-V*EeuIJblM!a-Z-{&A8ic45nP#*qwhOfeFHaEuf%u_Z_c5g zLr3eB_5|FN?V?R-T~;Vx(QJxyC{LO=j#KD)OkdXM1HVD^*r0@*iG*|cpZC2G+yZL> zuzmLMJ5=M@41SQNW@)p06^pijmJS-uJLE&&noo&;d1(jD>Wr+SGE+y6dsVE|AQ}$vJ4KPl;;BNk3y7P?oSGfHJ9Lpuu}gQ> zyk}2{1KvjYCl!MiW0=ow!}#ugit_xI;BvGnJE&(7n+ zbJHd6`K*4q$Z%IqZjQEzt`ub#dDtfJ)SD>Dd5_3Gltn889oZRq#Sdgwt^Mdkk zzcifrw}sAa8ZM_4eU;ayc>!p)3rrJj>iv*LUcJY9@r|ec#OW>i$E0pvkyXA{r|7>; iKz5+_e2MI!$XKn`X5P5!FR*#5`V*tS0oQxPn*9b=6)XJ! diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 1fbfb036..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\undelete\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 5e75636fc7ba40a30c761e30ffdc208d93588d3f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4838 zcmeI0ZBH6O5Xa}E5MH%uN<|uDNcsX1Ev=xbXEDts#KK{zJcWl!`{CRE{=0VqTBB5L zAZa$cw+}P3^R%fMURlG`mMudGtz&KbY(qPveqUJe>m&Q()*@@V)tcqv@2S0X zy+bI7;x26sx>fsVCHr7+Y{RD1Eo$}(q8`KKY}1l{)q;CLm!X?b-G=JM9MvK_22eZ( zrf4UON{p&@=yoYEt~%cKfk?O&bkPo$#`^PKMLVL@+0n~?K(BySv`av*N?&|vrb@2@ zhx5EVCe=D}9ijzkHj!5Qmu!dG{j0e;T+AT6^<l1W#2 zyurtT{Wva28y=zsL<3mqTNsjd=(IU-y>V>mKH3<7Be)7DN8fj}`UY;SUYT(kZ_cBi zBS-6;_6*#V?V(L+T~?^v&}@oxC{LO=j#KD)OkdXM1HVc1*rbGQeS^OYF&C%xgDi&=6EgdwRcgTmlHP?xMd1(jD>Wr+SGzIK8Ma#Og{Cy=m z9Y2WIls$vyHfQ@ebZX9qO>BON%~STC@z_~Ei;exso>@5LUfaM2ROL%s)T|pTD(IY# zm-2$A<3s#sxwxC`boZV3cjxi( zx#<%3d{)0)WVkOUw@2GVSBkQWJnWEn>P?j7yeDKI%A%Elj_iWG;s-ZG2#oUH3o;D7 zeZs3;xI$*69R1v331{fCxw~I2-+-G!OZoa&C?@X_z12ihJL;9?Upu-j+Kz|Sc|rNN zUk1LW6n&M+X2|)+v|Z$CqCdSDGDxTwSTDZg)Soy_MQbl-^M-Wtr#eOdW&$z*z1hoT a042t1wKns(Rexp8+tHs2z4#NWr|mZd&?Dyn diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 33aa1112..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 0f0ccef85bebbebf88d3e2fb9564257a4f35e77f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4332 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xV@+6k093be2SAYNAgHo~SlQoAi zm)+Z&o!OnIot?QK-y_?yhN(ZbT=G7%r+!qVuK_RHk?q;DHCWMJ^N6-&FKwKxQ!&wP zS=&ZdpvBf=rptWG!$0sf@+^G zJ2mW$P5B=AKC%q6b&uKSJ%GB!s?Of=?$PR=o0`qNTn@S(lpWR@Fyj~p8sTa$=hqs5 z;n2pw!(!_*(}X7QS{p2fBvo|ecru>bLuS&;T?>s!-WVCBzrxZhULa}E z_CoqL7!7a*6@}!Ey@p4AG)b&KL@y&&jXY-6-X^0m?~EOQ<$#I0Lth6wvO_c}-OCo0 zHLXT=0&I+x#AAexCyZr@A^1DCP1|8qT3Sk87(CEHd%#>3+#%FqhvNjA!^^X@UHV<# zdDhBZGJmnte1oN6S5$V!~IrJi)H_;We^HteNM8KW3d% zZ^I@wpJDUJUhzHg*3V(%aH=mX?1+Wi_<)*xX^)ok---=7Z#vzBt~&#btpMO3kAP3@>!E7Ux?ExMkEG}cj}7R%)N8Qy&&uCilR8xNHDA$J$rx0>m&q7PRQT#^ XJQp6C_Nr{vzTp( diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 248d429f..00000000 --- a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\undelete\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/undelete/vcxproj/salamander/Release_x64/plugins/undelete/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 5092f41f37c18c08abba536c5a30947e6de1ac31..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4290 zcmeI0Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_z^R}=UVYx(1ErFtH!%le zHhVd{GrM!!*_re6M`T;pFtulvOZszr?ng!18uMj4vORmTGFP;>6ycWawM~+JDki)w zYum^Q)UmZ#>9XGP^B?&t*p&9O)mg1syfojoA#*3J4#5o=6Cj%4H0&9r2Ug6AW_3=N zlN$EUF8Ln$HnI$>br0F6AAsFrS7-0(d(^t8re-tGmjkZ{W{157tT@I2N3c4}`Mm}} zIHWP~b7SkX(gY{ahb-!VK&euafqyn@pp z?K$^tAR54GRv6-Y>?J(%qd3w25V?%lHS&;EJ5EMr`iva_<(Lz8hqexMWQRynvX?F@ zD^iW@l(`975{(fuju}f6L*RF8o4UiOw9u5SFj$}i_kgu3utTuJ2`9;H4lB=6cWHO& z^X!!eT6WO@TBo!UO>PqXvd|uq)lEqwH~UC-hLn3$`Gjv!d5T^iLu+JD*fY-!f66{* zUWZL|K1Jt|z2Q6d+RvfmaI3F0?C^!#*np~RX^)!o-|`K*+7b3ea3Kk4>2@nQGz&r{QXpl7%% zB{zH9xvb=6uS?@4ai=n)dCdEP=tFU{BG8Fl5LbN1r#WC0_g)ZTCtp5oK)JQzt6d3OSEni>{|3jd@ha1+!2%qo`L*n4M3TxKvhb=rY>>Qm8ee*uwf-TFn=5>Vti9&5_9{_c PmNgn~iv9)6^`Eg{*;U#Q diff --git a/src/plugins/undelete/versinfo.rh2 b/src/plugins/undelete/versinfo.rh2 index bbeca30e..e04e0abf 100644 --- a/src/plugins/undelete/versinfo.rh2 +++ b/src/plugins/undelete/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __UNDELETE_VERSINFO_RH2 #define __UNDELETE_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // vytahneme cisla verzi + buildu -#define VERSINFO_COPYRIGHT "Copyright © 2004-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2004-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Undelete plugin for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __UNDELETE_VERSINFO_RH2 diff --git a/src/plugins/unfat/fat.cpp b/src/plugins/unfat/fat.cpp index eeb5529e..5cfc25bd 100644 --- a/src/plugins/unfat/fat.cpp +++ b/src/plugins/unfat/fat.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2004-2023 Open Salamander Authors +// Copyright (c) 2004-2023 Taskscape Ltd // Copyright (c) 2010-2023 Milan Kase // // This is a part of the Open Salamander SDK library. diff --git a/src/plugins/unfat/fat.h b/src/plugins/unfat/fat.h index 7df82780..4772d4d4 100644 --- a/src/plugins/unfat/fat.h +++ b/src/plugins/unfat/fat.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2004-2023 Open Salamander Authors +// Copyright (c) 2004-2023 Taskscape Ltd // Copyright (c) 2010-2023 Milan Kase // // This is a part of the Open Salamander SDK library. diff --git a/src/plugins/unfat/help/hh/unfat/introduction_intro.htm b/src/plugins/unfat/help/hh/unfat/introduction_intro.htm index bafdbb16..072b0f4f 100644 --- a/src/plugins/unfat/help/hh/unfat/introduction_intro.htm +++ b/src/plugins/unfat/help/hh/unfat/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -20,7 +20,8 @@

    Getting Started with UnFAT Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/unfat/lang/lang.rc2 b/src/plugins/unfat/lang/lang.rc2 index 7ca8fa74..7c284093 100644 --- a/src/plugins/unfat/lang/lang.rc2 +++ b/src/plugins/unfat/lang/lang.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -54,7 +54,7 @@ STRINGTABLE DISCARDABLE IDS_CANT_CREATE_DIR, "Can not create directory '%s'." IDS_MAKEISOHEAD, "Create file sample for UnISO troubleshooting..." IDS_MAKEISOHEAD_TITLE, "UnISO troubleshooting" - IDS_MAKEISOHEAD_MSG, "If you cannot open ISO image or content is incorrect, you can send us first 1MB of this file.\nWe will support this format in new version of UnISO plugin.\n\nPress OK to copy part of ISO image to the temporary directory and focus it in the panel.\nPack this file using Alt+F5 and email it to the support@altap.cz.\n\nThank you for helping us to make UnISO plugin better!" + IDS_MAKEISOHEAD_MSG, "If you cannot open ISO image or content is incorrect, you can send us first 1MB of this file.\nWe will support this format in new version of UnISO plugin.\n\nPress OK to copy part of ISO image to the temporary directory and focus it in the panel.\nPack this file using Alt+F5 and email it to the support@taskscape.com.\n\nThank you for helping us to make UnISO plugin better!" IDS_YES, "Yes" IDS_NO, "No" IDS_PVD_NOT_FOUND, "Primary Volume Descriptor not found." @@ -67,3 +67,4 @@ STRINGTABLE DISCARDABLE IDS_ERROR_OPENING_MULTISESSION, "Some error(s) occured while reading multisession image.\n\nShowing only correctly read sessions." */ } + diff --git a/src/plugins/unfat/precomp.cpp b/src/plugins/unfat/precomp.cpp index 568b08b7..05b262e8 100644 --- a/src/plugins/unfat/precomp.cpp +++ b/src/plugins/unfat/precomp.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/unfat/precomp.h b/src/plugins/unfat/precomp.h index 21aa54ff..ff19917a 100644 --- a/src/plugins/unfat/precomp.h +++ b/src/plugins/unfat/precomp.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/unfat/unfat.cpp b/src/plugins/unfat/unfat.cpp index ea452e12..f4070cfb 100644 --- a/src/plugins/unfat/unfat.cpp +++ b/src/plugins/unfat/unfat.cpp @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -123,7 +123,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnFAT" /* do not translate! */, "ima"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/unfat/unfat.h b/src/plugins/unfat/unfat.h index d8ebd226..bf8b40c8 100644 --- a/src/plugins/unfat/unfat.h +++ b/src/plugins/unfat/unfat.h @@ -1,9 +1,9 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/unfat/unfat.rc2 b/src/plugins/unfat/unfat.rc2 index b2f2eeab..a32bbb21 100644 --- a/src/plugins/unfat/unfat.rc2 +++ b/src/plugins/unfat/unfat.rc2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -19,3 +19,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/unfat/unfat.rh2 b/src/plugins/unfat/unfat.rh2 index 2afeae9d..3ff5709c 100644 --- a/src/plugins/unfat/unfat.rh2 +++ b/src/plugins/unfat/unfat.rh2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // diff --git a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 01b3868d..00000000 --- a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index b5b2027e2c5e24bc0c2c64f59624759e66399714..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4874 zcmeI0X-^YT6o$`FY51fuR!R*aP5e+w#cCHK14T2*1lxj@Zs{V`AFn>|y)(3IN?A-X zW-@o1v!8R%J$HWoNZAW(nA(!1dBV6I*=IYnp|z~(zSb=p_XqaejcV3*{T6Kn8fjGCN38qm`!u`+!s>WRlF=XBd*WXq(WPtwqQ^qv`!EUnX1nlF-AZ%!D-kto(|DI=8INEuMMXLx=ff4T${2Lz8*TrE`1N|7F0vDYq8p5P0~a} zzw`>h>wtL-tsY-O#yzNtPl(lfj^EI_;532p{6pq#I1iC@#CznR6-i~VLS&G1ulce( z(zMW6wi}|8?2{t`e74w*vxh9;A*6o;SZN^)={a;39JtXq_HG|L48Rdwg?Lr}mR5b> z<{FiluMqP&EVJWi9n&6yo5DtI=M`DLa>=GCcB`Ui;v`NH8)L@uLm&7xa?Bb}$UaCU zSIqf%3&Ab$EdaI;56@vYUd`b9G;fwRORtQz0kmw;a1o)n@qTNU{q~_hD`cM_E3Up*A)D_>! zX(2GW$(&GO=)M!4)xs4jBh~1~4of&gSIzzIrt%etDO6Oce}PtV2hq(;)Wl17Dt{l+ zInj39m*KwT?|5ls^7jet)im-=dDN?xO;h!2wF^uW3+g79MpNCsdhscz@x;FN~-PlXi0{VlXHsYDZ-m>4f=KbmShwl4V$HI#J0$cPbjsO4v diff --git a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index cb99ce2f..00000000 --- a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unfat\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unfat/vcxproj/salamander/Release_x64/plugins/unfat/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 966873d7856050c4de09c2110d60b2a9f7262542..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4832 zcmeI0YflqV5QgWcGAfgy1Ya5n~s}|e}x&+;X>K0Vj=cpFo7(j6!n1UTJD>AEE&2h;y zuR7UwfsmGxR?r12FO2njUIp9ZiQwq}gGgiMlo_X0x_7i}9lv$Y7hXEeRP<;#Ri;?o@{)i3FH zz)aegd9Ffl+RJNeGsvR7u~8hI6(|V%#0Hk*Rb)1Zz!AOHKQhbNIjxV|$i{Q)C)NjJ zpRavzJ;n%#CO8dy#?v9%$9&PM=(XY0K$i*gfooH?#@Ay9*`@D+-GXX}b}d$0tVx=P z=$Bq0cpWfLq1EF{$hZep@d>ed&+!{t7n~+Ao`1-^4d)?}j(ATTv?8etR)`Fe?loVQ zN17HI%XUL_l6`VSfX^1YarTe}JcRUb04ptoAw7rAf&(`i$KLH@hXFW(s}Qg1-_oiN z++3p)^EF~Vhh_F0ty9`#a8uZ*?Ytt(SFYJK#coyfOq|3iVq?r$e&_?gL5|tr3E2mU zE+B6n zv1@jS?$Bj2q*Q=<{e+{nIO8@>`U;dc7`DDCL z{4ADt6Hb3W6YsVkA6}a79W%piCAm4Q3E*lA8B`>O)nuD$tRgQCEB? zr-i`iCUZuGq5DpFQ43e7j8vnaIxOJ~T{ZWoo61)prchC({smge9Yi-XQ4=rSsr-FN z=S16aUxxdVzvHEmXv(8r)oYqMe@xp&qb4@f-7Sr7x^MO3b4}xkvrcP;HEdqf%m4p~ lIJNbUpy+PpCC+>OB~Tmj%;Ia=?^N?1^m{;e`o!OB_6wTxu^;8>tIQYe#18Dq+FagV@(8zJ&utvjDVgwg ztYt&X(MHx}rNesD&%fgY|8i0_mQPot$D~E?>^W~s5*PYyGyHiZmKr-ayjt2V78&vXT>q@Lsk1YPo>YA zLl1qw^T>M8XaF5JaeQ~+VFb@(TFc{=t%7zOPs;Oo%t{jZYN7?{bA)u#S#IeG&yX=_ zcpv&Y;ow6gK9CN~M)7OBG>=+%&Hqw7- zO`nmSGB?ID;xWQQCX8i+0q}daOWR{qSlURQ7rf4ad&F7=*a6sKhjKid!L!q}efoXg zS!iW}mM_$S)-KK1hTFuye6x#YbvlwL%^{kdqvbA5ao{sto?_Sg@EX|zXl6Op5217B zZP>u(Gi)B&3%)1b`Wb8-&hw>(9r14$A5fDo9ndoVTk$}rdvYr;*c>mtMDQ_=@NEdGHZItJ~1V83UfB#-jzE53$Gv3F4ZWnhKJN^DnyxV#F^W60A7#VKL z$@S58p({n%tJ-)<-l=M6k@LPK`%vDj40LQ4mjBUTe*NQ1Zr_yrE{V`kK8$exM4yNPbYDhF4$Z Wx%9`R*I=ub4QEDw0)FllDf#UdU$ad`6%G!aw<`ZtoUfMLFQ!(Lf zSjWazq)n{NPLKVzUw_YE(Ps1?t-)^H;-&SDjaaL)I|4UgOo3>D)3hgieXwG7w5oG@ zoYb^8cESJH_mSn;ZFtB5;}GmNRGqzL?9&>ao4U=tTn@ZGm|bWM*>TK=P}MokQyH@7 z(8JK5Jh1^ZT0jR*9REFdn85Rt*70~%tDzmom-BocvXe!=+Gs)goFJWaR$O?(3uFu$ zPUV(Pn!svR7?OD6wL12*II;K$jf|lhdB~a_C$lnR&h~+FtO>hI-vBzYLv$$HNdJ`; zeMWY|+7!!(#|RIJnac(v;J0j(w#BTpu#r43c%1`xpS>EeBe25>)nv7RXXk0#^xKTP z(AouBzR(0(r?e9rt`qM#_tqG9*UA(As*UI5ovMb?ocA5shw^4+pi?_1ulPz#bHFI?JtxCZ)#DbqaD~iBS$WrE z31{N7xnI>QpMjV|McMTyXr=Xs>N8Q(S*ol;Rit;K=TFa8)f8&JJiN{MG%AnHlWWBE z17vHVJ=F_&q*T>4OkOz6FT9@G|Aefq6$wLKUiWo*jT}H#c$plaM4hg_&Ufi^S+BE} OZ5i%`s{PdRIr{;jkJI=7 diff --git a/src/plugins/unfat/versinfo.rh2 b/src/plugins/unfat/versinfo.rh2 index e139fa3f..4aa687e5 100644 --- a/src/plugins/unfat/versinfo.rh2 +++ b/src/plugins/unfat/versinfo.rh2 @@ -1,6 +1,6 @@ -//**************************************************************************** +//**************************************************************************** // -// Copyright (c) 2023 Open Salamander Authors +// Copyright (c) 2023 Taskscape Ltd // // This is a part of the Open Salamander SDK library. // @@ -23,7 +23,7 @@ #include "spl_vers.h" // pull in version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2003-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "UnFAT plugin for Open Salamander" @@ -37,7 +37,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __UNFAT_VERSINFO_RH2 diff --git a/src/plugins/uniso/BlockedFile.cpp b/src/plugins/uniso/BlockedFile.cpp index 49266eb1..742b8fdb 100644 --- a/src/plugins/uniso/BlockedFile.cpp +++ b/src/plugins/uniso/BlockedFile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/BlockedFile.h b/src/plugins/uniso/BlockedFile.h index e492b8ab..6b57fc6d 100644 --- a/src/plugins/uniso/BlockedFile.h +++ b/src/plugins/uniso/BlockedFile.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/apfs.h b/src/plugins/uniso/apfs.h index f713b5c2..907499ea 100644 --- a/src/plugins/uniso/apfs.h +++ b/src/plugins/uniso/apfs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/audio.cpp b/src/plugins/uniso/audio.cpp index e95b24ad..70d27e79 100644 --- a/src/plugins/uniso/audio.cpp +++ b/src/plugins/uniso/audio.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/audio.h b/src/plugins/uniso/audio.h index 70b08fcb..271459e9 100644 --- a/src/plugins/uniso/audio.h +++ b/src/plugins/uniso/audio.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/dialogs.cpp b/src/plugins/uniso/dialogs.cpp index 6934946d..a72632a7 100644 --- a/src/plugins/uniso/dialogs.cpp +++ b/src/plugins/uniso/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/dialogs.h b/src/plugins/uniso/dialogs.h index f8cb7629..a40f4531 100644 --- a/src/plugins/uniso/dialogs.h +++ b/src/plugins/uniso/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/dmg.cpp b/src/plugins/uniso/dmg.cpp index 64a3fc53..8a3e8a27 100644 --- a/src/plugins/uniso/dmg.cpp +++ b/src/plugins/uniso/dmg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/dmg.h b/src/plugins/uniso/dmg.h index ccec64b7..ddc49794 100644 --- a/src/plugins/uniso/dmg.h +++ b/src/plugins/uniso/dmg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/eltorito.cpp b/src/plugins/uniso/eltorito.cpp index ae99ed91..071050da 100644 --- a/src/plugins/uniso/eltorito.cpp +++ b/src/plugins/uniso/eltorito.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/file.cpp b/src/plugins/uniso/file.cpp index e9476c68..bd3e4af8 100644 --- a/src/plugins/uniso/file.cpp +++ b/src/plugins/uniso/file.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/file.h b/src/plugins/uniso/file.h index d870c425..2f42cfdf 100644 --- a/src/plugins/uniso/file.h +++ b/src/plugins/uniso/file.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/fs.h b/src/plugins/uniso/fs.h index 87d68079..75236c12 100644 --- a/src/plugins/uniso/fs.h +++ b/src/plugins/uniso/fs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/help/hh/uniso/introduction_intro.htm b/src/plugins/uniso/help/hh/uniso/introduction_intro.htm index cd1b45cb..7e68294d 100644 --- a/src/plugins/uniso/help/hh/uniso/introduction_intro.htm +++ b/src/plugins/uniso/help/hh/uniso/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -44,7 +44,8 @@

    UnISO plugin supports:

    - + + diff --git a/src/plugins/uniso/hfs.cpp b/src/plugins/uniso/hfs.cpp index 842ab23b..478edfb7 100644 --- a/src/plugins/uniso/hfs.cpp +++ b/src/plugins/uniso/hfs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/hfs.h b/src/plugins/uniso/hfs.h index 17caae3c..4a314953 100644 --- a/src/plugins/uniso/hfs.h +++ b/src/plugins/uniso/hfs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/img.cpp b/src/plugins/uniso/img.cpp index 3dea75e6..8f436030 100644 --- a/src/plugins/uniso/img.cpp +++ b/src/plugins/uniso/img.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/iso9660.cpp b/src/plugins/uniso/iso9660.cpp index e80a229e..859fde7d 100644 --- a/src/plugins/uniso/iso9660.cpp +++ b/src/plugins/uniso/iso9660.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/iso9660.h b/src/plugins/uniso/iso9660.h index f410270c..c8317590 100644 --- a/src/plugins/uniso/iso9660.h +++ b/src/plugins/uniso/iso9660.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/isoimage.cpp b/src/plugins/uniso/isoimage.cpp index 4228b821..f061f03d 100644 --- a/src/plugins/uniso/isoimage.cpp +++ b/src/plugins/uniso/isoimage.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/isoimage.h b/src/plugins/uniso/isoimage.h index 122c826a..47ef761b 100644 --- a/src/plugins/uniso/isoimage.h +++ b/src/plugins/uniso/isoimage.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/isz.cpp b/src/plugins/uniso/isz.cpp index a3481596..90d2087a 100644 --- a/src/plugins/uniso/isz.cpp +++ b/src/plugins/uniso/isz.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/isz.h b/src/plugins/uniso/isz.h index efef7fa0..010120ef 100644 --- a/src/plugins/uniso/isz.h +++ b/src/plugins/uniso/isz.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/lang/lang.rc2 b/src/plugins/uniso/lang/lang.rc2 index 76c2209c..0b177af8 100644 --- a/src/plugins/uniso/lang/lang.rc2 +++ b/src/plugins/uniso/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -27,7 +27,7 @@ STRINGTABLE DISCARDABLE IDS_PLUGIN_DESCRIPTION "Browse and extract CD/DVD ISO image files." IDS_CANT_CREATE_TEMP "Cannot create temporary directory." IDS_CANT_DELETE_TEMP_FILE "Cannot delete temporary file." - IDS_UNKNOWN_FILE_FORMAT "Unknown file format or not a valid ISO image.\n\nIf you are sure this is a valid ISO image, please contact support@altap.cz and help us to support this format." + IDS_UNKNOWN_FILE_FORMAT "Unknown file format or not a valid ISO image.\n\nIf you are sure this is a valid ISO image, please contact support@taskscape.com and help us to support this format." IDS_CANT_OPEN_FILE "Cannot open file '%s'." IDS_ERR_TMP "Creation of temporary file has failed." IDS_CANT_SET_ATTRS "Cannot set file attributes." @@ -45,7 +45,7 @@ STRINGTABLE DISCARDABLE IDS_ERROR_READING_SECTOR "Cannot read sector #%08X." IDS_ERROR_LISTING_IMAGE "Error reading directory structure at sector #%08X.\n\nIncomplete content of ISO image." IDS_INTERNAL_PLUGIN_ERROR "Internal plugin error." - IDS_UDF_UNKNOWN_ALLOCATION_STRATEGY "Unknown allocation strategy (%d).\n\nPlease contact support@altap.cz and help us fix this problem." + IDS_UDF_UNKNOWN_ALLOCATION_STRATEGY "Unknown allocation strategy (%d).\n\nPlease contact support@taskscape.com and help us fix this problem." IDS_UDF_INVALID_TAG_ID "Invalid UDF Tag ID." IDS_UDF_ERROR_READING_VAT "Error reading virtual allocation table at sector #%08X." IDS_UDF_MISSING_VAT "Missing virtual allocation table." @@ -97,3 +97,4 @@ STRINGTABLE DISCARDABLE IDS_INFO_TRACK_TYPE_SIZE " Track: %d, %s, Size: %d KBytes\n" IDS_INFO_TRACK_TYPE_SIZE_LABEL " Track: %d, %s, Size: %d KBytes - ""%s""\n" } + diff --git a/src/plugins/uniso/mdf.h b/src/plugins/uniso/mdf.h index 5e8ad0e0..bbfeac5d 100644 --- a/src/plugins/uniso/mdf.h +++ b/src/plugins/uniso/mdf.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/nrg.cpp b/src/plugins/uniso/nrg.cpp index 4b866622..088bc983 100644 --- a/src/plugins/uniso/nrg.cpp +++ b/src/plugins/uniso/nrg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/precomp.cpp b/src/plugins/uniso/precomp.cpp index a433b0e3..7a5328bf 100644 --- a/src/plugins/uniso/precomp.cpp +++ b/src/plugins/uniso/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/precomp.h b/src/plugins/uniso/precomp.h index e255ed51..737f0e71 100644 --- a/src/plugins/uniso/precomp.h +++ b/src/plugins/uniso/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/rawfs.cpp b/src/plugins/uniso/rawfs.cpp index a9cfbe86..d7eee9bc 100644 --- a/src/plugins/uniso/rawfs.cpp +++ b/src/plugins/uniso/rawfs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/rawfs.h b/src/plugins/uniso/rawfs.h index 74f7cb08..ceec17d5 100644 --- a/src/plugins/uniso/rawfs.h +++ b/src/plugins/uniso/rawfs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/udf.cpp b/src/plugins/uniso/udf.cpp index 0ea0b112..d087324b 100644 --- a/src/plugins/uniso/udf.cpp +++ b/src/plugins/uniso/udf.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/udf.h b/src/plugins/uniso/udf.h index fd7deada..9963fd1e 100644 --- a/src/plugins/uniso/udf.h +++ b/src/plugins/uniso/udf.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/udfiso.cpp b/src/plugins/uniso/udfiso.cpp index 704f07ab..cc45789c 100644 --- a/src/plugins/uniso/udfiso.cpp +++ b/src/plugins/uniso/udfiso.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/uniso/udfiso.h b/src/plugins/uniso/udfiso.h index a4044dc8..323d5ada 100644 --- a/src/plugins/uniso/udfiso.h +++ b/src/plugins/uniso/udfiso.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/uniso.cpp b/src/plugins/uniso/uniso.cpp index 6347c40c..d5cc4151 100644 --- a/src/plugins/uniso/uniso.cpp +++ b/src/plugins/uniso/uniso.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -153,7 +153,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnISO" /* do not translate! */, "iso;isz;nrg;bin;img;pdi;cdi;cif;ncd;c2d;dmg"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/uniso/uniso.h b/src/plugins/uniso/uniso.h index b5a8bb34..015de1b1 100644 --- a/src/plugins/uniso/uniso.h +++ b/src/plugins/uniso/uniso.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/uniso/uniso.rc2 b/src/plugins/uniso/uniso.rc2 index e17dd4b9..595aab03 100644 --- a/src/plugins/uniso/uniso.rc2 +++ b/src/plugins/uniso/uniso.rc2 @@ -1,4 +1,4 @@ -// +// // uniso.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -13,3 +13,4 @@ #include "versinfo.rc2" IDB_UNISO BITMAP "res\\uniso.bmp" + diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 8625be84..00000000 --- a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index f320e33f8fb2fd0b388a12543423578c378d742b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4824 zcmeI0`A<_p5Xa|FY5J4KSSdAxH1UU03RY<$@}R`LZZ1A8A=$pBl~Q}HngTS+}E1r;{M29y3ww+UB5|N1G{R6 zRN-?c=BO6gF@WMeFhx6HR$^AQUAIet zdDZc@4TPi=w}LL(&cayN?^U!tO2m#{{vAdI_R%f@qbg(Zp_MA53LMV!@{m*`4uc>=8-UqZ$`$8n!=nX&d8 zT9>xLy5B!!-e%_^oQ|k1ph7qg&|XMMJMOmlvOL^0k=V=9bNb2S0sic7$FV>f@DME^ z>PRddOM1yUbQ&DE(KxnlA3Y4f5nP4SqW&GN`oPUKDl<>x!Fe>Z=V+bK9)p{*E%Yd> zNb{8|I!$r*gJpAKK`><+)Z}+^PPCN^Z4-Gbnh4$Zp+Ed z(KgYQqU=R&Y>;>A9hBs}2V@`0qLqP;?3BFXJ25Q;MtSck8HV0F;dw4xAv02re&Vo% zGj!S9?_MfjftW%?nfe!KC2tVD%tTFl=}qO|L%Jv0Zuez)FZnlK2A=$TLT5Dte^ZKj z<+2&Feyw(aX`n&988S$!*H| V`QEa>x908X&xhXo*ZV@+egX8RA@BeI diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index b9d3649b..00000000 --- a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\uniso\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 06e0b48ed92f49c82e7f8855d557908ba63bc753..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4782 zcmeI0`)?9K5Xa|FA^fBCxN5aKL6@PMP~C*;+8os)JJz6h2u#tAn3b4SZQt!u zU|w~+?E)bw#jT)=wzn|W@AoR&0VQNdFaI8+0{du}8lx&>@u8I}qY50(^YWNfL*&{= z3({;Nt@bb37OT6LYav|BAiVWtnFJ@X&^FZSSGYZ5CRz3<*P%D;^^LU|WXayzDE74q z6olQff#s?4vj~40(QEx9v%Fo&E;H7C zL+jEuSoiw}%-ifdgwqkV1ylg%HMAE{(vG_wzAO(nO(gcR^qhY3cz{3qyKyX#20TOy zhzNahyWKW5%+Btg}wUSf>P>gM@SWocFf?+#=sV55`TKem<@qnc^<3%S-|NfoQ@7uY5AmPH;%>6j-|xixoyW)LrhCuGa92)l zkG6@f6lJe!V~e~~@1P{-JtF&17Of0)Was1+--&4fFv@$+$uRWZ2`+Qt3Yn2|^fQMg zoT1C+{`6A$3d9sD%GAF=D|v(HWhQFcOK&Rw9@0J0cDpabd&$4?GH^7ds8{xyAz4%_!c;d9vTww_tH{|kvGeT}{z4%M+RbJ-4FELjeQfB_O>~E@h O3;HvlH+^F7wEY4~of+By diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index e0ea0987..00000000 --- a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\uniso\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\uniso\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\uniso\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\uniso\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/uniso/vcxproj/salamander/Release_x64/plugins/uniso/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 9594d160fe4c01a1b70e74ed685397930c59434c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4302 zcmeI0Yj09P5QgWcobX9wq@^_t;ae?KiBgTlwlSL!JY2+b3s6CSy!yPm2TH|iFJcbH zZ1!??XLjedvoq)0*T}XkHnpdgOZqc=>_9F4P^Y8d7*p&8z)mg3CWNE%-1Llrd9e^7!#y~W{iR}@k3)X}c&FY*E zC&l*4F8Ch$HnI$>br0F2?}OcBS7&eNyVSa;re-tGmjka0W}ChGtT@JfPw{}U&g--0 zkVD^}JhC2pG=K<{IKDg3FoNbWwFQ)ehbq!>l#HkIkd-vj)kF%C=Lqg3v%p21^~ z@SN`!5HYZt6^1w-d8rQlXp(4rfJBDu8hOa7y-r4D`iva_<(Lz8o3;*gWQWL5x{>@V zEAou>-A5seYjoiLUTq@x|%rtUB*Ep#Ny3s&dAJz%X0>;UX=!f`U2!?Lr~UD{px zJbUGVmMz3U>y&1q!%d=Jw%J9px*cicW*^DUkaCwQKkykUPtfaqXpQUvd*->-583C` z>#%{&r|3Mg7kp2=_H*bs+~-RTJN(}^HlQk7+N0+DxBP)__vBVqus&LPsi0$=_-}c_ z;Nfm|JJuzasn>Q|v=rn2hS;6F$hv4c!rN8xn`hjbBG&D^CzJ2eOSNp-7x;moqkYyk z#|K~aVe%C3;V!(|o5;_94t|W2{{Fk3ew(`fWxS95+|KXLPx}3vc(?ob=c(!4(KFnX zlIy+gTvqb3SEcckxKr8CJm!5%^r5&}5$M>?i7UR~(;P60d(Vk5l=ZkpELJ`;yi99sh1Ezs2l|5wPSvgogdG9p7@KS63gPb>3_zgLG&FAb@;sa&qW#WSpIlS5$ W<XJ@{Di)_mprvA)w$#`y0{j5k|W4&xgwr9`Q){6F;PqZa_X_I81iivK^ z+BUKRZEP(dUEnRh{+_>r&FDW`9cazsmG!m_Svvtbgf>u2z-U6#uqS*ysA3>m)j3^G zYSgRTc-IiYohMZ*TIhL5FN@k(tl-5 zpOKxiHo-FDF+#gBbJ;*P+Ocig4ztqIM)JJibq?ACU{!F3P=^yvlGPlZou%#4?=t4u zD-X7Op#io|X(cw?B>v@_Jv6J^kw$6u(d-;8_h^a(U*Pf-yWWS_$R4q0o?HExea^fM zo7jAY%_Doof9$QF!^Yu0Us~7^|F-b~HTlvWE$9Cg4|KcZTY165@zPHPACn}0D-wnX zceC5^PD4vdpc2(l$Ik%>WcRL@+6ub0Nt$Oy9I1p^K4{UQ{ z@YNWmNbv#b!mGWB^8AyN`dKoBkam!%aE4 zKH4sHr6_w<8_&r*RShk2-gjgl%A1vePV9ob;wv%Dfup?lf(%1dk6Y%#6*41b + Introduction @@ -20,7 +20,8 @@

    Getting Started with UnLHA Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/unlha/lang/lang.rc2 b/src/plugins/unlha/lang/lang.rc2 index 94f50856..bf2e344d 100644 --- a/src/plugins/unlha/lang/lang.rc2 +++ b/src/plugins/unlha/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -36,3 +36,4 @@ STRINGTABLE IDS_METHOD, "Unknown compression method. The file cannot be unpacked." IDS_METHOD2, "unknown method skipped..." } + diff --git a/src/plugins/unlha/lha.cpp b/src/plugins/unlha/lha.cpp index 2d222ee6..da24bebe 100644 --- a/src/plugins/unlha/lha.cpp +++ b/src/plugins/unlha/lha.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins/unlha/lha.h b/src/plugins/unlha/lha.h index 7f0d893c..fe17dc95 100644 --- a/src/plugins/unlha/lha.h +++ b/src/plugins/unlha/lha.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unlha/precomp.cpp b/src/plugins/unlha/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/unlha/precomp.cpp +++ b/src/plugins/unlha/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/unlha/precomp.h b/src/plugins/unlha/precomp.h index bcf684bb..992fe92e 100644 --- a/src/plugins/unlha/precomp.h +++ b/src/plugins/unlha/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unlha/unlha.cpp b/src/plugins/unlha/unlha.cpp index accb34bd..f5af95c6 100644 --- a/src/plugins/unlha/unlha.cpp +++ b/src/plugins/unlha/unlha.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -82,7 +82,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnLHA" /* do not translate! */, "lzh;lha;lzs"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/unlha/unlha.h b/src/plugins/unlha/unlha.h index 2f794a9f..7c113e82 100644 --- a/src/plugins/unlha/unlha.h +++ b/src/plugins/unlha/unlha.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unlha/unlha.rc2 b/src/plugins/unlha/unlha.rc2 index 8426ccf7..9e596d90 100644 --- a/src/plugins/unlha/unlha.rc2 +++ b/src/plugins/unlha/unlha.rc2 @@ -1,4 +1,4 @@ -// +// // unlha.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 5c917182..00000000 --- a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unlha\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unlha\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unlha\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unlha\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index b7c97b390ce7eafb19633662d3d6328fac0d0f82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4824 zcmeI0Yi|-!5QgWc5I$*)Sc+)~i61DX6)m)}v@~XuO@*amxrK{Gf4us<=j;}G(_RfV zX0zwEbDueL=IqZODSKs2Q(LhNPY}0b`)o%xvdCKQYr}GJe`qh=XvaFP-=J-PU9$r# z+Xs7ND>ma@~(uAG$VWX}%sg$R2$k>+C{8JtVx=XSe9M^cwI1$q1ES0z_`zflWvnQ%Og#M#trJpwmno7hoa zk>#tGY?@;4DSD<(;uIF1FqR(%z^{@qR(S&UK_aSxiW!v_~cem@OZNHmO_rj z`oU+po9&LrvdgLS_Of`XNj4l3cgiAF zD#`WPHnEkm?0IXfQ+Mhfl+?WYR3ECMRe_G}gu3E8IV}K2b?*rkhVDDTSuI?pGE$9x z?68D0a@E}LZYp1am_bFA`WI*=cM#poL`}SOr}Fn9of93$eHrdc{*ISHCV!vMUdpW@DU_H^HrNYRdP^@-{qgGap0i5}h;lV; zVm5njJNKD0XU_iok+N6TFtruS@Pu(Yw$FBABWqdHeXUzA?vL%I8|_)g^;@)cumd}? zvVE{Owq`Tl4c_bpL=?m1Y~7M^V6|I8SD>3v%|mr=sl*v}>{2VolOS#Ip1X!Rvx~3avh0LdJboBwt8`^&P*F z^}uNY6o_-REXp?tQYd6opjrLSsrOxXe`@}&`I_w5CMMg@5H%47Vr>l zAR55R#=?-EBWJ;(8%<*G4zR-z9KluDE$ZLVs;{}ZMiu61BDjEM_8qNL+7ob7wv8R- z6!Bu-)B31j(T0Q@=`W1S~tA0(11=6t+`;FkDS19kup&*30m&EoqE zZ;m!cul$n-S~h3^EiSFtkE3b_=I-;yk13p{%dfxR{Hnn`trxr%_rkS;^%I8H{ta6Gx2`=@$seU-7_=X zR+5{uZDK2B*~`}0r0&!`D5-f5sXkOis{$R{8Fj^Xa#{$C>fSRd4BdCai(0r!WuzMY z)L{u{@J59{W*|zQ%mnj%?4KtjrbdC691R_T0t^or(!> z%UU+H0&QeXRywRV{ro$=3O1$xV0Bh&Hd&f)*?_rYRtMk)j4==maAJGJ(* zhn-@3Wfy!8eIHqd)w+l5@$Q4&gsQVQyt}lz=cZ;eFP8(a3uYTyeO4UfJ~QIac`AL@ z9D3;cok!M#Mg!=;iQ~Hi4JY$CL4V9DlKdz&kJ7Xz&&8C3hV&vu)}dOo5QoSv|ajL z-g#){ftD}CKx>y~V#7`1U%uHzvpOAVlx82z&d_p~ra15!E>E!QeRz%R0W|ZR>W9!d z^)_r^^C>ou>;>NwZ~YuL4(IvO!jAa2jSr~Fm-c8m|E+kS(>=MB7p#w$UMlz)C-Ga6 zFhsbUosM`- z<>dNkJJ*$>>{V?%CGS)8hGS&6kC{P)q34X5nkqJ~#r Xu^rYMH diff --git a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index d2593220..00000000 --- a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unlha\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unlha\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unlha\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unlha\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unlha/vcxproj/salamander/Release_x64/plugins/unlha/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 8eb8b7d2299e582270d3c8dfe50defc80923a943..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4260 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_z(LR-uRibYfl^7e7i$j2 zob2W7&dknjXJ@{Di)_mprvA)w$#`y0{j5k|W4&xgwr9`Q){6F;Pq-y}X_JIb#e}zI zZ5vsEHntW!UG`gk{XKsLo6&!?I=eNCSJvA$WbK6AA-Dl!0z?y>hCSiyffci(Rh`r2 zq=vn*DgPtiN0wo??jie(1F&0Ab@rCAN2_~oYBu+BIq-U5cAzz2$1xwUBL1AGGGNc4 zhk-wNY<*}nfexHF{=4unhUW>b4U|KMD%x>;8PDe-J89&rg%+gGG15tAg{3FFK*pfq zh1_i*8o+8*7?ODGwL0>%II;K;jf|igdC00AC$lnR#twjTtO>hAUk5s}Lv$$HNdJ{J zeMWZ5+62pp#|Z7l%w>Zi@H@6m+hJB(+DM)kyv~7pz+M&DA=u%BlVmlAXJ=`<^t+6C zXyt*HFEoJGDXqkYo5a6-vxjDNJJKl4KAN4QyVK z*u>^DY#!Mw{$p?b95xR3`O?CU__vJ@sL7Z1XgU9{c%a)I-^vRfj+cHa_?RT|TahqC zxSQRMhtkW;TRSaQY7qZM_?@E2L-BM(w5t*~&$%^4yxaLmrr4#IYSpu+#DQR=efBmd z249U~iWDD^F1*^CD9?Whe$JEr{=1%jpSu2KypR9fF77T)`u&@DxBK|#x#{0AGTfAt z>!a;LSBkP%weg(1Q`OKS=Y2=^p}bic=)^9_E4~ub95BjzFUT-d^|)m&Tp=@3R^IVg z!WsK)?pO87XCUTKQFi?aT8sKa^_i&YELB#aD$+aA^{1z+Y6>-97T)H38kNUp$u(m7 zKC(5@p6Z1xQmX12BrlxiQ?IAiKOt*#O~O!@*L+=GB?nLyUM2@9QKze~@m=~{+Uu-U OTZVg~YJXw*jQs$_hSS;r diff --git a/src/plugins/unlha/versinfo.rh2 b/src/plugins/unlha/versinfo.rh2 index bf42f842..bc4b5f0b 100644 --- a/src/plugins/unlha/versinfo.rh2 +++ b/src/plugins/unlha/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __UNLHA_VERSINFO_RH2 #define __UNLHA_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // vytahneme cisla verzi + buildu -#define VERSINFO_COPYRIGHT "Copyright © 1997-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 1997-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "UnLHA plugin for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __UNLHA_VERSINFO_RH2 diff --git a/src/plugins/unmime/decoder.cpp b/src/plugins/unmime/decoder.cpp index 29d0ddde..990cac9d 100644 --- a/src/plugins/unmime/decoder.cpp +++ b/src/plugins/unmime/decoder.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /****************************************************************************************\ diff --git a/src/plugins/unmime/decoder.h b/src/plugins/unmime/decoder.h index e1da32d6..1b55c994 100644 --- a/src/plugins/unmime/decoder.h +++ b/src/plugins/unmime/decoder.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unmime/help/hh/unmime/introduction_intro.htm b/src/plugins/unmime/help/hh/unmime/introduction_intro.htm index da836230..8d58321d 100644 --- a/src/plugins/unmime/help/hh/unmime/introduction_intro.htm +++ b/src/plugins/unmime/help/hh/unmime/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -22,7 +22,8 @@

    Getting Started with UnMIME Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/unmime/lang/lang.rc2 b/src/plugins/unmime/lang/lang.rc2 index f8509408..bc1c42f0 100644 --- a/src/plugins/unmime/lang/lang.rc2 +++ b/src/plugins/unmime/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -30,3 +30,4 @@ STRINGTABLE IDS_RESOURCE_FORK_LOST, "Warning: this file contains a Mac resource fork.\nThis fork will not be unpacked." IDS_DONT_SHOW_AGAIN, "&Don't show this again" } + diff --git a/src/plugins/unmime/parser.cpp b/src/plugins/unmime/parser.cpp index 90a4c449..0b525266 100644 --- a/src/plugins/unmime/parser.cpp +++ b/src/plugins/unmime/parser.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /****************************************************************************************\ @@ -1488,7 +1488,7 @@ BOOL ParseMailFile(LPCTSTR pszFileName, CParserOutput* pOutput, BOOL bAppendChar p = strrchr(cDisp, '/'); p = max(p, p2); if (p && p[1]) - { // Do not take empty fname from from e.g. http://www.altap.cz/ + { // Do not take empty fname from from e.g. http://www.taskscape.com/ iNameOrigin = 3; bNextBlockIsAttachment = TRUE; strcpy(cFileName, p + 1); diff --git a/src/plugins/unmime/parser.h b/src/plugins/unmime/parser.h index 670fe053..74aa5e43 100644 --- a/src/plugins/unmime/parser.h +++ b/src/plugins/unmime/parser.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unmime/precomp.cpp b/src/plugins/unmime/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/unmime/precomp.cpp +++ b/src/plugins/unmime/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/unmime/precomp.h b/src/plugins/unmime/precomp.h index db16a6f5..ef574810 100644 --- a/src/plugins/unmime/precomp.h +++ b/src/plugins/unmime/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unmime/unmime.cpp b/src/plugins/unmime/unmime.cpp index 9af703e1..ad7b6e4b 100644 --- a/src/plugins/unmime/unmime.cpp +++ b/src/plugins/unmime/unmime.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -107,7 +107,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnMIME" /* neprekladat! */, "eml;b64;uue;xxe;hqx;ntx;cnm"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/unmime/unmime.h b/src/plugins/unmime/unmime.h index 94b8a670..89c3fa42 100644 --- a/src/plugins/unmime/unmime.h +++ b/src/plugins/unmime/unmime.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unmime/unmime.rc2 b/src/plugins/unmime/unmime.rc2 index 428e4f9f..8a71cc8f 100644 --- a/src/plugins/unmime/unmime.rc2 +++ b/src/plugins/unmime/unmime.rc2 @@ -1,4 +1,4 @@ -// +// // unmime.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index f8465f02..00000000 --- a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unmime\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unmime\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unmime\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unmime\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index b0740c83b1e8ec7c42dd5468857a50428d3e7a14..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4834 zcmeI0Yi|-!5QgWckbcq_u@ut~5WpfP#fMgEjH+-r&&z#M4UuaX zEl9J8wA#O9TdeL}tc7qfgYedqWfGjkLfcSlEO2|kOtMsXeudt&mzUONkR^L#quAG~ zP!RTs4J^+qKa23E5xv$wFw5IHt@pyv#&hc@)(2ysuYGVm#t4WeIFUW$>EOF#zGzkS z+Uyh|%Y^yBwJBTU>#>9E()Yk_K{Y_S7OO4R#7&4VORfOC4w$FV>hUFD+_NsTE>HnJ z)^j@!-Mq=V=OAz}5tRF2_2FX-v^=9iAHaq9d(D?s;-`hw(%%rNq@z4u;Lra~91o-g z4{-uS1gzu`h9n(2Ee_mh99y`LCI;XLuF8o~|CUyL-OV*BGhf4t^XO*J(K@9)1~-M4 z+Rif4ewFc}R#TimdC+4*T(H z2K%RZv$R=y#h@I}(m~|BLcZfI`Iz{Zhj!4c&c-TAQ^0;xwA|sGF#)1U9e+nvYz=caqh$Z%6m zu8+2ft`ub#wXsFssahz>c@M}wltn889oZRq#W!MF0F0`cGcpX-Ji$dSTqQG7j(+N} zgfn#6-0!QEFThNpqg?$n)RHQ3Eg04U}rMd;x^*O2~c5FcL0GN^;GAlEy+n(E{ z$h_`&+XX^Wid#XKta@v#-|tnjeV&jVz5G>1MfTAy4Mugw;zKKSMm0E`=j9=(hRC&t z7Npr!TJ2x9ZB}i}GjF$SUqPGrw`y7+F)7p;n3 zhn*s1nJ^!^He+jiJ#mmd`aalgs0K*aX0^?lxC!xP$rXUt1@jDAeZB;Y`_^OD11iAB z`fkUOo3~i^90U#~g7N^Y0er+j%QLF<0bGc`*L+zfe%eSa{f&@HIx64={`~JI@jzPe z5T`&yz)B8bNYath;?Rxa#KHqKF$70&HBOBBx3uaTZmv;<`5InaKsWo2)*0;yxEZw6 zah8$xYm67Qn&JG(gC>sS3_6Y(%Mt_NH;5V=JOO7RHDgbp zxy6}&3Z162VGEmIVDpTS$kQm6cG)F_?@E2WARic+BJxq$DEoSygP7_OtDM%)x2j@eJ9`!7`7go0zt@-Fr>?&l@8dtWi@WJgf4>v&b{-#|o8BEG!%aE4 zKH8?bQj}fP#x{AUYN0geJtX^37Of0)Z0F<^--u}eFsf$G$uLy&1edvRjm$_n`kBKL z&d6nRf38-(05gS-a`n$pOY0ETXQHRwR9X3|NH;~t?Y|sVldtu%@HFL7uM9Rzt{>C( zkg0{j}9bG0GQ%*&R&vYNM{ MKMAVtQ;V465EEEhOeTTFtQIJRlVm4{&^{7bOYuc-=et7lw-@O(HqCD7m zHD_UQXiC#>r1Eq#~T^4v6S>d)n%>q6OKtv(RPxNkkadf+<0 zP9La45`Dk-&_mi_1YVrSj@cuHK82$U>_clHA4e&9PIrJ5ld}X#NTx&1C%IMU*6;$^ z1u4%?ehNkmu4YA{GY`FF2Y!_0T2GP5fK?-p*|39rv`b&IZLl13qVCYPz>aJOiAq1x z!5-tQ5{>MLxe?kCj}h|C7)uK&_-nRGU1L@G;7L zc*6Y%KJIq6V^MOMcx@L&OELa$fZfT9EQ+Unyj=sodBUx!VcpJqGWjmORhKP$j2{R( z+5)ybKKQB+lc)H=>B7ssjOY1(g1`T+7vH9Cei!Hvz>nbCf@Hp{&{YC_w)?6 z<>Y2>JCl{X>{V$zC+<{6G>duP5q&6bRs=e-bK;7x_%sKO;@)#23}rrU9t-ag87V67 zcq-8heKhy$oaHk(Q`S*@{fX6PIf$|}t*70TUxnOAFU6VPzi7Er$oihqubnt#?@gb*H;59HtM3ve)XC=6 YHYpcYS@cZovTno8(LaHo+eOKK0Fs~HF8}}l diff --git a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 4d65a5c4..00000000 --- a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unmime\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unmime\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unmime\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unmime\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unmime/vcxproj/salamander/Release_x64/plugins/unmime/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index ad7d809675a3b8cc1ed7a052c5419e6dd4cc8054..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4270 zcmeH~ZBG+H5Xa}ET>465EEEiBc!#toQP9{5#B9>k>$O(eUeg}7`r*~zfA@}u5R?ar zhcTCZxSg5ZdD_{TAKxQevDnlfS}h-s?5UqM=sT?M+P-brvrB6Yd(9`>roFUzzR#YC zZpHdGwN2X05+Fn1iC_P~-=;0-KUo)O$Fg(leM?zu0ZpL|6mu|o(8TtHZv<5aM5{Vy z$Vsuiu@nBMzK^T|wCgd)j1#C6c6IiSaYXBSZaTK~ayjTmP!8B@0>m+&*qFaDxX$l0 z0qW4i#GgI$kRBL;7w55K&Pbt8;V1*UWo`81_$r>$9U$f8EI|{}=?wX#x6M;;c!BPM zmJ7-IV8q~RRTPqW<~2L@vn;oIicY5N8hOmNz0GI4j1}7k%dsZv0eu(j$ac`E>?0fO zF~6wM$PQSWV;%7rq2G+TtdN4gW~;O{X3bM8$@_xmIcT?mwZToH4kxto)f(PirLEJi zGuGLw4z~Ou23w~jxfLH0|MJcen$-;{qcmG+c8QipG{u6iaCv}T@4{2 zhu(%gY`(zek-g$S^VY9n<8Y(TEbNGZtN4JLd})JL^Z$wo^2Y2&UT}ZBj7!1CJdfcC z_anr(>)np~(#yhIyDV0UiGNf4PEq8(c-kl0wTYWY+?od7?R+Ft?9y9x-m_1L1HndH zz#dKvz8J$4DLx`yc)1^^S&qhP~NNzbZ*Dw72k+y4jkpZ$7C3)eB5a+yhmoFtbE|9 zL^Jc*+^=hvFW@ZMNBQ+VXQwUJ(mp+CQDwNt45s&KdD)2LjwO1_cN zkCCp2230dukyEwTB!A^JKk>Rs{t;<=mt+hTddFAjZ88DXSetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/unole/unole2.h b/src/plugins/unole/unole2.h index 9620455b..4b22a153 100644 --- a/src/plugins/unole/unole2.h +++ b/src/plugins/unole/unole2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unole/unole2.rc2 b/src/plugins/unole/unole2.rc2 index da19b515..89fa0b74 100644 --- a/src/plugins/unole/unole2.rc2 +++ b/src/plugins/unole/unole2.rc2 @@ -1,4 +1,4 @@ -// +// // unole2.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -11,3 +11,4 @@ #include "versinfo.rh2" #include "versinfo.rc2" + diff --git a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 6d635d83..00000000 --- a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unole\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unole\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unole\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unole\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index fd07ae043182e47314b3141f65cd072f2187c1b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4824 zcmeI0Yi|-!5QgWc5I$*)Sc+)~i61DX6)m)}v@~XuO@*amxrK{Gf4us<=j;}G(_RfV zX0zwEbDueL=IqZODSKs2Q(LhNPY}0b`)o%xvdCKQYr}GJe`qh=XvaFP-=J-PU9$r# z+Xs7ND>ma@~(uAG$VWX}%sg$R2$k>+C{8JtVx=XSe9M^cwI1$q1ES0z_<^8K?X!v-|-t+ zk9i9i&p%+^f%6E+F>f2F0LklEFW^Z#={EVYJkmsHEZdFHN%koa0e!ByEU>fh0-ue-TM73OIoxPWDL9j#;9BXCo;i5+EY zS-yJ7rYZKGqG#$PPGR8*WBFkK{3;n^l_y{yB$6xUe7ptVmiSf&R{r!H_TtqnzR&RH zXmj++KY5^KgC@}862*ReO7bf{yI5BHVi~n5V%Zs1?(*s!`i7JT`1L-rrtBFs^X%v6 z&}ldyw($8WK2O?Q;lp_CvP6IYc`1Pz-2P!E}d43kv%03cpnv? zR1Q9$!;~pLp`AakpQ1khHMm$S{rz)&`D5z(lkqF&= z$@SSbv6Zsyd26gwcj_LL)V%vtAF85NfsXBjy5c)IEdWM!?+F!#?mNL*EnKBCQjLD> zu!J*m)!grHDqn$^K}D7N7icAS5Z%l~O}uoc^7kQ~6CKBW8SYE|j+a3uf1l7^%^=^5 zN4;v<4E4BHd%(1?pzaJAG}Y~^AD?m>Po1rze@5TdB`y7*j*t^we*?eQj7S?vL%I8|_)w^;@(JuxoZ? zW&2=nY|Uo88@$;Ih%ko9*}5g;n$>RwU4d>wH4oLb1*#=D)}eR+Ovw(Jm6_FS&v7X- zuQ}OvfRL7wR?sEey))MDd6jIRCxoNdf0t1aKH^emRAVeTv{GYKMZ!f{9+PT_UVB(U zmQA!3|FUhex^uA>BE=lSdrzK8a1sw~L9KB~+Cyg2WtZnF^oG5@wl;?>+gqE&u~vnG zusb%g0P=!Om%Y6owWptaoe(#sOc4;ChS+5G`<;_JXHJ>_&Xis_1p$ z)I^sl^O0*)mgeh;gY44}z-~h|K)W`pZPp}BNGwaQ0K6WUr_dVkC15;&zaRr5Y~c8f zt4hiSmz1Y2Z`j0IUjEUxFx>Tft5c!hl6-Ei|;eM zIoce(@=qRU*`NuuxU^$Gu9EzU&mNZ5zF0O7kM0x&PbW)%DdbqJ zAAFX(-R^iQyPP|3FN>F&WWy10r!4YRGS$d-b@JvhyJm~%4qPTv?$T+s7}-7)9Hvb13GMuOy^8w$*WhZc^zYC0<&UYGPsWGD&)xEF!s+j4;{EpH<4e=OXJ)vq zBsXW<#8%3(m#wi$-Kl#}Qu7{CeW;371v;@a>Wc5=v;Y{@y=PPyy6*%RwQ!ZnNHzMY z!xGNeRdav3seA=u1{GE6U!axTL3A?{HSyA&%HM}{PIMjjWw@J59{W*|zQ%mnj%?4KtjrbdC68!J_T0wFIu#S$ zmbGkX1=`4(Ksvyie*PU_1)I`;usYD1O_t_cHel`;=m6S4F$SXnO>B>Nx=>AkXjc1l z*eSMGcER`1_mO3Q);(sAcOU8|t2%qbyGyHkZfZ93ayjU_P_|jC55zIts~sov{P39CM;>)7Qa{><}GFrtL5)Eo>yu3ts1-Jpfh(S5^%>94E6mJUdI{m15%G5WiCtSr<=7M7t_+^Ndqd#Jio3WQtw7sg^zaf;bRtv=3}^ zV(`@%rbzJ~>B6nOiSqoH;Kw}a@89d`_o?e|#{2ls?c(lyr{CX+cRP=No}1nsBg0KO zxjx#?b)_hKRU1#qJ5>$MbKbXPAIh7RfsXB*yy6Qn&4Hu5_nZtvRgYWb!WA+jW#w&8 zC7O}X=6+SLd;(*}D$1@uvevx*P<^J=w3jNYP!;K(==j~!RW*g0FAH~}me8rq!s(1h zZ)LSvG7ru6z-gdMRS#KYRt?rq?mLYyyw;lkpyZ7ec|*-!^EG>w{6H0Ynf#zc4X?h& WbLo$1ufdir8_taW1pM49GWH#m4%{aI diff --git a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 16ad4046..00000000 --- a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unole\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unole\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unole\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unole\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unole/vcxproj/salamander/Release_x64/plugins/unole/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 1902ec0b02e6babc5d116e27042555a5074bdbef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4260 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_z(LR-uRibYfl^7e7i$j2 zob2W7%XJ@{Di)_mprvA)w$#`y0{j5k|W4&xgwr9`Q){6F;PqZa_X_I81iivK^ z+BUKRZEP(dUEnRh{+_>r&FDW`9cazsmG!m_Svvtbgf>u2z-U6#uqS*ysA3>m)j3^G zYSgRTc7=v5(i2`FW6RVOCn&NS+tG&Ov(stO~BI8csM#R&#iEmbOd3%a~`c zJlOJu2G}~KmDq5T_?K_?(5!Ap8l~AsvvaiEqbUx2fy-0udLLdRd&Hi3ZuMjKIrBDb zV)Gd`kL(ryvA2E>8;ARRX<1F1vofa!Kh<_vePEq8ccse55Rf(JD+?pcZ?R+Ft?9xlM>e*A`K(Nt1u+53V zS7VqW#RsGdul6R&^Iw9W^Q6E3uBYFpu74Tt<3G2HyNi>4|0dq;KK^-b`ge>BH|6B| zXuHsrqU=>|JSXo|HMGci-;sSNZ&n66u?zBwuf#M5j`H3MG7MEcZkY>L$c&VgcRZD7 z#y*?-RlV{Vj5)g~yZ*#pi~2+LnRe4zs;oj)q<5n0Pfu6X6l%UKyv_MEDv!;QYsB<@ zWNV^5)eBjqRMj;|UO3ICUQexmLe}P*grP34`MSJH4xlQ$Ob$?@PFG*!yY#uV*IBE! N4EI9S{=)JZ`vF^o)DZvx diff --git a/src/plugins/unole/versinfo.rh2 b/src/plugins/unole/versinfo.rh2 index e4ccf25a..1f7cf0c3 100644 --- a/src/plugins/unole/versinfo.rh2 +++ b/src/plugins/unole/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __UNOLE_VERSINFO_RH2 #define __UNOLE_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // pull version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 2005-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 2005-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "UnOLE plugin for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __UNOLE_VERSINFO_RH2 diff --git a/src/plugins/unrar/dialogs.cpp b/src/plugins/unrar/dialogs.cpp index 334bde45..ba87f43e 100644 --- a/src/plugins/unrar/dialogs.cpp +++ b/src/plugins/unrar/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/unrar/dialogs.h b/src/plugins/unrar/dialogs.h index 9cab9281..33cea3a8 100644 --- a/src/plugins/unrar/dialogs.h +++ b/src/plugins/unrar/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unrar/help/hh/unrar/introduction_intro.htm b/src/plugins/unrar/help/hh/unrar/introduction_intro.htm index b7790595..8f15a5ab 100644 --- a/src/plugins/unrar/help/hh/unrar/introduction_intro.htm +++ b/src/plugins/unrar/help/hh/unrar/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -19,7 +19,8 @@

    Getting Started with UnRAR Plugin

    for a description of basic work with plugin archiver.

    - + + diff --git a/src/plugins/unrar/lang/lang.rc2 b/src/plugins/unrar/lang/lang.rc2 index 9cd5a461..e414755a 100644 --- a/src/plugins/unrar/lang/lang.rc2 +++ b/src/plugins/unrar/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -52,3 +52,4 @@ STRINGTABLE IDS_LISTINFO_PAKEDSIZE "Packed" IDS_LISTINFO_PAKEDSIZE_DESC "Packed size of file" } + diff --git a/src/plugins/unrar/precomp.cpp b/src/plugins/unrar/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/unrar/precomp.cpp +++ b/src/plugins/unrar/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/unrar/precomp.h b/src/plugins/unrar/precomp.h index 6f06e43b..abb1d234 100644 --- a/src/plugins/unrar/precomp.h +++ b/src/plugins/unrar/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unrar/unrar.cpp b/src/plugins/unrar/unrar.cpp index 0aaf0c24..43301091 100644 --- a/src/plugins/unrar/unrar.cpp +++ b/src/plugins/unrar/unrar.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -113,7 +113,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "UnRAR" /* neprekladat! */, "rar"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/unrar/unrar.h b/src/plugins/unrar/unrar.h index ff2121ec..b9f92f90 100644 --- a/src/plugins/unrar/unrar.h +++ b/src/plugins/unrar/unrar.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unrar/unrar.rc2 b/src/plugins/unrar/unrar.rc2 index a8bf5c66..3d0f0759 100644 --- a/src/plugins/unrar/unrar.rc2 +++ b/src/plugins/unrar/unrar.rc2 @@ -1,4 +1,4 @@ -// +// // unrar.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -13,3 +13,4 @@ #include "versinfo.rc2" IDI_LOCK ICON "lock.ico" + diff --git a/src/plugins/unrar/unrardll.h b/src/plugins/unrar/unrardll.h index d077d765..968328d5 100644 --- a/src/plugins/unrar/unrardll.h +++ b/src/plugins/unrar/unrardll.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index cc6b04c2..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 014c6ca51914d800fce25eb75e51ca9a80a64afb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4866 zcmeI0YflqF6o$`F+4PgfSSdAxH1R_z1*^0WDU_H^HrNYRdP^@*{qgGa&UD*y6UxOD zVt|qZtZM2DmZXJ~eqdki*!ott8fz^Z*(vkEEs(-fv9yD#*pa<< zqg`vd_a=P>Iwd=_ynV8Fwqj$RHJ;QIBAURYZPns&$;x+vE`T@2x(?QrIjlJ-mch6W zOwJCN<(ZXi*HOtbFFD?}fsh>HR?s=yS$Nm=v~spbi=gP`-(i%6j;NFwl^BZ;t&|uQ z;c%Xp$HW>T*DhL+W@BkZKW`hXZco=DxR^nB>&Y_lp4dX0V5?l<_JEmW*`ZyAUbDAX z)@G1-dyl7iuPlN=yBpTC439jria!l_YyC5`jGfbae~oN7x8ATWJNEh7Wv|~c0HVg8 zs=cDM@aiF7v?_c}C{>YV#JuPFz!H2tc93n}9d_5j8X{et)jDh9Cc>8`SI9oa%L%wT zdsy;WHDEmbka-izeK;NPG=K`>yo~ljTEcO+#h2ybrjEqYT_2gG zpUgD&w~@?iGnTdiL={-AYKP?PI}P^SXgINM7d`aAD!3xiqW1@Sy~}Q{QGs~^56+;O zJ%{Ur{+PXiZJ|e5MVc>O(P=>J$$LhQ;{Xj08Osh`;8)2QtF(|fh&h+fd4CJpo8wy< z*e*0Yh5gBD3fm`n()4NG%0KHs%L}T`Bjh*Uj?amI`DY8wDlV2$nk@DkqvaNlV(dFy z9%9#r@EX_)aIO>2FTqoBHmqUub8H^iN9IFk{S-F#F+HQPo+5DZU_`Kd+yoJpU!QTr2(kbA9=J>gJR2A^x*i-i;~UekR^8 z9v`2Z_B}JhT{*cq+s3+5mc6Kr4eCzagW{U^fa*h4v?|a6H}jGGAg6`EsO~+b!q9yu zoYulcDkIhCCvKPa^j$Ugr<=+d5M!{YQvU|7_zt3*nXrkL?o|Fhq;sO_s4v5P$=~sk z@Z|3kiq$0ijcIzTmQ7OiYqbqb4GrqfkVI15zB-drPUDf&RsEllw{}HJ|EDA3MAzSd gyt}a%s0H%O)kn0M?=Aa%Yu=tdK6Kx|-WL+~8)Aeg%>V!Z diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 70880592..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unrar\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index c55e004c64f58716967f94998d92d591b363488c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4824 zcmeI0YfoB15QgWc5I(hON<|uDNcsU0Ev=xbM={MwPAnHo@Kr&-`N>{{Y=;!tD455rD)+~9N1SowZ7G@#$L-tcFuZm2c+;+EaRXmc4DvH zY~PyhyUkdEPT7vFV4v)rt=X8qK~GO1q6tjK)-9fwEw~qS5xg(LFa96;ZuL6mA3<01Vu0Z9Yh#F_A z_KMcRtB3reUEym&sfsKk);%{SEXl8@4zkU+!|6I$L!_&-TW3$)MEJ7g3OT3yat5vr zzl6*?!0R@Jcv#2L>sy;MHDEmbkaZKveK;M^8$g9{9-zIDmUP_h@XPXWQ%7Ryu8&O8 zPj-6ucah9%GnTdiL={-=>V)L%I}P^SY&fxQ7d`aAD!3B2Mc)sM`UY;TS&?-T56+^Q z1BdI3@szU(+d+@AiZoxkq0FXY>3P z0NaIzr*JsgO=J5MJ;RvctN61Cw7j6|JVJis?YK((%RgIaR`+5VrO9ExF?7-;vwj*I`#U|eaL8M>h7YLAmp15Ww^k(3 z4IeJ#1<%Jzdnx#s&omaf9nYngOK0t6u~L<2*u(D>MV^bNGSMy|Zk}*!w(;)JMKZ-M zy;k#{Jt7Wx8|79i249U~iWFav&cD~ID9?WhuIEbs{#{>wpSt~Je2o7r7I$MxcfW}b zyN^%LP5Xh7;l7;Q9&KY?Dau~e#uj;}>YzC1JtF&17Of0)KxIC%AH=i}80Ed^WEiS< z!f7sCA~RBse&$Z;Oy6a5f2&k3fEa^Cnffa^7mA$6O^M{OWB&wk^RS79%Q@z!hyla||oObFfEMe`2T>jsTh*w(`f5BDdMc(@Y YYmE_Y=3mQRQ_Wk@-vQP1vAvV_8<)o*w*UYD diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index a2ff2e3a..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index d47df23d8a9b639c60c92943642590653022bba7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4302 zcmeI0ZEq4m5Xa}ETzI81($boS@U9lBM5)GN+n7xV9uH!93Q$2my!!j^9+ZmJK8QJt zx$NHF?#%2w?d;5b`x@Dn#ist$a>@J59{W*|zQ%mnj%?4KtjrbdC691R_T0t^or(!> z%UU+H0&QeXRywRV{ro$=3O1$xV0Bh&Hd&f)*?_rYRtMk)j4==maAJGJ(* zhn-@3Wfy!8eIHqd)w+l5@$Q4&gsQVQyt}lz=cZ;eFP8(a3uYTyeO4UfKJensc`AL@ z9D3;cok!M#Mg!=;iQ~Hi4JY$CL4V9DlKdz&kJ7Xz&&8C3hV&vu)}dOo5QoSv|ajL z-g#){ftD}CKx>y~V#7`1U%uHzvpOAVlx82z&d_p~rjzy=E>E!QeRz%R0W|ZR>W9!d z^)_r^^C>ou>;>NwZ~YuL4(IvO!jAa2jSr~Fm-c8m|E+kS(>=MB7p#w$UMlz)C-Ga6 zFhsbUosM`- z<>dNkJJ*$>>{V?%CGS)8hGS&6kC{P)q34X5nkqJ~#r XuP=nk+ diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 13a15d29..00000000 --- a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\unrar\\lang\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/unrar/vcxproj/salamander/Release_x64/plugins/unrar/lang/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 73b85379401403b0a0b8b46d48af47e8245d989f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4260 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_z(LR-uRibYfl^7e7i$j2 zob2W7&dknjXJ@{Di)_mprvA)w$#`y0{j5k|W4&xgwr9`Q){6F;Pq-y}X_JIb#e}zI zZ5vsEHntW!UG`gk{XKsLo6&!?I=eNCSJvA$WbK6AA-Dl!0z?y>hCSiyffci(Rh`r2 zq=vn*DgPtiN0wo??jie(1F&0Ab@rCAN2_~oYBu+BIq-U5cAzz2$1xuOFYcVDGGNc4 zhk-wNY<*}nfexHF{=4unhUW>b4U|KMD%x>;8PDe-J89&rg%+gGG15tAg{3FFK*pfq zh1_i*8o+8*7?ODGwL0>%II;K;jf|igdC00AC$lnR#twjTtO>hAUk5s}Lv$$HNdJ{J zeMWZ5+62pp#|Z7l%w>Zi@H@6m+hJB(+DM)kyv~7pz+M&DA=u%BlVmlAXJ=`<^t+6C zXyt*HFEoJGDXqkYo5a6-vxjDNJJKl4KAN4QyVK z*u>^DY#!Mw{$p?b95xR3`O?CU__vJ@sL7Z1XgU9{c%a)I-^vRfj+cHa_?RT|TahqC zxSQRMhtkW;TRSaQY7qZM_?@E2L-BM(w5t*~&$%^4yxaLmrr4#IYSpu+#DQR=efBmd z249U~iWDD^F1*^CD9?Whe$JEr{=1%jpSu2KypR9fF77T)`u&@DxBK|#x#{0AGTfAt z>!a;LSBkP%weg(1Q`OKS=Y2=^p}bic=)^9_E4~ub95BjzFUT-d^|)m&Tp=@3R^IVg z!WsK)?pO87XCUTKQFi?aT8sKa^_i&YELB#aD$+aA^{1z+Y6>-97T)H38kNUp$u(m7 zKC(5@p6Z1xQmX12BrlxiQ?IAiKOt*#O~O!@*L+=GB?nLyUM2@9QKze~@m=~{+Uu-U OTZVg~YJXw*jQs! + Administration Tasks @@ -17,7 +17,7 @@

    Administration Tasks

    WinSCP allows system administrators to restrict or enforce certain functionality of the application.

    - +https://forum.altap.cz

    Configuring the Restrictions

    @@ -45,8 +45,8 @@

    Configuring the Restrictions

    "ForceBanners"=dword:00000001

    - - +https://forum.altap.cz +https://forum.altap.cz

    Unmodifiable Stored Session

    @@ -60,3 +60,4 @@

    Unmodifiable Stored Session

    + diff --git a/src/plugins/winscp/help/hh/winscp/directory_cache.htm b/src/plugins/winscp/help/hh/winscp/directory_cache.htm index 6dee9d16..16a5f001 100644 --- a/src/plugins/winscp/help/hh/winscp/directory_cache.htm +++ b/src/plugins/winscp/help/hh/winscp/directory_cache.htm @@ -1,4 +1,4 @@ - + Directory Caching @@ -56,3 +56,4 @@

    Directory Caching

    + diff --git a/src/plugins/winscp/help/hh/winscp/file_mask.htm b/src/plugins/winscp/help/hh/winscp/file_mask.htm index 5d679b4f..70b0a878 100644 --- a/src/plugins/winscp/help/hh/winscp/file_mask.htm +++ b/src/plugins/winscp/help/hh/winscp/file_mask.htm @@ -1,4 +1,4 @@ - + Masks @@ -152,3 +152,4 @@

    Combining masks and exclude mask

    + diff --git a/src/plugins/winscp/help/hh/winscp/interoperability.htm b/src/plugins/winscp/help/hh/winscp/interoperability.htm index baea1de7..da293168 100644 --- a/src/plugins/winscp/help/hh/winscp/interoperability.htm +++ b/src/plugins/winscp/help/hh/winscp/interoperability.htm @@ -1,4 +1,4 @@ - + Interoperability @@ -143,3 +143,4 @@

    Interoperability

    + diff --git a/src/plugins/winscp/help/hh/winscp/introduction_intro.htm b/src/plugins/winscp/help/hh/winscp/introduction_intro.htm index c7720971..71acb66e 100644 --- a/src/plugins/winscp/help/hh/winscp/introduction_intro.htm +++ b/src/plugins/winscp/help/hh/winscp/introduction_intro.htm @@ -1,4 +1,4 @@ - + Getting Started with WinSCP Plugin @@ -44,3 +44,4 @@

    Most significant features:

    + diff --git a/src/plugins/winscp/help/hh/winscp/once_done.htm b/src/plugins/winscp/help/hh/winscp/once_done.htm index b2c5087e..603de3e0 100644 --- a/src/plugins/winscp/help/hh/winscp/once_done.htm +++ b/src/plugins/winscp/help/hh/winscp/once_done.htm @@ -1,4 +1,4 @@ - + Finalizing Operation @@ -41,3 +41,4 @@

    Finalizing Operation

    + diff --git a/src/plugins/winscp/help/hh/winscp/operation_mask.htm b/src/plugins/winscp/help/hh/winscp/operation_mask.htm index 69626d71..2a5ce96b 100644 --- a/src/plugins/winscp/help/hh/winscp/operation_mask.htm +++ b/src/plugins/winscp/help/hh/winscp/operation_mask.htm @@ -1,4 +1,4 @@ - + Operation Mask @@ -84,3 +84,4 @@

    Operation Mask

    + diff --git a/src/plugins/winscp/help/hh/winscp/protocols.htm b/src/plugins/winscp/help/hh/winscp/protocols.htm index 92385f0a..c32fa459 100644 --- a/src/plugins/winscp/help/hh/winscp/protocols.htm +++ b/src/plugins/winscp/help/hh/winscp/protocols.htm @@ -1,4 +1,4 @@ - + Supported Transfer Protocols @@ -28,8 +28,8 @@

    Supported Transfer Protocols

    Login dialog.

    - - +https://forum.altap.cz +https://forum.altap.cz

    SFTP (SSH File Transfer Protocol)

    @@ -53,8 +53,8 @@

    SFTP (SSH File Transfer Protocol)

    (although some implementations may still require that).

    - - +https://forum.altap.cz +https://forum.altap.cz

    SCP (Secure Copy Protocol)

    @@ -75,7 +75,7 @@

    SCP (Secure Copy Protocol)

    OpenSSH for Windows, for example.

    - +https://forum.altap.cz

    Protocol Comparison

    @@ -198,3 +198,4 @@

    Protocol Comparison

    + diff --git a/src/plugins/winscp/help/hh/winscp/public_key.htm b/src/plugins/winscp/help/hh/winscp/public_key.htm index 27bd3a5c..ea5e61a0 100644 --- a/src/plugins/winscp/help/hh/winscp/public_key.htm +++ b/src/plugins/winscp/help/hh/winscp/public_key.htm @@ -1,4 +1,4 @@ - + Using Public Keys for Authentication @@ -13,7 +13,7 @@

    Using Public Keys for Authentication

    - +https://forum.altap.cz

    Introduction

    @@ -71,8 +71,8 @@

    Introduction

    Signature Standard. (see note 1)

    - - +https://forum.altap.cz +https://forum.altap.cz

    Generating Keys

    @@ -80,8 +80,8 @@

    Generating Keys

    PuTTYgen application.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Private Keys

    @@ -101,7 +101,7 @@

    Private Keys

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -110,3 +110,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/remote_command.htm b/src/plugins/winscp/help/hh/winscp/remote_command.htm index a5113d35..44edebab 100644 --- a/src/plugins/winscp/help/hh/winscp/remote_command.htm +++ b/src/plugins/winscp/help/hh/winscp/remote_command.htm @@ -1,4 +1,4 @@ - + Remote Commands @@ -26,14 +26,14 @@

    Remote Commands

    separate shell session, which in fact takes place automatically for you.

    - +https://forum.altap.cz

    How to Enter the Remote Command

    You can enter the command on the Open Salamander command line, while the WinSCP panel is the active one.

    - +https://forum.altap.cz

    Technical Background of Terminal Limitations

    @@ -76,3 +76,4 @@

    Technical Background of Terminal Limitations

    + diff --git a/src/plugins/winscp/help/hh/winscp/requirements.htm b/src/plugins/winscp/help/hh/winscp/requirements.htm index f26e6b7e..d8a4ed75 100644 --- a/src/plugins/winscp/help/hh/winscp/requirements.htm +++ b/src/plugins/winscp/help/hh/winscp/requirements.htm @@ -1,4 +1,4 @@ - + WinSCP Technical Requirements @@ -14,7 +14,7 @@

    WinSCP Technical Requirements

    - +https://forum.altap.cz

    Server Requirements

    @@ -35,8 +35,8 @@

    Server Requirements

    include TIS, Cryptocard, Keyboard-interactive, and Kerberos.

    - - +https://forum.altap.cz +https://forum.altap.cz

    SFTP Requirements

    @@ -51,8 +51,8 @@

    SFTP Requirements

    SSH-1, which does not support subsystems.

    - - +https://forum.altap.cz +https://forum.altap.cz

    SCP Requirements

    @@ -103,7 +103,7 @@

    SCP Requirements

    If the detection causes you problems, you can disable it.

    - +https://forum.altap.cz

    Using WinSCP with Restricted Shell Environments

    @@ -115,7 +115,7 @@

    Using WinSCP with Restricted Shell Environments

    SFTP.

    - +https://forum.altap.cz

    Effect of Remote User Environment on WinSCP Sessions

    @@ -147,3 +147,4 @@

    Effect of Remote User Environment on WinSCP Sessions

    + diff --git a/src/plugins/winscp/help/hh/winscp/resume.htm b/src/plugins/winscp/help/hh/winscp/resume.htm index 02f33094..00c27522 100644 --- a/src/plugins/winscp/help/hh/winscp/resume.htm +++ b/src/plugins/winscp/help/hh/winscp/resume.htm @@ -1,4 +1,4 @@ - + Transfer Resume @@ -14,7 +14,7 @@

    Transfer Resume

    - +https://forum.altap.cz

    Basic Usage

    @@ -22,8 +22,8 @@

    Basic Usage

    SCP protocol does not allow it.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Automatic Resume

    @@ -46,8 +46,8 @@

    Automatic Resume

    of Preferences dialog. Also resuming text mode transfers is not supported.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Manual Resume

    @@ -79,7 +79,7 @@

    Manual Resume

    SFTP-4 and newer is not supported.

    - +https://forum.altap.cz

    Common Problems

    @@ -100,3 +100,4 @@

    Common Problems

    + diff --git a/src/plugins/winscp/help/hh/winscp/security.htm b/src/plugins/winscp/help/hh/winscp/security.htm index cdc0b6e2..9602857d 100644 --- a/src/plugins/winscp/help/hh/winscp/security.htm +++ b/src/plugins/winscp/help/hh/winscp/security.htm @@ -1,4 +1,4 @@ - + A word of warning @@ -20,7 +20,7 @@

    A word of warning

    Improper usage is often insecure usage, so please be sure to read the manual completely.

    - +https://forum.altap.cz

    Host Security

    @@ -42,7 +42,7 @@

    Host Security

    of one-time authentication is offered.

    - +https://forum.altap.cz

    Stored Credentials

    @@ -79,3 +79,4 @@

    Stored Credentials

    + diff --git a/src/plugins/winscp/help/hh/winscp/shell_session.htm b/src/plugins/winscp/help/hh/winscp/shell_session.htm index 063c3837..4589d286 100644 --- a/src/plugins/winscp/help/hh/winscp/shell_session.htm +++ b/src/plugins/winscp/help/hh/winscp/shell_session.htm @@ -1,4 +1,4 @@ - + Separate Shell Session @@ -39,3 +39,4 @@

    Separate Shell Session

    + diff --git a/src/plugins/winscp/help/hh/winscp/ssh.htm b/src/plugins/winscp/help/hh/winscp/ssh.htm index cc4ba559..9f4705b3 100644 --- a/src/plugins/winscp/help/hh/winscp/ssh.htm +++ b/src/plugins/winscp/help/hh/winscp/ssh.htm @@ -1,4 +1,4 @@ - + Understanding SSH @@ -25,7 +25,7 @@

    Understanding SSH

    protection against spoofing.

    - +https://forum.altap.cz

    Authentication in SSH

    @@ -49,7 +49,7 @@

    Authentication in SSH

    (SSH-1 only), password.

    - +https://forum.altap.cz

    Verifying the Host Key

    @@ -113,7 +113,7 @@

    Verifying the Host Key

    their host keys accepted in advance.

    - +https://forum.altap.cz

    Encryption in SSH

    @@ -138,7 +138,7 @@

    Encryption in SSH

    commercial feasibility for some time.

    - +https://forum.altap.cz

    SSH Protocols

    @@ -159,7 +159,7 @@

    SSH Protocols

    SSH preferences.

    - +https://forum.altap.cz

    Compression

    @@ -177,7 +177,7 @@

    Compression

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -186,3 +186,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/task_download.htm b/src/plugins/winscp/help/hh/winscp/task_download.htm index 1f164d46..ec001c93 100644 --- a/src/plugins/winscp/help/hh/winscp/task_download.htm +++ b/src/plugins/winscp/help/hh/winscp/task_download.htm @@ -1,4 +1,4 @@ - + Downloading Files @@ -14,7 +14,7 @@

    Downloading Files

    - +https://forum.altap.cz

    Basics

    First select the remote files or directories you want to download. Make sure that remote panel is still active and use Files > Copy (or press F5 key). @@ -29,7 +29,7 @@

    Basics

    transferred and deleted from remote directory).

    - +https://forum.altap.cz

    Download on Background

    By default the download starts on foreground, blocking the WinSCP window until it finishes. @@ -41,3 +41,4 @@

    Download on Background

    + diff --git a/src/plugins/winscp/help/hh/winscp/task_keep_up_to_date.htm b/src/plugins/winscp/help/hh/winscp/task_keep_up_to_date.htm index 14c6796f..6126bc93 100644 --- a/src/plugins/winscp/help/hh/winscp/task_keep_up_to_date.htm +++ b/src/plugins/winscp/help/hh/winscp/task_keep_up_to_date.htm @@ -1,4 +1,4 @@ - + Keep Remote Directory Up To Date @@ -34,7 +34,7 @@

    Keep Remote Directory up to Date

    of directories can significantly degrade the performance of your computer.

    - +https://forum.altap.cz

    How It Works

    @@ -77,3 +77,4 @@

    How It Works

    + diff --git a/src/plugins/winscp/help/hh/winscp/task_move_duplicate.htm b/src/plugins/winscp/help/hh/winscp/task_move_duplicate.htm index 560391b4..8bc330c2 100644 --- a/src/plugins/winscp/help/hh/winscp/task_move_duplicate.htm +++ b/src/plugins/winscp/help/hh/winscp/task_move_duplicate.htm @@ -1,4 +1,4 @@ - + Moving and Duplicating Remote Files @@ -18,8 +18,8 @@

    Moving and Duplicating Remote Files

    You can particularly move or duplicate remote files to different remote directory.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Moving Remote Files

    @@ -43,8 +43,8 @@

    Moving Remote Files

    move file if the target file already exists.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Duplicating Remote Files

    @@ -69,3 +69,4 @@

    Duplicating Remote Files

    + diff --git a/src/plugins/winscp/help/hh/winscp/task_properties.htm b/src/plugins/winscp/help/hh/winscp/task_properties.htm index 413d0739..545ba54c 100644 --- a/src/plugins/winscp/help/hh/winscp/task_properties.htm +++ b/src/plugins/winscp/help/hh/winscp/task_properties.htm @@ -1,4 +1,4 @@ - + Changing Properties @@ -29,3 +29,4 @@

    Changing Properties

    + diff --git a/src/plugins/winscp/help/hh/winscp/task_synchronize.htm b/src/plugins/winscp/help/hh/winscp/task_synchronize.htm index 0448376c..8cd5e82b 100644 --- a/src/plugins/winscp/help/hh/winscp/task_synchronize.htm +++ b/src/plugins/winscp/help/hh/winscp/task_synchronize.htm @@ -1,4 +1,4 @@ - + Synchronizing @@ -42,3 +42,4 @@

    Synchronizing

    + diff --git a/src/plugins/winscp/help/hh/winscp/task_synchronize_full.htm b/src/plugins/winscp/help/hh/winscp/task_synchronize_full.htm index 843eaaf9..2909f093 100644 --- a/src/plugins/winscp/help/hh/winscp/task_synchronize_full.htm +++ b/src/plugins/winscp/help/hh/winscp/task_synchronize_full.htm @@ -1,4 +1,4 @@ - + Directory Synchronization @@ -34,7 +34,7 @@

    Directory Synchronization

    to avoid losing data.

    - +https://forum.altap.cz

    Synchronization Direction

    @@ -55,7 +55,7 @@

    Synchronization Direction

    In Both mode, both local and remote directories can be modified (both can act as both source and target).?

    - +https://forum.altap.cz

    Synchronization Mode

    @@ -91,3 +91,4 @@

    Synchronization Mode

    + diff --git a/src/plugins/winscp/help/hh/winscp/task_upload.htm b/src/plugins/winscp/help/hh/winscp/task_upload.htm index f67da161..113598f7 100644 --- a/src/plugins/winscp/help/hh/winscp/task_upload.htm +++ b/src/plugins/winscp/help/hh/winscp/task_upload.htm @@ -1,4 +1,4 @@ - + Uploading Files @@ -13,7 +13,7 @@

    Uploading Files

    - +https://forum.altap.cz

    Basics

    First select the local files or directories you want to upload. Make sure that local panel is still active and use @@ -29,14 +29,14 @@

    Basics

    transferred and deleted from local directory).

    - +https://forum.altap.cz

    Upload on Background

    By default the upload starts on foreground, blocking the WinSCP window until it finishes. Learn how to schedule the background transfer.

    - +https://forum.altap.cz

    Preserving Overwritten Remote Files

    You can setup remote recycle bin to backup files that you overwrite @@ -48,3 +48,4 @@

    Preserving Overwritten Remote Files

    + diff --git a/src/plugins/winscp/help/hh/winscp/timestamp.htm b/src/plugins/winscp/help/hh/winscp/timestamp.htm index adba8479..17de2054 100644 --- a/src/plugins/winscp/help/hh/winscp/timestamp.htm +++ b/src/plugins/winscp/help/hh/winscp/timestamp.htm @@ -1,4 +1,4 @@ - + Timestamps @@ -20,7 +20,7 @@

    Timestamps

    conventions and vice versa.

    - +https://forum.altap.cz

    Conversion

    @@ -61,8 +61,8 @@

    Conversion

    Preserve timestamp enabled.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Windows vs. Unix

    @@ -77,7 +77,7 @@

    Windows vs. Unix

    of WinSCP, than you see in directory listing on the server (for example in ls listing).

    - +https://forum.altap.cz

    Synchronization

    @@ -88,7 +88,7 @@

    Synchronization

    Notes:

    - +https://forum.altap.cz 1) See article Beating the Daylight Savings Time bug

    @@ -98,3 +98,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/transfer_mode.htm b/src/plugins/winscp/help/hh/winscp/transfer_mode.htm index 95a98763..e73bae16 100644 --- a/src/plugins/winscp/help/hh/winscp/transfer_mode.htm +++ b/src/plugins/winscp/help/hh/winscp/transfer_mode.htm @@ -1,4 +1,4 @@ - + Transfer Modes @@ -23,7 +23,7 @@

    Transfer Modes

    modification.

    - +https://forum.altap.cz

    Available Modes

    @@ -39,7 +39,7 @@

    Available Modes

    transferred using Binary mode.

    - +https://forum.altap.cz

    Server-side Text File Format

    @@ -64,7 +64,7 @@

    Server-side Text File Format

    default Unix format.

    - +https://forum.altap.cz

    Transferring Large Text Files with SCP Protocol

    @@ -80,7 +80,7 @@

    Transferring Large Text Files with SCP Protocol

    to SFTP protocol.

    - +https://forum.altap.cz

    Changing Transfer Mode

    @@ -92,3 +92,4 @@

    Changing Transfer Mode

    + diff --git a/src/plugins/winscp/help/hh/winscp/transfer_queue.htm b/src/plugins/winscp/help/hh/winscp/transfer_queue.htm index b77ae7c8..bd74718e 100644 --- a/src/plugins/winscp/help/hh/winscp/transfer_queue.htm +++ b/src/plugins/winscp/help/hh/winscp/transfer_queue.htm @@ -1,4 +1,4 @@ - + Background Transfers @@ -20,7 +20,7 @@

    Background Transfers

    to use background transfers.

    - +https://forum.altap.cz

    Transferring Files on Background

    @@ -48,3 +48,4 @@

    Transferring Files on Background

    + diff --git a/src/plugins/winscp/help/hh/winscp/transfer_settings.htm b/src/plugins/winscp/help/hh/winscp/transfer_settings.htm index ddc472cf..99778ef9 100644 --- a/src/plugins/winscp/help/hh/winscp/transfer_settings.htm +++ b/src/plugins/winscp/help/hh/winscp/transfer_settings.htm @@ -1,4 +1,4 @@ - + Transfer Settings @@ -41,3 +41,4 @@

    Transfer Settings

    + diff --git a/src/plugins/winscp/help/hh/winscp/tunneling.htm b/src/plugins/winscp/help/hh/winscp/tunneling.htm index 605959b0..8e2dc796 100644 --- a/src/plugins/winscp/help/hh/winscp/tunneling.htm +++ b/src/plugins/winscp/help/hh/winscp/tunneling.htm @@ -1,4 +1,4 @@ - + Connection Tunneling @@ -44,3 +44,4 @@

    Connection Tunneling

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_about.htm b/src/plugins/winscp/help/hh/winscp/ui_about.htm index 4a69db38..12d56b93 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_about.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_about.htm @@ -1,4 +1,4 @@ - + About @@ -26,3 +26,4 @@

    About

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_authenticate.htm b/src/plugins/winscp/help/hh/winscp/ui_authenticate.htm index 85f4d60a..4446768b 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_authenticate.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_authenticate.htm @@ -1,4 +1,4 @@ - + Authentication Progress @@ -20,7 +20,7 @@

    Authentication Progress

    to prompt you to enter your credentials or other information.

    - +https://forum.altap.cz

    Username

    If you do not specify username on @@ -28,7 +28,7 @@

    Username

    WinSCP will prompt you once it needs it for authentication.

    - +https://forum.altap.cz

    Password

    @@ -45,7 +45,7 @@

    Password

    Use it to overwrite stored password with new one.

    - +https://forum.altap.cz

    Keyboard Interactive

    @@ -63,7 +63,7 @@

    Keyboard Interactive

    Some servers will use such prompt to request a password change.

    - +https://forum.altap.cz

    Private Key Passphrase

    @@ -71,7 +71,7 @@

    Private Key Passphrase

    private key you will be prompted to enter passphrase for your key.

    - +https://forum.altap.cz

    Authentication Banner

    @@ -87,7 +87,7 @@

    Authentication Banner

    restricted by system administrator.

    - +https://forum.altap.cz

    Password Change

    @@ -115,3 +115,4 @@

    Password Change

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_console.htm b/src/plugins/winscp/help/hh/winscp/ui_console.htm index b7cc6563..2b024be5 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_console.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_console.htm @@ -1,4 +1,4 @@ - + Console Window @@ -37,3 +37,4 @@

    Console Window

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_copy.htm b/src/plugins/winscp/help/hh/winscp/ui_copy.htm index 09df46a0..b143e36c 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_copy.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_copy.htm @@ -1,4 +1,4 @@ - + Transfer Options Dialog @@ -27,7 +27,7 @@

    Transfer Options Dialog

    downloads.

    - +https://forum.altap.cz

    Target Directory

    @@ -52,7 +52,7 @@

    Target Directory

    mask is the same as using mask *.*.

    - +https://forum.altap.cz

    Transfer Settings

    @@ -64,7 +64,7 @@

    Transfer Settings

    (alternatively you may double-click Transfer settings box).

    - +https://forum.altap.cz

    Additional Options

    @@ -97,3 +97,4 @@

    Additional Options

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_fsinfo.htm b/src/plugins/winscp/help/hh/winscp/ui_fsinfo.htm index 9b2af1d1..de2acc22 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_fsinfo.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_fsinfo.htm @@ -1,4 +1,4 @@ - + Server and Protocol Information Dialog @@ -23,7 +23,7 @@

    Server and Protocol Information Dialog

    The dialog has thee tabs. Each is described individually.

    - +https://forum.altap.cz

    Protocol

    @@ -39,7 +39,7 @@

    Protocol

    (usually on the first attempt to connect to the server).

    - +https://forum.altap.cz

    Capabilities

    @@ -59,7 +59,7 @@

    Capabilities

    output of command uname -a.

    - +https://forum.altap.cz

    Space available

    @@ -74,7 +74,7 @@

    Space available

    df.

    - +https://forum.altap.cz

    Copying Information

    @@ -91,3 +91,4 @@

    Copying Information

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_keepuptodate.htm b/src/plugins/winscp/help/hh/winscp/ui_keepuptodate.htm index e421c70f..c341037e 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_keepuptodate.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_keepuptodate.htm @@ -1,4 +1,4 @@ - + Keep Remote Directory Up To Date Dialog @@ -19,7 +19,7 @@

    Keep Remote Directory Up To Date Dialog

    go to WinSCP plugin menu.

    - +https://forum.altap.cz

    Directories

    @@ -27,7 +27,7 @@

    Directories

    boxes. By default the current working directories will be used.

    - +https://forum.altap.cz

    Synchronize Options

    @@ -66,7 +66,7 @@

    Synchronize Options

    (grayed) state, making WinSCP ask you explicitly.

    - +https://forum.altap.cz

    Transfer Settings

    @@ -84,7 +84,7 @@

    Transfer Settings

    exclude certain files and subdirectories from synchronization.

    - +https://forum.altap.cz

    Start/Stop and Other Buttons

    @@ -101,3 +101,4 @@

    Start/Stop and Other Buttons

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login.htm b/src/plugins/winscp/help/hh/winscp/ui_login.htm index e01f235d..b919d03f 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login.htm @@ -1,4 +1,4 @@ - + Configuring Session (Login Dialog) @@ -78,3 +78,4 @@

    Tabs available on Login dialog:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_authentication.htm b/src/plugins/winscp/help/hh/winscp/ui_login_authentication.htm index 8a82d3c0..096ae494 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_authentication.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_authentication.htm @@ -1,4 +1,4 @@ - + Authentication Tab (Login Dialog) @@ -22,7 +22,7 @@

    Authentication Tab (Login Dialog)

    You need to check Advanced options to reveal the tab.

    - +https://forum.altap.cz

    Bypassing Authentication

    @@ -47,7 +47,7 @@

    Bypassing Authentication

    an authentication step. (see note 1)

    - +https://forum.altap.cz

    Attempt Authentication Using Pagent

    @@ -70,7 +70,7 @@

    Attempt Authentication Using Pagent

    application for public key authentication.

    - +https://forum.altap.cz

    Attempt TIS or CryptoCard authentication

    @@ -90,7 +90,7 @@

    Attempt TIS or CryptoCard authentication

    and responses take. (see note 1)

    - +https://forum.altap.cz

    Attempt keyboard-interactive authentication

    @@ -109,7 +109,7 @@

    Attempt keyboard-interactive authentication

    the first prompt.

    - +https://forum.altap.cz

    Attempt GSSAPI/SSPI authentication

    @@ -136,7 +136,7 @@

    Attempt GSSAPI/SSPI authentication

    GSSAPI.

    - +https://forum.altap.cz

    Allow agent forwarding

    @@ -148,7 +148,7 @@

    Allow agent forwarding

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -157,3 +157,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_bugs.htm b/src/plugins/winscp/help/hh/winscp/ui_login_bugs.htm index d78521c3..0de7cf77 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_bugs.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_bugs.htm @@ -1,4 +1,4 @@ - + Bugs Tab (Login Dialog) @@ -41,7 +41,7 @@

    Bugs Tab (Login Dialog)

    WinSCP will try to guess whether or not the server has the bug.

    - +https://forum.altap.cz

    Chokes on SSH-1 ignore messages

    An ignore message (SSH_MSG_IGNORE) is a message in the SSH protocol @@ -65,7 +65,7 @@

    Chokes on SSH-1 ignore messages

    ignore messages.

    - +https://forum.altap.cz

    Refuses all SSH-1 password camouflage

    @@ -90,7 +90,7 @@

    Refuses all SSH-1 password camouflage

    is secure against this type of attack.

    - +https://forum.altap.cz

    Chokes on SSH-1 RSA authentication

    @@ -111,7 +111,7 @@

    Chokes on SSH-1 RSA authentication

    This is an SSH-1-specific bug.

    - +https://forum.altap.cz

    Miscomputes SSH-2 HMAC keys

    @@ -130,7 +130,7 @@

    Miscomputes SSH-2 HMAC keys

    This is an SSH-2-specific bug.

    - +https://forum.altap.cz

    Miscomputes SSH-2 encryption keys

    @@ -149,7 +149,7 @@

    Miscomputes SSH-2 encryption keys

    This is an SSH-2-specific bug.

    - +https://forum.altap.cz

    Requires padding on SSH-2 RSA signatures

    @@ -173,7 +173,7 @@

    Requires padding on SSH-2 RSA signatures

    This is an SSH-2-specific bug.

    - +https://forum.altap.cz

    Misuses the session ID in SSH-2 PK auth

    @@ -193,7 +193,7 @@

    Misuses the session ID in SSH-2 PK auth

    This is an SSH-2-specific bug.

    - +https://forum.altap.cz

    Handles SSH-2 key re-exchange badly

    @@ -214,7 +214,7 @@

    Handles SSH-2 key re-exchange badly

    This is an SSH-2-specific bug.

    - +https://forum.altap.cz

    Ignores SSH-2 maximum packet size

    @@ -234,7 +234,7 @@

    Ignores SSH-2 maximum packet size

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -243,3 +243,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_connection.htm b/src/plugins/winscp/help/hh/winscp/ui_login_connection.htm index 6caceace..68b6189a 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_connection.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_connection.htm @@ -1,4 +1,4 @@ - + Connection Tab (Login Dialog) @@ -34,7 +34,7 @@

    Connection Tab (Login Dialog)

    To configure connection thru proxy server, see Proxy tab.

    - +https://forum.altap.cz

    Server Response Timeout

    @@ -43,7 +43,7 @@

    Server Response Timeout

    not block the waiting, so when it is displayed and the response is finally received it disappears itself.

    - +https://forum.altap.cz

    Keepalives

    @@ -70,7 +70,7 @@

    Keepalives

    echo command. (see note 2)

    - +https://forum.altap.cz

    Internet Protocol Version

    @@ -89,12 +89,12 @@

    Internet Protocol Version

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    - +https://forum.altap.cz 2) With SCP this keepalive method does not work while WinSCP waits for user prompt in the middle of file transfer.

    @@ -104,3 +104,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_directories.htm b/src/plugins/winscp/help/hh/winscp/ui_login_directories.htm index 1a0d94ba..a244fe9c 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_directories.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_directories.htm @@ -1,4 +1,4 @@ - + Directories Tab (Login Dialog) @@ -18,7 +18,7 @@

    Directories Tab (Login Dialog)

    content is read.

    - +https://forum.altap.cz

    Directories

    @@ -36,7 +36,7 @@

    Directories

    true particularly for SFTP servers.

    - +https://forum.altap.cz

    Directory Reading Options

    @@ -65,3 +65,4 @@

    Directory Reading Options

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_environment.htm b/src/plugins/winscp/help/hh/winscp/ui_login_environment.htm index 025da44a..acee8627 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_environment.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_environment.htm @@ -1,4 +1,4 @@ - + Environment Tab (Login Dialog) @@ -28,10 +28,10 @@

    Environment Tab (Login Dialog)

  • SCP/Shell (shell and SCP protocol specific/compatibility options)
  • - +https://forum.altap.cz

    Server Environment

    - +https://forum.altap.cz
    Server EOL Characters

    @@ -49,7 +49,7 @@

    Server EOL Characters
    the configured option is not used.

    - +https://forum.altap.cz
    UTF-8 Encoding for Filenames

    @@ -84,7 +84,7 @@

    UTF-8 Encoding for Filenames
    is not supported with SCP protocol.

    - +https://forum.altap.cz
    Timezone Offset

    @@ -109,7 +109,7 @@

    Timezone Offset
    UTC.

    - +https://forum.altap.cz

    Daylight Saving Time

    @@ -136,14 +136,14 @@

    Daylight Saving Time

    Read about other issues with timestamps.

    - +https://forum.altap.cz

    Unix/Windows Presets

    Use Unix or Windows buttons to set the environment settings to values typical for a server running on these platforms.

    - +https://forum.altap.cz

    Other Settings

    Use link Recycle bin to reveal Recycle bin tab. @@ -151,7 +151,7 @@

    Other Settings

    Notes:

    - +https://forum.altap.cz 1) Foxit software WAC Server

    @@ -160,3 +160,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_kex.htm b/src/plugins/winscp/help/hh/winscp/ui_login_kex.htm index 2afb6547..6ccd3469 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_kex.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_kex.htm @@ -1,4 +1,4 @@ - + Key Exchange Tab (Login Dialog) @@ -46,7 +46,7 @@

    Key Exchange Tab (Login Dialog)

    of these settings affect SSH-1 at all.

    - +https://forum.altap.cz

    Key Exchange Algorithm Options

    @@ -82,8 +82,8 @@

    Key Exchange Algorithm Options

    when you make the connection, similar to that for cipher selection.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Options Controlling Key Re-exchange

    @@ -144,7 +144,7 @@

    Options Controlling Key Re-exchange

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -153,3 +153,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_logging.htm b/src/plugins/winscp/help/hh/winscp/ui_login_logging.htm index aab6cc17..ccac6dfd 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_logging.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_logging.htm @@ -1,4 +1,4 @@ - + Logging Tab (Login Dialog) @@ -73,3 +73,4 @@

    Logging Tab (Login Dialog)

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_proxy.htm b/src/plugins/winscp/help/hh/winscp/ui_login_proxy.htm index f90de0ab..41853cec 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_proxy.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_proxy.htm @@ -1,4 +1,4 @@ - + Proxy Tab (Login Dialog) @@ -21,7 +21,7 @@

    Proxy Tab (Login Dialog)

    You need to check Advanced options to reveal the tab.

    - +https://forum.altap.cz

    Setting the Proxy Type

    @@ -61,7 +61,7 @@

    Setting the Proxy Type

    entirely.

    - +https://forum.altap.cz

    Username and Password

    @@ -91,7 +91,7 @@

    Username and Password

    - +https://forum.altap.cz

    Telnet/Local Proxy Command

    @@ -131,7 +131,7 @@

    Telnet/Local Proxy Command

    Password configuration fields will be ignored.

    - +https://forum.altap.cz

    Name Resolution When Using a Proxy

    @@ -161,7 +161,7 @@

    Name Resolution When Using a Proxy

    cannot deal with it, this might be why.

    - +https://forum.altap.cz

    Proxying Local Host Connections

    @@ -175,7 +175,7 @@

    Proxying Local Host Connections

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -184,3 +184,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_recycle_bin.htm b/src/plugins/winscp/help/hh/winscp/ui_login_recycle_bin.htm index a66d07ee..45006aa3 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_recycle_bin.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_recycle_bin.htm @@ -1,4 +1,4 @@ - + Recycle Bin Tab (Login Dialog) @@ -23,7 +23,7 @@

    Recycle Bin Tab (Login Dialog)

    Environment tab to reveal the tab.

    - +https://forum.altap.cz

    Recycle Bin

    When Preserve deleted remote files to recycle bin is checked deleted files are moved @@ -52,3 +52,4 @@

    Recycle Bin

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_save.htm b/src/plugins/winscp/help/hh/winscp/ui_login_save.htm index 7a7e8da5..a9386459 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_save.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_save.htm @@ -1,4 +1,4 @@ - + Saving Session Configuration @@ -45,3 +45,4 @@

    Saving Session Configuration

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_scp.htm b/src/plugins/winscp/help/hh/winscp/ui_login_scp.htm index 67153450..b076c032 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_scp.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_scp.htm @@ -1,4 +1,4 @@ - + SCP Tab (Login Dialog) @@ -27,7 +27,7 @@

    SCP/Shell Tab (Login Dialog)

    You need to check Advanced options to reveal the tab.

    - +https://forum.altap.cz

    Shell

    @@ -48,7 +48,7 @@

    Shell

    the variable directly instead in Return code variable box.

    - +https://forum.altap.cz

    Directory listing

    @@ -76,7 +76,7 @@

    Directory listing

    feature manually.

    - +https://forum.altap.cz

    Other Options

    @@ -118,11 +118,11 @@

    Other Options

    Notes:

    - +https://forum.altap.cz 1) See FAQ for details.

    - +https://forum.altap.cz 2) Typically it is regular shell command interpreted by the default shell of user.

    @@ -131,3 +131,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_session.htm b/src/plugins/winscp/help/hh/winscp/ui_login_session.htm index 89fa677a..1dbc1f54 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_session.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_session.htm @@ -1,4 +1,4 @@ - + Session Tab (Login Dialog) @@ -17,7 +17,7 @@

    Session Tab (Login Dialog)

    Session tab contains the most basic session options.

    - +https://forum.altap.cz

    Session Group

    @@ -71,7 +71,7 @@

    Session Group

    under special circumstances.

    - +https://forum.altap.cz

    Protocol Group

    The Protocol selection lets you choose transfer protocol. @@ -97,3 +97,4 @@

    Protocol Group

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_sftp.htm b/src/plugins/winscp/help/hh/winscp/ui_login_sftp.htm index ff528a8a..9c453c52 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_sftp.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_sftp.htm @@ -1,4 +1,4 @@ - + SFTP Tab (Login Dialog) @@ -22,7 +22,7 @@

    SFTP Tab (Login Dialog)

    You need to check Advanced options to reveal the tab.

    - +https://forum.altap.cz

    Protocol Options

    @@ -48,7 +48,7 @@

    Protocol Options

    version of the protocol.

    - +https://forum.altap.cz

    Detection of Known Bugs in SFTP Servers

    @@ -72,7 +72,7 @@

    Detection of Known Bugs in SFTP Servers

    SFTP servers.

    - +https://forum.altap.cz

    Reverses Order of Symlink Command Arguments

    @@ -91,7 +91,7 @@

    Reverses Order of Symlink Command Arguments

    #861).

    - +https://forum.altap.cz

    Misinterprets File Timestamps Prior to 1970

    @@ -110,7 +110,7 @@

    Misinterprets File Timestamps Prior to 1970

    Notes:

    - +https://forum.altap.cz 1) See FAQ for details.

    @@ -120,3 +120,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_ssh.htm b/src/plugins/winscp/help/hh/winscp/ui_login_ssh.htm index c24c8c54..5f4083a2 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_ssh.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_ssh.htm @@ -1,4 +1,4 @@ - + SSH Tab (Login Dialog) @@ -28,7 +28,7 @@

    SSH Tab (Login Dialog)

  • Bugs (detections of known bugs in SSH servers)
  • - +https://forum.altap.cz

    Protocol Options

    @@ -50,7 +50,7 @@

    Protocol Options

    You can see actually used protocol version on Server and Protocol Information Dialog.

    - +https://forum.altap.cz

    Encryption Options

    @@ -117,7 +117,7 @@

    Encryption Options

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -126,3 +126,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_stored_sessions.htm b/src/plugins/winscp/help/hh/winscp/ui_login_stored_sessions.htm index 020a690b..ac65b38e 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_stored_sessions.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_stored_sessions.htm @@ -1,4 +1,4 @@ - + Stored Sessions Tab (Login Dialog) @@ -69,3 +69,4 @@

    Stored Sessions Tab (Login Dialog)

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_login_tunnel.htm b/src/plugins/winscp/help/hh/winscp/ui_login_tunnel.htm index 621f389e..3c1850cd 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_login_tunnel.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_login_tunnel.htm @@ -1,4 +1,4 @@ - + Tunnel Tab (Login Dialog) @@ -23,7 +23,7 @@

    Tunnel Tab (Login Dialog)

    You need to check Advanced options to reveal the tab.

    - +https://forum.altap.cz

    Session Tunneling

    @@ -47,7 +47,7 @@

    Session Tunneling

    (see note 1)

    - +https://forum.altap.cz

    Tunnel Options

    @@ -60,7 +60,7 @@

    Tunnel Options

    Notes:

    - +https://forum.altap.cz 1) See FAQ for help.

    @@ -69,3 +69,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_permissions.htm b/src/plugins/winscp/help/hh/winscp/ui_permissions.htm index 46f87ab8..7ad964c1 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_permissions.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_permissions.htm @@ -1,4 +1,4 @@ - + Permissions @@ -30,7 +30,7 @@

    Permissions

    - +https://forum.altap.cz

    Simple Permissions

    @@ -40,7 +40,7 @@

    Simple Permissions

    to enter the directory (make it working directory).

    - +https://forum.altap.cz

    Special Permissions

    @@ -66,7 +66,7 @@

    Special Permissions

    Also neither all Unix SFTP servers are able to set the special permissions.

    - +https://forum.altap.cz

    Undefined Permissions

    @@ -81,7 +81,7 @@

    Undefined Permissions

    for files in subdirectories.

    - +https://forum.altap.cz

    Octal Format

    @@ -96,7 +96,7 @@

    Octal Format

    into the edit box, without having to pop it up.

    - +https://forum.altap.cz

    Other Options

    @@ -122,7 +122,7 @@

    Other Options

    Notes:

    - +https://forum.altap.cz 1) Grayed checkbox on Windows 2000 and older, green square on default theme of Windows XP

    @@ -131,3 +131,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_progress.htm b/src/plugins/winscp/help/hh/winscp/ui_progress.htm index 8ae7ed6a..f2f1993c 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_progress.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_progress.htm @@ -1,4 +1,4 @@ - + Progress Window @@ -18,7 +18,7 @@

    Progress Window

    Depending on kind of operation it will show various information about its progress.

    - +https://forum.altap.cz

    General Information

    @@ -31,7 +31,7 @@

    General Information

    is enabled.

    - +https://forum.altap.cz

    Transfer Information

    @@ -61,8 +61,8 @@

    Transfer Information

    The bottom progress indicator shows what part of the file was already transferred.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Controlling the Operation

    @@ -92,3 +92,4 @@

    Controlling the Operation

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_properties.htm b/src/plugins/winscp/help/hh/winscp/ui_properties.htm index 56fdad52..6d0e22f0 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_properties.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_properties.htm @@ -1,4 +1,4 @@ - + Properties Dialog @@ -22,10 +22,10 @@

    Properties Dialog

    The dialog has two tabs. Each is described individually.

    - +https://forum.altap.cz

    Common

    - +https://forum.altap.cz
    File Information

    @@ -46,7 +46,7 @@

    File Information
    Link target column in file panel.

    - +https://forum.altap.cz
    Ownership

    @@ -70,7 +70,7 @@

    Ownership
    (see note 1)

    - +https://forum.altap.cz
    Permissions

    @@ -86,7 +86,7 @@

    Permissions
    You can also set permissions for newly uploaded files directly in transfer settings.

    - +https://forum.altap.cz
    Changing Properties Recursively

    @@ -103,7 +103,7 @@

    Changing Properties Recursively
    some properties, especially permissions, of files in subdirectories unchanged, when you request it.

    - +https://forum.altap.cz

    Checksum

    @@ -127,7 +127,7 @@

    Checksum

    Notes:

    - +https://forum.altap.cz 1) The text is copy of PuTTY User Manual or was inspired by it.

    @@ -136,3 +136,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_confirmations.htm b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_confirmations.htm index 76093c1c..8daffd1a 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_confirmations.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_confirmations.htm @@ -1,4 +1,4 @@ - + Confirmations Tab (Preferences Dialog) @@ -62,3 +62,4 @@

    Confirmations Tab (Preferences Dialog)

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_panel.htm b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_panel.htm index 352223db..650165fa 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_panel.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_panel.htm @@ -1,4 +1,4 @@ - + Panel Tab (Preferences Dialog) @@ -61,3 +61,4 @@

    Panel Tab (Preferences Dialog)

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_queue.htm b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_queue.htm index 3c4c6103..64fe46c7 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_queue.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_queue.htm @@ -1,4 +1,4 @@ - + Background & Resume Tab (Preferences Dialog) @@ -19,7 +19,7 @@

    Background & Resume Tab (Preferences Dialog)

    resuming transfers.

    - +https://forum.altap.cz

    Background Transfers

    @@ -43,8 +43,8 @@

    Background Transfers

    the saved password is used automatically for background transfers.

    - - +https://forum.altap.cz +https://forum.altap.cz

    Transfer Resume/Transfer to Temporary Filename

    @@ -102,3 +102,4 @@

    Transfer Resume/Transfer to Temporary Filename

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_transfer.htm b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_transfer.htm index a6eaf22d..983d0953 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_sal_pref_transfer.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_sal_pref_transfer.htm @@ -1,4 +1,4 @@ - + Transfer Tab (Preferences Dialog) @@ -27,3 +27,4 @@

    Transfer Tab (Preferences Dialog)

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_sal_preferences.htm b/src/plugins/winscp/help/hh/winscp/ui_sal_preferences.htm index bd456ff8..b0b9411f 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_sal_preferences.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_sal_preferences.htm @@ -1,4 +1,4 @@ - + Configuring Interface/Behaviour (Preferences Dialog) @@ -31,3 +31,4 @@

    Tabs available on Preferences dialog:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_synchronize.htm b/src/plugins/winscp/help/hh/winscp/ui_synchronize.htm index 356f718f..c699d7e2 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_synchronize.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_synchronize.htm @@ -1,4 +1,4 @@ - + Synchronize Dialog @@ -19,21 +19,21 @@

    Synchronize Dialog

    WinSCP plugin menu.

    - +https://forum.altap.cz

    Directories

    Enter root directories for the synchronization into Local directory and Remote directory boxes. By default the current working directories will be used.

    - +https://forum.altap.cz

    Direction/Target directory

    Use options Both, Remote or Local to select your preferred synchronization direction.

    - +https://forum.altap.cz

    Mode

    @@ -42,7 +42,7 @@

    Mode

    synchronization mode.

    - +https://forum.altap.cz

    Synchronize Options

    The Delete files checkbox makes WinSCP delete files and subdirectories in target directory that are @@ -66,7 +66,7 @@

    Synchronize Options

    no file or directory is selected.

    - +https://forum.altap.cz

    Comparison Criteria

    @@ -104,7 +104,7 @@

    Comparison Criteria

    It makes WinSCP update timestamp of the files, that have same size in both directories, only.

    - +https://forum.altap.cz

    Transfer Settings

    @@ -122,7 +122,7 @@

    Transfer Settings

    certain files and subdirectories from synchronization.

    - +https://forum.altap.cz

    Saving Options

    @@ -140,3 +140,4 @@

    Saving Options

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_synchronize_checklist.htm b/src/plugins/winscp/help/hh/winscp/ui_synchronize_checklist.htm index 75fe15fd..eec54150 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_synchronize_checklist.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_synchronize_checklist.htm @@ -1,4 +1,4 @@ - + Synchronization Checklist @@ -21,7 +21,7 @@

    Synchronization Checklist

    you want to actually apply.

    - +https://forum.altap.cz

    Information Displayed

    @@ -42,7 +42,7 @@

    Information Displayed

    of the files/directories relative to root directory of synchronization.

    - +https://forum.altap.cz

    Selecting Actions

    @@ -64,7 +64,7 @@

    Selecting Actions

    Notes:

    - +https://forum.altap.cz 1) If the box on the left is checked.

    @@ -73,3 +73,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_transfer.htm b/src/plugins/winscp/help/hh/winscp/ui_transfer.htm index fb094a85..b9462960 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_transfer.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_transfer.htm @@ -1,4 +1,4 @@ - + Transfer Settings @@ -25,7 +25,7 @@

    Transfer Settings

    Keep remote directory up to date. - +https://forum.altap.cz

    Transfer Mode

    Use box Transfer mode to select preferred transfer mode. If you @@ -33,7 +33,7 @@

    Transfer Mode

    Transfer following files in text mode.

    - +https://forum.altap.cz

    Filename Modification

    @@ -76,10 +76,10 @@

    Filename Modification

    prevent that you need to turn the replacing off.

    - +https://forum.altap.cz

    Attributes

    - +https://forum.altap.cz

    Upload Options

    @@ -101,7 +101,7 @@

    Upload Options

    of source files once the upload finishes.

    - +https://forum.altap.cz

    Download Options

    @@ -110,7 +110,7 @@

    Download Options

    is not available if the server does not support UNIX-style permissions.

    - +https://forum.altap.cz

    Common Options

    @@ -140,7 +140,7 @@

    Common Options

    while files are being transferred. To remove speed limit, set it to "Unlimited".

    - +https://forum.altap.cz

    Other Options

    @@ -155,7 +155,7 @@

    Other Options

    Notes:

    - +https://forum.altap.cz 1) Note that umask is not interpreted by some (if not all) SFTP servers.

    @@ -165,3 +165,4 @@

    Notes:

    + diff --git a/src/plugins/winscp/help/hh/winscp/ui_transfer_custom.htm b/src/plugins/winscp/help/hh/winscp/ui_transfer_custom.htm index ed18da1d..a9b4c288 100644 --- a/src/plugins/winscp/help/hh/winscp/ui_transfer_custom.htm +++ b/src/plugins/winscp/help/hh/winscp/ui_transfer_custom.htm @@ -1,4 +1,4 @@ - + Custom Transfer Settings Dialog @@ -31,3 +31,4 @@

    Custom Transfer Settings Dialog

    + diff --git a/src/plugins/winscp/salamander/FileSystem.cpp b/src/plugins/winscp/salamander/FileSystem.cpp index 061058d4..1ad55b77 100644 --- a/src/plugins/winscp/salamander/FileSystem.cpp +++ b/src/plugins/winscp/salamander/FileSystem.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/FileSystem.h b/src/plugins/winscp/salamander/FileSystem.h index 96717948..253a72b5 100644 --- a/src/plugins/winscp/salamander/FileSystem.h +++ b/src/plugins/winscp/salamander/FileSystem.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/FileSystemInterface.cpp b/src/plugins/winscp/salamander/FileSystemInterface.cpp index 95c6f7a9..0a285129 100644 --- a/src/plugins/winscp/salamander/FileSystemInterface.cpp +++ b/src/plugins/winscp/salamander/FileSystemInterface.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/FileSystemInterface.h b/src/plugins/winscp/salamander/FileSystemInterface.h index e69564db..ea88cd08 100644 --- a/src/plugins/winscp/salamander/FileSystemInterface.h +++ b/src/plugins/winscp/salamander/FileSystemInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/LocalInterface.h b/src/plugins/winscp/salamander/LocalInterface.h index 1e2769b6..224ceca7 100644 --- a/src/plugins/winscp/salamander/LocalInterface.h +++ b/src/plugins/winscp/salamander/LocalInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/MenuInterface.cpp b/src/plugins/winscp/salamander/MenuInterface.cpp index 38ba25ad..c9d07550 100644 --- a/src/plugins/winscp/salamander/MenuInterface.cpp +++ b/src/plugins/winscp/salamander/MenuInterface.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/MenuInterface.h b/src/plugins/winscp/salamander/MenuInterface.h index 710e1799..169de618 100644 --- a/src/plugins/winscp/salamander/MenuInterface.h +++ b/src/plugins/winscp/salamander/MenuInterface.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/Precomp.h b/src/plugins/winscp/salamander/Precomp.h index caf45006..c343cba8 100644 --- a/src/plugins/winscp/salamander/Precomp.h +++ b/src/plugins/winscp/salamander/Precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/winscp/salamander/Salamand.cpp b/src/plugins/winscp/salamander/Salamand.cpp index a69503f3..da0da299 100644 --- a/src/plugins/winscp/salamander/Salamand.cpp +++ b/src/plugins/winscp/salamander/Salamand.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/Salamand.h b/src/plugins/winscp/salamander/Salamand.h index d93676e6..3119c681 100644 --- a/src/plugins/winscp/salamander/Salamand.h +++ b/src/plugins/winscp/salamander/Salamand.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamandConfiguration.cpp b/src/plugins/winscp/salamander/SalamandConfiguration.cpp index 21f5b66a..dda44946 100644 --- a/src/plugins/winscp/salamander/SalamandConfiguration.cpp +++ b/src/plugins/winscp/salamander/SalamandConfiguration.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamandConfiguration.h b/src/plugins/winscp/salamander/SalamandConfiguration.h index e09ea2ff..6bd852bc 100644 --- a/src/plugins/winscp/salamander/SalamandConfiguration.h +++ b/src/plugins/winscp/salamander/SalamandConfiguration.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamandHelp.cpp b/src/plugins/winscp/salamander/SalamandHelp.cpp index 0849692f..7e9123a4 100644 --- a/src/plugins/winscp/salamander/SalamandHelp.cpp +++ b/src/plugins/winscp/salamander/SalamandHelp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamandInterface.cpp b/src/plugins/winscp/salamander/SalamandInterface.cpp index 6033046c..16b0bcc4 100644 --- a/src/plugins/winscp/salamander/SalamandInterface.cpp +++ b/src/plugins/winscp/salamander/SalamandInterface.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamandQueue.cpp b/src/plugins/winscp/salamander/SalamandQueue.cpp index 73b0130c..7143abdb 100644 --- a/src/plugins/winscp/salamander/SalamandQueue.cpp +++ b/src/plugins/winscp/salamander/SalamandQueue.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamandQueue.h b/src/plugins/winscp/salamander/SalamandQueue.h index 07792f6a..4b656a87 100644 --- a/src/plugins/winscp/salamander/SalamandQueue.h +++ b/src/plugins/winscp/salamander/SalamandQueue.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamanderPreferences.cpp b/src/plugins/winscp/salamander/SalamanderPreferences.cpp index 834d5be2..7038850c 100644 --- a/src/plugins/winscp/salamander/SalamanderPreferences.cpp +++ b/src/plugins/winscp/salamander/SalamanderPreferences.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //--------------------------------------------------------------------- diff --git a/src/plugins/winscp/salamander/SalamanderPreferences.h b/src/plugins/winscp/salamander/SalamanderPreferences.h index aa10f4b5..8fe6cc21 100644 --- a/src/plugins/winscp/salamander/SalamanderPreferences.h +++ b/src/plugins/winscp/salamander/SalamanderPreferences.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //---------------------------------------------------------------------------- diff --git a/src/plugins/winscp/translations/translate.salamander.base.ini b/src/plugins/winscp/translations/translate.salamander.base.ini index 01ccaad8..fde5c814 100644 --- a/src/plugins/winscp/translations/translate.salamander.base.ini +++ b/src/plugins/winscp/translations/translate.salamander.base.ini @@ -12,7 +12,7 @@ Ignored File=ignored.ini All File=all.ini Original LangName=English Parameters=LangName,CodePage,LangId,Hide,Web,LocalName -Original Parameters=English,,0409,0,www.altap.cz,English version +Original Parameters=English,,0409,0,www.taskscape.com,English version DRC Comment=Delphi resource strings Default CodePage=1252 Version=428 @@ -30,23 +30,23 @@ InternalName=LangName ProductName=WinSCP [Languages] -CS=Czech,1250,0405,0,forum.altap.cz/viewtopic.php?f=23&t=7008,esk verze -DE=German,,0407,0,forum.altap.cz/viewtopic.php?f=23&t=7334,Deutsche Version -ES=Spanish,,040A,0,forum.altap.cz/viewtopic.php?f=23&t=6168,Versin en espanol -HU=Hungarian,1250,040E,0,forum.altap.cz/viewtopic.php?f=23&t=6164,Magyar vltozat -SK=Slovak,1250,041B,0,forum.altap.cz/viewtopic.php?f=23&t=6167,Slovensk verzia -FR=French,1252,080C,0,forum.altap.cz/viewtopic.php?f=23&t=6162,Version franaise -RU=Russian,1251,0419,0,forum.altap.cz/viewtopic.php?f=23&t=6166,Russkaya versiya -NL=Dutch,1252,0413,0,forum.altap.cz/viewtopic.php?f=23&t=7009,Nederlandse versie -CHS=ChineseSimplified,936,0804,0,forum.altap.cz/viewtopic.php?f=23&t=6958,Chinese Simplified Version +CS=Czech,1250,0405,0,/viewtopic.php?f=23&t=7008,�esk� verze +DE=German,,0407,0,/viewtopic.php?f=23&t=7334,Deutsche Version +ES=Spanish,,040A,0,/viewtopic.php?f=23&t=6168,Versi�n en espanol +HU=Hungarian,1250,040E,0,/viewtopic.php?f=23&t=6164,Magyar v�ltozat +SK=Slovak,1250,041B,0,/viewtopic.php?f=23&t=6167,Slovensk� verzia +FR=French,1252,080C,0,/viewtopic.php?f=23&t=6162,Version fran�aise +RU=Russian,1251,0419,0,/viewtopic.php?f=23&t=6166,Russkaya versiya +NL=Dutch,1252,0413,0,/viewtopic.php?f=23&t=7009,Nederlandse versie +CHS=ChineseSimplified,936,0804,0,/viewtopic.php?f=23&t=6958,Chinese Simplified Version [Author] -CS=2003,2019,Martin Pikryl -DE=2009,2019,Marko Meister,Mick Weiss,Thomas Kelso,Dirk Bornhtter +CS=2003,2019,Martin P�ikryl +DE=2009,2019,Marko Meister,Mick Weiss,Thomas Kelso,Dirk Bornh�tter ES=2010,2019,Fredy Rojas,Pablo Grande,Juan Razeto,Juan Pablo Barrio Lera -HU=2010,2019,Csaba Tth,Kcsor Istvn,Csizmadia Gbor,Trk Jzsef -SK=2011,2019,Marin Hikank,Patrik Lenart,Roman Paholk -FR=2012,2019,Julien Terral,Raphael Raimbault,Jrmy MARC +HU=2010,2019,Csaba T�th,K�csor Istv�n,Csizmadia G�bor,T�r�k J�zsef +SK=2011,2019,Mari�n Hikan�k,Patrik Lenart,Roman Pahol�k +FR=2012,2019,Julien Terral,Raphael Raimbault,J�r�my MARC RU=2012,2019,Dmitriy Yermolayev,Stas Ukolov,Alexander Nureyev,Igor V. Polyakoff NL=2012,2019,Pieter Verhaeghe,Russell Ian Trafford,Stephan Eizinga,Dennis van Zoerlandt,Cor van der Smissen CHS=2009,2019,Digital Sonic,Michael Lu diff --git a/src/plugins/wmobile/dialogs.cpp b/src/plugins/wmobile/dialogs.cpp index 1eb4de2a..b79e165f 100644 --- a/src/plugins/wmobile/dialogs.cpp +++ b/src/plugins/wmobile/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/wmobile/dialogs.h b/src/plugins/wmobile/dialogs.h index 4d8d525b..1a39f6d8 100644 --- a/src/plugins/wmobile/dialogs.h +++ b/src/plugins/wmobile/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/wmobile/fs1.cpp b/src/plugins/wmobile/fs1.cpp index 40a872ef..fa63eb6e 100644 --- a/src/plugins/wmobile/fs1.cpp +++ b/src/plugins/wmobile/fs1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/wmobile/fs2.cpp b/src/plugins/wmobile/fs2.cpp index 837ab66e..d8596c52 100644 --- a/src/plugins/wmobile/fs2.cpp +++ b/src/plugins/wmobile/fs2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/wmobile/help/hh/wmobile/dlgboxes_chattr.htm b/src/plugins/wmobile/help/hh/wmobile/dlgboxes_chattr.htm index 48e8aa57..ca89c414 100644 --- a/src/plugins/wmobile/help/hh/wmobile/dlgboxes_chattr.htm +++ b/src/plugins/wmobile/help/hh/wmobile/dlgboxes_chattr.htm @@ -1,4 +1,4 @@ - + Change Attributes dialog box @@ -45,7 +45,8 @@

    See Also

    - + + diff --git a/src/plugins/wmobile/help/hh/wmobile/introduction_intro.htm b/src/plugins/wmobile/help/hh/wmobile/introduction_intro.htm index 2b0fd6a1..21be943e 100644 --- a/src/plugins/wmobile/help/hh/wmobile/introduction_intro.htm +++ b/src/plugins/wmobile/help/hh/wmobile/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -22,7 +22,8 @@

    Getting Started with Windows Mobile Plugin

    for a description of basic work with file system plugins.

    - + + diff --git a/src/plugins/wmobile/lang/lang.rc2 b/src/plugins/wmobile/lang/lang.rc2 index 014bc1b6..8eaf4818 100644 --- a/src/plugins/wmobile/lang/lang.rc2 +++ b/src/plugins/wmobile/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -65,3 +65,4 @@ BEGIN IDS_ATTRIBUTES "Attributes" IDS_CHANGING "Changing" END + diff --git a/src/plugins/wmobile/precomp.cpp b/src/plugins/wmobile/precomp.cpp index 188d024c..a3f7a91a 100644 --- a/src/plugins/wmobile/precomp.cpp +++ b/src/plugins/wmobile/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/wmobile/precomp.h b/src/plugins/wmobile/precomp.h index 5389032c..6eebaea8 100644 --- a/src/plugins/wmobile/precomp.h +++ b/src/plugins/wmobile/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/wmobile/rapi.cpp b/src/plugins/wmobile/rapi.cpp index 0bece330..3fc02109 100644 --- a/src/plugins/wmobile/rapi.cpp +++ b/src/plugins/wmobile/rapi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 42a4bdfe..00000000 --- a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 23c760a840e5c95a71178f3f20555e136c3305e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4864 zcmeI0`EL?Y5Xa|FA^fB-zGG(ITyNgY{{EG)H&!>jiV!>!gV6Mc{Ewd?Ii zc-xF>P%PV#73`C}vo)LYZ1AKVq#(iwCS&Ut{jyc>1YLw~Om!2gYjafd>{x|j1(>`Y zGAb}C+rHZ+$GGfx+XX_BdtNHQ?k$aV{a$%HpoQ${<=>;1V;}KUrB|jeJ~UINSAxTN zULKQbh+O+-cB&)Ggz><=6P9H4#6foX_P}mJH9)#1vrXp2O^7c`t^m9am}k)Hu@b;t zm;Fx}3p&8ddT!4l^Ex%{h=+i2o85;%k9b-@1#n+Qg8?n+INV`nwK!@bxpX*0F6k+Y zC-@k!8^r`^!b7xxr~@lq3q!IFohApaH;$~_M;8Nd1XtqJ==*`UzEw9?ugExwCuh;l zfunWC`vlyC?L_*P1xi=+n&1q|izbfa1X>=`mo56huM;`eX#wXU=3Kt#{Vo7E&sr7O zKJxk8#b`{IW|w&N5*4k{WLcA=Xz%0fIDpsAJ8LT+TcmMaR8?} z<>RHi;OThjt^^1v`Fs00%JW}>%lXpZzt>mar*6I(AL2jD#oc(P+wa8t zoyW)LrhCuGa92)lj<&I`6lE8+u|?jgdMM6$56M21MJodx**EfvpTx8P7*#ai$S_p* z1Q)q*iOfhj`kBKL&d_CZw^c0Pfto@|+4@)L#kGj4G*Q%ks;_))q`RW+I9Qe1$=7@- z`0{my&TI-Er!;+))27J&HLF^!fhJX}rI1#YSTDNm)Soz=HUBA@8&@Rte?LNQcl{wK gxGKI#UQl4HcSxK0;i}hO^EUNoMgIV<_lKnY0RY)3u>b%7 diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 1d6b30ec..00000000 --- a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\wmobile\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 7cdc1fd76e31d8ec450da4be8dc8ad4a5704dd01..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4822 zcmeI0YfoB15QgWc5I(hON<|uDNcsU0Ev=v_D5g2diE^>D+`^^O{`j`fyL*m+)+k;Y zNSe*=*~`rA+;(>M{Qi}&H&!>bMN3fv8`_x-ti3SjS4Q@QwV^ew;Z|#wiN2@y+Vu`2 zyj?~$D3M?J9N9`7?&My`#?x?&r1c^gQc6Ph=56zV6mEdrm zm#3r}BG(~WkY;0PwSU2OnBBjc3*ll0;jJgj#5l3FcA-{V;P#l2WI3Q*hu*TcH|A!L z1$%F!$p1=E5Oxdi%TncMb^K|>SM#44W$lvIdtqqfx%rm$!Kkp>2iIeafM|eIw^x)7 zzB^_`v!d5#r#iAs7!O>Vuq3Nz4zkO)2X+&x0n#;@Z89frLVQ_r1>kkSynt4Zl>qL# z?0?Q!&;ef7b9)Y%*QseoJOqr}>^=l~L~Q{Tz|uKA8*Tb;$P>agJyL;R#BQ9_M4*R4psNj54b$R zu8-k0VK1P$&AEOFotm>@1DjuB^Mrk5Ja*PkV`G1=XBG~)(>Cw{Rr%5uHSNX$oa&U1 zm-2$=pS!{}Ye@v^_Sp(hab(TUty}f$T{igoJX{ov9QZ{bL=KpYn+~E2PP;f8xB6oj* YvD%O_^R-ofU(H+5p9j73W1A=K4?4~un*aa+ diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 0717f8f0..00000000 --- a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\wmobile\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\wmobile\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\wmobile\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\wmobile\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/wmobile/vcxproj/salamander/Release_x64/plugins/wmobile/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 43f3295261da6504fc2904fde4f069b7307e9a4e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4322 zcmeI0ZEq4m5Xa}ETzI81($boy;ax3MiMBQt+s14{C>)68DF;~e!>hml?m?-w>64hl zn9DxT?9S89&fJghk*!(7RG(NOZBOmF@0F-)%vbEdw(P~Vxstu*6K>gF+bG><--Nej zEgM>ql32`2hxORce`Hj&3+hi+XSHVIh542Zm^)&10B*n-0nr4fVbA!wV2xSPtj_6h zQp4Wagz?bVk>yyed&nMbAMBW2oxP{+QtFy$Xv<0{dw+tNj{x+PiUW(Ubmk#d(JfAAG5kJ0O6XpQU%dv0^PpR&)1 z*I^T#U!e2I-Y_0}?HAB-xYL&!cKE?{Y(Pb}v_&cSv4c|G@bSH@V0pCkGC{{E_2cq} z!OPw4b}UOS7hc<0(NY8dH^lDbMV3X=0p6~P-#q2kl(25+J(+x$UaLjRp5O<9j&@jE z9Upwvhsjf%!CiR0SCOCp9Q+z9{rz`6`!;p+%lH`kxu4&iopk$~_^|u<=c(yE&@NAQEWA%-q^P{@ zv4oTOXzsSWnf+#Yh;lXUsPmL%g$zk=MaNT+y$mYkfO#kkIfZU-9%`q2 zY8Bn)i9j@~+^vaBmAmEPTlrW&efQL#ctJ$tb-SGKo&!mZeAo22{HOn6(? zwvm-6V~benvL5;QPmD@7rT%P9RvQ*C&9`mH+%c;|a1)FP5G`;*d&buTD`rKrI;YD? zp}n(9#v@+`mSeT)A^Wrgup@SL_JOuXX?kiJHuHQr@Oof&*lWOwgStNFpEDM;^E(Y# zcgSMkPagvjv2Qn}#xd?f#~8c`r45vWk2(@^d^u0+AuCy>EkYWS>lh9tyVAlUUcqM~ z={fIhAVOd@D-3Zx_R<~sUYu%vh*U=G8hFUMy-#~p+MFE#<(Lz8hq?)LV27#HrH9&z zOanV%Zi2Q%V}OKX`qIM?_#NA(?9i($^dt*Rtj~daz*-&HA=t?Y$LVYV3(r$_sds6M z>{SF>HW31?Q=(Lln?%2EOApEFmSmBeeIz?W$~}tw!8fQpL9dUYHLxe_S>$#Gn7AVfXRRQ`3K-XSgdR zH+$Q;tmI{{OXDSRr?R4X%=?k(Lvgbr(1~3TSA55(Ibf96To7R>`*Dj{xJG28sJ!E` zgfsTh+--TwSDqzL;9`_1zZd6%tPOdPp#tFJTXU1 zt!%A@6qT*z;ZzyeAbsi7zx48o{uzE-D_kbIdc)`Hb>abK=2hZ>3c0)L2H%zaWj*Iw P)@O1@^ao(B{ha**E>YMG diff --git a/src/plugins/wmobile/versinfo.rh2 b/src/plugins/wmobile/versinfo.rh2 index f5fc6a68..d0ec6e0c 100644 --- a/src/plugins/wmobile/versinfo.rh2 +++ b/src/plugins/wmobile/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __WMOBILE_VERSINFO_RH2 #define __WMOBILE_VERSINFO_RH2 @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __WMOBILE_VERSINFO_RH2 diff --git a/src/plugins/wmobile/wmobile.cpp b/src/plugins/wmobile/wmobile.cpp index 33cbb057..500c17de 100644 --- a/src/plugins/wmobile/wmobile.cpp +++ b/src/plugins/wmobile/wmobile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -157,7 +157,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs LoadStr(IDS_PLUGIN_DESCRIPTION), "WMOBILE" /* do not translate! */, NULL, "CE"); - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); // obtain our FS name (it may not be "cefs"; Salamander can adjust it) SalamanderGeneral->GetPluginFSName(AssignedFSName, 0); diff --git a/src/plugins/wmobile/wmobile.h b/src/plugins/wmobile/wmobile.h index 66e0e06f..0bba09d6 100644 --- a/src/plugins/wmobile/wmobile.h +++ b/src/plugins/wmobile/wmobile.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/wmobile/wmobile.rc2 b/src/plugins/wmobile/wmobile.rc2 index a9a5eefb..65737b9e 100644 --- a/src/plugins/wmobile/wmobile.rc2 +++ b/src/plugins/wmobile/wmobile.rc2 @@ -1,4 +1,4 @@ -// +// // wmobile.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -13,3 +13,4 @@ #include "versinfo.rc2" IDI_FS ICON "res\\fs.ico" + diff --git a/src/plugins/zip/add.cpp b/src/plugins/zip/add.cpp index 3fb16937..3987cace 100644 --- a/src/plugins/zip/add.cpp +++ b/src/plugins/zip/add.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -2850,7 +2850,7 @@ BOOL CZipPack::LoadDefaults() lstrcpy(Options.SfxSettings.Title, LoadStr(IDS_DEFSFXTITLE)); lstrcpy(Options.About, "Version 1.0 beta, Personal Edition\r\n\r\n" "Coded by Lukas Cerman\r\n" - "E-mail: lukas.cerman@altap.cz\r\n\r\n" + "E-mail: support@taskscape.com\r\n\r\n" "ATTENTION: This selfextractor edition is licenced only for " "personal use and may not be used in business or for programs " "distribution."); diff --git a/src/plugins/zip/add_del.cpp b/src/plugins/zip/add_del.cpp index 9f6b469e..bbb11ac9 100644 --- a/src/plugins/zip/add_del.cpp +++ b/src/plugins/zip/add_del.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -338,8 +338,8 @@ BOOL CZipPack::LoadDefaults() lstrcpy(Options.SfxSettings.Title, LoadStr(IDS_DEFSFXTITLE)); lstrcpy(Options.About, "Version 1.40"); lstrcpy(Options.SfxSettings.ExtractBtnText, LoadStr(IDS_DEFEXTRBUTTON)); - lstrcpy(Options.SfxSettings.Vendor, "Self-Extractor © 2000-2023 Open Salamander Authors"); - lstrcpy(Options.SfxSettings.WWW, "https://www.altap.cz"); + lstrcpy(Options.SfxSettings.Vendor, "Self-Extractor © 2000-2023 Taskscape Ltd"); + lstrcpy(Options.SfxSettings.WWW, "https://www.taskscape.com"); } else { diff --git a/src/plugins/zip/add_del.h b/src/plugins/zip/add_del.h index c3c2fec7..926f9a9a 100644 --- a/src/plugins/zip/add_del.h +++ b/src/plugins/zip/add_del.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/bits.cpp b/src/plugins/zip/bits.cpp index 437a096f..89b769f0 100644 --- a/src/plugins/zip/bits.cpp +++ b/src/plugins/zip/bits.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/chicon.cpp b/src/plugins/zip/chicon.cpp index ac4ac925..144e6c46 100644 --- a/src/plugins/zip/chicon.cpp +++ b/src/plugins/zip/chicon.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/chicon.h b/src/plugins/zip/chicon.h index 744a099a..6ebc5483 100644 --- a/src/plugins/zip/chicon.h +++ b/src/plugins/zip/chicon.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/common.cpp b/src/plugins/zip/common.cpp index 4d2b4465..bf0c0a86 100644 --- a/src/plugins/zip/common.cpp +++ b/src/plugins/zip/common.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -52,7 +52,7 @@ const CConfiguration DefConfig = 0, //config version (0 - default; 1 - beta 3; 2 - beta 4) "english.sfx", //default sfx package "", //default path to export sfx settings to - 0, //current version of Altap Salamander, will be set elsewhere + 0, //current version of Open Salamander, will be set elsewhere CLR_ASK, // ChangeLangReaction, viz CLR_xxx TRUE, // winzip compatible multi-volume archive names // Custom columns: diff --git a/src/plugins/zip/common.h b/src/plugins/zip/common.h index 32fb08be..2c075bcf 100644 --- a/src/plugins/zip/common.h +++ b/src/plugins/zip/common.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -75,7 +75,7 @@ struct CConfiguration int Version; //config version (0 - default; 1 - beta 3; 2 - beta 4) char DefSfxFile[MAX_PATH]; //default sfx package char LastExportPath[MAX_PATH]; //default path to export sfx settings to - int CurSalamanderVersion; //current version of Altap Salamnder + int CurSalamanderVersion; //current version of Taskscape Ltd Salamnder int ChangeLangReaction; //viz CLR_xxx BOOL WinZipNames; // winzip compatible multi-volume archive names diff --git a/src/plugins/zip/common2.cpp b/src/plugins/zip/common2.cpp index ba18eff2..6e2900d2 100644 --- a/src/plugins/zip/common2.cpp +++ b/src/plugins/zip/common2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/config.h b/src/plugins/zip/config.h index b27a60dc..a3eec5ae 100644 --- a/src/plugins/zip/config.h +++ b/src/plugins/zip/config.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/const.cpp b/src/plugins/zip/const.cpp index 9598f33b..c35c1fe6 100644 --- a/src/plugins/zip/const.cpp +++ b/src/plugins/zip/const.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/crypt.cpp b/src/plugins/zip/crypt.cpp index 49f93d40..e99366b1 100644 --- a/src/plugins/zip/crypt.cpp +++ b/src/plugins/zip/crypt.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/crypt.h b/src/plugins/zip/crypt.h index c1a0b9c3..9a9e5065 100644 --- a/src/plugins/zip/crypt.h +++ b/src/plugins/zip/crypt.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/deflate.cpp b/src/plugins/zip/deflate.cpp index 11d4ad7d..2ba582d5 100644 --- a/src/plugins/zip/deflate.cpp +++ b/src/plugins/zip/deflate.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/deflate.h b/src/plugins/zip/deflate.h index 248ac5e4..3bd913e4 100644 --- a/src/plugins/zip/deflate.h +++ b/src/plugins/zip/deflate.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/del.cpp b/src/plugins/zip/del.cpp index 712ba002..d4ccfacc 100644 --- a/src/plugins/zip/del.cpp +++ b/src/plugins/zip/del.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/dialogs.cpp b/src/plugins/zip/dialogs.cpp index 9f214316..f226d7da 100644 --- a/src/plugins/zip/dialogs.cpp +++ b/src/plugins/zip/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/dialogs.h b/src/plugins/zip/dialogs.h index 5d1e85c2..71a0ff57 100644 --- a/src/plugins/zip/dialogs.h +++ b/src/plugins/zip/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/dialogs2.cpp b/src/plugins/zip/dialogs2.cpp index 0069400d..11de7a0c 100644 --- a/src/plugins/zip/dialogs2.cpp +++ b/src/plugins/zip/dialogs2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/dialogs3.cpp b/src/plugins/zip/dialogs3.cpp index c38c7a09..565fdeb4 100644 --- a/src/plugins/zip/dialogs3.cpp +++ b/src/plugins/zip/dialogs3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/explode.cpp b/src/plugins/zip/explode.cpp index df73f993..a514c8c2 100644 --- a/src/plugins/zip/explode.cpp +++ b/src/plugins/zip/explode.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/explode.h b/src/plugins/zip/explode.h index b929a499..f70a5679 100644 --- a/src/plugins/zip/explode.h +++ b/src/plugins/zip/explode.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/extract.cpp b/src/plugins/zip/extract.cpp index e69ba13d..b027ef88 100644 --- a/src/plugins/zip/extract.cpp +++ b/src/plugins/zip/extract.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/extract.h b/src/plugins/zip/extract.h index 9e4091c1..f99498b8 100644 --- a/src/plugins/zip/extract.h +++ b/src/plugins/zip/extract.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/help/hh/zip/faq_faq.htm b/src/plugins/zip/help/hh/zip/faq_faq.htm index 3fc94b57..5bb88404 100644 --- a/src/plugins/zip/help/hh/zip/faq_faq.htm +++ b/src/plugins/zip/help/hh/zip/faq_faq.htm @@ -1,4 +1,4 @@ - + Frequently Asked Questions @@ -50,7 +50,8 @@

    Frequently Asked Questions

    - + + diff --git a/src/plugins/zip/help/hh/zip/files/sample.set b/src/plugins/zip/help/hh/zip/files/sample.set index 59e630e8..359c6c50 100644 --- a/src/plugins/zip/help/hh/zip/files/sample.set +++ b/src/plugins/zip/help/hh/zip/files/sample.set @@ -148,11 +148,11 @@ button_text="&Extract" ;vendor name in bottom-left corner of main sfx dialog -vendor="Self-Extractor 2000-2023 Open Salamander Authors" +vendor="Self-Extractor � 2000-2023 Taskscape Ltd" ;www link in bottom-right corner of main sfx dialog -link="https://www.altap.cz/" +link="https://www.taskscape.com/" ;files containing icon data, it can be either an ICO file or an PE ;executable file (like win32 EXEs or DLLs) containing the icon diff --git a/src/plugins/zip/help/hh/zip/introduction_intro.htm b/src/plugins/zip/help/hh/zip/introduction_intro.htm index 9dbfd4e8..57ac7299 100644 --- a/src/plugins/zip/help/hh/zip/introduction_intro.htm +++ b/src/plugins/zip/help/hh/zip/introduction_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -23,7 +23,8 @@

    Getting Started with ZIP Plugin

    for a description of basic work with plugin archiver and menu extension.

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfx_cmdline.htm b/src/plugins/zip/help/hh/zip/sfx_cmdline.htm index dd988933..b167184c 100644 --- a/src/plugins/zip/help/hh/zip/sfx_cmdline.htm +++ b/src/plugins/zip/help/hh/zip/sfx_cmdline.htm @@ -1,4 +1,4 @@ - + Self-Extractor Command Line Parameters @@ -23,7 +23,8 @@

    See Also

    Self-Extractor Settings

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfx_creating.htm b/src/plugins/zip/help/hh/zip/sfx_creating.htm index 3b91d207..34922281 100644 --- a/src/plugins/zip/help/hh/zip/sfx_creating.htm +++ b/src/plugins/zip/help/hh/zip/sfx_creating.htm @@ -1,4 +1,4 @@ - + Creating Self-Extracting Archive @@ -41,7 +41,8 @@

    See Also

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfx_intro.htm b/src/plugins/zip/help/hh/zip/sfx_intro.htm index 8c615d77..394a31b5 100644 --- a/src/plugins/zip/help/hh/zip/sfx_intro.htm +++ b/src/plugins/zip/help/hh/zip/sfx_intro.htm @@ -1,4 +1,4 @@ - + Introduction @@ -30,7 +30,8 @@

    Introduction

    Self-Extractor removes all temporary files.

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfx_sfx.htm b/src/plugins/zip/help/hh/zip/sfx_sfx.htm index 6eb81238..bbe01b60 100644 --- a/src/plugins/zip/help/hh/zip/sfx_sfx.htm +++ b/src/plugins/zip/help/hh/zip/sfx_sfx.htm @@ -1,4 +1,4 @@ - + Self-Extractor @@ -55,7 +55,8 @@

    Features:

    is a one standalone sfx package. Sfx packages are distributed with ZIP plugin.

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfxset_dlgitems.htm b/src/plugins/zip/help/hh/zip/sfxset_dlgitems.htm index 29989ba0..e25e0c7e 100644 --- a/src/plugins/zip/help/hh/zip/sfxset_dlgitems.htm +++ b/src/plugins/zip/help/hh/zip/sfxset_dlgitems.htm @@ -1,4 +1,4 @@ - + Dialog Box Options @@ -87,7 +87,7 @@

    Dialog Box Options

    Samples:
    setup.exe -x
    doc\readme.txt
    - https://www.altap.cz/

    + https://www.taskscape.com/

    Remove extracted files
    @@ -157,7 +157,8 @@

    See Also

    Waiting for Another Application - + + diff --git a/src/plugins/zip/help/hh/zip/sfxset_menu.htm b/src/plugins/zip/help/hh/zip/sfxset_menu.htm index 5071bfbe..f0d37510 100644 --- a/src/plugins/zip/help/hh/zip/sfxset_menu.htm +++ b/src/plugins/zip/help/hh/zip/sfxset_menu.htm @@ -1,4 +1,4 @@ - + Menu Commands @@ -66,8 +66,9 @@

    In Options Submenu:

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfxset_settings.htm b/src/plugins/zip/help/hh/zip/sfxset_settings.htm index 7bd2b50d..3a018098 100644 --- a/src/plugins/zip/help/hh/zip/sfxset_settings.htm +++ b/src/plugins/zip/help/hh/zip/sfxset_settings.htm @@ -1,4 +1,4 @@ - + Self-Extractor Settings @@ -28,8 +28,9 @@

    See Also

    Creating Self-Extracting Archive

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfxset_texts.htm b/src/plugins/zip/help/hh/zip/sfxset_texts.htm index e86a21e1..34c3503e 100644 --- a/src/plugins/zip/help/hh/zip/sfxset_texts.htm +++ b/src/plugins/zip/help/hh/zip/sfxset_texts.htm @@ -1,4 +1,4 @@ - + Self-Extractor Texts Dialog @@ -37,8 +37,9 @@

    Main Dialog Box

    dialog to see main dialog with your own texts.

    - + + diff --git a/src/plugins/zip/help/hh/zip/sfxset_waiting.htm b/src/plugins/zip/help/hh/zip/sfxset_waiting.htm index 8fdeb0b4..7a15cfb0 100644 --- a/src/plugins/zip/help/hh/zip/sfxset_waiting.htm +++ b/src/plugins/zip/help/hh/zip/sfxset_waiting.htm @@ -1,4 +1,4 @@ - + Waiting for Another Application @@ -32,7 +32,8 @@

    Waiting for Another Application

    can do it by specifying the filename of the App2 executable in the Wait for dialog.

    - + + diff --git a/src/plugins/zip/help/hh/zip/usingzip_comments.htm b/src/plugins/zip/help/hh/zip/usingzip_comments.htm index 96bc4d32..c75f8eb9 100644 --- a/src/plugins/zip/help/hh/zip/usingzip_comments.htm +++ b/src/plugins/zip/help/hh/zip/usingzip_comments.htm @@ -1,4 +1,4 @@ - + Archive Comment @@ -24,7 +24,8 @@

    To view/edit archive comment:

    - + + diff --git a/src/plugins/zip/help/hh/zip/usingzip_config.htm b/src/plugins/zip/help/hh/zip/usingzip_config.htm index 7143248b..aaab353a 100644 --- a/src/plugins/zip/help/hh/zip/usingzip_config.htm +++ b/src/plugins/zip/help/hh/zip/usingzip_config.htm @@ -1,4 +1,4 @@ - + ZIP Configuration @@ -79,8 +79,8 @@

    Options

    Show column Packed when listing archive
    Controls whether an extra column Packed with compressed size of the respective file should be added -to the panel listing the archive in Detailed mode -or Types mode. +to the panel listing the archive in Detailed modehttps://forum.altap.cz +or Types modehttps://forum.altap.cz.
    @@ -89,7 +89,8 @@

    See Also

    Create New Archive and Add Files to Archive Dialogs

    - + + diff --git a/src/plugins/zip/help/hh/zip/usingzip_packdlg.htm b/src/plugins/zip/help/hh/zip/usingzip_packdlg.htm index ef720ded..6d20efa0 100644 --- a/src/plugins/zip/help/hh/zip/usingzip_packdlg.htm +++ b/src/plugins/zip/help/hh/zip/usingzip_packdlg.htm @@ -1,4 +1,4 @@ - + Create New Archive Dialog @@ -76,7 +76,8 @@

    See Also

    Self-Extracting Archives

    - + + diff --git a/src/plugins/zip/help/hh/zip/usingzip_test.htm b/src/plugins/zip/help/hh/zip/usingzip_test.htm index 2b0091fb..48e4f917 100644 --- a/src/plugins/zip/help/hh/zip/usingzip_test.htm +++ b/src/plugins/zip/help/hh/zip/usingzip_test.htm @@ -1,4 +1,4 @@ - + Testing Archive @@ -22,8 +22,9 @@

    To test ZIP archive:

    - + + diff --git a/src/plugins/zip/inflate.cpp b/src/plugins/zip/inflate.cpp index 40810324..307472c6 100644 --- a/src/plugins/zip/inflate.cpp +++ b/src/plugins/zip/inflate.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/inflate.h b/src/plugins/zip/inflate.h index 91115e42..1caec9cc 100644 --- a/src/plugins/zip/inflate.h +++ b/src/plugins/zip/inflate.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/iosfxset.cpp b/src/plugins/zip/iosfxset.cpp index 0184a6d7..ff8ac09a 100644 --- a/src/plugins/zip/iosfxset.cpp +++ b/src/plugins/zip/iosfxset.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/iosfxset.h b/src/plugins/zip/iosfxset.h index 9ad7b167..283d3c53 100644 --- a/src/plugins/zip/iosfxset.h +++ b/src/plugins/zip/iosfxset.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/lang/lang.rc2 b/src/plugins/zip/lang/lang.rc2 index 412d8e88..3d192d3b 100644 --- a/src/plugins/zip/lang/lang.rc2 +++ b/src/plugins/zip/lang/lang.rc2 @@ -1,4 +1,4 @@ -// +// // lang.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -244,3 +244,4 @@ STRINGTABLE IDS_SFX_COMMENT_WAITFOR3, ";In this manner behaves e.g like some versions of Install Shield.\r\n;This option is ignored unless 'remove_temp' is set to 1.\r\n\r\n" IDS_SFX_COMMENT_REQUIRESADMIN, "\r\n;requires administrative privileges to run on Windows Vista or later\r\n\r\n" } + diff --git a/src/plugins/zip/list.cpp b/src/plugins/zip/list.cpp index ef68e69d..892f5060 100644 --- a/src/plugins/zip/list.cpp +++ b/src/plugins/zip/list.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/list.h b/src/plugins/zip/list.h index ca3fc771..73f363df 100644 --- a/src/plugins/zip/list.h +++ b/src/plugins/zip/list.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/main.cpp b/src/plugins/zip/main.cpp index d92396b0..7bcd3702 100644 --- a/src/plugins/zip/main.cpp +++ b/src/plugins/zip/main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -175,7 +175,7 @@ CPluginInterfaceAbstract* WINAPI SalamanderPluginEntry(CSalamanderPluginEntryAbs "ZIP" /* neprekladat! */, "zip;pk3;pk4;jar"); // register the plugin home page URL - salamander->SetPluginHomePageURL("www.altap.cz"); + salamander->SetPluginHomePageURL("www.taskscape.com"); return &PluginInterface; } diff --git a/src/plugins/zip/main.h b/src/plugins/zip/main.h index cb740ca4..4c87df6f 100644 --- a/src/plugins/zip/main.h +++ b/src/plugins/zip/main.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/memapi.cpp b/src/plugins/zip/memapi.cpp index 4b17c25d..01f97396 100644 --- a/src/plugins/zip/memapi.cpp +++ b/src/plugins/zip/memapi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/memapi.h b/src/plugins/zip/memapi.h index d3b13d8b..aecf9c85 100644 --- a/src/plugins/zip/memapi.h +++ b/src/plugins/zip/memapi.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/precomp.cpp b/src/plugins/zip/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/zip/precomp.cpp +++ b/src/plugins/zip/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/precomp.h b/src/plugins/zip/precomp.h index dd8f7fc9..6aff6a2d 100644 --- a/src/plugins/zip/precomp.h +++ b/src/plugins/zip/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/prevsfx.cpp b/src/plugins/zip/prevsfx.cpp index 86209b7b..12b5200a 100644 --- a/src/plugins/zip/prevsfx.cpp +++ b/src/plugins/zip/prevsfx.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/prevsfx.h b/src/plugins/zip/prevsfx.h index bdada694..60e1573a 100644 --- a/src/plugins/zip/prevsfx.h +++ b/src/plugins/zip/prevsfx.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/repair.cpp b/src/plugins/zip/repair.cpp index 0eeb40a1..3300b878 100644 --- a/src/plugins/zip/repair.cpp +++ b/src/plugins/zip/repair.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/repair.h b/src/plugins/zip/repair.h index 90791b76..ab43a2e5 100644 --- a/src/plugins/zip/repair.h +++ b/src/plugins/zip/repair.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /* diff --git a/src/plugins/zip/selfextr/RESOURCE.H b/src/plugins/zip/selfextr/RESOURCE.H index 54f4fc54..60081bc8 100644 --- a/src/plugins/zip/selfextr/RESOURCE.H +++ b/src/plugins/zip/selfextr/RESOURCE.H @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later /**************************************************************************** diff --git a/src/plugins/zip/selfextr/SELFEXTR.RC b/src/plugins/zip/selfextr/SELFEXTR.RC index 22d70bc9..250a29ec 100644 --- a/src/plugins/zip/selfextr/SELFEXTR.RC +++ b/src/plugins/zip/selfextr/SELFEXTR.RC @@ -1,4 +1,4 @@ -//zip self-extractor resources +//zip self-extractor resources #pragma code_page(65001) @@ -37,7 +37,7 @@ BEGIN VALUE "CompanyName", "Open Salamander" "\0" VALUE "FileDescription", "Self-Extractor" "\0" VALUE "FileVersion", "1.40.0.0" "\0" - VALUE "LegalCopyright", "Copyright © 2000-2023 Open Salamander Authors" "\0" + VALUE "LegalCopyright", "Copyright © 2000-2023 Taskscape Ltd" "\0" END END BLOCK "VarFileInfo" diff --git a/src/plugins/zip/selfextr/comdefs.h b/src/plugins/zip/selfextr/comdefs.h index a2fa65d8..00a54af9 100644 --- a/src/plugins/zip/selfextr/comdefs.h +++ b/src/plugins/zip/selfextr/comdefs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" diff --git a/src/plugins/zip/selfextr/dialog.cpp b/src/plugins/zip/selfextr/dialog.cpp index f91449b6..9c3ff84a 100644 --- a/src/plugins/zip/selfextr/dialog.cpp +++ b/src/plugins/zip/selfextr/dialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/zip/selfextr/dialog.h b/src/plugins/zip/selfextr/dialog.h index 36e9e26f..93e0df44 100644 --- a/src/plugins/zip/selfextr/dialog.h +++ b/src/plugins/zip/selfextr/dialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/selfextr/extended.cpp b/src/plugins/zip/selfextr/extended.cpp index a51f61a9..c9d31153 100644 --- a/src/plugins/zip/selfextr/extended.cpp +++ b/src/plugins/zip/selfextr/extended.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/zip/selfextr/extended.h b/src/plugins/zip/selfextr/extended.h index dbcd91cc..41bd19f0 100644 --- a/src/plugins/zip/selfextr/extended.h +++ b/src/plugins/zip/selfextr/extended.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #ifdef EXT_VER diff --git a/src/plugins/zip/selfextr/extract.cpp b/src/plugins/zip/selfextr/extract.cpp index aa147459..abbf8a16 100644 --- a/src/plugins/zip/selfextr/extract.cpp +++ b/src/plugins/zip/selfextr/extract.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/zip/selfextr/extract.h b/src/plugins/zip/selfextr/extract.h index e819f557..279c33fe 100644 --- a/src/plugins/zip/selfextr/extract.h +++ b/src/plugins/zip/selfextr/extract.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/selfextr/inflate.cpp b/src/plugins/zip/selfextr/inflate.cpp index f66d03f5..3c158fb5 100644 --- a/src/plugins/zip/selfextr/inflate.cpp +++ b/src/plugins/zip/selfextr/inflate.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/zip/selfextr/inflate.h b/src/plugins/zip/selfextr/inflate.h index b0884f25..9069eb02 100644 --- a/src/plugins/zip/selfextr/inflate.h +++ b/src/plugins/zip/selfextr/inflate.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/selfextr/language/chinesesimplified/texts.h b/src/plugins/zip/selfextr/language/chinesesimplified/texts.h index 722bd381..b553ec93 100644 --- a/src/plugins/zip/selfextr/language/chinesesimplified/texts.h +++ b/src/plugins/zip/selfextr/language/chinesesimplified/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - chinese simplified version diff --git a/src/plugins/zip/selfextr/language/chinesesimplified/texts.txt b/src/plugins/zip/selfextr/language/chinesesimplified/texts.txt index 8ab1aab8..faa4ea77 100644 --- a/src/plugins/zip/selfextr/language/chinesesimplified/texts.txt +++ b/src/plugins/zip/selfextr/language/chinesesimplified/texts.txt @@ -1,13 +1,13 @@ 04 -"Խѹ ZIP ѹ" +"�Խ�ѹ ZIP ѹ����" -"⽫ѹ ZIP ѹ" +"�⽫��ѹ�� ZIP ѹ������" -"汾 1.40" +"�汾 1.40" -"ѹ(&E)" +"��ѹ(&E)" -"Self-Extractor (c) 2000-2023 Open Salamander Authors" +"Self-Extractor (c) 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/czech/texts.h b/src/plugins/zip/selfextr/language/czech/texts.h index fd4dc96f..106da792 100644 --- a/src/plugins/zip/selfextr/language/czech/texts.h +++ b/src/plugins/zip/selfextr/language/czech/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - english version diff --git a/src/plugins/zip/selfextr/language/czech/texts.txt b/src/plugins/zip/selfextr/language/czech/texts.txt index 153fd97f..bae5055e 100644 --- a/src/plugins/zip/selfextr/language/czech/texts.txt +++ b/src/plugins/zip/selfextr/language/czech/texts.txt @@ -1,13 +1,13 @@ 05 -"Samorozbaliteln ZIP archiv" +"Samorozbaliteln� ZIP archiv" -"Tento program rozbal ZIP archiv." +"Tento program rozbal� ZIP archiv." "Verze 1.40" "&Rozbalit" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/dutch/texts.h b/src/plugins/zip/selfextr/language/dutch/texts.h index fbbf84a3..b075faaf 100644 --- a/src/plugins/zip/selfextr/language/dutch/texts.h +++ b/src/plugins/zip/selfextr/language/dutch/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - dutch version diff --git a/src/plugins/zip/selfextr/language/dutch/texts.txt b/src/plugins/zip/selfextr/language/dutch/texts.txt index 153950b7..af3c8dba 100644 --- a/src/plugins/zip/selfextr/language/dutch/texts.txt +++ b/src/plugins/zip/selfextr/language/dutch/texts.txt @@ -8,6 +8,6 @@ "&Uitpakken" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/english/texts.h b/src/plugins/zip/selfextr/language/english/texts.h index 89f5fd47..f49c7a21 100644 --- a/src/plugins/zip/selfextr/language/english/texts.h +++ b/src/plugins/zip/selfextr/language/english/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - english version diff --git a/src/plugins/zip/selfextr/language/english/texts.txt b/src/plugins/zip/selfextr/language/english/texts.txt index b0315b8b..61295454 100644 --- a/src/plugins/zip/selfextr/language/english/texts.txt +++ b/src/plugins/zip/selfextr/language/english/texts.txt @@ -8,6 +8,6 @@ "&Extract" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/french/texts.h b/src/plugins/zip/selfextr/language/french/texts.h index 2ea98d74..7a59b6bb 100644 --- a/src/plugins/zip/selfextr/language/french/texts.h +++ b/src/plugins/zip/selfextr/language/french/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - english version diff --git a/src/plugins/zip/selfextr/language/french/texts.txt b/src/plugins/zip/selfextr/language/french/texts.txt index 7c22057d..6c1fbc7c 100644 --- a/src/plugins/zip/selfextr/language/french/texts.txt +++ b/src/plugins/zip/selfextr/language/french/texts.txt @@ -1,6 +1,6 @@ 0C -"Archive ZIP extraction automatique" +"Archive ZIP � extraction automatique" "Cela va extraire l'archive ZIP." @@ -8,6 +8,6 @@ "&Extraire" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/german/texts.h b/src/plugins/zip/selfextr/language/german/texts.h index f38c0b35..bc1ae751 100644 --- a/src/plugins/zip/selfextr/language/german/texts.h +++ b/src/plugins/zip/selfextr/language/german/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - german version diff --git a/src/plugins/zip/selfextr/language/german/texts.txt b/src/plugins/zip/selfextr/language/german/texts.txt index 765e123f..d8b35fb8 100644 --- a/src/plugins/zip/selfextr/language/german/texts.txt +++ b/src/plugins/zip/selfextr/language/german/texts.txt @@ -8,6 +8,6 @@ "&Entpacken" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/hungarian/texts.h b/src/plugins/zip/selfextr/language/hungarian/texts.h index 2aa947e2..33c0bc4e 100644 --- a/src/plugins/zip/selfextr/language/hungarian/texts.h +++ b/src/plugins/zip/selfextr/language/hungarian/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - hungarian version diff --git a/src/plugins/zip/selfextr/language/hungarian/texts.txt b/src/plugins/zip/selfextr/language/hungarian/texts.txt index fa1909ba..9f243549 100644 --- a/src/plugins/zip/selfextr/language/hungarian/texts.txt +++ b/src/plugins/zip/selfextr/language/hungarian/texts.txt @@ -1,13 +1,13 @@ 0E -"nkitmrt ZIP archvum" +"�nkit�m�r�t� ZIP arch�vum" -"Kitmrti a ZIP archvumot." +"Kit�m�r�ti a ZIP arch�vumot." -"Verzi 1.40" +"Verzi� 1.40" -"Kitmrt" +"Kit�m�r�t" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/romanian/texts.h b/src/plugins/zip/selfextr/language/romanian/texts.h index 388ab5de..d660158c 100644 --- a/src/plugins/zip/selfextr/language/romanian/texts.h +++ b/src/plugins/zip/selfextr/language/romanian/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - romanian version diff --git a/src/plugins/zip/selfextr/language/romanian/texts.txt b/src/plugins/zip/selfextr/language/romanian/texts.txt index e304c8f1..615644c9 100644 --- a/src/plugins/zip/selfextr/language/romanian/texts.txt +++ b/src/plugins/zip/selfextr/language/romanian/texts.txt @@ -8,6 +8,6 @@ "&Extrage" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/russian/texts.h b/src/plugins/zip/selfextr/language/russian/texts.h index 95f6f391..70dbd510 100644 --- a/src/plugins/zip/selfextr/language/russian/texts.h +++ b/src/plugins/zip/selfextr/language/russian/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - english version diff --git a/src/plugins/zip/selfextr/language/russian/texts.txt b/src/plugins/zip/selfextr/language/russian/texts.txt index 1d385874..b181907b 100644 --- a/src/plugins/zip/selfextr/language/russian/texts.txt +++ b/src/plugins/zip/selfextr/language/russian/texts.txt @@ -1,13 +1,13 @@ 19 -" ZIP" +"��������������������� ����� ZIP" -" ZIP." +"��� ��������� �������� ���������� ������ ZIP." -" 1.40" +"������ 1.40" -"&" +"&�������" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/slovak/texts.h b/src/plugins/zip/selfextr/language/slovak/texts.h index ed6f912e..6050c181 100644 --- a/src/plugins/zip/selfextr/language/slovak/texts.h +++ b/src/plugins/zip/selfextr/language/slovak/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - slovak version diff --git a/src/plugins/zip/selfextr/language/slovak/texts.txt b/src/plugins/zip/selfextr/language/slovak/texts.txt index b93032e1..5010355d 100644 --- a/src/plugins/zip/selfextr/language/slovak/texts.txt +++ b/src/plugins/zip/selfextr/language/slovak/texts.txt @@ -1,13 +1,13 @@ 1B -"Samorozbalovac ZIP archiv" +"Samorozbalovac� ZIP archiv" -"Tento program rozbal ZIP archiv." +"Tento program rozbal� ZIP archiv." "Verzia 1.40" -"&Rozbali" +"&Rozbali�" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/language/spanish/texts.h b/src/plugins/zip/selfextr/language/spanish/texts.h index 64e27222..60565186 100644 --- a/src/plugins/zip/selfextr/language/spanish/texts.h +++ b/src/plugins/zip/selfextr/language/spanish/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // text.h - english version diff --git a/src/plugins/zip/selfextr/language/spanish/texts.txt b/src/plugins/zip/selfextr/language/spanish/texts.txt index 6c68e8c4..b03cec7b 100644 --- a/src/plugins/zip/selfextr/language/spanish/texts.txt +++ b/src/plugins/zip/selfextr/language/spanish/texts.txt @@ -2,12 +2,12 @@ "Archivo ZIP autoextraible" -"Esta operacin extraer un archivo ZIP." +"Esta operaci�n extraer� un archivo ZIP." -"Versin 1.40" +"Versi�n 1.40" "&Extraer" -"Self-Extractor 2000-2023 Open Salamander Authors" +"Self-Extractor � 2000-2023 Taskscape Ltd" -"https://www.altap.cz" +"https://www.taskscape.com" diff --git a/src/plugins/zip/selfextr/selfextr.cpp b/src/plugins/zip/selfextr/selfextr.cpp index e213496f..8378da9d 100644 --- a/src/plugins/zip/selfextr/selfextr.cpp +++ b/src/plugins/zip/selfextr/selfextr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/zip/selfextr/selfextr.h b/src/plugins/zip/selfextr/selfextr.h index 4d043631..2708a8c8 100644 --- a/src/plugins/zip/selfextr/selfextr.h +++ b/src/plugins/zip/selfextr/selfextr.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/selfextr/strings.h b/src/plugins/zip/selfextr/strings.h index 2d41f001..9f6c23e7 100644 --- a/src/plugins/zip/selfextr/strings.h +++ b/src/plugins/zip/selfextr/strings.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma warning(3 : 4706) // warning C4706: assignment within conditional expression diff --git a/src/plugins/zip/sfxmake/crc32.cpp b/src/plugins/zip/sfxmake/crc32.cpp index 0c1375aa..83b721cc 100644 --- a/src/plugins/zip/sfxmake/crc32.cpp +++ b/src/plugins/zip/sfxmake/crc32.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/sfxmake/crc32.h b/src/plugins/zip/sfxmake/crc32.h index 88e64953..37b0107a 100644 --- a/src/plugins/zip/sfxmake/crc32.h +++ b/src/plugins/zip/sfxmake/crc32.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/sfxmake/precomp.cpp b/src/plugins/zip/sfxmake/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/zip/sfxmake/precomp.cpp +++ b/src/plugins/zip/sfxmake/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/sfxmake/precomp.h b/src/plugins/zip/sfxmake/precomp.h index 295eab63..95291d02 100644 --- a/src/plugins/zip/sfxmake/precomp.h +++ b/src/plugins/zip/sfxmake/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/plugins/zip/sfxmake/sfxmake.cpp b/src/plugins/zip/sfxmake/sfxmake.cpp index dcf4f7af..bb22ec57 100644 --- a/src/plugins/zip/sfxmake/sfxmake.cpp +++ b/src/plugins/zip/sfxmake/sfxmake.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -185,7 +185,7 @@ int main(int argc, char* argv[]) { EnableExceptionsOn64(); - printf("\nSFXMake 1.2\tCopyright (c) 1997-2023 Open Salamander Authors\t\n\n"); + printf("\nSFXMake 1.2\tCopyright (c) 1997-2023 Taskscape Ltd\t\n\n"); if (argc < 5 || argc > 5) { printf("Usage:\tsfxmake \n\n" diff --git a/src/plugins/zip/sfxmake/sfxmake.h b/src/plugins/zip/sfxmake/sfxmake.h index 089dba85..9706a5c0 100644 --- a/src/plugins/zip/sfxmake/sfxmake.h +++ b/src/plugins/zip/sfxmake/sfxmake.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/sfxmake/sfxmake.rc b/src/plugins/zip/sfxmake/sfxmake.rc index 15641786..04a80039 100644 --- a/src/plugins/zip/sfxmake/sfxmake.rc +++ b/src/plugins/zip/sfxmake/sfxmake.rc @@ -1,4 +1,4 @@ -#ifdef APSTUDIO_INVOKED +#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED @@ -22,7 +22,7 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" VALUE "FileVersion", "1.0\0" VALUE "InternalName", "SFXMAKE\0" VALUE "OriginalFilename", "SFXMAKE.EXE\0" - VALUE "LegalCopyright", "Copyright \251 2000-2023 Open Salamander Authors\0" + VALUE "LegalCopyright", "Copyright \251 2000-2023 Taskscape Ltd\0" VALUE "ProductVersion", "1.0\0" VALUE "ProductName", "SFXMAKE\0" } diff --git a/src/plugins/zip/trees.cpp b/src/plugins/zip/trees.cpp index 1d836209..700fb0cb 100644 --- a/src/plugins/zip/trees.cpp +++ b/src/plugins/zip/trees.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/typecons.h b/src/plugins/zip/typecons.h index 14521354..e208352b 100644 --- a/src/plugins/zip/typecons.h +++ b/src/plugins/zip/typecons.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/unbzip2.cpp b/src/plugins/zip/unbzip2.cpp index cfe91e70..8b9f315e 100644 --- a/src/plugins/zip/unbzip2.cpp +++ b/src/plugins/zip/unbzip2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/unbzip2.h b/src/plugins/zip/unbzip2.h index 8b30b08d..185e1780 100644 --- a/src/plugins/zip/unbzip2.h +++ b/src/plugins/zip/unbzip2.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/unreduce.cpp b/src/plugins/zip/unreduce.cpp index c1594dde..47d6223e 100644 --- a/src/plugins/zip/unreduce.cpp +++ b/src/plugins/zip/unreduce.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/unreduce.h b/src/plugins/zip/unreduce.h index e9f1e916..04c0c074 100644 --- a/src/plugins/zip/unreduce.h +++ b/src/plugins/zip/unreduce.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/unshrink.cpp b/src/plugins/zip/unshrink.cpp index 9d94441c..6a6c169a 100644 --- a/src/plugins/zip/unshrink.cpp +++ b/src/plugins/zip/unshrink.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/unshrink.h b/src/plugins/zip/unshrink.h index f1aa933f..d86c023d 100644 --- a/src/plugins/zip/unshrink.h +++ b/src/plugins/zip/unshrink.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index c6097518..00000000 --- a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\zip\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\zip\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\zip\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\zip\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index a8a580862f70e7fd120f15267b108d9c2871bdf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4868 zcmeI0YflqV5QgWcH2tJ8R!R*aP5e;Wf>m0GER>K23p?$Gq8(72YthH@yr_6`9KnhRQG7hS0hxXcy zcC6+40&NvK6+5t^eX@79ViVpq-t-J2n!;pk)#7o*f;&N%z#C&-2kXil);tsgFzx}9 zw|!abl$cX-gP~#yzTNtQ1tR|Gs;0nR02j7#^OUO6-H$^ zoaf~+u|~+XgBGOOSlT1x7k>pL-kzyZpj1PaG4sA_6PD!bv4iZ;ciG(lYlw6WRvWB|n+Ok= zTp{~(icY}QW69yO1a8INRjQa&Xc> zQZGl>=_Nah1Y1buwHQm<1fqttT9xFIao{x9ccanNsy%ej2dm)9_@?>~wCV#l*Qmri zi9cu2%C5t8LVL{Kgl(cjSwk8xU(siRlPIqlJB|}*cf?pW=mEb<{8;4)@&A}}`I`5$ zkiB`n1;F;8;VJA*SJT)$#hanc&?_3P11;;w&Mrm@`Z-SQF zyt==>!Q}yVeF(1!djZaM&hbm|RGkg$*!&!uC+s8hk+Xgp8~gKoVd0RQZ3Q3DD_>gU zO}lvrr#juEg}mVDcz;UxMHBq(6VJFTYRSd^0}8e-?|o zF{Rt@#QUAc$LFSV&&Y6BPHv92v91(lFKc6iyi@g0ob&FJeJG1o20ElpAG_Kj1V(x9 zDH(?9oN$&4m&uHjqo254+B0z3+)WkA8DA%0P?r7`JaO%zYD}0!M|G61fpkZ-9Ob`V zBl(&x1wX!y&>2m^+k{8Ga@Z8vzE(TH)X|)3g%nb%;_6OsH;uAkq8PKu#&WS#ZsAgCe|+2LJ%>fC8pTTs zNwe8=+c|STb7uC}&xF0PnyD>WiYJ`5L;GT(a&Y2JIfE1ppWgJx1j_tJ@ z?ODt91==cf0z0yzeX@79W)t2G-t-J2n!;pk-Qsazm3u*#z#C)T1nb%y);ts|U_1aO zZ->l^%mUkURC3G%$J-7Nl0)1II&ZrR@4A^*-u8JSD0=yK8ReiODiuZnWAUMtfKeF^ z=XrTbtPyhUp#^C+mi7es#a{u5cW0~Os%Trl?#$LAc)Q%^Z7O@km}0vXpi#Xd!yz+C zI8Pyl-mtefV2B}$_8$N9zFG!@Xf>^GSzh^R4KEwgYyE^-)-Gth7e_XlTW?yA9S3~v zvDfby0#RpA&0g`e@%0g3v?_cpDAkZ<%)IZ~geCcU>L5GxU3NFX8X{eT)dp+gCc?ud zSI9n{qBC%H`4ZX>Mt%AcbI}@DhqlhDryVkHL3IF^L*6D(AzW9`UC5JkoNe=EIXGz` zsh6Yc^pc%Lf*qvtT8t%a0#QR+tx9sqIB=TlyU}QB)gC(NgH>>4d{g}gTJ;q-*Qmri zi9cu2%D%&OMtjQMgl(fkSwk8xU(;uTlPIqlJB|}*cf?pW=mEb@{8;A+@&A}}`I`5$ zkiB`nRep;t881X|XwIZu$kcpI(~|MJZ?n$>w&Mrm@`Z-SQF zyt==>!{rfneGIP&djZZ(&hbm|RGkg$*!%*UC+s8hk+Xgp8~gKoY2lEYZ4DpLD_`2+ zO}lvrr#juEg}mVTcy)0I$5e@tJoubHd@e~m4D#XoWPE7&t z4qYTu?9xp&@7ZJGfVWX@rDE{a7^X<^8R`5zy^8Yum*CGl>F?j`%kNXS-;9s(pT**C zOzG}B@nPrj>AC4VFf!biliQHi?^OL0=e&nxAIhSYfexwD$F8;rfl=Oj zPKKd6C!FQNWilh>=x1)1_6%G$cUy(>jjt0hC`;f}07CdS$IC^7|2O2Wjf)O4UIMxm06yr}vr0W2cqIib_|%CX@f45ph$i<}bPm dyu=+}WUe;ix%8=JucPLz=lx#wdu;2Z{RWoUA8!Bv diff --git a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 43f276ff..00000000 --- a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\zip\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/zip/vcxproj/salamander/Release_x64/plugins/zip/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 29e8a4d0a07fc422e995ae7224cbce5623590f90..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4282 zcmeH~Yj09P5QgWcobX9wq@^_t;ae?KiBcPjZDTee$W1J_a1r#!tIxZ8pj0IGBIaPs z$zIOR%Mtx4kC*n;&+_yY){Ayx2li}bEpM;+L|d?zHj4Ktndo+` zX#>mAhSmVm2Hx=N@A=Ewl>VbtfmUq1wBEEnYiB_F&<2VT7Ub%zdm z{?ws$p|1lETsZ#QoIix$5v>W9ga0y`aeOJy<1vt=@zg+i>2Zi;(p7HZ0WXj*Xm&1h z6O0>7E@vYp1WB4f&qz;djKxxjn)&5oH%|9$ZHY?rpjtgx_;JT7>fgZ2nm8Qeb9;e@kzHG@Z|Y5Vm1j9K=| zf-N7Yfvr;-vHiA*fB9tx&FWSpQJOxID+M58*YkN9>v9Ha}*c3va_Z zHlJei$X@Y3_SVl}<8YU+E$oPUyZC^beCdFe@&67^b+gBJ@`BCr(oF;(qd0CW3Wn%* zyW6oTy-dBelVYVB@o#|NDT-{0rxT)GnYek$t;yrv&POuEF1=FAo;@KB1REU!+nyMF zGlnTrd_cPJT5qE~|0Vc2NBaBkdh&g0{mb|e|G8V-ouBmkH}QV=@y~P9y=P>&Ehp=v z?Oa!ivNyHyoV-(2&^+gTNA{t-SsCcauE;A?VK{J<_g;}LhT)0GLq^!KTF_sv6SBtGcTfzjK;TytW$unAG(ZSwnqZ@%4F`oIurhk({7Fy{^8(ckP2o Sue+A58t#dz{$G1U%6`&p5`#(LRK?7&{EtQGAopJ+?=+9t_96%*Z# zwQXbt+Spn^y1-k0{Ud(`o6>)_I?$TMOY3bLvUUb^2yLL4fYF4eVbAz_P{lyBs&l%W z)UbDU&Hu>vk!66^J!YSA0CkI9oxNx5(dwR?n$5gi4!Rzc9rhXkarT|rh*4(^Sa;}P z;7=V}ANnTnz=h+#%lTvYozU7~Iry)l8ON9LJRSo{8&55ymmbGRCS4U49`FkJf@bG3 zx4~$Dt5s1*+OgN>$j{=$(nGW{V%NxHR_!#Il^HX31eRk>)E)Xd*pVHhKiNcjudL`Y zvUAoZSVufYXf|dp{SU$4vt8OAv(myo^0?q_4%#DNRd9z;hZD|{)f^t3rR~%2Gv?VV z54L=u0k%$QCHC7U{^gfFG^<;YMrjVw>1K8DxGp0H=0+x(P$F1!t! z*nEo3BYVSt?5&@}#^EmCSlAKwcJTo<`O*O`=l>m?>So9H@`BCr(oY2+lO%2{3Wn%* zx7)EPy-dBe(_*Ct@o$9RDT-{0rxT)GmAHAyttsN&&POuEF1=FAo_$Rm2sSzdwmmWU zb_`Rb_=I%fwcbW~{!8$Cj`Z)}_4NDH`j_!B{&T;$J3r~qZ{ox5y_S5DSP z+qte3Wp8WaC3&Z+pn1;wf$T$hvog?$U6EI)!f@ay@4X_!P_^S0xp0NdNLhKuQ;BBm zv$=J3%2%K>c2H*hg?;9AhiWqIq;phFg-S?oMAx63o=Pdycv<+G@o7~4nkC1G>HEml zL~E)OvPh^(YmmHbnqPbUw6gU*o&+v$WS%%XSQR LL6!a7>KXe5MK{m^ diff --git a/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 988d3d87..00000000 --- a/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Debug_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Debug_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Debug_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Debug_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/zip/vcxproj/zip2sfx/salamander/Debug_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index e3d35a3f47b8a1bfd66a955add9535e66a74c439..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5006 zcmeI0`EL?I6vyA6Li&@&h=7f0Nc@4)ibP5q*p|j@LRv1dT;Z_jAFqDCGc3@9Sb9Wi z%w}ijc<;@-XWst$8M8N5Gqrh(^MqI0k$tf<8(PEacY+D6V-vdoX9T62R7cjdsdZVu zfadjejVt!n%~$NyUc25NZPoT{-*)ZTa`U+g92bF3&1b5XwL|90v<2WrPuL&nXY9yP z$+Mb)((-!Q0xPXtJpjAxuyU>^UT&k}`8ffmWbZA3oC$l!o1F7eMY@RRs9$97yFllm z8^P^BHL*lB%Z>s3mx0NmqY~dLdN`!5AZ>}h_RRqi=|s?3w6HGL?R#a>uJn6oUj72T z40;mvfL@Wl_|Qy|p4aJum&c^)z2KOA0w?W0_8-lB{D3*{$@1zN-kpX+>CJml(+128 zoX6L!4W9SX&%mbb(qRa*YGX&+&o`~lT$$BAxE^B!L>-)(z2fQM@ncprE2-PWK@A;E z7!O<WydC?xT+ZBf%Zu$uZXp=Dj@QE#f7OZjKz47VQ~WF|^c%3)waV z_qtYNM1=fk;&_dr<1u|%q7QtEI8O0|cwoe{yw7`H2yT|O0N6fz_#Mi#*`#fgtGCI3 zao%k_Bf%Sj+e2pghdjtz@;ULZNa>(iMaU*flR>jnwA|rUF8B_YC)o8NyvFRsEVf@l zr{Zi_$L5#VJZ7I5kDc|C*w{z)!ondZOadR!D_?rYn{?w4P8H+hwY=czc&zCp!@k(;Cwx^sAHmvM0K1ft0q#V<*Ou}8ErK8(GsDcY+D5YZJQwXAGsARL9n`sr6XD zfadjejjQ(7%~$QzUc25NZO!&<-*)ZTa`U+=92bF3&1Y(swL|90v<2WrPuL&nXY9yP z$+Mb)((-!QDpp##dH{CWVdY#;yxc~`^K$}B$=+K6ITQAdH#z5{hIA3nQNPIEcY)4B zH-g)NYGR3MmK`hbUj`8Y#}AnEo-D7f+qsBBhIF6(O4_O$N&zCp!@k(;Cwx^sAHmvM0K1ft0q#V<*Ou}868HtD{W4_;w!*7oK1Q3)r~gJtvsad zA!!3Ws&a@Uv#PNE?5tCN;xyL$2PAFWkk9|oskwg=748BB9{o|-r)F1M<5~FLrq^4` Omh|zV%0IIEmi-1E4mWTB diff --git a/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index f03f0641..00000000 --- a/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x86\\plugins\\zip\\zip2sfx\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/plugins/zip/vcxproj/zip2sfx/salamander/Release_x86/plugins/zip/zip2sfx/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index fee8402f7a999908532db3468cc4b40e00415ab8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5028 zcmeI0YflqF6o$`FY51fu)=~)}Bz`Cbkw{xY7fQ?|4fcYS-qLLa{qgGa&g_gSsr((jqQsa+sInhycLYIu1)L|oES>ism9i}bL+8w z3eBtQ8rSTtpRd`Gz4pC|b^LdewrrcWWgB*2+taxkoR`7MPiN{@vno{W5#s z26_j&Dcl-Vb2C(n>=?m+6__GA+UHwG4;9)P((cpOzS}^gIuUdcE!-9B=Dmt&SNg43 zkbjq60d0$VL{Ih;ADSuC3p%~v2(xZuPdUuDZNOZW)d9G{yJH}l;56(NPZz%*v!Yqa+#wno zXlTNC=-Z4fv3l$w6(xPJTTpfAti^1LIdN0RtJd%;2c9DC1X_Jooc*9ToPP7nDdHS< z@B6(+M4zI$lknmgci>_K*D-G!DCe!U%h$n=IDOB`Vsh3(I_Y$TeA3(cG=pp>IZK)e z5N#kDz)B)vNam5(?9lhdiPZ<_WC)JnO89fe_o8WUhw&0ovyOiDJe3pLW3V!4s^je> zTa>P8HbY#=AaTCbP@7Lgro} z4`z8+@Qxg>1GkUN@)3Dbu;z2(UlG$qvx<~Ol%{}Y&(U(1S2^K3TpnWAhwz%Q7fF1- zgig)du!+sjuzAKlG9G*DFJt2n*%uaeoHIFmK(Bmhm3P^X9h@r8$9M9Ar{kr!5PZzu zaPATvPoCEVOP8O}23e{j1{z8SJ7|z1$ zIgh@&<7T<1YqkeW6V0mT%c2F}6(l?z?k-{z%v>Yns|UOY*oY?Z`gci4Co7ty{r3JGY6Qfir^AO{yd7*wijq zKZEA=b&c!x+RxYR*k1Zx*}DF_LtC;P+qG>ww8Ctz4(BDXGP9Y6<*m$Im3AL^(G~W4 z`Z+tW2BSSzb5L4buUgG2OIM3vS3Oq2_m)u!{2T#OvA32&-ju!JP0#pfAZ5&R+%K{B zZJ_s{8^diuHMKxB&yF?tuL6@tM-{#e^iZa)BW;Dg_ALMr>qO9bw6H4H@At~1UFo-M zLH>PuIkYY6HF~n2_|Qy=UeM{BmxrVpyx@?1YF^r1>_3Wpy%^2Ox10EQ7XGBQ;6oi7 zFf;Ie-^BYyk*|IPHfxt2LzoR4d&*(HV}0hTtoFeT-aP`M1y0jm@SNlKV^%aPnY%5Gbe5uc-0nO<-k+KokFX}inH(Z2D5L5IYpeq z?mfTvkmyr1cOzaL<1Snb;d;c|0m^x6?elf;BTnD3vYwo^kxn`tBA@h@on??hl(VFn z0MP-W39KX%hGZUk%?^BT99g}OP6przu82P;e6Kd^?J?dUYO?6(z*9M;Jpn6$rn=rv zvPJQRW)sAP{AuEOO`zv7eOaRqe1>Sw@Hjj%=2>1CJkWugXRQWopFP43)o3=Z4Z^C~BNgUciAdLLdB_AH9; z=g_Hp8@90dB{omk2gYM>{WLZXkv+GtTS9*>ucwcum% zhOB0&A6y^CZ!Sx%{-#^#a-=~(JjQ8=M)$(q<)1S}8yT#+fb8~UW%y3&y zmS@{oSIV+iwXw~;Q}uIv=RM^1q5HFLpd%{ziLW{wFsg0NxM8RQaxSR6mt6Oc7 zoB5db0%=?5QdM3OxmAtzqVrDuiPu{DACb0oLq>U6gGYZTYTOC-dGwcNm$6!{&3$m) R>#jv>hB(omfY|mM_6sCcJ8A#` diff --git a/src/plugins/zip/versinfo.rh2 b/src/plugins/zip/versinfo.rh2 index f3d13717..81b9ed76 100644 --- a/src/plugins/zip/versinfo.rh2 +++ b/src/plugins/zip/versinfo.rh2 @@ -1,4 +1,4 @@ -// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" +// WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" #ifndef __ZIP_VERSINFO_RH2 #define __ZIP_VERSINFO_RH2 @@ -15,7 +15,7 @@ #include "spl_vers.h" // pull in the version and build numbers -#define VERSINFO_COPYRIGHT "Copyright © 1999-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 1999-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "ZIP plugin for Open Salamander" @@ -29,7 +29,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __ZIP_VERSINFO_RH2 diff --git a/src/plugins/zip/zip.rc2 b/src/plugins/zip/zip.rc2 index f7a466b4..da056a17 100644 --- a/src/plugins/zip/zip.rc2 +++ b/src/plugins/zip/zip.rc2 @@ -1,4 +1,4 @@ -// +// // zip.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -20,3 +20,4 @@ IDB_ZIP BITMAP "zip.bmp" // data ID_SFX_MANIFEST_REGULAR RCDATA "sfxregul.xml" ID_SFX_MANIFEST_ADMIN RCDATA "sfxadmin.xml" + diff --git a/src/plugins/zip/zip2sfx/checkzip.cpp b/src/plugins/zip/zip2sfx/checkzip.cpp index 48e168e1..628c4c3a 100644 --- a/src/plugins/zip/zip2sfx/checkzip.cpp +++ b/src/plugins/zip/zip2sfx/checkzip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/zip2sfx/checkzip.h b/src/plugins/zip/zip2sfx/checkzip.h index fc25b6fa..74591fcf 100644 --- a/src/plugins/zip/zip2sfx/checkzip.h +++ b/src/plugins/zip/zip2sfx/checkzip.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/zip2sfx/crc32.cpp b/src/plugins/zip/zip2sfx/crc32.cpp index 3794f8b4..a53dcbbd 100644 --- a/src/plugins/zip/zip2sfx/crc32.cpp +++ b/src/plugins/zip/zip2sfx/crc32.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/zip2sfx/crc32.h b/src/plugins/zip/zip2sfx/crc32.h index 18de526a..555c26bd 100644 --- a/src/plugins/zip/zip2sfx/crc32.h +++ b/src/plugins/zip/zip2sfx/crc32.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/zip2sfx/inflate.cpp b/src/plugins/zip/zip2sfx/inflate.cpp index f758b4b2..e1896a11 100644 --- a/src/plugins/zip/zip2sfx/inflate.cpp +++ b/src/plugins/zip/zip2sfx/inflate.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/zip2sfx/inflate.h b/src/plugins/zip/zip2sfx/inflate.h index 96c2bab6..df7e6f7f 100644 --- a/src/plugins/zip/zip2sfx/inflate.h +++ b/src/plugins/zip/zip2sfx/inflate.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/zip2sfx/precomp.cpp b/src/plugins/zip/zip2sfx/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/plugins/zip/zip2sfx/precomp.cpp +++ b/src/plugins/zip/zip2sfx/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/zip2sfx/precomp.h b/src/plugins/zip/zip2sfx/precomp.h index fc20b887..fe455775 100644 --- a/src/plugins/zip/zip2sfx/precomp.h +++ b/src/plugins/zip/zip2sfx/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/zip2sfx/readme.txt b/src/plugins/zip/zip2sfx/readme.txt index 78973689..b91d1ec6 100644 --- a/src/plugins/zip/zip2sfx/readme.txt +++ b/src/plugins/zip/zip2sfx/readme.txt @@ -1,9 +1,9 @@ ----------------------------------------------------------------------- +---------------------------------------------------------------------- Zip2Sfx 2.9 -Copyright © 2000-2023 Open Salamander Authors Home page: www.altap.cz - E-mail: support@altap.cz +Copyright © 2000-2023 Taskscape Ltd Home page: www.taskscape.com + E-mail: support@taskscape.com ---------------------------------------------------------------------- diff --git a/src/plugins/zip/zip2sfx/sam_cz.set b/src/plugins/zip/zip2sfx/sam_cz.set index e0283547..19e2a707 100644 --- a/src/plugins/zip/zip2sfx/sam_cz.set +++ b/src/plugins/zip/zip2sfx/sam_cz.set @@ -1,171 +1,171 @@ ;Volby pro Self-Extractor -;Toto je ukzkov soubor s volbami pro Self-Extractor. Vechny -;hodnoty zde uveden, jsou implicitn hodnoty jednotlivch promnch. +;Toto je uk�zkov� soubor s volbami pro Self-Extractor. V�echny +;hodnoty zde uveden�, jsou implicitn� hodnoty jednotliv�ch prom�n�ch. ; ;Syntaxe souboru: ; -;dky zanaj stednkem jsou povaovny za komente a jsou ignoro- -;vny bhem zpracovn souboru. +;��dky za��naj� st�edn�kem jsou pova�ov�ny za koment��e a jsou ignoro- +;v�ny b�hem zpracov�n� souboru. ; -;Vechny promnn krom promnn version jsou nepovinn. Nen-li -;promnn v souboru s volbami nalezena, je pouita jej implicitn -;hodnota. Implicitn hodnoty pro jazykov zvisl promnn (dlg_text, -;dlg_title, button_text) jsou nateny z pouitho sfx balku. +;V�echny prom�nn� krom� prom�nn� version jsou nepovinn�. Nen�-li +;prom�nn� v souboru s volbami nalezena, je pou�ita jej� implicitn� +;hodnota. Implicitn� hodnoty pro jazykov� z�visl� prom�nn� (dlg_text, +;dlg_title, button_text) jsou na�teny z pou�it�ho sfx bal��ku. ; -;Vechny hodnoty reprezentovan etzcem, vetn przdnch etzc, -;musej bt uzaveny ve dvojitch uvozovkch. Pro zapsn uvozovek do -;etzce pouijte dv po sob jdouc dvojit uvozovky. +;V�echny hodnoty reprezentovan� �et�zcem, v�etn� pr�zdn�ch �et�zc�, +;musej� b�t uzav�eny ve dvojit�ch uvozovk�ch. Pro zaps�n� uvozovek do +;�et�zce pou�ijte dv� po sob� jdouc� dvojit� uvozovky. ; -;seln hodnoty nesmj bt uzaveny v uvozovkch. +;��seln� hodnoty nesm�j� b�t uzav�eny v uvozovk�ch. -;verze souboru s nastavenm, souasn verze je 2 -;toto je jedin povinn promnn +;verze souboru s nastaven�m, sou�asn� verze je 2 +;toto je jedin� povinn� prom�nn� version=2 -;specifikace clovho adrese, me to bt bu absolutn cesta -;nebo relativn cesta; relativn cesta je relativn k aktulnmu adre- -;si, kdy je samorozbaliteln archv sputn -;na zatku (!) etzce 'target_dir' mete tak pout peddefinovan -;promnn: +;specifikace c�lov�ho adres��e, m��e to b�t bu� absolutn� cesta +;nebo relativn� cesta; relativn� cesta je relativn� k aktu�ln�mu adre- +;s��i, kdy� je samorozbaliteln� arch�v spu�t�n +;na za��tku (!) �et�zce 'target_dir' m��ete tak� pou��t p�eddefinovan� +;prom�nn�: ; -; $(Temp) doasn adres, nesm bt v promnn target_dir ns- -; ledovn dnm dalm textem -; $(ProgFiles) uivatelova sloka 'Program Files' -; $(WinDir) windows adres -; $(SysDir) systmov adres -; $[variable] hodnota systmov promnn s nzvem 'variable' -; $ hodnota promnn v registrech s nzvem 'regkey' -; nap. SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir +; $(Temp) do�asn� adres��, nesm� b�t v prom�nn� target_dir n�s- +; ledov�n ��dn�m dal��m textem +; $(ProgFiles) u�ivatelova slo�ka 'Program Files' +; $(WinDir) windows adres�� +; $(SysDir) syst�mov� adres�� +; $[variable] hodnota syst�mov� prom�nn� s n�zvem 'variable' +; $ hodnota prom�nn� v registrech s n�zvem 'regkey' +; nap�. SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir target_dir="" -;uruje zda je uivatelovy povoleno zmnit clov adres pro rozbalen +;ur�uje zda je u�ivatelovy povoleno zm�nit c�lov� adres�� pro rozbalen� ;archivu -;nastavte tuto hodnotu na 1, pejete-li si zmnu povolit +;nastavte tuto hodnotu na 1, p�ejete-li si zm�nu povolit allow_dir_change=1 -;uruje zda se maj smazat soubory v doasnm adresi, kdy -;program specifikovan promnnou 'command' skon -;nastavte tuto hodnotu na 1, pejete-li si smazat soubory v doasnm -;adresi -;pouit tto volby m smysl pouze tehdy, je-li 'target_dir' nastavena -;na "$(Temp)", v ostatnch ppadech je hodnota ignorovna +;ur�uje zda se maj� smazat soubory v do�asn�m adres��i, kdy� +;program specifikovan� prom�nnou 'command' skon�� +;nastavte tuto hodnotu na 1, p�ejete-li si smazat soubory v do�asn�m +;adres��i +;pou�it� t�to volby m� smysl pouze tehdy, je-li 'target_dir' nastavena +;na "$(Temp)", v ostatn�ch p��padech je hodnota ignorov�na remove_temp=0 -;Tato volba umouje ekat ped smaznm soubor v doasnm adresi -;na jin program ne program specifikovan promnnou 'Command' -;Po zakoneni tohoto programu self-extractor smae soubory v doasnm -;adresi a sm skon. -;Tato volba je nutn pouze v ppad, e instalan program spust -;program, kter pokrauje v instalaci, zatmco pvodn instalan -;program skon -;Takto se chovaj nap. nkter verze programu Install Shield. -;Tato volba je ignorovna pokud 'remove_temp' nen nastaven na 1. +;Tato volba umo��uje �ekat p�ed smaz�n�m soubor� v do�asn�m adres��i +;na jin� program ne� program specifikovan� prom�nnou 'Command' +;Po zakon�eni tohoto programu self-extractor sma�e soubory v do�asn�m +;adres��i a s�m skon��. +;Tato volba je nutn� pouze v p��pad�, �e instala�n� program spust� +;program, kter� pokra�uje v instalaci, zat�mco p�vodn� instala�n� +;program skon�� +;Takto se chovaj� nap�. n�kter� verze programu Install Shield. +;Tato volba je ignorov�na pokud 'remove_temp' nen� nastaven na 1. wait_for="" -;uruje zda zat rozbalovn automaticky po sputn samorozba- -;litelnho archivu -;nastavte tuto hodnotu na 1, pejete-li si, aby rozbalovn zaalo +;ur�uje zda za��t rozbalov�n� automaticky po spu�t�n� samorozba- +;liteln�ho archivu +;nastavte tuto hodnotu na 1, p�ejete-li si, aby rozbalov�n� za�alo ;automaticky autostart=0 -;uruje zda zobrazit dialogov oknko informujc o spnosti -;rozbalovn archivu -;nastavte tuto hodnotu na 1, pejete-li si zobrazit toto oknko +;ur�uje zda zobrazit dialogov� ok�nko informuj�c� o �sp�nosti +;rozbalov�n� archivu +;nastavte tuto hodnotu na 1, p�ejete-li si zobrazit toto ok�nko show_summary=1 -;uruje zda zobrazit dialogov oknko programu -;nastavte tuto hodnotu na 1, pejete-li si zobrazit toto oknko -;pouit tto volby m smysl pouze tehdy, je-li 'autostart' nastavena -;na 1, v ostatnch ppadech je hodnota ignorovna +;ur�uje zda zobrazit dialogov� ok�nko programu +;nastavte tuto hodnotu na 1, p�ejete-li si zobrazit toto ok�nko +;pou�it� t�to volby m� smysl pouze tehdy, je-li 'autostart' nastavena +;na 1, v ostatn�ch p��padech je hodnota ignorov�na hide_dlg=0 -;uruje zda automaticky pepisovat soubory v clovm adresi -;nastavte tuto hodnotu na 1, pejete-li si automatick pepisovn -;soubor +;ur�uje zda automaticky p�episovat soubory v c�lov�m adres��i +;nastavte tuto hodnotu na 1, p�ejete-li si automatick� p�episov�n� +;soubor� ovewrite_all=0 -;uruje zda automaticky vytvoit clov adres bez dotazovn uivatele -;nastavte tuto hodnotu na 1, pejete-li si automatick vytven clovho -;adrese +;ur�uje zda automaticky vytvo�it c�lov� adres�� bez dotazov�n� u�ivatele +;nastavte tuto hodnotu na 1, p�ejete-li si automatick� vytv��en� c�lov�ho +;adres��e create_target_dir=0 -;program, http link nebo dokument, kter m bt sputn/oteven -;kdy je archiv spn rozbalen, cesta je relativn k clovmu adre- -;si, do kterho je archiv rozbalovn, u programu mete tak uvst -;jeho parametry pro sputn +;program, http link nebo dokument, kter� m� b�t spu�t�n/otev�en +;kdy� je archiv �sp�n� rozbalen, cesta je relativn� k c�lov�mu adre- +;s��i, do kter�ho je archiv rozbalov�n, u programu m��ete tak� uv�st +;jeho parametry pro spu�t�n� command="" -;sfx balek, kter m bt pouit pro tvorbu samorozbalitelnho -;archivu; relativn cesta je relativn k adresi se zip2sfx.exe +;sfx bal��ek, kter� m� b�t pou�it pro tvorbu samorozbaliteln�ho +;archivu; relativn� cesta je relativn� k adres��i se zip2sfx.exe sfxpackage="..\sfx\czech.sfx" -;tlatka ve volitelnm dialogovm oknku -;me bt jedna z nsledujcch: "ok", "ok_cancel", "yes_no", +;tla��tka ve voliteln�m dialogov�m ok�nku +;m��e b�t jedna z n�sleduj�c�ch: "ok", "ok_cancel", "yes_no", ;"agree_disagree" mbox_buttons="ok" -;typ volitelnho dialogovho oknka -;me bt jedna z nsledujcch: "simple", "exclamation", "information", +;typ voliteln�ho dialogov�ho ok�nka +;m��e b�t jedna z n�sleduj�c�ch: "simple", "exclamation", "information", ;"question", "long_message" mbox_type="simple" -;text and titulek volitelnho dialogovho oknka, kter je zobrazeno -;ne zane rozbalovn archivu -;nepejete-li si zobrazit dn oknko nechte hodnoty obou promnnch -;przdn("") +;text and titulek voliteln�ho dialogov�ho ok�nka, kter� je zobrazeno +;ne� za�ne rozbalov�n� archivu +;nep�ejete-li si zobrazit ��dn� ok�nko nechte hodnoty obou prom�nn�ch +;pr�zdn�("") mbox_text="" mbox_title="" -;text, kter bude zobrazen v hlavnm dialogovm oknku +;text, kter� bude zobrazen v hlavn�m dialogov�m ok�nku -dlg_text="Tento program rozbal ZIP archiv." +dlg_text="Tento program rozbal� ZIP archiv." -;titulek hlavnho dialogovho oknka +;titulek hlavn�ho dialogov�ho ok�nka -dlg_title="Samorozbaliteln ZIP archiv" +dlg_title="Samorozbaliteln� ZIP archiv" -;text tlatka 'rozbalit' v hlavnm dialogovm oknku +;text tla��tka 'rozbalit' v hlavn�m dialogov�m ok�nku button_text="&Rozbalit" -;jmno firmy v levm dolnm rohu dialogovho oknka +;jm�no firmy v lev�m doln�m rohu dialogov�ho ok�nka -vendor="Self-Extractor 2000-2023 Open Salamander Authors" +vendor="Self-Extractor � 2000-2023 Taskscape Ltd" -;www odkaz v pravm dolnm rohu dialogovho oknka +;www odkaz v prav�m doln�m rohu dialogov�ho ok�nka -link="https://www.altap.cz" +link="https://www.taskscape.com" -;soubor obsahujc ikonu, me to bt bu ICO soubor nebo PE spusti- -;teln modul (jako jsou win32 EXE a DLL soubory) obsahujc ikonu -;relativn cesta je relativn k adresi se zip2sfx.exe +;soubor obsahuj�c� ikonu, m��e to b�t bu� ICO soubor nebo PE spusti- +;teln� modul (jako jsou win32 EXE a DLL soubory) obsahuj�c� ikonu +;relativn� cesta je relativn� k adres��i se zip2sfx.exe icon_file="..\zip.spl" -;kladn hodnota znamen index ikony (poadov slo) ve spustitelnm -;souboru specifikovanm promnnou 'icon_file' -;zporn hodnota znamen resource ID ikony -;pro ICO soubory je index vdy 0 a hodnota promnn je ignorovna +;kladn� hodnota znamen� index ikony (po�adov� ��slo) ve spustiteln�m +;souboru specifikovan�m prom�nnou 'icon_file' +;z�porn� hodnota znamen� resource ID ikony +;pro ICO soubory je index v�dy 0 a hodnota prom�nn� je ignorov�na icon_index=-500 -;poadovat prva administrtora na OS Windows Vista nebo pozdjm +;po�adovat pr�va administr�tora na OS Windows Vista nebo pozd�j��m requires_administrative_privileges=1 diff --git a/src/plugins/zip/zip2sfx/sample.set b/src/plugins/zip/zip2sfx/sample.set index 0b7d2694..e797597d 100644 --- a/src/plugins/zip/zip2sfx/sample.set +++ b/src/plugins/zip/zip2sfx/sample.set @@ -148,11 +148,11 @@ button_text="&Extract" ;vendor name in bottom-left corner of main sfx dialog -vendor="Self-Extractor 2000-2023 Open Salamander Authors" +vendor="Self-Extractor � 2000-2023 Taskscape Ltd" ;www link in bottom-right corner of main sfx dialog -link="https://www.altap.cz" +link="https://www.taskscape.com" ;files containing icon data, it can be either an ICO file or an PE ;executable file (like win32 EXEs or DLLs) containing the icon diff --git a/src/plugins/zip/zip2sfx/texts.h b/src/plugins/zip/zip2sfx/texts.h index b9f67c2f..fd0ff7e6 100644 --- a/src/plugins/zip/zip2sfx/texts.h +++ b/src/plugins/zip/zip2sfx/texts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //******************************************************************************** @@ -8,8 +8,8 @@ STRING(STR_WELCOME_MESSAGE, "\n" - "Zip2Sfx 2.9 Copyright (c) 2000-2023 Open Salamander Authors Home page: www.altap.cz\n" - " E-mail: support@altap.cz\n\n") + "Zip2Sfx 2.9 Copyright (c) 2000-2023 Taskscape Ltd Home page: www.taskscape.com\n" + " E-mail: support@taskscape.com\n\n") STRING(STR_HELP, "Usage:\tzip2sfx [options] zipfile [exefile]\n" "\n" diff --git a/src/plugins/zip/zip2sfx/zip2sfx.cpp b/src/plugins/zip/zip2sfx/zip2sfx.cpp index 1ee8424d..b9c24988 100644 --- a/src/plugins/zip/zip2sfx/zip2sfx.cpp +++ b/src/plugins/zip/zip2sfx/zip2sfx.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/zip2sfx/zip2sfx.h b/src/plugins/zip/zip2sfx/zip2sfx.h index 08b43214..6553dc31 100644 --- a/src/plugins/zip/zip2sfx/zip2sfx.h +++ b/src/plugins/zip/zip2sfx/zip2sfx.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins/zip/zip2sfx/zip2sfx.rc b/src/plugins/zip/zip2sfx/zip2sfx.rc index e9e298e5..1ead2e96 100644 --- a/src/plugins/zip/zip2sfx/zip2sfx.rc +++ b/src/plugins/zip/zip2sfx/zip2sfx.rc @@ -1,4 +1,4 @@ -#ifdef APSTUDIO_INVOKED +#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED @@ -36,7 +36,7 @@ BEGIN VALUE "FileVersion", "2.9" "\0" VALUE "InternalName", "Zip2Sfx" "\0" VALUE "OriginalFilename", "zip2sfx.exe" "\0" - VALUE "LegalCopyright", "Copyright © 2000-2023 Open Salamander Authors" "\0" + VALUE "LegalCopyright", "Copyright © 2000-2023 Taskscape Ltd" "\0" VALUE "ProductVersion", VERSINFO_SALAMANDER_VERSION "\0" VALUE "ProductName", "Open Salamander\0" END diff --git a/src/plugins/zip/zip2sfx/zip2sfx2.cpp b/src/plugins/zip/zip2sfx/zip2sfx2.cpp index aef27e39..6107459b 100644 --- a/src/plugins/zip/zip2sfx/zip2sfx2.cpp +++ b/src/plugins/zip/zip2sfx/zip2sfx2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/plugins/zip/zipdll.h b/src/plugins/zip/zipdll.h index 4c94540a..a2de1bb2 100644 --- a/src/plugins/zip/zipdll.h +++ b/src/plugins/zip/zipdll.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/plugins1.cpp b/src/plugins1.cpp index 5eca04e7..e46aca75 100644 --- a/src/plugins1.cpp +++ b/src/plugins1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins2.cpp b/src/plugins2.cpp index 00370289..f3f4efd6 100644 --- a/src/plugins2.cpp +++ b/src/plugins2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -1543,22 +1543,22 @@ void CPlugins::Load(HWND parent, HKEY regKey) { if (!AddPlugin("ZIP", "zip\\zip.spl", TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, FALSE, "1.32", - "Copyright © 2000-2023 Open Salamander Authors", + "Copyright © 2000-2023 Taskscape Ltd", "ZIP archives support for Open Salamander.", "ZIP", "zip;pk3;jar", NULL, FALSE, NULL, NULL) || !AddPlugin("TAR", "tar\\tar.spl", TRUE, FALSE, FALSE, TRUE, FALSE, TRUE, TRUE, FALSE, FALSE, "3.3", - "Copyright © 1999-2023 Open Salamander Authors", + "Copyright © 1999-2023 Taskscape Ltd", "Unix archives readonly support for Open Salamander.", "TAR", "tar;tgz;taz;tbz;gz;bz;bz2;z;rpm;cpio", NULL, FALSE, NULL, NULL) || !AddPlugin("PAK", "pak\\pak.spl", TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, "1.68", - "Copyright © 1999-2023 Open Salamander Authors", + "Copyright © 1999-2023 Taskscape Ltd", "This plug-ing adds support for Quake PAK archives.", "PAK", "pak", NULL, FALSE, NULL, NULL) || !AddPlugin("Internet Explorer Viewer", "ieviewer\\ieviewer.spl", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE, FALSE, - "1.1", "Copyright © 1999-2023 Open Salamander Authors", + "1.1", "Copyright © 1999-2023 Taskscape Ltd", "Internet Explorer Viewer for Open Salamander.", "IEVIEWER", "", NULL, FALSE, NULL, NULL)) { diff --git a/src/plugins3.cpp b/src/plugins3.cpp index 2d68a956..103136e9 100644 --- a/src/plugins3.cpp +++ b/src/plugins3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/plugins4.cpp b/src/plugins4.cpp index d5819c41..0124ef23 100644 --- a/src/plugins4.cpp +++ b/src/plugins4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/precomp.cpp b/src/precomp.cpp index 1d3893ac..713cf05c 100644 --- a/src/precomp.cpp +++ b/src/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/precomp.h b/src/precomp.h index 37678b1a..10802f99 100644 --- a/src/precomp.h +++ b/src/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/pwdmngr.cpp b/src/pwdmngr.cpp index 8de82029..16c30d55 100644 --- a/src/pwdmngr.cpp +++ b/src/pwdmngr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/pwdmngr.h b/src/pwdmngr.h index e346be41..2bbe99f7 100644 --- a/src/pwdmngr.h +++ b/src/pwdmngr.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/reglib/src/array.h b/src/reglib/src/array.h index b5cd4eaa..6538dfb3 100644 --- a/src/reglib/src/array.h +++ b/src/reglib/src/array.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/reglib/src/precomp.cpp b/src/reglib/src/precomp.cpp index 0f65cf08..29172edc 100644 --- a/src/reglib/src/precomp.cpp +++ b/src/reglib/src/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/reglib/src/precomp.h b/src/reglib/src/precomp.h index 0c4d73dc..f1e6b5d8 100644 --- a/src/reglib/src/precomp.h +++ b/src/reglib/src/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/reglib/src/regcopy.cpp b/src/reglib/src/regcopy.cpp index 84298296..03519715 100644 --- a/src/reglib/src/regcopy.cpp +++ b/src/reglib/src/regcopy.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/reglib/src/reginmem.cpp b/src/reglib/src/reginmem.cpp index 443cd649..35d0a530 100644 --- a/src/reglib/src/reginmem.cpp +++ b/src/reglib/src/reginmem.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/reglib/src/registry.cpp b/src/reglib/src/registry.cpp index 7a765e68..95592b85 100644 --- a/src/reglib/src/registry.cpp +++ b/src/reglib/src/registry.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/reglib/src/regparse.cpp b/src/reglib/src/regparse.cpp index 3b6e0769..712073c1 100644 --- a/src/reglib/src/regparse.cpp +++ b/src/reglib/src/regparse.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/reglib/src/regparse.h b/src/reglib/src/regparse.h index 209e5596..199ad863 100644 --- a/src/reglib/src/regparse.h +++ b/src/reglib/src/regparse.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/reglib/src/regparser.rc2 b/src/reglib/src/regparser.rc2 index 98fc3683..20ed0251 100644 --- a/src/reglib/src/regparser.rc2 +++ b/src/reglib/src/regparser.rc2 @@ -1,4 +1,4 @@ -// +// // regparser.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -10,3 +10,4 @@ // Add manually edited resources here... CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + diff --git a/src/reglib/src/tester.cpp b/src/reglib/src/tester.cpp index c2532dff..64ccc9ee 100644 --- a/src/reglib/src/tester.cpp +++ b/src/reglib/src/tester.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/regwork.cpp b/src/regwork.cpp index 64066ea9..b877552b 100644 --- a/src/regwork.cpp +++ b/src/regwork.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/regwork.h b/src/regwork.h index 0ef5d7f0..44adb4c4 100644 --- a/src/regwork.h +++ b/src/regwork.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/safefile.cpp b/src/safefile.cpp index 85427ecb..0ae36a23 100644 --- a/src/safefile.cpp +++ b/src/safefile.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/salamand.h b/src/salamand.h index c491a23a..8dceca35 100644 --- a/src/salamand.h +++ b/src/salamand.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/salamand.rc2 b/src/salamand.rc2 index 4300c7e4..45b86337 100644 --- a/src/salamand.rc2 +++ b/src/salamand.rc2 @@ -64,4 +64,4 @@ IDC_COLORTABLE RCDATA "plugins\\shared\\clrtable.dat" IDV_ARROW_RIGHT RCDATA "res\\right.svg" IDV_ARROW_DOWN RCDATA "res\\down.svg" IDV_ARROW_MORE RCDATA "res\\more.svg" -IDV_ARROW_LESS RCDATA "res\\less.svg" \ No newline at end of file +IDV_ARROW_LESS RCDATA "res\\less.svg" diff --git a/src/salamdr1.cpp b/src/salamdr1.cpp index c4bf4191..2e3ff7ad 100644 --- a/src/salamdr1.cpp +++ b/src/salamdr1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -83,7 +83,7 @@ void X64StressTestAlloc() // check success void* testNew = new char; // new goes through alloc, but we should verify it too if (testNew <= (LPVOID)(UINT_PTR)0x00000000ffffffff) - MessageBox(NULL, "new address <= 0x00000000ffffffff!\nPlease contact jan.rysavy@altap.cz with this information.", "X64_STRESS_TEST", MB_OK | MB_ICONEXCLAMATION); + MessageBox(NULL, "new address <= 0x00000000ffffffff!\nPlease contact support@taskscape.com with this information.", "X64_STRESS_TEST", MB_OK | MB_ICONEXCLAMATION); delete testNew; } @@ -3788,7 +3788,7 @@ int WinMainBody(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR cmdLine, // kdyz se tohle zakomentuje, nebudeme posilat lidi tahat jazykove verze z webu (napr. kdyz tam zadne nejsou) // JRY: pro AS 2.53, kery jde s cestinou, nemcinou a anglictinou je pro ostatni jazyky posleme na forum do sekce -// "Translations" https://forum.altap.cz/viewforum.php?f=23 - treba to nekoho namotivuje a pujde svuj preklad vytvorit +// "Translations" /viewforum.php?f=23 - treba to nekoho namotivuje a pujde svuj preklad vytvorit #define OFFER_OTHERLANGUAGE_VERSIONS #ifndef OFFER_OTHERLANGUAGE_VERSIONS @@ -4315,7 +4315,7 @@ int WinMainBody(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR cmdLine, // muzou soubory v TEMPu zustat) // musime testoval na globalni (skrz vsechny sessions) promennou, aby se videly dve // instance Salamanderu spustene pod FastUserSwitching - // Problem nahlasen na foru: https://forum.altap.cz/viewtopic.php?t=2643 + // Problem nahlasen na foru: /viewtopic.php?t=2643 if (FirstInstance_3_or_later) { DiskCache.ClearTEMPIfNeeded(MainWindow->HWindow, MainWindow->GetActivePanelHWND()); diff --git a/src/salamdr2.cpp b/src/salamdr2.cpp index 5ec21c7d..f3addcd2 100644 --- a/src/salamdr2.cpp +++ b/src/salamdr2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -2095,7 +2095,7 @@ BOOL LoadRGB(HKEY hKey, const char* name, COLORREF& color) { char buf[50]; DWORD returnedType; - // for backward compatibility (up to reg:\HKEY_CURRENT_USER\Software\Altap\Altap Salamander 2.53 beta 1 (DB 33) inclusive) we can load both + // for backward compatibility (up to reg:\HKEY_CURRENT_USER\Software\Taskscape Ltd\Open Salamander 2.53 beta 1 (DB 33) inclusive) we can load both // the representation as a string and the more efficient binary one if (GetValue2(hKey, name, REG_SZ, REG_DWORD, &returnedType, buf, 50)) { @@ -2146,7 +2146,7 @@ BOOL LoadRGBF(HKEY hKey, const char* name, SALCOLOR& color) { char buf[50]; DWORD returnedType; - // for backward compatibility (up to reg:\HKEY_CURRENT_USER\Software\Altap\Altap Salamander 2.53 beta 1 (DB 33) inclusive) we can load both + // for backward compatibility (up to reg:\HKEY_CURRENT_USER\Software\Taskscape Ltd\Open Salamander 2.53 beta 1 (DB 33) inclusive) we can load both // the representation as a string and the more efficient binary one if (GetValue2(hKey, name, REG_SZ, REG_DWORD, &returnedType, buf, 50)) { diff --git a/src/salamdr3.cpp b/src/salamdr3.cpp index 8a364c34..0a6acf6b 100644 --- a/src/salamdr3.cpp +++ b/src/salamdr3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -2928,7 +2928,7 @@ BOOL PostMouseWheelMessage(MSG* pMSG) // nektere verze synaptics touchpad (napriklad na HP noteboocich) zobrazi pod kurzorem sve okno se symbolem // scrolovani; v takovem pripade se nebudeme snazit o routeni do "spravneho" okna pod kurzorem, protoze // se o to postara sam touchpad - // https://forum.altap.cz/viewtopic.php?f=24&t=6039 + // /viewtopic.php?f=24&t=6039 if (strcmp(className, "SynTrackCursorWindowClass") == 0 || strcmp(className, "Syn Visual Class") == 0) { //TRACE_I("Synaptics touchpad detected className="< @@ -731,7 +731,7 @@ void WinMainCRTStartup() { // DWORD written; // WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), - // "SALOPEN: Opener for Open Salamander, (C) 2023 Open Salamander Authors\nUsage: salopen \n", + // "SALOPEN: Opener for Open Salamander, (C) 2023 Taskscape Ltd\nUsage: salopen \n", // 98, &written, NULL); OleUninitialize(); ExitProcess(1); diff --git a/src/salopen/salopen.rc b/src/salopen/salopen.rc index 5a1e4d5e..80953354 100644 --- a/src/salopen/salopen.rc +++ b/src/salopen/salopen.rc @@ -1,4 +1,4 @@ -#ifdef APSTUDIO_INVOKED +#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED @@ -24,7 +24,7 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" VALUE "FileVersion", "1.03\0" VALUE "InternalName", "SALOPEN\0" VALUE "OriginalFilename", "SALOPEN.EXE\0" - VALUE "LegalCopyright", "Copyright \251 2000-2023 Open Salamander Authors\0" + VALUE "LegalCopyright", "Copyright \251 2000-2023 Taskscape Ltd\0" VALUE "ProductVersion", VERSINFO_SALAMANDER_VERSION "\0" VALUE "ProductName", "Open Salamander\0" } diff --git a/src/salshlib.cpp b/src/salshlib.cpp index dafbebfe..d0a538b1 100644 --- a/src/salshlib.cpp +++ b/src/salshlib.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/salshlib.h b/src/salshlib.h index d12f22ab..632fd60f 100644 --- a/src/salshlib.h +++ b/src/salshlib.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/salspawn/precomp.h b/src/salspawn/precomp.h index 827e0749..680667e5 100644 --- a/src/salspawn/precomp.h +++ b/src/salspawn/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // SalSpawn precomp.h nepouziva... \ No newline at end of file diff --git a/src/salspawn/salspawn.cpp b/src/salspawn/salspawn.cpp index 0be5f2bb..53725839 100644 --- a/src/salspawn/salspawn.cpp +++ b/src/salspawn/salspawn.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include @@ -155,7 +155,7 @@ void mainCRTStartup() { DWORD written; WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), - "SALSPAWN: Spawn for Open Salamander, Copyright (C) 1998-2023 Open Salamander Authors\n\nUsage: salspawn [-|/] [exe params]\n\nAvailable switches:\n ?,h,H - this help screen\n c - sets base of SALSPAWN error level to \n\n", + "SALSPAWN: Spawn for Open Salamander, Copyright (C) 1998-2023 Taskscape Ltd\n\nUsage: salspawn [-|/] [exe params]\n\nAvailable switches:\n ?,h,H - this help screen\n c - sets base of SALSPAWN error level to \n\n", 221, &written, NULL); ExitProcess(retBase + 1); } diff --git a/src/salspawn/salspawn.rc b/src/salspawn/salspawn.rc index 3cea0576..abc041c7 100644 --- a/src/salspawn/salspawn.rc +++ b/src/salspawn/salspawn.rc @@ -1,4 +1,4 @@ -#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) #error this file is not editable by Microsoft Visual C++ #endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) @@ -24,7 +24,7 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" VALUE "FileVersion", "1.02\0" VALUE "InternalName", "SALSPAWN\0" VALUE "OriginalFilename", "SALSPAWN.EXE\0" - VALUE "LegalCopyright", "Copyright \251 1998-2023 Open Salamander Authors\0" + VALUE "LegalCopyright", "Copyright \251 1998-2023 Taskscape Ltd\0" VALUE "ProductVersion", VERSINFO_SALAMANDER_VERSION "\0" VALUE "ProductName", "Open Salamander\0" } diff --git a/src/salzlib.cpp b/src/salzlib.cpp index 2bc9f3df..7330d8b9 100644 --- a/src/salzlib.cpp +++ b/src/salzlib.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/setup/doinst.c b/src/setup/doinst.c index f98af5af..8b5d4eb3 100644 --- a/src/setup/doinst.c +++ b/src/setup/doinst.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -2211,7 +2211,7 @@ void AddWERLocalDump(const char* exeName) // Note that bypassing the redirector also applies to remove.c! HKEY hKey; DWORD dwDisposition; - DWORD altapRefCount = 0; + DWORD taskscapeRefCount = 0; REGSAM samDesired = 0; if (IsWow64()) samDesired = KEY_WOW64_64KEY; @@ -2230,15 +2230,15 @@ void AddWERLocalDump(const char* exeName) // if the key already existed, read the reference count if (dwDisposition == REG_OPENED_EXISTING_KEY) { - DWORD size = sizeof(altapRefCount); + DWORD size = sizeof(taskscapeRefCount); dwType = REG_DWORD; - if (RegQueryValueEx(hExeKey, "AltapRefCount", 0, &dwType, (BYTE*)&altapRefCount, &size) != ERROR_SUCCESS || dwType != REG_DWORD) - altapRefCount = 0; + if (RegQueryValueEx(hExeKey, "Taskscape LtdRefCount", 0, &dwType, (BYTE*)&taskscapeRefCount, &size) != ERROR_SUCCESS || dwType != REG_DWORD) + taskscapeRefCount = 0; } - altapRefCount++; + taskscapeRefCount++; dwType = REG_DWORD; - RegSetValueEx(hExeKey, "AltapRefCount", 0, dwType, (const BYTE*)&altapRefCount, sizeof(altapRefCount)); + RegSetValueEx(hExeKey, "Taskscape LtdRefCount", 0, dwType, (const BYTE*)&taskscapeRefCount, sizeof(taskscapeRefCount)); dumpCount = 50; RegSetValueEx(hExeKey, "DumpCount", 0, dwType, (const BYTE*)&dumpCount, sizeof(dumpCount)); dumpType = 0; // custom dump type diff --git a/src/setup/infinst.c b/src/setup/infinst.c index e2a45796..baced16a 100644 --- a/src/setup/infinst.c +++ b/src/setup/infinst.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -12,7 +12,7 @@ // Globals // -const char* MAINWINDOW_CLASS = "AltapInstallMW"; +const char* MAINWINDOW_CLASS = "Taskscape LtdInstallMW"; char MAINWINDOW_TITLE[100] = {0}; INSTALLINFO SetupInfo = {0}; // a structure containing the review information diff --git a/src/setup/infinst.h b/src/setup/infinst.h index 1525dda6..89bb5ca9 100644 --- a/src/setup/infinst.h +++ b/src/setup/infinst.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/setup/instwiz.c b/src/setup/instwiz.c index 00ae1575..8d984c2c 100644 --- a/src/setup/instwiz.c +++ b/src/setup/instwiz.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -1454,7 +1454,7 @@ WizardDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { if (uMsg == WM_LBUTTONDOWN) { - ShellExecute(NULL, "open", "https://www.altap.cz", NULL, NULL, 0); + ShellExecute(NULL, "open", "https://www.taskscape.com", NULL, NULL, 0); } else { diff --git a/src/setup/language.h b/src/setup/language.h index e2692d3f..03c17918 100644 --- a/src/setup/language.h +++ b/src/setup/language.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/setup/precomp.c b/src/setup/precomp.c index 0f65cf08..29172edc 100644 --- a/src/setup/precomp.c +++ b/src/setup/precomp.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/setup/precomp.h b/src/setup/precomp.h index 46838d38..3ff1c375 100644 --- a/src/setup/precomp.h +++ b/src/setup/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/setup/remove/ctxmenu.c b/src/setup/remove/ctxmenu.c index 4945bef7..15cf6a01 100644 --- a/src/setup/remove/ctxmenu.c +++ b/src/setup/remove/ctxmenu.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/setup/remove/ctxmenu.h b/src/setup/remove/ctxmenu.h index 9d3b555e..8b9dfbdb 100644 --- a/src/setup/remove/ctxmenu.h +++ b/src/setup/remove/ctxmenu.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/setup/remove/language.h b/src/setup/remove/language.h index e2692d3f..03c17918 100644 --- a/src/setup/remove/language.h +++ b/src/setup/remove/language.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/setup/remove/manifest.xml b/src/setup/remove/manifest.xml index 0c61160b..afdafca6 100644 --- a/src/setup/remove/manifest.xml +++ b/src/setup/remove/manifest.xml @@ -1,12 +1,12 @@ - + -Altap Uninstall +Taskscape Ltd Uninstall 0) - altapRefCount--; - if (altapRefCount == 0) + if (taskscapeRefCount != 0xffffffff && taskscapeRefCount > 0) + taskscapeRefCount--; + if (taskscapeRefCount == 0) { // delete the entire key after closing it delExeKey = TRUE; @@ -1031,7 +1031,7 @@ void DoRemoveWERLocalDump(const char* exeName) { // store the new RefCount dwType = REG_DWORD; - RegSetValueEx(hExeKey, "AltapRefCount", 0, dwType, (const BYTE*)&altapRefCount, sizeof(altapRefCount)); + RegSetValueEx(hExeKey, "Taskscape LtdRefCount", 0, dwType, (const BYTE*)&taskscapeRefCount, sizeof(taskscapeRefCount)); } } RegCloseKey(hExeKey); diff --git a/src/setup/remove/remove.rc b/src/setup/remove/remove.rc index a72090c3..f8800cd2 100644 --- a/src/setup/remove/remove.rc +++ b/src/setup/remove/remove.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #pragma code_page(65001) @@ -72,7 +72,7 @@ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT #ifndef INSIDE_SETUP IDD_CONFIRMATION DIALOGEX 85, 45, 336, 102 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Altap Uninstall" +CAPTION "Taskscape Ltd Uninstall" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN ICON 3100,IDC_MYICON,10,11,20,20 @@ -119,7 +119,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL #ifndef INSIDE_SETUP IDD_CONFIRMATION DIALOGEX 85, 45, 362, 103 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Altap-Deinstallation" +CAPTION "Taskscape Ltd-Deinstallation" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN ICON 3100,IDC_MYICON,10,11,20,20 @@ -166,7 +166,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #ifndef INSIDE_SETUP IDD_CONFIRMATION DIALOGEX 85, 45, 337, 100 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Altap Uninstall" +CAPTION "Taskscape Ltd Uninstall" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN ICON 3100,IDC_MYICON,10,11,20,20 diff --git a/src/setup/remove/remove.rc2 b/src/setup/remove/remove.rc2 index cd549f73..71dcd6ca 100644 --- a/src/setup/remove/remove.rc2 +++ b/src/setup/remove/remove.rc2 @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////// // // Manifest // @@ -39,7 +39,7 @@ BEGIN VALUE "FileVersion", "1.28.0.0" VALUE "InternalName", "Open Salamander Uninstaller" VALUE "OriginalFilename", "remove.exe" - VALUE "LegalCopyright", "Copyright © 1997-2023 Open Salamander Authors" + VALUE "LegalCopyright", "Copyright © 1997-2023 Taskscape Ltd" END END BLOCK "VarFileInfo" @@ -48,3 +48,4 @@ BEGIN END END + diff --git a/src/setup/remove/remove_cz.rc2 b/src/setup/remove/remove_cz.rc2 index 3f0ed174..45bb6954 100644 --- a/src/setup/remove/remove_cz.rc2 +++ b/src/setup/remove/remove_cz.rc2 @@ -1,9 +1,10 @@ -STRINGTABLE +STRINGTABLE BEGIN - IDS_REMOVE_SUCCESS "Aplikace %s byla úspěšně odinstalována." + IDS_REMOVE_SUCCESS "Aplikace %s byla spn odinstalovna." IDS_REMOVE_TITLE "Odinstalace aplikace" - IDS_REMOVE_ERROR_LOADINF "Chyba čtení log souboru: %s." - IDS_REMOVE_APPRUNNING "Odinstalační program zjistil, že odinstalovávaná aplikace je spuštěná:\n%s\n\nZavřete prosím aplikaci a stiskněte Opakovat pro pokračování." + IDS_REMOVE_ERROR_LOADINF "Chyba ten log souboru: %s." + IDS_REMOVE_APPRUNNING "Odinstalan program zjistil, e odinstalovvan aplikace je sputn:\n%s\n\nZavete prosm aplikaci a stisknte Opakovat pro pokraovn." IDS_REMOVE_DELETEFAILED "Nelze vymazat soubor\n%s\n\n%s" - IDS_REMOVE_XPRUNASADMIN "Pokud jste pro instalaci této aplikace použili administrátorský učet, musíte použít stejný účet pro její odinstalování. Účet můžete zvolit v následujícím okně Spustit jako." + IDS_REMOVE_XPRUNASADMIN "Pokud jste pro instalaci tto aplikace pouili administrtorsk uet, muste pout stejn et pro jej odinstalovn. et mete zvolit v nsledujcm okn Spustit jako." END + diff --git a/src/setup/remove/remove_de.rc2 b/src/setup/remove/remove_de.rc2 index eacfeb38..f553da96 100644 --- a/src/setup/remove/remove_de.rc2 +++ b/src/setup/remove/remove_de.rc2 @@ -1,9 +1,10 @@ -STRINGTABLE +STRINGTABLE BEGIN IDS_REMOVE_SUCCESS "Der %s wurde erfolgreich entfernt." IDS_REMOVE_TITLE "Anwendung deinstallieren" IDS_REMOVE_ERROR_LOADINF "Fehler lade Logdatei: %s." - IDS_REMOVE_APPRUNNING "Es wurde festgestellt, dass das zu entfernende Programm noch läuft:\n%s\n\nBeenden Sie es bitte und drücken Sie ""Wiederholen"" um fortzufahren." + IDS_REMOVE_APPRUNNING "Es wurde festgestellt, dass das zu entfernende Programm noch luft:\n%s\n\nBeenden Sie es bitte und drcken Sie ""Wiederholen"" um fortzufahren." IDS_REMOVE_DELETEFAILED "Die Datei\n%s\n\n%s kann nicht entfernt werden" - IDS_REMOVE_XPRUNASADMIN "Wenn Sie ein Administratorkonto verwendet haben, um diese Anwendung zu installieren, sollten Sie das Administratorkonto auch verwenden um diese zu entfernen. Sie können das Konto im folgenden ""Ausführen als""-Fenster auswählen." + IDS_REMOVE_XPRUNASADMIN "Wenn Sie ein Administratorkonto verwendet haben, um diese Anwendung zu installieren, sollten Sie das Administratorkonto auch verwenden um diese zu entfernen. Sie knnen das Konto im folgenden ""Ausfhren als""-Fenster auswhlen." END + diff --git a/src/setup/remove/remove_en.rc2 b/src/setup/remove/remove_en.rc2 index 6e73d582..91b5f634 100644 --- a/src/setup/remove/remove_en.rc2 +++ b/src/setup/remove/remove_en.rc2 @@ -1,4 +1,4 @@ -STRINGTABLE +STRINGTABLE BEGIN IDS_REMOVE_SUCCESS "The %s was successfully removed." IDS_REMOVE_TITLE "Uninstall Application" @@ -7,3 +7,4 @@ BEGIN IDS_REMOVE_DELETEFAILED "Cannot delete file\n%s\n\n%s" IDS_REMOVE_XPRUNASADMIN "If you have used some administrator account to install this application, you should use the same administrative account to uninstall it. You can choose account in the following Run As window." END + diff --git a/src/setup/remove/resource.h b/src/setup/remove/resource.h index b80661d6..3100e5b6 100644 --- a/src/setup/remove/resource.h +++ b/src/setup/remove/resource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //{{NO_DEPENDENCIES}} diff --git a/src/setup/remove/utils.c b/src/setup/remove/utils.c index b8ed8a1e..c1239609 100644 --- a/src/setup/remove/utils.c +++ b/src/setup/remove/utils.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/setup/remove/utils.h b/src/setup/remove/utils.h index 54166c7e..5b9f707c 100644 --- a/src/setup/remove/utils.h +++ b/src/setup/remove/utils.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/setup/resource.h b/src/setup/resource.h index 5b336b0b..207aabe8 100644 --- a/src/setup/resource.h +++ b/src/setup/resource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //{{NO_DEPENDENCIES}} diff --git a/src/setup/setup.rc b/src/setup/setup.rc index 5b1b4f16..e80fbff4 100644 --- a/src/setup/setup.rc +++ b/src/setup/setup.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #pragma code_page(65001) @@ -53,7 +53,7 @@ BEGIN VALUE "FileVersion", "1.70.0.0" VALUE "InternalName", "Open Salamander Installer" VALUE "OriginalFilename", "setup.exe" - VALUE "LegalCopyright", "Copyright © 1997-2023 Open Salamander Authors" + VALUE "LegalCopyright", "Copyright © 1997-2023 Taskscape Ltd" END END BLOCK "VarFileInfo" @@ -140,8 +140,8 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN CONTROL "",IDC_WIZARD_SEPARATOR,"Static",SS_ETCHEDHORZ | WS_GROUP,0,193,333,1 - LTEXT "Copyright © 1997-2023 Open Salamander Authors",-1,7,197,141,10,NOT WS_GROUP - LTEXT "www.altap.cz",IDC_WWW,7,208,67,10,NOT WS_GROUP + LTEXT "Copyright © 1997-2023 Taskscape Ltd",-1,7,197,141,10,NOT WS_GROUP + LTEXT "www.taskscape.com",IDC_WWW,7,208,67,10,NOT WS_GROUP PUSHBUTTON "",5,165,200,50,14 PUSHBUTTON "",IDOK,220,200,50,14 PUSHBUTTON "",IDCANCEL,274,200,50,14 @@ -380,8 +380,8 @@ BEGIN IDS_TARGETDIRUPGRADE "Cílový adresář (upgrade)" IDS_CONFLICTPRIOR "Adresář '%s' již obsahuje starší verzi instalovaného programu.\n\nStiskněte OK pro jeho upgrade.\nStiskněte Storno pro instalaci do jiného adresáře." IDS_CONFLICTSAME "Adresář '%s' již obsahuje stejnou verzi instalovaného programu.\n\nStiskněte OK pro jeho opravu.\nStiskněte Storno pro instalaci do jiného adresáře." - IDS_PREVIEWBUILDWARNING "Toto je PREVIEW BUILD programu Open Salamander, uvolněný v Early Access Programu. Tato verze by neměla být používána v produkčním prostředí. Používejte ji pouze pro testování. Těšíme se na Vaše připomínky a náměty, které vkládejte do Early Access Program sekce na forum.altap.cz.\nPoznámka: tato verze je časově omezená." - IDS_BETAWARNING "Toto je BETA verze programu Open Salamander. Tato verze by neměla být používána v produkčním prostředí. Používejte ji pouze pro testování. Těšíme se na Vaše připomínky a náměty, které vkládejte na forum.altap.cz.\nPoznámka: tato verze je časově omezená." + IDS_PREVIEWBUILDWARNING "Toto je PREVIEW BUILD programu Open Salamander, uvolněný v Early Access Programu. Tato verze by neměla být používána v produkčním prostředí. Používejte ji pouze pro testování. Těšíme se na Vaše připomínky a náměty, které vkládejte do Early Access Program sekce .\nPoznámka: tato verze je časově omezená." + IDS_BETAWARNING "Toto je BETA verze programu Open Salamander. Tato verze by neměla být používána v produkčním prostředí. Používejte ji pouze pro testování. Těšíme se na Vaše připomínky a náměty, které vkládejte .\nPoznámka: tato verze je časově omezená." END STRINGTABLE @@ -395,7 +395,7 @@ BEGIN IDS_ERRORCREATELOG "Chyba při vytváření log souboru %s." IDS_APPRUNNING "Instalační program detekoval, že instalovaný program je spuštěný.\nZavřete prosím program a stiskněte OK pro pokračování.\nTitulek programu je %s." IDS_MAINWINDOWTITLE "Instalační program" - IDS_SETUPCOPYRIGHT1 "Copyright © 1997-2023 Open Salamander Authors" + IDS_SETUPCOPYRIGHT1 "Copyright © 1997-2023 Taskscape Ltd" IDS_INSTALL_STOP "Instalace není kompletní. Pokud ji nyní ukončíte, program nebude nainstalován.\n\nInstalační program můžete spustit později a instalaci dokončit.\n\nUkončit instalaci?" IDS_INSTALL_STOP_TITLE "Ukončit instalační program" IDS_WIZ_TITLE "Instalační program - %s" @@ -438,8 +438,8 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN CONTROL "",IDC_WIZARD_SEPARATOR,"Static",SS_ETCHEDHORZ | WS_GROUP,0,193,363,1 - LTEXT "Copyright © 1997-2023 Open Salamander Authors",-1,7,197,141,10,NOT WS_GROUP - LTEXT "www.altap.cz",IDC_WWW,7,208,62,10,NOT WS_GROUP + LTEXT "Copyright © 1997-2023 Taskscape Ltd",-1,7,197,141,10,NOT WS_GROUP + LTEXT "www.taskscape.com",IDC_WWW,7,208,62,10,NOT WS_GROUP PUSHBUTTON "",5,195,200,50,14 PUSHBUTTON "",IDOK,250,200,50,14 PUSHBUTTON "",IDCANCEL,304,200,50,14 @@ -662,8 +662,8 @@ BEGIN IDS_TARGETDIRUPGRADE "Zielverzeichnis (Aktualisierung)" IDS_CONFLICTPRIOR "Das Verzeichnis '%s' enthält bereits eine frühere Version der installierten Anwendung.\n\nDrücken Sie ""OK"", um diese zu aktualisieren.\nDrücken Sie auf ""Abbrechen"", um sie in ein anderes Verzeichnis zu installieren." IDS_CONFLICTSAME "Das Verzeichnis '%s' enthält bereits die selbe Version der installierten Anwendung.\n\nDrücken Sie ""OK"", um diese zu reparieren.\nDrücken Sie auf ""Abbrechen"", um sie in ein anderes Verzeichnis zu installieren." - IDS_PREVIEWBUILDWARNING "Dies ist eine Vorabversion von Open Salamander, veröffentlicht im Early Access Programm. Sie sollte NICHT in Produktionsumgebungen verwendet werden. Benutzen Sie diese nur für Testzwecke. Wir freuen uns auf Ihre Meinung in der ""Early Access Program Section"" im forum.altap.cz.\nHinweis: diese Version ist zeitlich begrenzt." - IDS_BETAWARNING "Dies ist eine BETA Version von Open Salamander. Sie sollte NICHT in Produktionsumgebungen verwendet werden. Benutzen Sie diese nur für Testzwecke. Wir freuen uns auf Ihre Meinung im forum.altap.cz.\nHinweis: diese Version ist zeitlich begrenzt." + IDS_PREVIEWBUILDWARNING "Dies ist eine Vorabversion von Open Salamander, veröffentlicht im Early Access Programm. Sie sollte NICHT in Produktionsumgebungen verwendet werden. Benutzen Sie diese nur für Testzwecke. Wir freuen uns auf Ihre Meinung in der ""Early Access Program Section"" im .\nHinweis: diese Version ist zeitlich begrenzt." + IDS_BETAWARNING "Dies ist eine BETA Version von Open Salamander. Sie sollte NICHT in Produktionsumgebungen verwendet werden. Benutzen Sie diese nur für Testzwecke. Wir freuen uns auf Ihre Meinung im .\nHinweis: diese Version ist zeitlich begrenzt." END STRINGTABLE @@ -677,7 +677,7 @@ BEGIN IDS_ERRORCREATELOG "Erstellen der Logdatei %s fehlgeschlagen." IDS_APPRUNNING "Das Setup hat festgestellt, dass die Anwendung bereits läuft.\nSchließen Sie diese bitte und klicken Sie ""OK"" um fortzufahren.\nName der Anwendung lautet %s." IDS_MAINWINDOWTITLE "Setup" - IDS_SETUPCOPYRIGHT1 "Copyright © 1997-2023 Open Salamander Authors" + IDS_SETUPCOPYRIGHT1 "Copyright © 1997-2023 Taskscape Ltd" IDS_INSTALL_STOP "Das Setup ist noch nicht abgeschlossen. Wenn Sie jetzt beenden, wird das Programm nicht installiert.\n\nSie können das Setup zu einem späteren Zeitpunkt nochmals ausführen, um die Installation zu vervollständigen.\n\nSetup verlassen?" IDS_INSTALL_STOP_TITLE "Setup verlassen" IDS_WIZ_TITLE "Setup - %s" @@ -720,8 +720,8 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN CONTROL "",IDC_WIZARD_SEPARATOR,"Static",SS_ETCHEDHORZ | WS_GROUP,0,193,333,1 - LTEXT "Copyright © 1997-2023 Open Salamander Authors",-1,7,197,141,10,NOT WS_GROUP - LTEXT "www.altap.cz",IDC_WWW,7,208,63,10,NOT WS_GROUP + LTEXT "Copyright © 1997-2023 Taskscape Ltd",-1,7,197,141,10,NOT WS_GROUP + LTEXT "www.taskscape.com",IDC_WWW,7,208,63,10,NOT WS_GROUP PUSHBUTTON "",5,165,200,50,14 PUSHBUTTON "",IDOK,220,200,50,14 PUSHBUTTON "",IDCANCEL,274,200,50,14 @@ -944,8 +944,8 @@ BEGIN IDS_TARGETDIRUPGRADE "Target directory (Upgrade)" IDS_CONFLICTPRIOR "The directory '%s' already contains a prior version of the installed application.\n\nPress OK to upgrade it.\nPress Cancel to install to another directory." IDS_CONFLICTSAME "The directory '%s' already contains the same version of the installed application.\n\nPress OK to repair it.\nPress Cancel to install to another directory." - IDS_PREVIEWBUILDWARNING "This is PREVIEW BUILD of Open Salamander, released in Early Access Program. It should NOT be used in production environments. Use it for testing only. We are looking for your feedback at Early Access Program section on forum.altap.cz.\nNote: this version is time limited." - IDS_BETAWARNING "This is BETA version of Open Salamander. It should NOT be used in production environments. Use it for testing purpose only. We are looking for your feedback on forum.altap.cz.\nNote: this version is time limited." + IDS_PREVIEWBUILDWARNING "This is PREVIEW BUILD of Open Salamander, released in Early Access Program. It should NOT be used in production environments. Use it for testing only. We are looking for your feedback at Early Access Program section .\nNote: this version is time limited." + IDS_BETAWARNING "This is BETA version of Open Salamander. It should NOT be used in production environments. Use it for testing purpose only. We are looking for your feedback .\nNote: this version is time limited." END STRINGTABLE @@ -959,7 +959,7 @@ BEGIN IDS_ERRORCREATELOG "Creating log file %s failed." IDS_APPRUNNING "Setup has detected that installed application is running.\nPlease close it and click OK to continue.\nApplication title is %s." IDS_MAINWINDOWTITLE "Setup" - IDS_SETUPCOPYRIGHT1 "Copyright © 1997-2023 Open Salamander Authors" + IDS_SETUPCOPYRIGHT1 "Copyright © 1997-2023 Taskscape Ltd" IDS_INSTALL_STOP "Setup is not complete. If you quit now, the program will not be installed.\n\nYou may run the Setup program again at another time to complete the installation.\n\nExit Setup?" IDS_INSTALL_STOP_TITLE "Exit Setup" IDS_WIZ_TITLE "Setup - %s" diff --git a/src/sfx7zip/7zip.c b/src/sfx7zip/7zip.c index c0f34fed..e10e6bdf 100644 --- a/src/sfx7zip/7zip.c +++ b/src/sfx7zip/7zip.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // diff --git a/src/sfx7zip/7zip.h b/src/sfx7zip/7zip.h index bb4973f8..1e33b981 100644 --- a/src/sfx7zip/7zip.h +++ b/src/sfx7zip/7zip.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/sfx7zip/common/MyCom.h b/src/sfx7zip/common/MyCom.h index 47c82cb9..94c0ef5c 100644 --- a/src/sfx7zip/common/MyCom.h +++ b/src/sfx7zip/common/MyCom.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // MyCom.h diff --git a/src/sfx7zip/common/MyGuidDef.h b/src/sfx7zip/common/MyGuidDef.h index 7ff3d688..fc305eff 100644 --- a/src/sfx7zip/common/MyGuidDef.h +++ b/src/sfx7zip/common/MyGuidDef.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // Common/MyGuidDef.h diff --git a/src/sfx7zip/common/MyUnknown.h b/src/sfx7zip/common/MyUnknown.h index 4d8fd7b3..2ef8e66c 100644 --- a/src/sfx7zip/common/MyUnknown.h +++ b/src/sfx7zip/common/MyUnknown.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // MyUnknown.h diff --git a/src/sfx7zip/extract.c b/src/sfx7zip/extract.c index 45b44f4e..c7374aff 100644 --- a/src/sfx7zip/extract.c +++ b/src/sfx7zip/extract.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/sfx7zip/extract.h b/src/sfx7zip/extract.h index 07b3347f..f2654f1c 100644 --- a/src/sfx7zip/extract.h +++ b/src/sfx7zip/extract.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/sfx7zip/install.c b/src/sfx7zip/install.c index 85c961c8..9b2bb7ab 100644 --- a/src/sfx7zip/install.c +++ b/src/sfx7zip/install.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/sfx7zip/open.xml b/src/sfx7zip/open.xml index d188cd14..5fd0fa28 100644 --- a/src/sfx7zip/open.xml +++ b/src/sfx7zip/open.xml @@ -1,4 +1,4 @@ - + diff --git a/src/sfx7zip/resource.h b/src/sfx7zip/resource.h index 23e46986..68c83b41 100644 --- a/src/sfx7zip/resource.h +++ b/src/sfx7zip/resource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //{{NO_DEPENDENCIES}} diff --git a/src/sfx7zip/resource.rc2 b/src/sfx7zip/resource.rc2 index 385ff04c..6f4f51ec 100644 --- a/src/sfx7zip/resource.rc2 +++ b/src/sfx7zip/resource.rc2 @@ -1,4 +1,4 @@ -// +// // resource.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -32,7 +32,7 @@ BEGIN VALUE "FileVersion", "2.0.0.0" VALUE "InternalName", "Open Salamander Installer" VALUE "OriginalFilename", "sfx7zip.exe" - VALUE "LegalCopyright", "Copyright © 1997-2023 Open Salamander Authors" + VALUE "LegalCopyright", "Copyright © 1997-2023 Taskscape Ltd" END END BLOCK "VarFileInfo" @@ -76,3 +76,4 @@ END #ifdef OPEN_VERSION 1 RT_MANIFEST "open.xml" #endif + diff --git a/src/sfx7zip/sfx7zip.h b/src/sfx7zip/sfx7zip.h index cf3e8917..462e2fb0 100644 --- a/src/sfx7zip/sfx7zip.h +++ b/src/sfx7zip/sfx7zip.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/shares.cpp b/src/shares.cpp index 39f1225d..85592e87 100644 --- a/src/shares.cpp +++ b/src/shares.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/shellext/copyhook.c b/src/shellext/copyhook.c index eedfb743..b5ccf4bc 100644 --- a/src/shellext/copyhook.c +++ b/src/shellext/copyhook.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/shellext/ctxmenu.c b/src/shellext/ctxmenu.c index a3d9fda3..89a6948d 100644 --- a/src/shellext/ctxmenu.c +++ b/src/shellext/ctxmenu.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/shellext/precomp.h b/src/shellext/precomp.h index 43707e63..fcebb573 100644 --- a/src/shellext/precomp.h +++ b/src/shellext/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // ShellExt does not use precomp.h... \ No newline at end of file diff --git a/src/shellext/shellext.c b/src/shellext/shellext.c index dfe99c28..e7cd3720 100644 --- a/src/shellext/shellext.c +++ b/src/shellext/shellext.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/shellext/shellext.h b/src/shellext/shellext.h index 2f8731fc..38275204 100644 --- a/src/shellext/shellext.h +++ b/src/shellext/shellext.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/shellext/shellext.rc b/src/shellext/shellext.rc index 4baf3b04..8eee52c5 100644 --- a/src/shellext/shellext.rc +++ b/src/shellext/shellext.rc @@ -1,4 +1,4 @@ -#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) +#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) #error this file is not editable by Microsoft Visual C++ #endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS) @@ -8,7 +8,7 @@ #define FILE_SALVER "5.0" // without the build number and platform, e.g. "3.1 beta 1" #define FILE_VER "1.49\0" -#define FILE_COPYRIGHT "Copyright © 2003-2023 Open Salamander Authors\0" +#define FILE_COPYRIGHT "Copyright © 2003-2023 Taskscape Ltd\0" #ifdef _WIN64 #define FILE_DESCR "Shell Extension (x64) for Open Salamander " FILE_SALVER "\0" diff --git a/src/shellext/shexinit.c b/src/shellext/shexinit.c index 8eca8367..8de85bcf 100644 --- a/src/shellext/shexinit.c +++ b/src/shellext/shexinit.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/shellib.cpp b/src/shellib.cpp index a2750360..e563ea61 100644 --- a/src/shellib.cpp +++ b/src/shellib.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/shellib.h b/src/shellib.h index 17fc776c..83e45a37 100644 --- a/src/shellib.h +++ b/src/shellib.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/shellsup.cpp b/src/shellsup.cpp index 4983e98d..d463e7a2 100644 --- a/src/shellsup.cpp +++ b/src/shellsup.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -1071,7 +1071,7 @@ BOOL ResourceGetDialogName(WCHAR* buff, int buffSize, char* name, int nameMax) if (style != 0xffff0001) { TRACE_E("ResourceGetDialogName(): resource is not DLGTEMPLATEEX!"); - // reading classic DLGTEMPLATE see altap translator, but probably won't need to implement + // reading classic DLGTEMPLATE see taskscape translator, but probably won't need to implement return FALSE; } @@ -2599,7 +2599,7 @@ BOOL CanUseShellExecuteWndAsParent(const char* cmdName) return FALSE; // pod Windows 8 zlobilo Open With - pri volbe vlastniho programu se nezobrazil Open dialog - // https://forum.altap.cz/viewtopic.php?f=16&t=6730 a https://forum.altap.cz/viewtopic.php?t=6782 + // /viewtopic.php?f=16&t=6730 a /viewtopic.php?t=6782 // problem je tam v tom, ze se kod vrati z invoke, ale pozdeji si MS sahnou na parent okno, ktere my uz mame zrusene // TODO: nabizelo by se reseni, kdy bychom ShellExecuteWnd nechavali zit (child okno, roztazene pres celou plochu Salama, uplne na jeho pozadi) // pouze bychom si vzdy pred jeho predanim overili, ze zije (ze ho nekdo nestrelil) diff --git a/src/shexreg.c b/src/shexreg.c index 5b597a0a..1154ed46 100644 --- a/src/shexreg.c +++ b/src/shexreg.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include @@ -34,7 +34,7 @@ const char* SALSHEXT_DOPASTEEVENTNAME = "SalExten_DoPasteEvent4"; // salextx //const char *SHEXREG_OPENSALAMANDER_DESCR = "Shell Extension for Servant Salamander"; // salshext.dll (Sal 2.5 beta 1) //const char *SHEXREG_OPENSALAMANDER = "ServantSalamander25"; // salexten.dll - 2.5 beta 2 az RC1 //const char *SHEXREG_OPENSALAMANDER_DESCR = "Shell Extension for Servant Salamander 2.5"; // salexten.dll - 2.5 beta 2 az RC1 -//const char* SHEXREG_OPENSALAMANDER = "AltapSalamanderVer" SALSHEXT_SHAREDNAMESAPPENDIX; // salexten.dll - do 4.0 +//const char* SHEXREG_OPENSALAMANDER = "Taskscape LtdSalamanderVer" SALSHEXT_SHAREDNAMESAPPENDIX; // salexten.dll - do 4.0 const char* SHEXREG_OPENSALAMANDER = "OpenSalamanderVer" SALSHEXT_SHAREDNAMESAPPENDIX; #ifdef INSIDE_SALAMANDER #include "versinfo.rh2" @@ -47,7 +47,7 @@ const char* SHEXREG_OPENSALAMANDER_DESCR = "Shell Extension (%s) for Open Salama // ============================================= spolecna cast // /* -const char *SHELLEXT_ROOT_REG = "Software\\Altap\\Servant Salamander\\Shell Extension"; +const char *SHELLEXT_ROOT_REG = "Software\\Taskscape Ltd\\Servant Salamander\\Shell Extension"; const char *SHELLEXT_CONTEXTMENU = "Context Menu"; const char *SHELLEXT_VERSION = "Version"; @@ -434,12 +434,12 @@ BOOL CheckVersionOfDLL(const char* name) // - od verze 2.5 RC2 uz se nepouziva: - delete souboru z TEMPu (default value v HKEY_CLASSES_ROOT\CLSID\{C78B6131-F3EA-11D2-94A1-00E0292A01E3}\InProcServer32) (pocitat s tim, ze nemusi jit smazat hned - umet naplanovat po rebootu masiny) // - od verze 3.0 B1: pocitat s tim, ze utils\salextx86.dll a salextx64.dll nemusi jit smazat hned - umet naplanovat po rebootu masiny // - smazat HKEY_CLASSES_ROOT\CLSID\{C78B61??-F3EA-11D2-94A1-00E0292A01E3} (aktualni CLSID je v CLSID_ShellExtension) -// - smazat HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\AltapSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) +// - smazat HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Taskscape LtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) // - smazat v klici HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved // hodnotu {C78B61??-F3EA-11D2-94A1-00E0292A01E3} (aktualni CLSID je v CLSID_ShellExtension) // - je-li definovano makro ENABLE_SH_MENU_EXT: -// - smazat HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\AltapSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) -// - smazat HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\AltapSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) +// - smazat HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Taskscape LtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) +// - smazat HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Taskscape LtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) // - vse co bylo receno o klici HKEY_CLASSES_ROOT je potreba zkusit smazat tez z klice // HKEY_CURRENT_USER\Software\Classes (vyuziva se pokud user nema prava pro zapis do // HKEY_CLASSES_ROOT) diff --git a/src/shexreg.h b/src/shexreg.h index 3e0fe74b..5a5ed73f 100644 --- a/src/shexreg.h +++ b/src/shexreg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -27,20 +27,20 @@ // salexten.dll (Servant Salamander 2.5 beta 2 through RC1) class id: c78b6131-f3ea-11d2-94a1-00e0292a01e3 (copied to the TEMP directory and shared between multiple Salamander builds) // salamext.dll (Servant Salamander 2.5 RC2) class id: c78b6132-f3ea-11d2-94a1-00e0292a01e3 (first version kept in the installation; each Salamander release ships with its own shell extension) // salamext.dll (Servant Salamander 2.5 RC3) class id: c78b6133-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.5 RC3) class id: c78b6134-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.5) class id: c78b6135-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.51) class id: c78b6136-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.52 beta 1) class id: c78b6137-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.52 beta 1) class id: c78b6138-f3ea-11d2-94a1-00e0292a01e3 (mutex-creation changes broke compatibility with older versions) -// salamext.dll (Altap Salamander 2.52 beta 1) class id: c78b6139-f3ea-11d2-94a1-00e0292a01e3 (creating mutexes with restricted permissions prevented older Salamanders—for example 2.51—from opening them, so the mutex, shared-memory, etc. names changed) -// salamext.dll (Altap Salamander 2.52 beta 2) class id: c78b613a-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.52) class id: c78b613b-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.53 beta 1) class id: c78b613c-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.53) class id: c78b613d-f3ea-11d2-94a1-00e0292a01e3 (unused—we ultimately released 2.53 beta 2 instead) -// salamext.dll (Altap Salamander 2.53 beta 2) class id: c78b613e-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.53) class id: c78b613f-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.54) class id: c78b6140-f3ea-11d2-94a1-00e0292a01e3 -// salamext.dll (Altap Salamander 2.55 beta 1) class id: c78b6141-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.5 RC3) class id: c78b6134-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.5) class id: c78b6135-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.51) class id: c78b6136-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.52 beta 1) class id: c78b6137-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.52 beta 1) class id: c78b6138-f3ea-11d2-94a1-00e0292a01e3 (mutex-creation changes broke compatibility with older versions) +// salamext.dll (Open Salamander 2.52 beta 1) class id: c78b6139-f3ea-11d2-94a1-00e0292a01e3 (creating mutexes with restricted permissions prevented older Salamanders—for example 2.51—from opening them, so the mutex, shared-memory, etc. names changed) +// salamext.dll (Open Salamander 2.52 beta 2) class id: c78b613a-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.52) class id: c78b613b-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.53 beta 1) class id: c78b613c-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.53) class id: c78b613d-f3ea-11d2-94a1-00e0292a01e3 (unused—we ultimately released 2.53 beta 2 instead) +// salamext.dll (Open Salamander 2.53 beta 2) class id: c78b613e-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.53) class id: c78b613f-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.54) class id: c78b6140-f3ea-11d2-94a1-00e0292a01e3 +// salamext.dll (Open Salamander 2.55 beta 1) class id: c78b6141-f3ea-11d2-94a1-00e0292a01e3 // salextx86.dll + salextx64.dll (Salamander 3.0 beta 1) class id: c78b6142-f3ea-11d2-94a1-00e0292a01e3 (first build that ships x86 and x64 versions together) // salextx86.dll + salextx64.dll (Salamander 3.0 beta 2) class id: c78b6143-f3ea-11d2-94a1-00e0292a01e3 // salextx86.dll + salextx64.dll (Salamander 3.0 beta 3) class id: c78b6144-f3ea-11d2-94a1-00e0292a01e3 @@ -64,43 +64,43 @@ DEFINE_GUID(CLSID_ShellExtension, 0xc78b614fL, 0xf3ea, 0x11d2, 0x94, 0xa1, 0x00, // // Servant Salamander 2.5 RC2 - 25RC2 // Servant Salamander 2.5 RC3 - 25RC3 -// Altap Salamander 2.5 RC3 - 25RC3 -// Altap Salamander 2.5 - 25 -// Altap Salamander 2.51 - 251 -// Altap Salamander 2.52 beta 1 - 252B1 -// Altap Salamander 2.52 beta 1 - 252B1a (mutex creation/open adjustments caused incompatibility with older builds) -// Altap Salamander 2.52 beta 1 - 252B1b (mutexes with restricted permissions prevented older Salamanders, e.g. 2.51, from opening them, so the mutex/shared-memory names changed) -// Altap Salamander 2.52 beta 2 - 252B2 -// Altap Salamander 2.52 - 252 -// Altap Salamander 2.53 beta 1 - 253B1 -// Altap Salamander 2.53 - 253 (unused—we ultimately shipped 2.53 beta 2) -// Altap Salamander 2.53 beta 2 - 253B2 -// Altap Salamander 2.53 - 253R -// Altap Salamander 2.54 - 254 -// Altap Salamander 2.55 beta 1 - 255B1 (unused—we eventually released 3.0 beta 1 instead) -// Altap Salamander 3.0 beta 1 - 300B1 -// Altap Salamander 3.0 beta 2 - 300B2 -// Altap Salamander 3.0 beta 3 - 300B3 -// Altap Salamander 3.0 beta 4 - 300B4 -// Altap Salamander 3.0 - 300B5 (left as "3.0 beta 5" by mistake; we released 3.0) -// Altap Salamander 3.1 beta 1 (unreleased) - 310B1 -// Altap Salamander 3.01 - 301 -// Altap Salamander 3.1 beta 1 (unreleased) - 310B1_2 (second attempt to ship "3.1 beta 1") -// Altap Salamander 3.02 - 302 -// Altap Salamander 3.1 beta 1 (unreleased) - 310B1_3 (third attempt to ship "3.1 beta 1") -// Altap Salamander 3.03 - 303 -// Altap Salamander 3.1 beta 1 (unreleased) - 310B1_4 (fourth attempt to ship "3.1 beta 1") -// Altap Salamander 3.04 - 304 -// Altap Salamander 3.1 beta 1 - 310B1_5 (fifth attempt to ship "3.1 beta 1") -// Altap Salamander 3.05 - 305 -// Altap Salamander 3.1 beta 1 - 310B1_6 (sixth attempt to ship "3.1 beta 1") -// Altap Salamander 3.06 - 306 -// Altap Salamander 3.1 beta 1 - 310B1_7 (seventh attempt to ship "3.1 beta 1") -// Altap Salamander 3.07 - 307 -// Altap Salamander 4.0 beta 1 - 400B1 -// Altap Salamander 3.08 - 308 -// Altap Salamander 4.0 beta 1 - 400B1_2 (second attempt to ship "4.0 beta 1") -// Altap Salamander 4.0 - 400 +// Open Salamander 2.5 RC3 - 25RC3 +// Open Salamander 2.5 - 25 +// Open Salamander 2.51 - 251 +// Open Salamander 2.52 beta 1 - 252B1 +// Open Salamander 2.52 beta 1 - 252B1a (mutex creation/open adjustments caused incompatibility with older builds) +// Open Salamander 2.52 beta 1 - 252B1b (mutexes with restricted permissions prevented older Salamanders, e.g. 2.51, from opening them, so the mutex/shared-memory names changed) +// Open Salamander 2.52 beta 2 - 252B2 +// Open Salamander 2.52 - 252 +// Open Salamander 2.53 beta 1 - 253B1 +// Open Salamander 2.53 - 253 (unused—we ultimately shipped 2.53 beta 2) +// Open Salamander 2.53 beta 2 - 253B2 +// Open Salamander 2.53 - 253R +// Open Salamander 2.54 - 254 +// Open Salamander 2.55 beta 1 - 255B1 (unused—we eventually released 3.0 beta 1 instead) +// Open Salamander 3.0 beta 1 - 300B1 +// Open Salamander 3.0 beta 2 - 300B2 +// Open Salamander 3.0 beta 3 - 300B3 +// Open Salamander 3.0 beta 4 - 300B4 +// Open Salamander 3.0 - 300B5 (left as "3.0 beta 5" by mistake; we released 3.0) +// Open Salamander 3.1 beta 1 (unreleased) - 310B1 +// Open Salamander 3.01 - 301 +// Open Salamander 3.1 beta 1 (unreleased) - 310B1_2 (second attempt to ship "3.1 beta 1") +// Open Salamander 3.02 - 302 +// Open Salamander 3.1 beta 1 (unreleased) - 310B1_3 (third attempt to ship "3.1 beta 1") +// Open Salamander 3.03 - 303 +// Open Salamander 3.1 beta 1 (unreleased) - 310B1_4 (fourth attempt to ship "3.1 beta 1") +// Open Salamander 3.04 - 304 +// Open Salamander 3.1 beta 1 - 310B1_5 (fifth attempt to ship "3.1 beta 1") +// Open Salamander 3.05 - 305 +// Open Salamander 3.1 beta 1 - 310B1_6 (sixth attempt to ship "3.1 beta 1") +// Open Salamander 3.06 - 306 +// Open Salamander 3.1 beta 1 - 310B1_7 (seventh attempt to ship "3.1 beta 1") +// Open Salamander 3.07 - 307 +// Open Salamander 4.0 beta 1 - 400B1 +// Open Salamander 3.08 - 308 +// Open Salamander 4.0 beta 1 - 400B1_2 (second attempt to ship "4.0 beta 1") +// Open Salamander 4.0 - 400 // Open Salamander 5.0 - 500 #define SALSHEXT_SHAREDNAMESAPPENDIX "500" @@ -221,7 +221,7 @@ typedef struct CSalShExtSharedMem CSalShExtSharedMem; #pragma pack(pop) // -// ============================================= Altap Salamander only +// ============================================= Open Salamander only // #ifdef INSIDE_SALAMANDER diff --git a/src/shiconov.cpp b/src/shiconov.cpp index b8ad725f..f38f6642 100644 --- a/src/shiconov.cpp +++ b/src/shiconov.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/shiconov.h b/src/shiconov.h index 259e38f3..644b954b 100644 --- a/src/shiconov.h +++ b/src/shiconov.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/snooper.cpp b/src/snooper.cpp index 90a63e03..1a0df2e4 100644 --- a/src/snooper.cpp +++ b/src/snooper.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/snooper.h b/src/snooper.h index ddf72473..e7fa7ecc 100644 --- a/src/snooper.h +++ b/src/snooper.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/sort.cpp b/src/sort.cpp index 06f39c93..354c7d8a 100644 --- a/src/sort.cpp +++ b/src/sort.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/sort.h b/src/sort.h index 9b4914a4..6be8d5be 100644 --- a/src/sort.h +++ b/src/sort.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/stswnd.cpp b/src/stswnd.cpp index 0a9fbe65..f36b2c48 100644 --- a/src/stswnd.cpp +++ b/src/stswnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/stswnd.h b/src/stswnd.h index 0171d03c..465760d5 100644 --- a/src/stswnd.h +++ b/src/stswnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/svg.cpp b/src/svg.cpp index 74f9a486..b586c4e5 100644 --- a/src/svg.cpp +++ b/src/svg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/svg.h b/src/svg.h index d460a244..f552efa5 100644 --- a/src/svg.h +++ b/src/svg.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tabwnd.cpp b/src/tabwnd.cpp index 73f66a64..3aa13dd9 100644 --- a/src/tabwnd.cpp +++ b/src/tabwnd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tabwnd.h b/src/tabwnd.h index 033c7167..01069da4 100644 --- a/src/tabwnd.h +++ b/src/tabwnd.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tasklist.cpp b/src/tasklist.cpp index d6671a11..ff7deca9 100644 --- a/src/tasklist.cpp +++ b/src/tasklist.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -23,17 +23,17 @@ BOOL FirstInstance_3_or_later = FALSE; // process list is shared across all salamander instances in local session // from AS 3.0 we change the concept of "Break" event - it causes an exception in the target, so we have a "full-featured" bug report, but at the same time it ends the target -// therefore I'm changing the following constants "AltapSalamander*" -> "AltapSalamander3*", so we are separated from older versions +// therefore I'm changing the following constants "Taskscape LtdSalamander*" -> "Taskscape LtdSalamander3*", so we are separated from older versions // WARNING: when changing, salbreak.exe needs to be modified, just send me the info please ... thanks, Petr -const char* AS_PROCESSLIST_NAME = "AltapSalamander3bProcessList"; // shared memory CProcessList -const char* AS_PROCESSLIST_MUTEX_NAME = "AltapSalamander3bProcessListMutex"; // synchronization for access to shared memory -const char* AS_PROCESSLIST_EVENT_NAME = "AltapSalamander3bProcessListEvent"; // triggering event (what should be done is stored in shared memory) -const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "AltapSalamander3bProcessListEventProcessed"; // triggered event was processed +const char* AS_PROCESSLIST_NAME = "Taskscape LtdSalamander3bProcessList"; // shared memory CProcessList +const char* AS_PROCESSLIST_MUTEX_NAME = "Taskscape LtdSalamander3bProcessListMutex"; // synchronization for access to shared memory +const char* AS_PROCESSLIST_EVENT_NAME = "Taskscape LtdSalamander3bProcessListEvent"; // triggering event (what should be done is stored in shared memory) +const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "Taskscape LtdSalamander3bProcessListEventProcessed"; // triggered event was processed -const char* FIRST_SALAMANDER_MUTEX_NAME = "AltapSalamanderFirstInstance"; // introduced from AS 2.52 beta 1 -const char* LOADSAVE_REGISTRY_MUTEX_NAME = "AltapSalamanderLoadSaveRegistry"; // introduced from AS 2.52 beta 1 +const char* FIRST_SALAMANDER_MUTEX_NAME = "Taskscape LtdSalamanderFirstInstance"; // introduced from AS 2.52 beta 1 +const char* LOADSAVE_REGISTRY_MUTEX_NAME = "Taskscape LtdSalamanderLoadSaveRegistry"; // introduced from AS 2.52 beta 1 // path where we save bug report and minidump; later salmon packs it into 7z and uploads to server char BugReportPath[MAX_PATH] = ""; diff --git a/src/tasklist.h b/src/tasklist.h index 8d4eff60..7b191cd3 100644 --- a/src/tasklist.h +++ b/src/tasklist.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/thumbnl.cpp b/src/thumbnl.cpp index 1ed03122..fbad6129 100644 --- a/src/thumbnl.cpp +++ b/src/thumbnl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/thumbnl.h b/src/thumbnl.h index 68c21c73..ebc5969e 100644 --- a/src/thumbnl.h +++ b/src/thumbnl.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/toolbar.h b/src/toolbar.h index a4dca363..40584603 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/toolbar1.cpp b/src/toolbar1.cpp index a9a1b688..1344f2c9 100644 --- a/src/toolbar1.cpp +++ b/src/toolbar1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/toolbar2.cpp b/src/toolbar2.cpp index e0e30b74..82e70768 100644 --- a/src/toolbar2.cpp +++ b/src/toolbar2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/toolbar3.cpp b/src/toolbar3.cpp index dd1442f0..34bcff42 100644 --- a/src/toolbar3.cpp +++ b/src/toolbar3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/toolbar4.cpp b/src/toolbar4.cpp index 0b0e6a0a..79991149 100644 --- a/src/toolbar4.cpp +++ b/src/toolbar4.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/toolbar5.cpp b/src/toolbar5.cpp index 70553bd7..0059923a 100644 --- a/src/toolbar5.cpp +++ b/src/toolbar5.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/toolbar6.cpp b/src/toolbar6.cpp index 66048f77..03c71828 100644 --- a/src/toolbar6.cpp +++ b/src/toolbar6.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/toolbar7.cpp b/src/toolbar7.cpp index a8cd2906..d277f903 100644 --- a/src/toolbar7.cpp +++ b/src/toolbar7.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/toolbar8.cpp b/src/toolbar8.cpp index 30bddb54..f2212eb6 100644 --- a/src/toolbar8.cpp +++ b/src/toolbar8.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tooltip.cpp b/src/tooltip.cpp index 51830ec0..ff4a9e88 100644 --- a/src/tooltip.cpp +++ b/src/tooltip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tooltip.h b/src/tooltip.h index 8d1bf626..de51f473 100644 --- a/src/tooltip.h +++ b/src/tooltip.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/bitmap.cpp b/src/translator/bitmap.cpp index 36d4ff22..a234f503 100644 --- a/src/translator/bitmap.cpp +++ b/src/translator/bitmap.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/bitmap.h b/src/translator/bitmap.h index ef15c3b3..d2537736 100644 --- a/src/translator/bitmap.h +++ b/src/translator/bitmap.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/checklst.cpp b/src/translator/checklst.cpp index 0f3fb719..e109ba40 100644 --- a/src/translator/checklst.cpp +++ b/src/translator/checklst.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/config.cpp b/src/translator/config.cpp index 5d97911e..bfb0e680 100644 --- a/src/translator/config.cpp +++ b/src/translator/config.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/config.h b/src/translator/config.h index 17e3342b..7be0ad1e 100644 --- a/src/translator/config.h +++ b/src/translator/config.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/consts.h b/src/translator/consts.h index 5b310d7e..ff99142a 100644 --- a/src/translator/consts.h +++ b/src/translator/consts.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/databook.cpp b/src/translator/databook.cpp index 76967160..9afe58b7 100644 --- a/src/translator/databook.cpp +++ b/src/translator/databook.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datacnfl.cpp b/src/translator/datacnfl.cpp index c7be57de..78c9ad90 100644 --- a/src/translator/datacnfl.cpp +++ b/src/translator/datacnfl.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datadlg.cpp b/src/translator/datadlg.cpp index 00781c84..1c2e8bb4 100644 --- a/src/translator/datadlg.cpp +++ b/src/translator/datadlg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datafind.cpp b/src/translator/datafind.cpp index 4f2d6ed8..3a6ae4de 100644 --- a/src/translator/datafind.cpp +++ b/src/translator/datafind.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datamenu.cpp b/src/translator/datamenu.cpp index ad4c42f6..2a3a50f6 100644 --- a/src/translator/datamenu.cpp +++ b/src/translator/datamenu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datamui.cpp b/src/translator/datamui.cpp index 3cffed5f..314897f2 100644 --- a/src/translator/datamui.cpp +++ b/src/translator/datamui.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/dataprj.cpp b/src/translator/dataprj.cpp index bc4750a1..6303ea8c 100644 --- a/src/translator/dataprj.cpp +++ b/src/translator/dataprj.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datarh.cpp b/src/translator/datarh.cpp index 8f651a26..f92de6cd 100644 --- a/src/translator/datarh.cpp +++ b/src/translator/datarh.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datarh.h b/src/translator/datarh.h index ac92dc9a..541aa3db 100644 --- a/src/translator/datarh.h +++ b/src/translator/datarh.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/datasel.cpp b/src/translator/datasel.cpp index 8983338d..b8919df6 100644 --- a/src/translator/datasel.cpp +++ b/src/translator/datasel.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/datastr.cpp b/src/translator/datastr.cpp index 4971fc76..e9fb93fa 100644 --- a/src/translator/datastr.cpp +++ b/src/translator/datastr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/dataui.cpp b/src/translator/dataui.cpp index ab70d3f5..75ae8959 100644 --- a/src/translator/dataui.cpp +++ b/src/translator/dataui.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/dialogs.cpp b/src/translator/dialogs.cpp index 924f406c..00b0b92d 100644 --- a/src/translator/dialogs.cpp +++ b/src/translator/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/dialogs.h b/src/translator/dialogs.h index 2637b3cb..894f6cc6 100644 --- a/src/translator/dialogs.h +++ b/src/translator/dialogs.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/dlgdummy.cpp b/src/translator/dlgdummy.cpp index 09c874d1..fa8daee7 100644 --- a/src/translator/dlgdummy.cpp +++ b/src/translator/dlgdummy.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/ignorelst.cpp b/src/translator/ignorelst.cpp index 46273117..618725ca 100644 --- a/src/translator/ignorelst.cpp +++ b/src/translator/ignorelst.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/ms_init.cpp b/src/translator/ms_init.cpp index 8c26e7d7..a1860a56 100644 --- a/src/translator/ms_init.cpp +++ b/src/translator/ms_init.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/oe_data.h b/src/translator/oe_data.h index a8bc053e..e59b5481 100644 --- a/src/translator/oe_data.h +++ b/src/translator/oe_data.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/precomp.cpp b/src/translator/precomp.cpp index d6cb017c..1f776ba2 100644 --- a/src/translator/precomp.cpp +++ b/src/translator/precomp.cpp @@ -1,11 +1,11 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" -// the ALTAPDB project contains three groups of modules +// the TASKSCAPEDB project contains three groups of modules // -// 1) precomp.cpp builds altapdb.pch (/Yc"precomp.h") -// 2) modules that use altapdb.pch (/Yu"precomp.h") +// 1) precomp.cpp builds taskscapedb.pch (/Yc"precomp.h") +// 2) modules that use taskscapedb.pch (/Yu"precomp.h") // 3) commons and tasklist.cpp have their own automatically generated // WINDOWS.PCH (/YX"windows.h" /Fp"$(OutDir)\WINDOWS.PCH") diff --git a/src/translator/precomp.h b/src/translator/precomp.h index 1e86f585..139980e4 100644 --- a/src/translator/precomp.h +++ b/src/translator/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/translator/resource.h b/src/translator/resource.h index b967279a..710220f6 100644 --- a/src/translator/resource.h +++ b/src/translator/resource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //{{NO_DEPENDENCIES}} diff --git a/src/translator/restart.cpp b/src/translator/restart.cpp index 635ef6d3..5eccbcf4 100644 --- a/src/translator/restart.cpp +++ b/src/translator/restart.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/salmenu.cpp b/src/translator/salmenu.cpp index e310bf83..97b48d66 100644 --- a/src/translator/salmenu.cpp +++ b/src/translator/salmenu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -362,7 +362,7 @@ BOOL CData::LoadSalMenu(const char* fileName) if (parserState.Errors > 0) { wchar_t err[1000]; - swprintf_s(err, L"SalMenu: found %d error(s). Please contact ALTAP for updated .mnu files.", parserState.Errors); + swprintf_s(err, L"SalMenu: found %d error(s). Please contact Taskscape Ltd for updated .mnu files.", parserState.Errors); OutWindow.AddLine(err, mteSummary); } diff --git a/src/translator/transfrm.cpp b/src/translator/transfrm.cpp index 70402adf..bea00666 100644 --- a/src/translator/transfrm.cpp +++ b/src/translator/transfrm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/translator.cpp b/src/translator/translator.cpp index 86bfba66..55dd3454 100644 --- a/src/translator/translator.cpp +++ b/src/translator/translator.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/translator.h b/src/translator/translator.h index 6111c3f3..e17a1dc0 100644 --- a/src/translator/translator.h +++ b/src/translator/translator.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/translator.rc b/src/translator/translator.rc index a32752d8..266483ea 100644 --- a/src/translator/translator.rc +++ b/src/translator/translator.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #pragma code_page(65001) @@ -329,7 +329,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDOK,50,53,50,14 LTEXT "Translator 1.24",IDC_STATIC,16,10,114,8 - LTEXT "Copyright © 2010-2023 Open Salamander Authors",IDC_STATIC,15,22,107,8 + LTEXT "Copyright © 2010-2023 Taskscape Ltd",IDC_STATIC,15,22,107,8 END IDD_FIND DIALOGEX 0, 0, 223, 139 diff --git a/src/translator/trldata.cpp b/src/translator/trldata.cpp index ef450f31..91a10abc 100644 --- a/src/translator/trldata.cpp +++ b/src/translator/trldata.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -131,7 +131,7 @@ int __GetCharacterString(wchar_t* buf, int bufSize, wchar_t data) // Buffer shou { switch (data) { - // case L'\'': wcscpy_s(buf, L"\\'"); return 2; // Not needed for Altap Translator. + // case L'\'': wcscpy_s(buf, L"\\'"); return 2; // Not needed for Taskscape Ltd Translator. // case L'\"': wcscpy_s(buf, L"\\\""); return 2; case L'\\': wcscpy_s(buf, bufSize, L"\\\\"); diff --git a/src/translator/trldata.h b/src/translator/trldata.h index f3b9cb8a..e48ac93f 100644 --- a/src/translator/trldata.h +++ b/src/translator/trldata.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -572,7 +572,7 @@ struct CSLGSignature { LanguageID = 0x0409; lstrcpyW(Author, L"Open Salamander"); - lstrcpyW(Web, L"www.altap.cz"); + lstrcpyW(Web, L"www.taskscape.com"); lstrcpyW(Comment, L""); lstrcpyW(HelpDir, L""); lstrcpyW(SLGIncomplete, L""); diff --git a/src/translator/trlipc.cpp b/src/translator/trlipc.cpp index b2d8aea3..4fe2ae29 100644 --- a/src/translator/trlipc.cpp +++ b/src/translator/trlipc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" @@ -7,7 +7,7 @@ #include "wndlayt.h" #include "trlipc.h" -const char* SHARED_MEMORY_NAME = "Local\\AltapTranslatorSharedMemory"; +const char* SHARED_MEMORY_NAME = "Local\\Taskscape LtdTranslatorSharedMemory"; #define SHARED_MEMORY_VERSION 1 diff --git a/src/translator/trlipc.h b/src/translator/trlipc.h index 157fd176..4da01a50 100644 --- a/src/translator/trlipc.h +++ b/src/translator/trlipc.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/versinfo.cpp b/src/translator/versinfo.cpp index f725e00f..8f91a7ae 100644 --- a/src/translator/versinfo.cpp +++ b/src/translator/versinfo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/versinfo.h b/src/translator/versinfo.h index 96a1347e..678ea668 100644 --- a/src/translator/versinfo.h +++ b/src/translator/versinfo.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/wndframe.cpp b/src/translator/wndframe.cpp index 9dd48291..a6bc71bf 100644 --- a/src/translator/wndframe.cpp +++ b/src/translator/wndframe.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/wndframe.h b/src/translator/wndframe.h index 64544950..7e050191 100644 --- a/src/translator/wndframe.h +++ b/src/translator/wndframe.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/wndlayt.cpp b/src/translator/wndlayt.cpp index b5ac67bd..76a61418 100644 --- a/src/translator/wndlayt.cpp +++ b/src/translator/wndlayt.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/wndlayt.h b/src/translator/wndlayt.h index 19f713da..423b72b3 100644 --- a/src/translator/wndlayt.h +++ b/src/translator/wndlayt.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/wndout.cpp b/src/translator/wndout.cpp index 2082ffef..18e004fe 100644 --- a/src/translator/wndout.cpp +++ b/src/translator/wndout.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/wndout.h b/src/translator/wndout.h index 8d68c1c4..cf6363ee 100644 --- a/src/translator/wndout.h +++ b/src/translator/wndout.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/wndprev.cpp b/src/translator/wndprev.cpp index 25b57695..8ef6059f 100644 --- a/src/translator/wndprev.cpp +++ b/src/translator/wndprev.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/wndprev.h b/src/translator/wndprev.h index e0479a84..04e4c01d 100644 --- a/src/translator/wndprev.h +++ b/src/translator/wndprev.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/wndrh.cpp b/src/translator/wndrh.cpp index fc874d02..c8199533 100644 --- a/src/translator/wndrh.cpp +++ b/src/translator/wndrh.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/wndrh.h b/src/translator/wndrh.h index cee3012e..35870ca3 100644 --- a/src/translator/wndrh.h +++ b/src/translator/wndrh.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/wndtext.cpp b/src/translator/wndtext.cpp index 140e4156..55ef2fd5 100644 --- a/src/translator/wndtext.cpp +++ b/src/translator/wndtext.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/wndtext.h b/src/translator/wndtext.h index 0c266686..8ed9b5f8 100644 --- a/src/translator/wndtext.h +++ b/src/translator/wndtext.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/translator/wndtree.cpp b/src/translator/wndtree.cpp index 93aa404a..9f962249 100644 --- a/src/translator/wndtree.cpp +++ b/src/translator/wndtree.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/translator/wndtree.h b/src/translator/wndtree.h index 74d1cb0b..b70bab7d 100644 --- a/src/translator/wndtree.h +++ b/src/translator/wndtree.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/config.cpp b/src/tserver/config.cpp index e9c2f3ac..8681b824 100644 --- a/src/tserver/config.cpp +++ b/src/tserver/config.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/config.h b/src/tserver/config.h index f4bf0017..5492ea40 100644 --- a/src/tserver/config.h +++ b/src/tserver/config.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/dialog.h b/src/tserver/dialog.h index a4d009db..ff89b3f8 100644 --- a/src/tserver/dialog.h +++ b/src/tserver/dialog.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/dialogs.cpp b/src/tserver/dialogs.cpp index abf8a732..fba9d726 100644 --- a/src/tserver/dialogs.cpp +++ b/src/tserver/dialogs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/ms_init.cpp b/src/tserver/ms_init.cpp index 45df28ce..c9e878c2 100644 --- a/src/tserver/ms_init.cpp +++ b/src/tserver/ms_init.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/openedit.cpp b/src/tserver/openedit.cpp index 13d21593..6b166e5c 100644 --- a/src/tserver/openedit.cpp +++ b/src/tserver/openedit.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/openedit.h b/src/tserver/openedit.h index 4b7e220f..8d900eed 100644 --- a/src/tserver/openedit.h +++ b/src/tserver/openedit.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/precomp.cpp b/src/tserver/precomp.cpp index b19565f7..58034a08 100644 --- a/src/tserver/precomp.cpp +++ b/src/tserver/precomp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/precomp.h b/src/tserver/precomp.h index c9f56b3b..6adc3f9f 100644 --- a/src/tserver/precomp.h +++ b/src/tserver/precomp.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/registry.cpp b/src/tserver/registry.cpp index 365ea4af..641f9977 100644 --- a/src/tserver/registry.cpp +++ b/src/tserver/registry.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/registry.h b/src/tserver/registry.h index 26224ca1..acd54238 100644 --- a/src/tserver/registry.h +++ b/src/tserver/registry.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/tablist.cpp b/src/tserver/tablist.cpp index d8a64eba..c7b974e9 100644 --- a/src/tserver/tablist.cpp +++ b/src/tserver/tablist.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/tablist.h b/src/tserver/tablist.h index f5d97b8c..96d1e0cc 100644 --- a/src/tserver/tablist.h +++ b/src/tserver/tablist.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/tserver.cpp b/src/tserver/tserver.cpp index 9bc3bafe..480b1619 100644 --- a/src/tserver/tserver.cpp +++ b/src/tserver/tserver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/tserver/tserver.h b/src/tserver/tserver.h index 54d48e4c..5f5ad311 100644 --- a/src/tserver/tserver.h +++ b/src/tserver/tserver.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/tserver/tserver.rc b/src/tserver/tserver.rc index dd010fe2..b4e49bc7 100644 --- a/src/tserver/tserver.rc +++ b/src/tserver/tserver.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #pragma code_page(65001) @@ -107,8 +107,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN ICON OCR_NORMAL,-1,10,9,20,20 LTEXT "Trace Server",-1,50,9,64,8 - LTEXT "Copyright © 1996-2023 Open Salamander Authors",-1,50,23,111,8 - LTEXT "www.altap.cz",-1,50,37,60,8 + LTEXT "Copyright © 1996-2023 Taskscape Ltd",-1,50,23,111,8 + LTEXT "www.taskscape.com",-1,50,37,60,8 LTEXT "dummy",IDC_ABOUT_TEXT1,50,51,90,8 DEFPUSHBUTTON "OK",IDOK,65,70,50,14 END diff --git a/src/tserver/tserver.rc2 b/src/tserver/tserver.rc2 index 428a11b6..9caf0ce5 100644 --- a/src/tserver/tserver.rc2 +++ b/src/tserver/tserver.rc2 @@ -1,4 +1,4 @@ -// +// // tserver.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -24,3 +24,4 @@ IC_TSERVER_1 ICON "tsrv1.ico" // BMP_TYPE BITMAP "state.bmp" + diff --git a/src/tserver/window.cpp b/src/tserver/window.cpp index 9b314e62..c5dd504f 100644 --- a/src/tserver/window.cpp +++ b/src/tserver/window.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/usermenu.h b/src/usermenu.h index 586b6f46..74ce8205 100644 --- a/src/usermenu.h +++ b/src/usermenu.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/english.slg.recipe b/src/vcxproj/salamander/Release_x64/lang/Intermediate/english.slg.recipe deleted file mode 100644 index 846a8932..00000000 --- a/src/vcxproj/salamander/Release_x64/lang/Intermediate/english.slg.recipe +++ /dev/null @@ -1,11 +0,0 @@ - - - - - C:\Users\skuzi\Desktop\FileManager\src\vcxproj\salamander\Release_x64\lang\english.slg - - - - - - \ No newline at end of file diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.res b/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.res deleted file mode 100644 index 4f1fed50d6d8a65e0718766c25e59313381e6c52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 225584 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%0D}=EobeuwHVV0d!#Hsw#Yr2oD27OJS%JH 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 diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/lang.lastbuildstate b/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/lang.lastbuildstate deleted file mode 100644 index cd155a74..00000000 --- a/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/lang.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.43.34808:TargetPlatformVersion=10.0.22621.0: -Release|x64|C:\Users\skuzi\Desktop\FileManager\src\vcxproj\| diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/link.command.1.tlog b/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/link.command.1.tlog deleted file mode 100644 index 9434e0ee3d2430c7dc5bd65611fd3f3de511b6e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1102 zcmb`G%TB{U3`M<0;vcGhKr0?%kzHPt(7crN0Vsn1{|Vq+PfIo3QFSqs*mHe-$M*bu ze_C#dO}4esN*mZG)*Ac6D*g++vNzUQkNu3d#@ASCEofC3Bm>E;YI5lNu>gj)cF?&-JZYE4SCKyJfHK!S3M_YXf)Fb?+#@>vGIv+BsJ%Hq`ExA24Cv+j9Iq$Dsr5(bXXaciE&47 zj*|Ffd6Z%$!Ien*TYQSR}5^xjt>JQ6=*cLv|O^F$sz3M1KN6(fmd#&1DOn5#yQe>b7td7L$U zDRZ=9M)mOb$i`C*3)RM-XIPkqoUmkW!>>o;IM#s5W6``-m#%CjN|UtONhKx__HIdq~;TNvX&-zxgWL5#=AqpIMC$BXbtGCXz+f*yW SJS)7JqfAd;K)U?jOT7Vv9ZXID diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/rc.read.1.tlog b/src/vcxproj/salamander/Release_x64/lang/Intermediate/lang.tlog/rc.read.1.tlog deleted file mode 100644 index 69bcf2203e0125ccea758566b3c8fd65753d5ff0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3578 zcmd6q%WlFj5JhKQssF&T-5_2G$>h_$lX0ZR9j6U1<-hGS8ZoW>FdZd!Pu3Y8f*Rjz#22^QAo7 zH6FW5C=>Acu*9*yO=unee3-oA@nLaF6r0br!xh;5(-t&t*RP3DTMz~0YKHE#NiTA% z?@c2*--QO12w}Ie{8n}TP1FjjEj~LVW`-EG*`WD3dSlRUj~sOD%&PVg_5ywHS*0)V zs(jINQqLCsBE+79rC>bfSu&;`%we=IBl0Xg7aQ>%2DXTn3Q7xd0U;E@|NjK=E)4VoI>hmvWBV?j_fuPKly%jp zMnTM+4*bxbyoNQt=%h1v2YZC;l{9eL(&e6DQl@6Uon*^WskE4R(~Ws|GzH2I>>Jta o?LTGK9k9V|y@`6G7aeP@Ch9VN2Hg2|PprYI;J+6;@GscI7kPOuiU0rr diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 49c7d3ff..00000000 --- a/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\lang\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\lang\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\lang\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/vcxproj/salamander/Release_x64/lang/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 7309dddfceee36b50d5e04bc41edc50d08ffbb05..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4162 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 H&XWBAx|~Ip diff --git a/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index e76835d5..00000000 --- a/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\salmon\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\salmon\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\salmon\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\salmon\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/vcxproj/salmon/salamander/Release_x64/plugins/Intermediate/salmon/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index fc669c4ac1861609332ab05b1b83f07376f46559..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4976 zcmeI0ZBG+H5Xa}EG`!Ln3k5?+6JL}Tuu2PoLW#NLg4Y8p^daq4svlnc{dez5QHT^I zw$W^EA7*D}XJ=+-XYc#BoGn{qs;ic#1Zf>v&pMQzb=_>!*3$OGUb^0%wOw1Gu3N>n zY}1ZxX9BAMIi!?;sTYD%b>mIj1)?=YD~xT%A?+?@&&rdz&}!D0jGEBbkz;iN3C+VQ zP&MI{@$}GRxE|PRTd^_UI$vRekx`0U)~~bHeXy(W&G0thx-!MJ%!&;-9)eRw9|vw{ zb>!13CB}8Pi=8QHg7%gZbdqKH`Dq%)Y$xK}60@fcvqRg3I)-b2R$`zr zFi8{QQ`$k`sM^d7CugV6Xk_Pb?>cCeR;vy;Pci)3sT4uFl0RhuesLFG2bu`_9uz%f zPFPFU+@%eWSbN!KW>IC2(Wci>*Xh27BSMdYN~hAwz*(p7dP(Xz zieG)W3a`eAQ2UlzZNrV#t1@1~ON;1n-|;%9K7}@iMrBudO8|$TEs*1U$umbzV#Tq9 zzO35=f0d}PN(ngsndI_k@5=$SW#$^-_EO)e!NEfd_*I^7je3n%F=hj7`BUV4OFrqX zzDV-x>|LT+ow<43O$qyr(efpqqRSVgJjN=Iku_(};JHDpcn+VYvtbLHU*S19d&f9& z{#C%nJ_1}@IN-io!3Xrom)7|TZmg)Ic#zEG1y3hSXD;LzrniD(>@26_sq}K?tUWJQ ziin1N{7zBisbs1X?Ha_*6HZM9?+#ofQ|!{+HtpFX;()hNX`y29%^0Rg@qyj>TwoFR z^M40_|6ZSepSt^Ie2o9h7I(9iet#!E>^%N?X*vEL4f?r59oN>TQvHa5vS_3F-Y z-XpRPWzouUhju|;@s*esfTO(kf(%1%sbG=|*T{^Nqn|q}(F|NR_nCSOrn2!*j+fq0 z*~=z-qv)L{dU4ka&A+a6Gql}$i}(8S@5?;$k11-E-R8+a5^C+gg--Q~$fFm%-n!|% zr~b%kFaBrr(fUOT^2Ly%KRXSw2mJxkU!pC>sx^1*t@Hjuo3^(9d05;J* AfB*mh diff --git a/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 7d096977..00000000 --- a/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Debug_x64\\utils\\..\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Debug_x64\\utils\\..\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Debug_x64\\utils\\..\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Debug_x64\\utils\\..\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/vcxproj/salopen/salamander/Debug_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index bfb45aad027a1181d4dd64b2e84af16dc61023f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4694 zcmeI0Z%-3J5XR@DTzI81RtkiWCcXe#u(2%!4@%4>4O|OWTiWyvseX9%_w3%4BB1;c z(?)Z--P_&S+1Y1iXJ_vFx4>RmY$~f(;EA#_u_No*z=qbbvm3@^#`-*iY_w_1j;d*g z_R@WoDO*;yif!1wZBP1Y_Rd1vvn^IUgrZ3u+8f(}Dx|$fS({L6v;ps>Nl(i*p>4or z2fE6n-%}pYvuCeu(Z;;1yu}HHU(0jLzZmOR z?Fl%Rct@ZaTbJ>U>wizHWEYelzgW)VJ$s~QvyYsIkCOq=`ky1M7>GB9|9igo@^dt0Krap$|lvT$dwL+ifb)iirb}*zRnl3ZdTcy^D zBe-?o)y*V`vQ=`6`4wfKSuq?2%o!kY3SZeojXFYJ?PQCQ`INi^njWDuhkFSN_h(}p zyu6lj3{Rkl!BM@!RG5sg-wxW-SDIOk&f1Vx;3z}e&AzJC3!H}%xb3>xrSb zc$X=csdZY`pq2&2&YEO_Ud!_&zfM{YWOc%3aX0JeZw$&kUip$QNO^!(9wTdD&)~U+ zcX$q;rqf{?onK%%fxV@jI{PZ3V}If=H5}o27qJ1ovZYntqHD{~==`VmvVy0Rr9TsL zB-tGxuX>-;@l?26IBn00mSX(h5WABXc`BJ2c)Jk4dB~|LW8IPSWb$3Q^`}AZOTCr|{ctpL*_1hq)ufhWq+ksVpj1~#;go&BUermfF2$Xc7W?4+7@ zXfNGYnY3kPtJsF^+xDccX74PtJ=b>LvHGB5j7H!PC%3GXB__4gU{JX(ucag55H*5WqtG43mDy(IcVOmGK zuss3C5^n;Uv2|(hxcc{$N_I*50lX7dpH9`EfNsJ%g|+M;O(P`Q^oi{SPmf+HEvi*( zmyu#{Ij1~yXj-PLkx#I5nfw@;Q$`(w)CzU#*F|Q5aFU_zW?xnE1@=P;+;&~>Q&L$v06|$& z+=#4x1M$EPs2gEhaU%f#lyBK{fcz5tUgC*heLh#Q*E2Vw?_vV)8*bu{?eB1|gq zE|V^kYqzW+Ee6GoO=6(8@;uF7JFN$@+F`S}nsw|q2IU^Fe932Kd4N?OGuObLp>qxI z@Eko&XTvr&zl1q~y``KweigB?-|<%#j_|yTa6qrPw8~p_W%(KH|MXrgc)GdtXJQ_s z>oe3wqWX=b0}2fU5e zX`3G(eBFo1QyjB8fBMhkdj7BA$4Kh$pX;;FsoPJ+$MENVem5WK_h;h6_T!(QP5*(O z;jS~e-P`6^$;)0xV}rO;_sTrx-6#4`+^iUPWS@vDzTngR-A3h?*MvBT$ zT`%=XTr_tUQ4-Q{5s8;G)~wS$6K}``n?|`A5)b-@w5C;b^%(6d|!gji*ZNP;q}JD%`7E VQ(T?(``NU${eIG)hMXG<_8kaz55NEb diff --git a/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 1a5bdb1a..00000000 --- a/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\Intermediate\\salopen\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/vcxproj/salopen/salamander/Release_x64/plugins/Intermediate/salopen/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 0cd412d373b891480a2a58e949ae251e1f33ae82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4638 zcmeI0ZBG+H5Xa}ETzI81RtkoYCcfaIU}Gty9F&+#ntCl*=~J#nsvlnc{dez55zqo+ z+GsYrcegt;JNuv6+1dO4EwEP>o7$4)C{fxDtzjMO+rV1ZyJb9PtV`*qqcvM~R5d%X zm+ozwwqn~>v`ss*-AP~B4lT5*?J(ns)vd-ew70eoRmgXhwmhNMXa(6Tlb*V5L0dt} zK6J%Nzo$H=r)qC(*~Zj0YJNiD=kn6B_X@MkLR~^`Mz@aCDmU|yUr~19ikYxe?mLVuimolt5(Wv_2-^Z)?EQZiguEp( z)J~y@p;fOqghJxbAGo(s>KWQk1EdCyGPHyAt;BN)pD%#af#W`-l{Et}YdagtPJ1^n z4(yn|A=Z?R0f>)ymj(OKui(QglnBqxbd`sC?~LHxVl0HV54WG;FzwCbDLLvY?J7_0 zh;^vtGcnYfrIp%sk@S~mcR*IVXdYLy0kUII?obskzM$nXc72SlfjvX!I=lZla%#?o zO>BON%>#SK_sCg4kB$8vzp`*dbX~>=ROL%+)V%wS&{R8qbT2P>I$gSRp~odm%0o(h*sXYF~hQcV0C;CG55Po-0ZXcrPUPuMlvcz5I?nPQjDxoOY7AP#sNZ7{Yt zG5C56Q>6I7>ip@xi0k>kf}eAzzkjaJzfawLGCszC?iY8nnSOsJK5Re!d2PB6j104C za(A@Nuu_!0j>aZ=r|ynf&U-}mp}bic=+Mr|E4~ubB4~8)IVZ!=4J4Z6!h2*!%F53i zmv|DF&3&dFL#h1xlan=l!@atP=`|sYBBBDHq zX^q+J-rerZ?CgJLXJ_x**T7y_Y-%f3phQ_awwCp5Xd~;`;3wlTV|~gn8*SLCqiWcR zJ$G;0v^CqdvTfRt?N0luc4(p1ZHF08tZ5CNp}n?!s6xK$wACrKMr+7knf5eo3)&h| z_Mt0J`#t3`J#~9!%Qm5|QHxUwKbM!5zt@=UHq;g5=5*^wUA`uD&0e~`GHV%UnC>B6 z*q(x8iJE|BY+c4XuKz7xCA*+~58er@PiOj1K{sKY!diBaq%jn2cw&1->A{sUqF#-5 znJEUBbG}Ee4Qz=~*|LSTT3D+MeS)3qJbToZ)20btT0sO~56&}W4H${Qf8gdw;P1fQ zg+p^jncUn*enr`bD`wUqJVSI$;g%Ovc}8d`-FFyS6kR)@B@7a<5w<0~*!%x32zg87 zsGUL)L#tkK2!+IgBcuk7GPHy2t-^B&pD%&bf#W`-l{Et}>pC0CPJ7od z4(yn|G1ioh0f?u(%YsAbSMcE#N`znDrL%lmc~?c9o}g z#5&aSnHXx#(#h<)NczjOdmyV_G>@y<0NDvB_o#{&pV9IdyFNtMz@8v;o!$QwISpsS zHa5S&=7GK8J9XACVq?F@FD)DqU6=6zRr%5ywdlShG}Vqz@8kuKr%Qh>^cZJxUUAe% zz1!`M$HL{pS$kfr6chhO_?@E2W9d{Q+J(f;6L!ru-W|C}rr4!(Zq~EUi38q78;mVZ z489t}6e-@ZI)Az^;(GqC;K$tQ@1N`Q?^8FQj1TdjyT#pnrr)25_uG$uUYq_sBg1Vq zxjEYASSiY0MPrk^Q+LNa=RG3(P~NNzbZj5VE4~oZB4~8)`ACML8%Q+Gh4;vel$D=3 zF7YHToBKpNfl~SR2PbRxhI@Gr(cMiFB;VhDmCNdE=(-u_|3>BShz0bWQ1nzjTOj91 zX?16BgQD(!1(48=IFdOvq~b^h7)x38^Q-qxh(PeVw4P^DDJ56bQ@L)nd8`s2Lc R!Dj92_l*7+4O|OWTiWyvseX9%_w3%4BB1;c z(?)Z-+uPmQ+1+QJotwGu-vWDOvFTa00#}qh6Fah=B{rnIu(KN^VjEbWYmoIeZP`gR z?a*Gjw=&O`m91hMwr|^$wwk@O(DrPLIS-L&Qik@%c906G@A0fnq}AI%_tK=LWt+%0 z(6WPEWzy~?4`|u5*S2V5?p5yMM8ePIwdL;(X1j}Y6}`FK8d?{xX(JAszvJ59Q!9aRY#%^+#O~9n_7l(@u}@(=%tj6lI3$7lcQhL;? zdAiILgUdPfp?e0lK(DNMgtd;aRvY;dmM&8sBXi2EV~|>*P2;-G@;MWR)FjhoWP(JM zQZtUw)6SRMX_U)Sm^CMPwUrd>w&CJ*(~m69s7+zxyLPk@`Y6%V3o(LHLz#s zT*E^=M^Dq)u#L?xU`}9fsi%%#MQrTP{H28>yze3$&@C>lau;1)zD6D(y%!6fZY}+p zSVxk52jp4rb2^?1mkVd@S+P=#{~N+Pd6B1DQv+`o;x`XDHD%ZxIZr0vr7zz!v(NDZ z-bU;6&5sYh>ciwIj@g}$0OoN&|99|nEcN%l>$A_P+rNyD;m`g2Za&lRzlje!kAHqO z{Reu6yRPJRZ<}K!FMAb@4dPDamU+y(PxPUqU=sOltC#k^Es8i4qa-BismhE@mXbo9r!Fm z=efXc##|~D?-qzj)T*4n4a&+Z3LvEn?kxKf>iyi|+4)D&X_BMUAUU ebWw5tFe+r4O|OWTiWyvsD60$_w3%4BBJ~e z(?)Z--P_&S+1Y1iXJ_u)*T7y`Y$~f(;EA#_u_NnQVnganJNpSmYy<1_46@OtEjy~F z9okFxRi#D7|z6yIuGF0nu z7rG}PS>hd8hmkJh9oPS!Rtbb-`vB4-cArl5pMdU&eG2PgHY0(e&79a?@bs9KGNN9s z(`BU?T+V3^T^ZN{qtfOP+B!m8ZRkg6x=eix%_*ynL289Q&FebN=aw*}C7LcX6DX?G zT5$xo4!pXV1W~rimCgK$w$Hp69s_0#kU533tfEF8A+h$d#mKzM-T_gM(wW1)gq8dA zu?=QkQ#p<&P{d%VUg0WKM%Zu%4eBe+EJx>UNGouZq3vd0Rq6%KL*#L`$~|8Blg~(bfL0zOYhcgd zxrT>$4xgseVH=%aVmX1mrJXwaDxzb5=C3py;e8je0ll)NRopo1L;+Wm}2w)!f^M40F#!`R(UY~uNy8UK+jQ!lt@8&E0{!V<@dHnOz z^dIOM?kdUc-ZsZdUiLZ~8^oQ;E%TUnpXftzvtr!DJ`q=Z!KeBBM(vbXWk@@Zh3iB{ zipo#jEX^6YXzqe?45i}lkB-;%9QZ0TQFbRD%Ak~&`J76(LzkAKqIt_(d{$XN{xOeg zMYsi`kd#tcej8ksNff|FIonxw_v!oGA=vq6@Mzya!T;-MxqlTQ5k!rrN(51H|0ybD X*sUpxo%JkjTHpRu>7PSx9SimyyDJik diff --git a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 4c5d216e..00000000 --- a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 476db1879209453970a594f6d9be4ece7743eac1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4612 zcmeI0ZBG+H5Xa}ETzI81RtkoYCcfaIVj~m+r6uN)rd|tH`jqQIs~=wd{de!$BA`5o zX`|Wf?%nRp?%aQ7XJ_vFx4>RmWNJ&6ql9TYw1#zTXao9@^=_butZ!XPKb@`Fs-vpe ziM@1B`_^{-Hf`Cqt!SHeY&(;&8he)ETA7U0ZOir*6pDkCV+chPp2%KMI&dY-XjJ>O*(m~-3*HB=4Qz>7>8XJp z8t9=3eT)td={wYhlco+{`hpO?4xDGK)ng_E|DM|;hQ9@O8xHLmrt41i|0~)qd=dNh z;p!u00{;={?9zwGDCyravpCYWKukEq;3IqsSeLi%9Z>Sx$dEgQB7#<<;t&q8)4;$z zC8>4jvQM%f@hH_w4#)fEAG6rCt@GLF% zp>|l8 z>+XQ8PSQMn%?8MhLAgVf&-j9rRrLB8Sp$2{UPF(R7pB6%++~=GKLm5&yiG}xwj1-lhIWF*atRYsTt z8)a#|^zPI1g+s9Q&*0I#hJx&|PSO8}3K7IEr9=c#bpIlXZff4_x{a3iz HR+j7sB6JHU diff --git a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 60db3fb9..00000000 --- a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\plugins\\Intermediate\\salspawn\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/vcxproj/salspawn/salamander/Release_x64/plugins/Intermediate/salspawn/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index c9a28c51833e0c78251f039c23259b1024e93136..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4570 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 BCB6Uv diff --git a/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 2a607c00..00000000 --- a/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mm3dnow.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index a05daaf1..00000000 --- a/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Debug_x86\\utils\\..\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Debug_x86\\utils\\..\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Debug_x86\\utils\\..\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Debug_x86\\utils\\..\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/vcxproj/shellext/salamander/Debug_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index ffd113e33a01273f7ac5bf9e61639356e72a9703..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4750 zcmeI0X>S@a5QgWcpnPgol|mXt5mG+yKMf6Le#YnjTDWqE?69NUG3*5e6nV(~91S~j#k&(H>L^w{1e z^@+W9Uptgd+p(f;*`e)C`^t7;4XfKObDltPOx>{eR)eZRyG~i2Qfst|?A2+H=cppN z2JgXK{~@h9{pC4+ac?8FMqhDGikEvtU)|nWj#cJtoi{%xZ#H*2XBFM5?G<)S0UPc+Dd&`@aAmNjJS(gO@cwN5j2+Q8#@E7124BQ{%fCbDSJ?-v zJOPMKbrzaEk^^|R8EZg0Owdz7g73}S8nJ1OwP$(PKw6GBfOo)}g)Sk|dwiMn*Usx< zS?#z*T+JqyonYl2uVTwrv^>HqPti4FFOpdC5;@1thi!a*1#&X>fp+ZhmB+_ER?Ivc z5TSEmK(Da0&YO2_#T~_h_(3RmK3)0?p@&X#`At#wA-m(b>~iJ2y(nI45eFl1rzrAV zI#r2w4dUhryJiP;2QHE+cIjN3NA@Lg!24*EvE_-uH)EJ0#Tl#fr}r|h=l=@+{<*&R zn7aF9dTQvHMYn*bz4ny-b1nv<cJ7F0N~c4Yma?MdyTSN7W|kF9cvLIL&60=2l=^ef#lo*8Nv{iZhWalfuBxly=t|4%`U??GXU)v)P}U`|HN0(E~(G#n9+KwiO_!n_5*N{Ci*GGkQohVVtYktLzOV1 zUh!+OQVd=feD{4F*#e`-erAWZ3w0B&4(z1=CVi5o4vN~BgRTwbDZILjIJD69YYec3 zCe*ETO_%Zw_LEWHJ-Y*C%*s9JddQi;dk=iJXdO~Y{`ZW`le}T?!n5l!E@IW;lx*5n zs*w!66K2F9sC|k;NDRCd`u;6REkviTpX#$>JIohFZTwc|dx3LN1hpN{<&^pustEjA zUZ>JqWeV@e4(J=AUD-nf`U&sSXpi}eSo$KxVgH%Tve;m)4%&6bYRv6H9ah*&dka`j zj%SH_iB{)kh1s&9*xQq=F6elkr-Tn>;*hm z@CGm8bLe&0Kq*ez&J zs011Z%!;5D%utGnH{rQPc;$dPmuipxkwZJ6k`ZP1Dx1iQQBZ7tY}vB zTI>`fuM5U~Uq`mU>amCH(00LYLe(KV>A%UGxTzyWoy&pO2J;kJT~-`g==wbd*g_NR zR=TH4=?44But$TTs>3bWwChwO zne@VqDGW(s;I+{Ay(F~|-MW6N&x-8;FO1r_S7yAxy(l8J9Z%(y`WUPT`L(=G zrMJqIydyhcZisee4-wK&=u4wL;1{v#Ws)?SUP3*h^;%SWb>_ ziF%1v_htoX*--55NmdthJWu@VcD0eLZq+QFW)=O7kaC+({^KiL9-!B!@EX|*Xs+N5 zUP9;4>#%{&uh4m99~mcJ`vr6yyu(Dp4j-Jy2K336miY>P?BGGyBqy>6J;WW4aTaqHnGfE S&&F=*INTonOUNu@!F~XZw+$5l diff --git a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index 7f55cfb7..00000000 --- a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index 199d0f58443a3f4e8e105541d0208bae9053f8e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4698 zcmeI0YfoB15QgWcocO6tQwr7?L(&f_){+Vs!AqJ=h=qevxdpINe|+2L-8~1iYU-sn zkT#p$vzM9K*_qkdne*d&WN)ltYKxYkxTGD~sm0cz#5S?o@KC>r!#d6a|Nr=t6rJkXS4^69g4UWO<`|Z9oQXc z&!_|%2h8o+JIlg<)>f&xDQ3El_D=g{tKAE_2;G$G8dS44sLr_DvJW;&TSSUvWTUA{fAW2ic$Cku#~6E}6_xP}}ZcpWfLpw(l=p@*K| zV~91xV7HS!T|zflP>OvwbQjD9JNLos!{->5u74qkZ6)vGrw&!)jBWWwF6p9k`pU)qw4T9d@WD zvpHMAv#fCT40Q!d%2FM;J1N8b7 zUL$*v_=1h_NxWChR1 zOLs2#&^s)>$*(@-c089{F1)tqMN19*-~hXm7kMt8%6PjPe)EW1Q^2~N_hj;2ddaR@ z_Bnna=xCj_#qq({eV9DOXHFO1>qR`z{}cQgNB#YGeg19g?w9c?_VX~mo9^`cH}P@z z@y~P9eWYi&FDG|<+f-Kave%`tLENc)FpYWli9QrRD*_$a8F9rWKFtB6Jm`!FL)ns> z#=<3DSViY29!ogN(42jxodBsg{EMe`Jtv-JCCc$cLpvxB3ptcthqm8yF>v=&KkvLmZ-6<^4@0tNbv7bd<66lGjiDb1%dAACgG(h8$#*b&CE|)QBSV f@1jT)vBg-e)@D{a@0r?Fjfb11{|vWV%aZ*B#M>4{ diff --git a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 2a607c00..00000000 --- a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mm3dnow.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index 591d8334..00000000 --- a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x86\\plugins\\Intermediate\\salextx86\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/vcxproj/shellext/salamander/Release_x86/plugins/Intermediate/salextx86/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index 600a7c7ce85a7403ca98bb25acf49be1cbfe3c42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4656 zcmeI0ZBH6O5Xa}E5MQ-vO2L}Oko1L$wWNYZ@FC46#KNIeI0&4T`r+ID{=0XewWdDQ z2AXEGd;2gmJ3BKwJ9FQ^shd!2rd z?4|GRSl55cv^6W+rmfq)ZB6G6*|P@L@^q$YVXkaD^y*jU_ZjU$W1AvwMN`-t)&zDN z+A}JF#sPDC_SOpUU$8gS;uJI6M|)@enl!brq_G8&qdpZrXbrr}C{rUz{J? zh?!F>aiaQ^?~VtChwg*fV&?&P1Ncm!T}Nu$d>veh|97k`62IZ>l4tB?T*9uy zJ=wC$R3n-6IzY6Lpw1}_Nn+%+F!a47wGiFAVXDun?E){1#};5U!BHD#>Zc~2(arI+lg zWuM~*f{xZ$TO1#J-G|9jeByNBy`*XQ4+ZhsjcV?X!vyV*{^e-j^e zAOAcz{Reu6yK-{7x6NcFFMC}Y>%^VP2eX)WpXfvJvm(&3oe@`D;?o>3%7e~`FqAF1 zX)Ijjg;jKZ;<1FI49(dW+6j<~!#{gk*K^`oR-znFG_-^Au#iLPb?Ev%7bC|CnPVQF zClq}Z)#iyj5?W>YZDgs8FpoTxqs8far~bK@TJ%rLpnc=yvb!cl{~{Vh3i>}$AyU|6 YtX69?%bfRY?5d8#?a{x4%p#WT2LzH1F8}}l diff --git a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json b/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json deleted file mode 100644 index 78177f15..00000000 --- a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.d.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "ProvidedModule": "std.compat", - "Includes": [], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json b/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json deleted file mode 100644 index c3bb56e5..00000000 --- a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.compat.obj", - "outputs": [ - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.compat.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.compat.ifc" - ], - "provides": [ - { - "logical-name": "std.compat", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.compat.ixx", - "is-interface": true - } - ], - "requires": [ - { - "logical-name": "std" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command b/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.compat.ixx.ifc.dt.module.json.command deleted file mode 100644 index da7c244fab21acebf672bc3a07b516380710fb38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4946 zcmeI0`%e==5Xa|Fx%4NEu~5K zHk!@t-OkR=&VFZhcJ{u13v9t6Q=PXoB^=d}wX8vDSrb~ts@CS+wa-?!n)PVkKIZn` zSfaR2Y}v^=u~U2Lz7Ci{J=@g#)H&OWm ztwZR0lz0Zud(13{wr-0yF>WWcPW}Uw&T) zS?#)6T+If^4nbKblj6%4v^>VHkI^+C$_}w!mdG07*Ro*+n-8#gU~g#mob@x<*vEje zg+tDcMSMVyd@0M5ac#vNMTFkHyx{3{Y0QKk-O;(ADC$C4uH=m4;@t^y}-FT+opNS9KkAGg9#see6T{XEm+QwKZ%1)!PN#3dZaGdiV zk$otSRtDO&OY(}Z#Iz6|<-M0=7`jb`NiJLbvi-tp20uRIXtnKh=K={e#iJ4gGD&lUd|wt5)CGlV|<*Hfepo+w^bZ*PfHI EA5xJ&7ytkO diff --git a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json b/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json deleted file mode 100644 index 4a5a89ba..00000000 --- a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.d.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "Version": "1.2", - "Data": { - "Source": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "ProvidedModule": "std", - "Includes": [ - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concurrencysal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vadefs.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\ctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wctype.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\errno.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\fenv.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\float.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\inttypes.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdint.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\locale.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\setjmp.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\signal.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdarg.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stddef.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_stdio_config.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\stdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_malloc.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_search.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstdlib.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memory.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_memcpy_s.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_string.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wstring.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\time.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wtime.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\uchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wchar.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wconio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wdirect.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wio.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_share.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_wprocess.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\stat.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\sys\\types.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\wctype.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.inl.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\immintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\wmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\nmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\smmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\emmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mmintrin.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\malloc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\zmmintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ammintrin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\algorithm", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals_core.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xkeycheck.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_heap_algorithms.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xutility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\yvals.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\crtdbg.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new_debug.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_new.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\use_ansi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_iter_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\utility", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\initializer_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstddef", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtr1common", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\type_traits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdint", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\compare", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\concepts", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdlib", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\climits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_minmax.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xmemory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\limits", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\intrin0.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\new", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\exception", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_exception.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\eh.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_terminate.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\tuple", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\optional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xsmf_control.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\any", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_typeinfo.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\array", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\atomic", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xatomic_wait.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xthreads.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_threads_core.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtimec.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\barrier", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bit", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_bit_utils.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\bitset", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iosfwd", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xstring", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_sanitizer_annotate_container.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_string_view.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xpolymorphic_allocator.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\charconv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xbit_ops.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xerrc.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_ryu_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcharconv_tables.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\chrono", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_chrono.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ratio", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\system_error", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_system_error_abi.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cerrno", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdexcept", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xcall_once.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfilesystem_abi.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_tzdb.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cmath", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\format", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_format_ucd_tables.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_print.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_tuple_formatter.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iterator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xfacet", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocinfo", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_xlocinfo_types.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cctype", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\clocale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\locale", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocbuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\streambuf", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xiosbase", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\share.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocmon", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xlocnum", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xloctime", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\forward_list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iomanip", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\istream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ostream.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ios", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\sstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vector", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\codecvt", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\complex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ymath.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\condition_variable", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\thread", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\process.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\corecrt_startup.h", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\math.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\vcruntime_startup.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stop_token", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\coroutine", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\deque", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\execution", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numeric", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\queue", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_ranges_to.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\expected", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\filesystem", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\fstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_filebuf.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\functional", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xhash", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\list", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xnode_handle.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\future", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltasks.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplwin.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplinterface.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ppltaskscheduler.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\crtdefs.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\pplcancellation_token.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\generator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\iostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ostream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\latch", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\map", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\xtree", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\mdspan", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\span", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\memory_resource", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\numbers", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\print", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\random", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\__msvc_int128.hpp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\ranges", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\string_view", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\regex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\scoped_allocator", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\semaphore", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\shared_mutex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\source_location", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\spanstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stack", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stacktrace", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\stdfloat", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\strstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\syncstream", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\typeindex", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\unordered_set", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\valarray", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\variant", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\version", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cassert", - "c:\\program files (x86)\\windows kits\\10\\include\\10.0.22621.0\\ucrt\\assert.h", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cfenv", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cinttypes", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csetjmp", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\csignal", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cstdarg", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cuchar", - "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\include\\cwctype" - ], - "ImportedModules": [], - "ImportedHeaderUnits": [] - } -} \ No newline at end of file diff --git a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json b/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json deleted file mode 100644 index a6cfc514..00000000 --- a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "revision": 0, - "rules": [ - { - "primary-output": "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.obj", - "outputs": [ - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.module.json", - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.ixx.ifc.dt.d.json", - "salamander\\Release_x64\\utils\\..\\plugins\\Intermediate\\sqlite\\Intermediate\\microsoft\\STL\\std.ifc" - ], - "provides": [ - { - "logical-name": "std", - "source-path": "c:\\program files\\microsoft visual studio\\2022\\enterprise\\vc\\tools\\msvc\\14.43.34808\\modules\\std.ixx", - "is-interface": true - } - ], - "requires": [] - } - ] -} \ No newline at end of file diff --git a/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command b/src/vcxproj/sqlite/salamander/Release_x64/plugins/Intermediate/sqlite/Intermediate/microsoft/STL/std.ixx.ifc.dt.module.json.command deleted file mode 100644 index f6b140c08b33a683d620a9e3b16d95b3ba20d17b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4904 zcmeI0X>SuT5QgWctnvwjNSn4qRi%FDk(P)ig(f|OR*K3dEup!{K>|M>cwRfZNvK+S zP?QK{t#@sYXU6Z0$K(C+J+LKkL6fD%jav?oY8vQ1mI5l@yUlTgI`BqRPVqQPCL^YD%7*5SIGa804hJM_rIDF@#z zd&~DG$c`MoU62pxuQ>E0aPMJ*8rFJ7PlF=L4i@S{|J+gu=UKiJd@5j=Lz-V}32BF* zlmmBZ7~>JIFl%eq`X^1s$&nY-dE!hRyZ18lQmUYIxm%N8=!-mu!?VQmH`bwJb zzi=xkG1_+P(?}1BDsv)xL1{2c9;aT7){zvU`+#=G)d8#TK_$v2Ps?G}#bb|{C#24u zHWd)lxyecDrn{YJ8v_rc3sD#qpl^ditxuP_xVU1y!xgT3b{>U2O#bVInT zQC?xQ!1a{bBmOJTJ7qh_4CxcMOKMp^usv{>&1KudH5&x@zkG85bpz@W(gx1HZRl6n z2`iM4eG%&}kM`aiGIxiuGVjCT^awYj*MO&_y!EE}d@Eo;@HAcpGgowm30(Hijuud|-7x8(75k{9nPZ zxz*o4*XQ4-Zax_w<3IO{yRoF-pNS9KkAGg9<^vdaGdiV zlYJ=gjb=lk(YTY80L4R_*CO7=a zEk!py%@=pwLH+$oCqv!ITfF<1zhS1)e?-w+*=?E(q))B?9#t^aEg}sry1%u?=bpX? x4!znxgGcom3i3t$o6vt2{lCy3l|0!)j<#xzO}us9Z)nr@_B%@dA7bxF*-zi%Hv#|v diff --git a/src/versinfo.cpp b/src/versinfo.cpp index 7e0127ac..085260a5 100644 --- a/src/versinfo.cpp +++ b/src/versinfo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "precomp.h" diff --git a/src/versinfo.h b/src/versinfo.h index b3e86503..03ea0e9b 100644 --- a/src/versinfo.h +++ b/src/versinfo.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/versinfo.rh2 b/src/versinfo.rh2 index 9d521716..ea328e15 100644 --- a/src/versinfo.rh2 +++ b/src/versinfo.rh2 @@ -1,4 +1,4 @@ -// defines for SALAMAND.EXE and ENGLISH.SLG VERSIONINFO +// defines for SALAMAND.EXE and ENGLISH.SLG VERSIONINFO // look at shared\versinfo.rc // WARNING: cannot be replaced by "#pragma once" because it is included from .rc file and it seems resource compiler does not support "#pragma once" @@ -16,7 +16,7 @@ #define VERSINFO_MINORB VERSINFO_SALAMANDER_MINORB #define VERSINFO_VERSION VERSINFO_SALAMANDER_VERSION -#define VERSINFO_COPYRIGHT "Copyright © 1997-2023 Open Salamander Authors" +#define VERSINFO_COPYRIGHT "Copyright © 1997-2023 Taskscape Ltd" #define VERSINFO_COMPANY "Open Salamander" #define VERSINFO_DESCRIPTION "Open Salamander, File Manager" @@ -31,7 +31,7 @@ #endif // for SLG translators -#define VERSINFO_SLG_WEB "www.altap.cz" +#define VERSINFO_SLG_WEB "www.taskscape.com" #define VERSINFO_SLG_COMMENT "English version" #endif // __VERSINFO_RH2 diff --git a/src/viewer.cpp b/src/viewer.cpp index eef29ff6..ddf9b3cb 100644 --- a/src/viewer.cpp +++ b/src/viewer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/viewer.h b/src/viewer.h index 6df5638f..498e3a95 100644 --- a/src/viewer.h +++ b/src/viewer.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/viewer2.cpp b/src/viewer2.cpp index ca2cf55d..82455cee 100644 --- a/src/viewer2.cpp +++ b/src/viewer2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/viewer3.cpp b/src/viewer3.cpp index bc5c6be6..5b28570f 100644 --- a/src/viewer3.cpp +++ b/src/viewer3.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/worker.cpp b/src/worker.cpp index 72b6de5d..ed7c9d56 100644 --- a/src/worker.cpp +++ b/src/worker.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED @@ -2865,7 +2865,7 @@ BOOL DoCopyADS(HWND hProgressDlg, const char* sourceName, BOOL isDir, const char HANDLES(CloseHandle(in)); if (!HANDLES(CloseHandle(out))) // even after a failed call we assume the handle is closed, - { // see https://forum.altap.cz/viewtopic.php?f=6&t=8455 + { // see /viewtopic.php?f=6&t=8455 in = out = NULL; // (reports that the target file can be deleted, so its handle was not left open) written = read = 0; goto WRITE_ERROR_ADS; @@ -7714,7 +7714,7 @@ BOOL DoConvert(HWND hProgressDlg, char* name, char* sourceBuffer, char* targetBu // do not reuse operationDone so the progress stays correct even if the file changes "under our feet" HANDLES(CloseHandle(hSource)); if (!HANDLES(CloseHandle(hTarget))) // even after a failed call we assume the handle is closed, - { // see https://forum.altap.cz/viewtopic.php?f=6&t=8455 + { // see /viewtopic.php?f=6&t=8455 hSource = hTarget = NULL; // (it states that the target file can be deleted, so the handle was not left open) goto WRITE_ERROR_CONVERT; } diff --git a/src/worker.h b/src/worker.h index 041738c6..6c689c56 100644 --- a/src/worker.h +++ b/src/worker.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/zip.cpp b/src/zip.cpp index a413b0e1..e8b66233 100644 --- a/src/zip.cpp +++ b/src/zip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/src/zip.h b/src/zip.h index c9cc9ecb..62d16c18 100644 --- a/src/zip.h +++ b/src/zip.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later // CommentsTranslationProject: TRANSLATED diff --git a/tools/README.md b/tools/README.md index 89feaa00..6144b6b0 100644 --- a/tools/README.md +++ b/tools/README.md @@ -31,3 +31,4 @@ ## Troubleshooting - If activation fails after switching Python versions, rerun `uv sync`. - Delete the `.venv` directory inside `tools/` and `uv sync` again to rebuild a broken environment. + diff --git a/tools/natvis/opensal.natvis b/tools/natvis/opensal.natvis index c095f9cd..4c6a4c36 100644 --- a/tools/natvis/opensal.natvis +++ b/tools/natvis/opensal.natvis @@ -1,6 +1,6 @@ - + TDirectArray in Error State: {State} TDirectArray empty diff --git a/tools/salbreak/md5.cpp b/tools/salbreak/md5.cpp index e7cdc79e..06513983 100644 --- a/tools/salbreak/md5.cpp +++ b/tools/salbreak/md5.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include "md5.h" diff --git a/tools/salbreak/md5.h b/tools/salbreak/md5.h index 4a75f5a3..74a2d68b 100644 --- a/tools/salbreak/md5.h +++ b/tools/salbreak/md5.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/tools/salbreak/resource.h b/tools/salbreak/resource.h index f4ef9eb6..ead0aa2a 100644 --- a/tools/salbreak/resource.h +++ b/tools/salbreak/resource.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later //{{NO_DEPENDENCIES}} diff --git a/tools/salbreak/salbreak.cpp b/tools/salbreak/salbreak.cpp index 14f570a4..8a5873a8 100644 --- a/tools/salbreak/salbreak.cpp +++ b/tools/salbreak/salbreak.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/tools/salbreak/salbreak.h b/tools/salbreak/salbreak.h index a8e06586..c05f35b5 100644 --- a/tools/salbreak/salbreak.h +++ b/tools/salbreak/salbreak.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/tools/salbreak/salbreak.rc2 b/tools/salbreak/salbreak.rc2 index f1f60fc7..efbf8446 100644 --- a/tools/salbreak/salbreak.rc2 +++ b/tools/salbreak/salbreak.rc2 @@ -1,4 +1,4 @@ -// +// // salbreak.rc2 - resources Microsoft Visual C++ does not edit directly // @@ -10,3 +10,4 @@ // Add manually edited resources here... CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + diff --git a/tools/salbreak/tasklist.cpp b/tools/salbreak/tasklist.cpp index 877de7d5..6a91a357 100644 --- a/tools/salbreak/tasklist.cpp +++ b/tools/salbreak/tasklist.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #include @@ -12,14 +12,14 @@ CTaskList TaskList; // process list je sdileny skrz vsechny salamander v lokani session // od AS 3.0 menime pojeti "Break" udalosti - vyvola v cili exception, takze mame "plnotucny" bug reprot, ale zaroven tim cil konci -// proto menim nasledujici konstanty "AltapSalamander*" -> "AltapSalamander3*", abychom byli oddeleni od starsich verzi -const char* AS_PROCESSLIST_NAME = "AltapSalamander3bProcessList"; // sdilena pamet CProcessList -const char* AS_PROCESSLIST_MUTEX_NAME = "AltapSalamander3bProcessListMutex"; // synchronizace pro pristup do sdilene pameti -const char* AS_PROCESSLIST_EVENT_NAME = "AltapSalamander3bProcessListEvent"; // odpaleni udalosti (co se ma delat je ulozeno ve sdilene pameti) -const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "AltapSalamander3bProcessListEventProcessed"; // odpalena udalost byla zpracovana - -const char* FIRST_SALAMANDER_MUTEX_NAME = "AltapSalamanderFirstInstance"; // zavedeno od AS 2.52 beta 1 -const char* LOADSAVE_REGISTRY_MUTEX_NAME = "AltapSalamanderLoadSaveRegistry"; // zavedeno od AS 2.52 beta 1 +// proto menim nasledujici konstanty "Taskscape LtdSalamander*" -> "Taskscape LtdSalamander3*", abychom byli oddeleni od starsich verzi +const char* AS_PROCESSLIST_NAME = "Taskscape LtdSalamander3bProcessList"; // sdilena pamet CProcessList +const char* AS_PROCESSLIST_MUTEX_NAME = "Taskscape LtdSalamander3bProcessListMutex"; // synchronizace pro pristup do sdilene pameti +const char* AS_PROCESSLIST_EVENT_NAME = "Taskscape LtdSalamander3bProcessListEvent"; // odpaleni udalosti (co se ma delat je ulozeno ve sdilene pameti) +const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "Taskscape LtdSalamander3bProcessListEventProcessed"; // odpalena udalost byla zpracovana + +const char* FIRST_SALAMANDER_MUTEX_NAME = "Taskscape LtdSalamanderFirstInstance"; // zavedeno od AS 2.52 beta 1 +const char* LOADSAVE_REGISTRY_MUTEX_NAME = "Taskscape LtdSalamanderLoadSaveRegistry"; // zavedeno od AS 2.52 beta 1 // // **************************************************************************** diff --git a/tools/salbreak/tasklist.h b/tools/salbreak/tasklist.h index f28d2886..683a4c2f 100644 --- a/tools/salbreak/tasklist.h +++ b/tools/salbreak/tasklist.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Open Salamander Authors +// SPDX-FileCopyrightText: 2023 Taskscape Ltd // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/translations/chinesesimplified/7zip.slt b/translations/chinesesimplified/7zip.slt index c3904e78..a4e86ef8 100644 --- a/translations/chinesesimplified/7zip.slt +++ b/translations/chinesesimplified/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 1200] diff --git a/translations/chinesesimplified/automation.slt b/translations/chinesesimplified/automation.slt index 6aac6406..7785729b 100644 --- a/translations/chinesesimplified/automation.slt +++ b/translations/chinesesimplified/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/checksum.slt b/translations/chinesesimplified/checksum.slt index b679a963..f25caac3 100644 --- a/translations/chinesesimplified/checksum.slt +++ b/translations/chinesesimplified/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 1000] diff --git a/translations/chinesesimplified/checkver.slt b/translations/chinesesimplified/checkver.slt index 393bcdda..4cc8d8b1 100644 --- a/translations/chinesesimplified/checkver.slt +++ b/translations/chinesesimplified/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"简体中文版" 218,1,"插件正在用因特网工作。\n你想中止此因特网会话吗?" 220,1,"正在初始化因特网连接..." 221,1,"初始化失败: %s" -222,1,"正在连接到 \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"正在连接到 \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"连接失败: %s" [STRINGTABLE 2] diff --git a/translations/chinesesimplified/dbviewer.slt b/translations/chinesesimplified/dbviewer.slt index cdd77d94..e3f51f0d 100644 --- a/translations/chinesesimplified/dbviewer.slt +++ b/translations/chinesesimplified/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 12200] diff --git a/translations/chinesesimplified/diskmap.slt b/translations/chinesesimplified/diskmap.slt index 1d5bf31f..ec409733 100644 --- a/translations/chinesesimplified/diskmap.slt +++ b/translations/chinesesimplified/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [MENU 109] diff --git a/translations/chinesesimplified/filecomp.slt b/translations/chinesesimplified/filecomp.slt index 70834110..f5d7b22f 100644 --- a/translations/chinesesimplified/filecomp.slt +++ b/translations/chinesesimplified/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/ftp.slt b/translations/chinesesimplified/ftp.slt index 4f78f921..ab4fa316 100644 --- a/translations/chinesesimplified/ftp.slt +++ b/translations/chinesesimplified/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"简体中文版" 10674,1,"无效的文本月份字符串(格式: 12 月份用空格分隔)。" 10680,1,"自动检测条件包含错误。\n\n错误: %s" 10685,1,"未知服务器类型,无法解析文本列表...\r\n" -10686,1,"无法解析服务器上的文件和目录列表。只有纯文本列表会被显示在面板中。\n\n请访问我们的网页检查较新版本的 Open Salamander。如果你现在使用最新版本,请发送原始列表(如果没有显示;面板上点击右键 > 显示原始列表 > 保存为)给我们,发送电子邮件到 support@altap.cz。请帮助我们支持尽可能多的服务器类型。" +10686,1,"无法解析服务器上的文件和目录列表。只有纯文本列表会被显示在面板中。\n\n请访问我们的网页检查较新版本的 Open Salamander。如果你现在使用最新版本,请发送原始列表(如果没有显示;面板上点击右键 > 显示原始列表 > 保存为)给我们,发送电子邮件到 support@taskscape.com。请帮助我们支持尽可能多的服务器类型。" 10687,1,"无法用选定的服务器类型解析文本列表...\r\n" [STRINGTABLE 42] diff --git a/translations/chinesesimplified/ieviewer.slt b/translations/chinesesimplified/ieviewer.slt index 8ffdeb28..f5a40dc7 100644 --- a/translations/chinesesimplified/ieviewer.slt +++ b/translations/chinesesimplified/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [STRINGTABLE 0] 10100,1,"Internet Explorer 查看器" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"错误" 10103,1,"基于 Internet Explorer 的轻量 HTML 和 XML 查看器。" 10105,1,"关于插件" diff --git a/translations/chinesesimplified/mmviewer.slt b/translations/chinesesimplified/mmviewer.slt index e861cf60..1ae066e7 100644 --- a/translations/chinesesimplified/mmviewer.slt +++ b/translations/chinesesimplified/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 10500] diff --git a/translations/chinesesimplified/nethood.slt b/translations/chinesesimplified/nethood.slt index 20fda2ee..5421d819 100644 --- a/translations/chinesesimplified/nethood.slt +++ b/translations/chinesesimplified/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 102] diff --git a/translations/chinesesimplified/pak.slt b/translations/chinesesimplified/pak.slt index 1e6c6fb0..5d240884 100644 --- a/translations/chinesesimplified/pak.slt +++ b/translations/chinesesimplified/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/peviewer.slt b/translations/chinesesimplified/peviewer.slt index 1d82676b..7832b59e 100644 --- a/translations/chinesesimplified/peviewer.slt +++ b/translations/chinesesimplified/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"简体中文版" 10100,1,"Portable Executable Viewer" 10101,1,"无法打开文件 %s." 10102,1,"创建临时文件失败。" -10103,1,"发生异常。\n\n查看的文件: %s\n\n如果你认为那个被查看的文件没有损坏,请发送这个文件到 support@altap.cz.\n我们将重现并修复这个查看器缺陷。感谢您的合作!" +10103,1,"发生异常。\n\n查看的文件: %s\n\n如果你认为那个被查看的文件没有损坏,请发送这个文件到 support@taskscape.com.\n我们将重现并修复这个查看器缺陷。感谢您的合作!" 10104,1,"显示可移植的可执行文件,例如EXE,DLL等信息。" [STRINGTABLE 2] diff --git a/translations/chinesesimplified/pictview.slt b/translations/chinesesimplified/pictview.slt index 3bf9c840..e03c5b92 100644 --- a/translations/chinesesimplified/pictview.slt +++ b/translations/chinesesimplified/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 2000] diff --git a/translations/chinesesimplified/regedt.slt b/translations/chinesesimplified/regedt.slt index c47b1bd7..6a181fc0 100644 --- a/translations/chinesesimplified/regedt.slt +++ b/translations/chinesesimplified/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/renamer.slt b/translations/chinesesimplified/renamer.slt index 887965aa..01cc763b 100644 --- a/translations/chinesesimplified/renamer.slt +++ b/translations/chinesesimplified/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/salamand.slt b/translations/chinesesimplified/salamand.slt index b4a4602c..a5567055 100644 --- a/translations/chinesesimplified/salamand.slt +++ b/translations/chinesesimplified/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"关闭" 271,10,87,201,8,1,"版本" -1150,10,97,196,8,1,"版权所有©1997-2023 Open Salamander Authors" +1150,10,97,196,8,1,"版权所有©1997-2023 Taskscape Ltd" 1152,10,108,22,8,1,"网站:" -272,32,108,64,8,1,"www.altap.cz" +272,32,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,92,57,50,14,1,"退出(&X)" 1,149,57,50,14,1,"继续(&C)" 1150,10,10,274,8,1,"此 beta 版本已经过期。请下载并安装更新的 beta 版本:" -1142,10,23,274,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,274,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,274,16,1,"今天是 %s,此版本已经在 %s 过期。" [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"不要为其他插件显示此消息(&D)" [STRINGTABLE 136] -13750,1,"存储在注册表中的配置已经损坏,因此不能加载它。Open Salamander 很可能在保存配置的过程中被终止。这主要发生在当你关闭系统(或注销)时 Open Salamander 仍然在运行。要防止这个问题,在关机(或注销)前关闭 Open Salamander。\n\n现在你可以备份损坏的配置(运行 RegEdit.exe,重命名键 HKEY_CURRENT_USER\\%s)。以后你可以尝试从这个备份中获得一些设置(用户菜单,常用路径,FTP书签,等等),详情访问 forum.altap.cz .\n\n在启动 Open Salamander 之前,必须从注册表中移除损坏的配置。" +13750,1,"存储在注册表中的配置已经损坏,因此不能加载它。Open Salamander 很可能在保存配置的过程中被终止。这主要发生在当你关闭系统(或注销)时 Open Salamander 仍然在运行。要防止这个问题,在关机(或注销)前关闭 Open Salamander。\n\n现在你可以备份损坏的配置(运行 RegEdit.exe,重命名键 HKEY_CURRENT_USER\\%s)。以后你可以尝试从这个备份中获得一些设置(用户菜单,常用路径,FTP书签,等等),详情访问 .\n\n在启动 Open Salamander 之前,必须从注册表中移除损坏的配置。" 13751,1,"在注销和关机的时候你正在使用以下已使用参数的非标准值。它很可能导致 Open Salamander 的配置损坏(它在保存配置的时候被终止)。\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout 应该是 20000。\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks 应该是 0。" 13752,1,"移除配置(&R)" 13755,1,"请指明你想要比较文件或目录。" @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"描述" 13857,1,"图标叠加变更在 Open Salamander 重启之前不会生效。" -13865,1,"Open Salamander 变的不稳定。%s 图标叠加处理器中发生了一个未处理了异常。你可以阻止类似的崩溃,如果 Open Salamander 不使用这个处理器(点击"这个"按钮)或将完全停止显示自定义图标叠加(点击"全部"按钮)。你也可以尝试升级提供此处理器的程序(详细信息在forum.altap.cz中搜索)。\n\n你想禁用什么图标叠加处理器?\n\n注: 你可以在配置对话框中设置图标叠加(参见"图标叠加"页面)。" +13865,1,"Open Salamander 变的不稳定。%s 图标叠加处理器中发生了一个未处理了异常。你可以阻止类似的崩溃,如果 Open Salamander 不使用这个处理器(点击"这个"按钮)或将完全停止显示自定义图标叠加(点击"全部"按钮)。你也可以尝试升级提供此处理器的程序(详细信息在中搜索)。\n\n你想禁用什么图标叠加处理器?\n\n注: 你可以在配置对话框中设置图标叠加(参见"图标叠加"页面)。" 13866,1,"这个(&T)" 13867,1,"全部(&A)" 13870,1,"由于从 Open Salamander 的老版本导入配置,config.reg 文件(或其它用 -c 参数指定的文件)没有被导入到注册表中。请立即退出 Open Salamander 并再次启动,来解决这个问题。" @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"正在上传,请稍候..." 14065,1,"报告已被成功上传。\n\n感谢你帮助我们改进 Open Salamander!" -14066,1,"上传报告失败,原因: %s\n\n请使用电子邮件给我们发送报告,到 support@altap.cz,并从你的磁盘删除它们。点击"确定"来显示报告。" -14067,1,"报告压缩失败,原因: %s\n\n请用 7-Zip 打包你的缺陷报告,将它发送电子邮件到 support@altap.cz,并从你的磁盘删除报告文件。点击"确定"来显示报告。" +14066,1,"上传报告失败,原因: %s\n\n请使用电子邮件给我们发送报告,到 support@taskscape.com,并从你的磁盘删除它们。点击"确定"来显示报告。" +14067,1,"报告压缩失败,原因: %s\n\n请用 7-Zip 打包你的缺陷报告,将它发送电子邮件到 support@taskscape.com,并从你的磁盘删除报告文件。点击"确定"来显示报告。" 14068,1,"加载 %s 失败。" 14070,1,"这是 Open Salamander 内部的工具,请不要直接启动它。" -14071,1,"不正确的 Open Salamander 缺陷报告版本。请联系我们 support@altap.cz。" +14071,1,"不正确的 Open Salamander 缺陷报告版本。请联系我们 support@taskscape.com。" 14072,1,"发生了一个问题,迫使 Open Salamander 关闭。\n正在创建缺陷报告,请稍候..." 14073,1,"在创建缺陷报告的时候发生了一些问题:\n%s" 14074,1,"不能创建 minidump 文件 %s。 代码: %d。" diff --git a/translations/chinesesimplified/splitcbn.slt b/translations/chinesesimplified/splitcbn.slt index 7f96f540..3e1a44e7 100644 --- a/translations/chinesesimplified/splitcbn.slt +++ b/translations/chinesesimplified/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 101] diff --git a/translations/chinesesimplified/tar.slt b/translations/chinesesimplified/tar.slt index 45c0c3d5..a0fa2e16 100644 --- a/translations/chinesesimplified/tar.slt +++ b/translations/chinesesimplified/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"简体中文版" 11268,1,"写到输出文件错误: " 11269,1,"WriteFile 函数拒绝写请求的所有数据。" 11270,1,"在 GZip 流中碰到无效块,无法解压缩。" -11271,1,"TAR 插件出现内部错误,请告知我们通过电子邮件 support@altap.cz." +11271,1,"TAR 插件出现内部错误,请告知我们通过电子邮件 support@taskscape.com." 11272,1,"内存分配错误。" 11273,1,"CRC 错误。" 11274,1,"压缩流中未预期的数据,压缩包损坏。" diff --git a/translations/chinesesimplified/unarj.slt b/translations/chinesesimplified/unarj.slt index 71093b95..a18ef135 100644 --- a/translations/chinesesimplified/unarj.slt +++ b/translations/chinesesimplified/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/uncab.slt b/translations/chinesesimplified/uncab.slt index f7420a3e..e8a0d039 100644 --- a/translations/chinesesimplified/uncab.slt +++ b/translations/chinesesimplified/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/unchm.slt b/translations/chinesesimplified/unchm.slt index f70fd349..7d19eccd 100644 --- a/translations/chinesesimplified/unchm.slt +++ b/translations/chinesesimplified/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"简体中文版" 1009,1,"浏览并解压 CHM 文件。" 1010,1,"不能创建临时目录。" 1011,1,"不能删除临时文件。" -1012,1,"未知文件格式或不是有效的 CHM 镜像。\n\n如果你确定这是有效的 CHM 镜像,请联系 support@altap.cz 并帮助我们支持此格式。" +1012,1,"未知文件格式或不是有效的 CHM 镜像。\n\n如果你确定这是有效的 CHM 镜像,请联系 support@taskscape.com 并帮助我们支持此格式。" 1013,1,"不能打开此文件。" 1014,1,"创建临时文件失败。" 1015,1,"不能设置文件属性。" diff --git a/translations/chinesesimplified/undelete.slt b/translations/chinesesimplified/undelete.slt index adec751f..e94e713c 100644 --- a/translations/chinesesimplified/undelete.slt +++ b/translations/chinesesimplified/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 1000] diff --git a/translations/chinesesimplified/unfat.slt b/translations/chinesesimplified/unfat.slt index f2ff516e..5197d6c9 100644 --- a/translations/chinesesimplified/unfat.slt +++ b/translations/chinesesimplified/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [STRINGTABLE 0] diff --git a/translations/chinesesimplified/uniso.slt b/translations/chinesesimplified/uniso.slt index daa38653..be43a4e8 100644 --- a/translations/chinesesimplified/uniso.slt +++ b/translations/chinesesimplified/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"简体中文版" 1009,1,"浏览并提取 CD/DVD ISO 镜像文件。" 1010,1,"不能创建临时目录。" 1011,1,"不能删除临时文件。" -1012,1,"未知文件格式或不是有效的 ISO 镜像。\n\n如果你确定这是有效的 ISO 镜像,请联系 support@altap.cz 并帮助我们支持此格式。" +1012,1,"未知文件格式或不是有效的 ISO 镜像。\n\n如果你确定这是有效的 ISO 镜像,请联系 support@taskscape.com 并帮助我们支持此格式。" 1013,1,"不能打开文件 '%s'。" 1014,1,"创建临时文件失败。" 1015,1,"不能设置文件属性。" @@ -45,7 +45,7 @@ COMMENT,"简体中文版" [STRINGTABLE 2] 1024,1,"当读取多区段镜像时发生一些错误。\n\n只显示正确读取的区段。" 1025,1,"未知轨道类型。" -1026,1,"未知的分配策略 (%d)。\n\n请联系 support@altap.cz 来帮助我们修复这个问题。" +1026,1,"未知的分配策略 (%d)。\n\n请联系 support@taskscape.com 来帮助我们修复这个问题。" 1027,1,"错误格式的 .CCD 文件。\n\n显示的镜像可能不完整。" 1028,1,"缺少 .CCD 文件。\n\n显示的镜像可能不完整。" 1029,1,"不能读取扇区 #%08X." diff --git a/translations/chinesesimplified/unlha.slt b/translations/chinesesimplified/unlha.slt index a2debd1c..98451c31 100644 --- a/translations/chinesesimplified/unlha.slt +++ b/translations/chinesesimplified/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [STRINGTABLE 0] diff --git a/translations/chinesesimplified/unmime.slt b/translations/chinesesimplified/unmime.slt index 5b4a91fd..095d3e3c 100644 --- a/translations/chinesesimplified/unmime.slt +++ b/translations/chinesesimplified/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 101] diff --git a/translations/chinesesimplified/unrar.slt b/translations/chinesesimplified/unrar.slt index 82c6c3e1..f68e2436 100644 --- a/translations/chinesesimplified/unrar.slt +++ b/translations/chinesesimplified/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] diff --git a/translations/chinesesimplified/wmobile.slt b/translations/chinesesimplified/wmobile.slt index 7d0b76ce..2afbe9e7 100644 --- a/translations/chinesesimplified/wmobile.slt +++ b/translations/chinesesimplified/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 500] diff --git a/translations/chinesesimplified/zip.slt b/translations/chinesesimplified/zip.slt index 3081fca0..98d6782d 100644 --- a/translations/chinesesimplified/zip.slt +++ b/translations/chinesesimplified/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\chinesesimplified\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,2052 AUTHOR,"Michael Lu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6958" +WEB,"/viewtopic.php?f=23&t=6958" COMMENT,"简体中文版" [DIALOG 100] @@ -405,7 +405,7 @@ COMMENT,"简体中文版" 1091,1,"无法为自解压文件加载图标。" 1094,1,"抱歉,插件已经过期。请检查我们的网站查找较新的版本。" 1095,1,"正在建设中。" -1096,1,"找不到任何 Altap 自解压文件。\n\n如果你想要创建自解压压缩包,请重新安装 ZIP 插件。" +1096,1,"找不到任何 Taskscape Ltd 自解压文件。\n\n如果你想要创建自解压压缩包,请重新安装 ZIP 插件。" 1097,1,"无法读取自解压文件目录: " 1098,1,"无法加载任何自解压文件。" 1099,1,"无法加载一个自解压文件: %s\n\n点击"确定"继续,"取消"中止。" @@ -439,7 +439,7 @@ COMMENT,"简体中文版" 1123,1,"正在创建自解压 ZIP 压缩包 - %s" 1124,1,"正在复制压缩包数据..." 1125,1,"压缩包是空的。" -1126,1,"压缩包包含的文件使用了 Altap 自解压程序不支持的压缩方法。\n\n请使用 ZIP 插件再次压缩压缩包。" +1126,1,"压缩包包含的文件使用了 Taskscape Ltd 自解压程序不支持的压缩方法。\n\n请使用 ZIP 插件再次压缩压缩包。" 1127,1,"正在测试 ZIP 压缩包 - %s" 1128,1,"正在测试文件..." 1129,1,"正在测试: " @@ -513,7 +513,7 @@ COMMENT,"简体中文版" 1202,1,"创建,浏览,和解压 ZIP 压缩包。" 1208,1,"BZIP2 流中遇到错误。压缩包可能已经损坏。" 1209,1,"包含文件列表的这个压缩包的中央目录被加密或压缩。\n这不被支持。" -1210,1,";Altap 自解压程序设置\r\n\r\n;这是 Altap 自解压程序的设置文件。\r\n;\r\n;文件格式语法:\r\n;\r\n" +1210,1,";Taskscape Ltd 自解压程序设置\r\n\r\n;这是 Taskscape Ltd 自解压程序的设置文件。\r\n;\r\n;文件格式语法:\r\n;\r\n" 1211,1,";以 ';' 字符开头的行被视为注释,\r\n;并且在处理设置文件时被忽略。\r\n;\r\n" 1212,1,";除了版本,所有变量都是可选的。如果在设置文件中\r\n没有发现变量,将使用它的默认值。\r\n;依赖于语言的变量的默认值(dlg_text, dlg_title,\r\n;button_text)从 sfx 包中获得。\r\n;\r\n" 1213,1,";所有字符串值,包括空字符串,应该括在\r\n;双引号中。要要字符串中输入双引号,用两个\r\n;连续的双引号。\r\n;\r\n;数字不能被括在双引号中。\r\n\r\n" diff --git a/translations/czech/7zip.slt b/translations/czech/7zip.slt index fe3f1203..6a873821 100644 --- a/translations/czech/7zip.slt +++ b/translations/czech/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 1200] diff --git a/translations/czech/automation.slt b/translations/czech/automation.slt index 59a9b66a..4937393c 100644 --- a/translations/czech/automation.slt +++ b/translations/czech/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/checksum.slt b/translations/czech/checksum.slt index 4796fa91..68211206 100644 --- a/translations/czech/checksum.slt +++ b/translations/czech/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 1000] diff --git a/translations/czech/checkver.slt b/translations/czech/checkver.slt index ca61e6e4..dd84903e 100644 --- a/translations/czech/checkver.slt +++ b/translations/czech/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Česká verze" 218,1,"Plugin pracuje s internetem.\nChcete přerušit tuto internetovou relaci?" 220,1,"Inicializuji internetové spojení..." 221,1,"Inicializace selhala: %s" -222,1,"Připojuji na \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Připojuji na \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Připojení selhalo: %s" [STRINGTABLE 2] diff --git a/translations/czech/dbviewer.slt b/translations/czech/dbviewer.slt index 88695525..d91eb43b 100644 --- a/translations/czech/dbviewer.slt +++ b/translations/czech/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 12200] diff --git a/translations/czech/diskmap.slt b/translations/czech/diskmap.slt index 120a0178..80304c5b 100644 --- a/translations/czech/diskmap.slt +++ b/translations/czech/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [MENU 109] diff --git a/translations/czech/filecomp.slt b/translations/czech/filecomp.slt index b36c4c92..1304d65f 100644 --- a/translations/czech/filecomp.slt +++ b/translations/czech/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/ftp.slt b/translations/czech/ftp.slt index 9f05ef98..36cd43f2 100644 --- a/translations/czech/ftp.slt +++ b/translations/czech/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Česká verze" 10674,1,"Neplatný řetězec s textem měsíců (formát: 12 měsíců se odděluje mezerou)." 10680,1,"Stav automatické detekce obsahuje chybu.\n\nChyba: %s" 10685,1,"Neznámý typ serveru, nelze analyzovat text výpisu...\r\n" -10686,1,"Nelze analyzovat výpis souborů a adresářů ze serveru. V panelu bude zobrazen jen čistý text výpisu.\n\nProsím zkontrolujte naše web stránky pro novější verzi Open Salamanderu. Pokud používáte poslední verzi, prosím zašlete nám raw výpis (pokud není důvěrný; pravý klik v panelu > Zobrazit Raw výpis > Uložit jako) na e-mail support@altap.cz. Prosím pomozte nám s podporou dalších typů serverů, pokud je to možné." +10686,1,"Nelze analyzovat výpis souborů a adresářů ze serveru. V panelu bude zobrazen jen čistý text výpisu.\n\nProsím zkontrolujte naše web stránky pro novější verzi Open Salamanderu. Pokud používáte poslední verzi, prosím zašlete nám raw výpis (pokud není důvěrný; pravý klik v panelu > Zobrazit Raw výpis > Uložit jako) na e-mail support@taskscape.com. Prosím pomozte nám s podporou dalších typů serverů, pokud je to možné." 10687,1,"Nelze analyzovat text výpisu používající vybraný typ serveru...\r\n" [STRINGTABLE 42] diff --git a/translations/czech/ieviewer.slt b/translations/czech/ieviewer.slt index 133c9b7b..8db8d2ee 100644 --- a/translations/czech/ieviewer.slt +++ b/translations/czech/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [STRINGTABLE 0] 10100,1,"Prohlížeč Internet Explorer" -10101,1,"Nelze otevřít Prohlížeč Internet Explorer.\nProsíme o nahlášení tohoto problému na support@altap.cz." +10101,1,"Nelze otevřít Prohlížeč Internet Explorer.\nProsíme o nahlášení tohoto problému na support@taskscape.com." 10102,1,"Chyba" 10103,1,"Jednoduchý HTML nebo XML prohlížeč založený na Internet Exploreru." 10105,1,"O pluginu" diff --git a/translations/czech/mmviewer.slt b/translations/czech/mmviewer.slt index 13bc1e56..1c8421c8 100644 --- a/translations/czech/mmviewer.slt +++ b/translations/czech/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 10500] diff --git a/translations/czech/nethood.slt b/translations/czech/nethood.slt index e8e3552a..82e8e4d4 100644 --- a/translations/czech/nethood.slt +++ b/translations/czech/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 102] diff --git a/translations/czech/pak.slt b/translations/czech/pak.slt index 7f9a8c34..298cff22 100644 --- a/translations/czech/pak.slt +++ b/translations/czech/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/peviewer.slt b/translations/czech/peviewer.slt index 4aee45d8..48030627 100644 --- a/translations/czech/peviewer.slt +++ b/translations/czech/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Česká verze" 10100,1,"Prohlížeč spustitelných souborů" 10101,1,"Nelze otevřít soubor %s." 10102,1,"Vytvoření dočasného souboru selhalo." -10103,1,"Došlo k výjimce.\n\nProhlížený soubor: %s\n\nPokud si myslíte, že prohlížený soubor není poškozený, prosím zašlete tento soubor na support@altap.cz.\nChybu prohlížeče zopakujeme a opravíme. Děkujeme za spolupráci!" +10103,1,"Došlo k výjimce.\n\nProhlížený soubor: %s\n\nPokud si myslíte, že prohlížený soubor není poškozený, prosím zašlete tento soubor na support@taskscape.com.\nChybu prohlížeče zopakujeme a opravíme. Děkujeme za spolupráci!" 10104,1,"Zobrazí informace o spustitelných souborech - EXE, DLL, atd." [STRINGTABLE 2] diff --git a/translations/czech/pictview.slt b/translations/czech/pictview.slt index b1c17f50..2ffd039e 100644 --- a/translations/czech/pictview.slt +++ b/translations/czech/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 2000] diff --git a/translations/czech/regedt.slt b/translations/czech/regedt.slt index 0fd55258..ef7c4f6c 100644 --- a/translations/czech/regedt.slt +++ b/translations/czech/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/renamer.slt b/translations/czech/renamer.slt index cbd057be..418b6f80 100644 --- a/translations/czech/renamer.slt +++ b/translations/czech/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/salamand.slt b/translations/czech/salamand.slt index f8555c20..490a26b6 100644 --- a/translations/czech/salamand.slt +++ b/translations/czech/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Zavřít" 271,10,87,201,8,1,"Verze" -1150,10,97,200,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,200,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Web:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,100,57,50,14,1,"&Konec" 1,157,57,50,14,1,"&Pokračovat" 1150,10,10,290,8,1,"Platnost této beta verze vypršela. Prosíme stáhněte a nainstalujte si novější beta verzi:" -1142,10,23,290,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,290,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,290,16,1,"Dnes je %s a platnost této verze vypršela %s." [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Příště nezobrazovat tuto zprávu pro ostatní pluginy" [STRINGTABLE 136] -13750,1,"Konfigurace uložená v registru je poškozená a nemůže být načtena. Open Salamander byl pravděpodobně ukončen během ukládání konfigurace. K tomu dochází zejména, pokud je Open Salamander spuštěný během vypínání operačního systému (nebo odhlašování uživatele). Chcete-li tomuto problému zabránit, ukončete Open Salamander před vypnutím operačního systému Windows (nebo odhlášením).\n\nNyní můžete zálohovat poškozenou konfiguraci (spusťte RegEdit.exe, přejmenujte klíč HKEY_CURRENT_USER\\%s). Později této zálohy můžete získat některá nastavení (Uživatelskou nabídku, Adresářové zkratky, FTP záložky, atd.), navštivte forum.altap.cz pro detaily.\n\nPoškozená konfigurace musí být před spuštěním Open Salamanderu odstraněna z registru." +13750,1,"Konfigurace uložená v registru je poškozená a nemůže být načtena. Open Salamander byl pravděpodobně ukončen během ukládání konfigurace. K tomu dochází zejména, pokud je Open Salamander spuštěný během vypínání operačního systému (nebo odhlašování uživatele). Chcete-li tomuto problému zabránit, ukončete Open Salamander před vypnutím operačního systému Windows (nebo odhlášením).\n\nNyní můžete zálohovat poškozenou konfiguraci (spusťte RegEdit.exe, přejmenujte klíč HKEY_CURRENT_USER\\%s). Později této zálohy můžete získat některá nastavení (Uživatelskou nabídku, Adresářové zkratky, FTP záložky, atd.), navštivte pro detaily.\n\nPoškozená konfigurace musí být před spuštěním Open Salamanderu odstraněna z registru." 13751,1,"Používáte nestandardní hodnoty následujících parametrů používaných během odhlášení uživatele a vypnutí operačního systému. Je to pravděpodobně příčina poškození konfigurace Open Salamanderu (je ukončen během ukládání konfigurace do registru).\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout by měl být 20000.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks by měl být 0." 13752,1,"&Odstranit konfiguraci" 13755,1,"Zadejte, zda chcete porovnat soubory nebo adresáře." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Popis" 13857,1,"Změna překryvů ikon se projeví až po restartování Open Salamanderu." -13865,1,"Open Salamander se stal nestabilní. Vyskytla se výjimka v %s obslužné funkci překryvů ikon. Podobným haváriím Open Salamanderu můžete předejít, pokud nebudete používat tuto rutinu (klepněte na tlačítko Tento) nebo úplně zastavíte zobrazování překryvů ikon (klepněte na tlačítko Vše). Můžete také zkusit aktualizovat software poskytující překryvy ikon (prohledejte forum.altap.cz pro detaily).\n\nKterou obslužnou rutinu překryvů ikon chcete vypnout?\n\nPoznámka: zobrazení překryvů ikon můžete nastavit v konfiguračním dialogu (viz. stránka Překryvy ikon)." +13865,1,"Open Salamander se stal nestabilní. Vyskytla se výjimka v %s obslužné funkci překryvů ikon. Podobným haváriím Open Salamanderu můžete předejít, pokud nebudete používat tuto rutinu (klepněte na tlačítko Tento) nebo úplně zastavíte zobrazování překryvů ikon (klepněte na tlačítko Vše). Můžete také zkusit aktualizovat software poskytující překryvy ikon ().\n\nKterou obslužnou rutinu překryvů ikon chcete vypnout?\n\nPoznámka: zobrazení překryvů ikon můžete nastavit v konfiguračním dialogu (viz. stránka Překryvy ikon)." 13866,1,"&Tento" 13867,1,"&Vše" 13870,1,"Soubor config.reg (nebo jiný zadaný s argumentem -c) nebyl importován do registru kvůli importu konfigurace ze starší verze Open Salamanderu. Pro vyřešení tohoto problému nyní ukončete Open Salamander a spusťte jej znovu." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Probíhá nahrávání, čekejte prosím..." 14065,1,"Hlášení bylo úspěšně nahráno.\n\nDěkujeme, že nám pomáháte vylepšovat Open Salamander!" -14066,1,"Selhalo nahrání chybového hlášení, důvod: %s\n\nOdešlete nám prosím chybové hlášení pomocí emailu na adresu support@altap.cz a odstraňte hlášení z pevného disku. Stiskněte tlačítko OK pro zobrazení chybového hlášení." -14067,1,"Selhala komprimace chybového hlášení, důvod: %s\n\nZabalte prosím chybové hlášení pomocí 7-Zip, odešlete ho na email support@altap.cz, a následně odstraňte soubory z pevného disku. Stiskněte tlačítko OK pro zobrazení chybového hlášení." +14066,1,"Selhalo nahrání chybového hlášení, důvod: %s\n\nOdešlete nám prosím chybové hlášení pomocí emailu na adresu support@taskscape.com a odstraňte hlášení z pevného disku. Stiskněte tlačítko OK pro zobrazení chybového hlášení." +14067,1,"Selhala komprimace chybového hlášení, důvod: %s\n\nZabalte prosím chybové hlášení pomocí 7-Zip, odešlete ho na email support@taskscape.com, a následně odstraňte soubory z pevného disku. Stiskněte tlačítko OK pro zobrazení chybového hlášení." 14068,1,"Načtení %s selhalo." 14070,1,"Toto je interní nástroj programu Open Salamander, nespouštějte ho prosím přímo." -14071,1,"Nesprávná verze programu Chybová hlášení programu Open Salamander. Kontaktujte nás prosím na support@altap.cz." +14071,1,"Nesprávná verze programu Chybová hlášení programu Open Salamander. Kontaktujte nás prosím na support@taskscape.com." 14072,1,"Nastal problém, který si vynutil ukončení programu Open Salamander.\nVytváří se chybové hlášení, čekejte prosím..." 14073,1,"Během vytváření chybového hlášení došlo k chybě:\n%s" 14074,1,"Nelze vytvořit minidump soubor %s. Kód: %d." diff --git a/translations/czech/splitcbn.slt b/translations/czech/splitcbn.slt index 6c6af636..15391027 100644 --- a/translations/czech/splitcbn.slt +++ b/translations/czech/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 101] diff --git a/translations/czech/tar.slt b/translations/czech/tar.slt index aae67468..f1b3dbb7 100644 --- a/translations/czech/tar.slt +++ b/translations/czech/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Česká verze" 11268,1,"Chyba zápisu archivu: " 11269,1,"Funkce zápis souboru odmítla zapsat všechna požadovaná data." 11270,1,"Zjištěn neplatný blok v GZip streamu, nelze extrahovat." -11271,1,"Interní chyba v pluginu TAR, dejte nám prosím vědět na email support@altap.cz." +11271,1,"Interní chyba v pluginu TAR, dejte nám prosím vědět na email support@taskscape.com." 11272,1,"Chyba alokace paměti." 11273,1,"CRC chyba." 11274,1,"Neočekávaná data v komprimovaném streamu, poškozený archiv." diff --git a/translations/czech/unarj.slt b/translations/czech/unarj.slt index c397fc78..58d0dc1f 100644 --- a/translations/czech/unarj.slt +++ b/translations/czech/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/uncab.slt b/translations/czech/uncab.slt index ae35c9f0..c4e013a8 100644 --- a/translations/czech/uncab.slt +++ b/translations/czech/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/unchm.slt b/translations/czech/unchm.slt index ba484215..7b3e0ad0 100644 --- a/translations/czech/unchm.slt +++ b/translations/czech/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Česká verze" 1009,1,"Prohlíží a extrahuje CHM soubory." 1010,1,"Nelze vytvořit dočasný adresář." 1011,1,"Nelze odstranit dočasný soubor." -1012,1,"Neznámý formát souboru nebo neplatný CHM obraz.\n\nPokud jste si jistý, že je to platný CHM obraz, prosím kontaktujte support@altap.cz a pomůžete nám s podporou tohoto formátu." +1012,1,"Neznámý formát souboru nebo neplatný CHM obraz.\n\nPokud jste si jistý, že je to platný CHM obraz, prosím kontaktujte support@taskscape.com a pomůžete nám s podporou tohoto formátu." 1013,1,"Nelze otevřít tento soubor." 1014,1,"Vytváření dočasného souboru selhalo." 1015,1,"Nelze nastavit atributy souboru." diff --git a/translations/czech/undelete.slt b/translations/czech/undelete.slt index b8172858..277c4365 100644 --- a/translations/czech/undelete.slt +++ b/translations/czech/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 1000] diff --git a/translations/czech/unfat.slt b/translations/czech/unfat.slt index 4d995376..53cdf76a 100644 --- a/translations/czech/unfat.slt +++ b/translations/czech/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [STRINGTABLE 0] diff --git a/translations/czech/uniso.slt b/translations/czech/uniso.slt index 98afbba8..5dfda739 100644 --- a/translations/czech/uniso.slt +++ b/translations/czech/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Česká verze" 1009,1,"Prohlíží a extrahuje CD/DVD ISO obrazy." 1010,1,"Nelze vytvořit dočasný adresář." 1011,1,"Nelze vymazat dočasný soubor." -1012,1,"Neznámý formát souboru nebo neplatný ISO obraz.\n\nPokud jste si jistý, že je to platný ISO obraz, prosím kontaktujte support@altap.cz a pomůžete nám s podporou tohoto formátu." +1012,1,"Neznámý formát souboru nebo neplatný ISO obraz.\n\nPokud jste si jistý, že je to platný ISO obraz, prosím kontaktujte support@taskscape.com a pomůžete nám s podporou tohoto formátu." 1013,1,"Nelze otevřít soubor '%s'." 1014,1,"Vytváření dočasného souboru selhalo." 1015,1,"Nelze nastavit atributy souboru." @@ -45,7 +45,7 @@ COMMENT,"Česká verze" [STRINGTABLE 2] 1024,1,"Při načítání více-sekčního obrazu vznikla neznámá chyba.\n\nZobrazit jen správně načtené sekce." 1025,1,"Neznámý typ stopy." -1026,1,"Neznámá alokační strategie (%d).\n\nProsím kontaktujte support@altap.cz a pomůžete nám opravit tento problém." +1026,1,"Neznámá alokační strategie (%d).\n\nProsím kontaktujte support@taskscape.com a pomůžete nám opravit tento problém." 1027,1,"Neplatný formát .CCD souboru.\n\nZobrazit i nekompletní obraz." 1028,1,"Chybí .CCD soubor.\n\nZobrazit i nekompletní obraz." 1029,1,"Nelze načíst sektor #%08X." diff --git a/translations/czech/unlha.slt b/translations/czech/unlha.slt index 3762247c..827e923d 100644 --- a/translations/czech/unlha.slt +++ b/translations/czech/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [STRINGTABLE 0] diff --git a/translations/czech/unmime.slt b/translations/czech/unmime.slt index c658a373..582d4c36 100644 --- a/translations/czech/unmime.slt +++ b/translations/czech/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 101] diff --git a/translations/czech/unrar.slt b/translations/czech/unrar.slt index a22ab075..82babb91 100644 --- a/translations/czech/unrar.slt +++ b/translations/czech/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/czech/wmobile.slt b/translations/czech/wmobile.slt index 51db7caa..9de9f777 100644 --- a/translations/czech/wmobile.slt +++ b/translations/czech/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 500] diff --git a/translations/czech/zip.slt b/translations/czech/zip.slt index 8940d349..9ae022f6 100644 --- a/translations/czech/zip.slt +++ b/translations/czech/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\czech\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1029 AUTHOR,"Hynek Mikulič" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7008" +WEB,"/viewtopic.php?f=23&t=7008" COMMENT,"Česká verze" [DIALOG 100] diff --git a/translations/dutch/7zip.slt b/translations/dutch/7zip.slt index ba07b7ab..10491c1a 100644 --- a/translations/dutch/7zip.slt +++ b/translations/dutch/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 1200] diff --git a/translations/dutch/automation.slt b/translations/dutch/automation.slt index 06dc9168..6a3ae144 100644 --- a/translations/dutch/automation.slt +++ b/translations/dutch/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/checksum.slt b/translations/dutch/checksum.slt index 3cb82c65..35d3e708 100644 --- a/translations/dutch/checksum.slt +++ b/translations/dutch/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 1000] diff --git a/translations/dutch/checkver.slt b/translations/dutch/checkver.slt index ab37ef35..fb4a6a5e 100644 --- a/translations/dutch/checkver.slt +++ b/translations/dutch/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Nederlandse versie" 218,1,"Plugin is bezig.\nWilt u deze internet sessie beëindigen?" 220,1,"Initialiseren internet verbinding..." 221,1,"Initialiseren mislukt: %s" -222,1,"Verbinden met \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Verbinden met \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Verbinding mislukt: %s" [STRINGTABLE 2] diff --git a/translations/dutch/dbviewer.slt b/translations/dutch/dbviewer.slt index 736027a0..68d6a12d 100644 --- a/translations/dutch/dbviewer.slt +++ b/translations/dutch/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 12200] diff --git a/translations/dutch/diskmap.slt b/translations/dutch/diskmap.slt index 1462e973..c0e49eab 100644 --- a/translations/dutch/diskmap.slt +++ b/translations/dutch/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [MENU 109] diff --git a/translations/dutch/filecomp.slt b/translations/dutch/filecomp.slt index 2facd362..9c9076d0 100644 --- a/translations/dutch/filecomp.slt +++ b/translations/dutch/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/ftp.slt b/translations/dutch/ftp.slt index e043d229..9e49dcb3 100644 --- a/translations/dutch/ftp.slt +++ b/translations/dutch/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Nederlandse versie" 10674,1,"Ongeldige tekenreeks in geschreven maanden (formaat: 12 maanden door spatie gescheiden)." 10680,1,"Autodetect conditie bevat fout.\n\nFout: %s" 10685,1,"Onbekende server type, kan text lijst niet analyseren...\r\n" -10686,1,"Kan de lijst van bestanden en mappen van de server niet analyseren. Alleen de normale text lijst kan in het paneel weergegeven worden.\n\nZie aub onze web paginas voor een nieuwe versie van Open Salamander. Als u de nieuwste versie al gebruikt, stuur ons aub de ruwe weergave lijst (Rechtse klik in het paneel > Ruwe Lijst Weergave > Opslaan Als) naar email support@altap.cz. Help ons aub om zoveel mogelijk servers te ondersteunen als mogelijk." +10686,1,"Kan de lijst van bestanden en mappen van de server niet analyseren. Alleen de normale text lijst kan in het paneel weergegeven worden.\n\nZie aub onze web paginas voor een nieuwe versie van Open Salamander. Als u de nieuwste versie al gebruikt, stuur ons aub de ruwe weergave lijst (Rechtse klik in het paneel > Ruwe Lijst Weergave > Opslaan Als) naar email support@taskscape.com. Help ons aub om zoveel mogelijk servers te ondersteunen als mogelijk." 10687,1,"Kan de text lijst van het geselecteerde server type niet analyseren...\r\n" [STRINGTABLE 42] diff --git a/translations/dutch/ieviewer.slt b/translations/dutch/ieviewer.slt index 06e89110..4d77d53c 100644 --- a/translations/dutch/ieviewer.slt +++ b/translations/dutch/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [STRINGTABLE 0] 10100,1,"Internet Explorer Viewer" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Fout" 10103,1,"Lichtgewicht HTML en XML viewer gebaseerd op Internet Explorer." 10105,1,"Over plugin" diff --git a/translations/dutch/mmviewer.slt b/translations/dutch/mmviewer.slt index 2c05b520..ac90ea43 100644 --- a/translations/dutch/mmviewer.slt +++ b/translations/dutch/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 10500] diff --git a/translations/dutch/nethood.slt b/translations/dutch/nethood.slt index f2ffc19f..bf21e6a7 100644 --- a/translations/dutch/nethood.slt +++ b/translations/dutch/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 102] diff --git a/translations/dutch/pak.slt b/translations/dutch/pak.slt index 127f1ec5..a2a944bd 100644 --- a/translations/dutch/pak.slt +++ b/translations/dutch/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/peviewer.slt b/translations/dutch/peviewer.slt index 16a55ed1..08c569fe 100644 --- a/translations/dutch/peviewer.slt +++ b/translations/dutch/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Nederlandse versie" 10100,1,"Portable Executable Viewer" 10101,1,"Kan bestand %s niet openen." 10102,1,"Maken van tijdelijk bestand is mislukt." -10103,1,"Uitzondering opgetreden.\n\nGeopend bestand: %s\n\nAls u er zeker van bent dat dit bestand niet is beschadigd, stuurt u dit bestand dan a.u.b. op naar support@altap.cz.\nWij zullen uw probleem reproduceren en het voor u oplossen. Alvast bedankt voor uw medewerking!" +10103,1,"Uitzondering opgetreden.\n\nGeopend bestand: %s\n\nAls u er zeker van bent dat dit bestand niet is beschadigd, stuurt u dit bestand dan a.u.b. op naar support@taskscape.com.\nWij zullen uw probleem reproduceren en het voor u oplossen. Alvast bedankt voor uw medewerking!" 10104,1,"Informatie weergeven over de Portable Executable bestanden zoals EXE, DLL, etc." [STRINGTABLE 2] diff --git a/translations/dutch/pictview.slt b/translations/dutch/pictview.slt index 930d7b36..5ba886cd 100644 --- a/translations/dutch/pictview.slt +++ b/translations/dutch/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 2000] @@ -27,7 +27,7 @@ COMMENT,"Nederlandse versie" [DIALOG 2020] 288,150,1,"Weergave" 3000,6,5,276,53,1,"Venster grootte" -2021,14,17,151,12,1,"Gelijk aan Altap Sala&mander" +2021,14,17,151,12,1,"Gelijk aan Taskscape Ltd Sala&mander" 2022,14,29,148,12,1,"&Groter indien nodig maar niet kleiner" 2023,14,41,148,12,1,"Indien &nodig" 3001,6,60,276,67,1,"Standaard zoom" diff --git a/translations/dutch/regedt.slt b/translations/dutch/regedt.slt index a5c0d2d8..673d237a 100644 --- a/translations/dutch/regedt.slt +++ b/translations/dutch/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/renamer.slt b/translations/dutch/renamer.slt index feeedf37..71e26719 100644 --- a/translations/dutch/renamer.slt +++ b/translations/dutch/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/salamand.slt b/translations/dutch/salamand.slt index 1a8862d1..4868a32e 100644 --- a/translations/dutch/salamand.slt +++ b/translations/dutch/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Sluiten" 271,10,87,201,8,1,"Versie" -1150,10,97,204,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,204,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Web:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,95,57,50,14,1,"A&fsluiten" 1,152,57,50,14,1,"&Doorgaan" 1150,10,10,281,8,1,"Deze beta versie is verlopen. Download en installeer a.u.b. de nieuwste versie:" -1142,10,23,281,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,281,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,281,16,1,"Vandaag is %s en deze versie is verlopen op %s." [DIALOG 2300] @@ -3214,7 +3214,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 133] 13700,1,"Momenteel toegewezen aan: %s" -13701,1,"Deze snelkoppelingen behoort tot Salamander Altap. Kies a.u.b. een andere." +13701,1,"Deze snelkoppelingen behoort tot Salamander Taskscape Ltd. Kies a.u.b. een andere." 13710,1,"Kopieer %s" 13711,1,"Verschuif %s" @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Laat deze melding niet meer voor andere plugins zien" [STRINGTABLE 136] -13750,1,"De in het register opgeslagen configuratie is beschadigd en kan niet worden geladen. Open Salamander werd waarschijnlijk tijdens het opslaan van de configuratie beëindigd. Dit gebeurt vooral wanneer Open Salamander nog draait wanneer u het systeem afsluit (of afmeldt). Om dit probleem te voorkomen, sluit a.u.b. Open Salamander voordat het systeem afsluit (of afmeldt). \n \nU kunt een back-up maken van de corrupte configuratie (run regedit.exe en hernoem de sleutel HKEY_CURRENT_USER\\%s). Later kunt u proberen om een ??aantal instellingen op te halen uit deze back-up (gebruikersmenu, Afkortingen, FTP bladwijzers, enz.). U kunt het forum op forum.altap.cz bezoeken voor meer informatie. \n\nCorrupte configuratie moet uit het register worden verwijderd voordat Open Salamander opnieuw gestart wordt." +13750,1,"De in het register opgeslagen configuratie is beschadigd en kan niet worden geladen. Open Salamander werd waarschijnlijk tijdens het opslaan van de configuratie beëindigd. Dit gebeurt vooral wanneer Open Salamander nog draait wanneer u het systeem afsluit (of afmeldt). Om dit probleem te voorkomen, sluit a.u.b. Open Salamander voordat het systeem afsluit (of afmeldt). \n \nU kunt een back-up maken van de corrupte configuratie (run regedit.exe en hernoem de sleutel HKEY_CURRENT_USER\\%s). Later kunt u proberen om een ??aantal instellingen op te halen uit deze back-up (gebruikersmenu, Afkortingen, FTP bladwijzers, enz.). U kunt het forum op bezoeken voor meer informatie. \n\nCorrupte configuratie moet uit het register worden verwijderd voordat Open Salamander opnieuw gestart wordt." 13751,1,"U maakt gebruik van niet-standaard waarden van de volgende parameters die gebruikt worden tijdens Afmelden en Afsluiten. Dit veroorzaakt waarschijnlijk een beschadiging van de configuratie van Open Salamander (Open Salamander is beëindigd tijdens het opslaan van de configuratie). \n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout moet 20000 zijn.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks moet 0 zijn." 13752,1,"&Configuration verwijderen" 13755,1,"Geef a.u.b. aan of u mappen of bestanden wilt vergelijken." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Beschrijving" 13857,1,"Pictogram Overlay wijzigingen worden pas actief nadat Open Salamander opnieuw is gestart." -13865,1,"Open Salamander is onstabiel geworden. Een onverwerkte uitzondering is opgetreden in de %s pictogram overlay handler. U kunt soortgelijke ongevallen voorkomen als deze Open Salamander deze handler meer gebruikt (klik op Deze knop) of de weergave van alle aangepaste pictogram overlays stopt (klik op de knop Alles). U kunt ook proberen om de software van deze handler te actualiseren (zoek forum.altap.cz voor details).\n\nWelke pictogram overlay handlers wilt u uitschakelen?\n\nOpmerking: U kunt overlappende pictogrammen in het dialoogvenster configuratie instellen(zie Pictogrammen Overlay pagina)." +13865,1,"Open Salamander is onstabiel geworden. Een onverwerkte uitzondering is opgetreden in de %s pictogram overlay handler. U kunt soortgelijke ongevallen voorkomen als deze Open Salamander deze handler meer gebruikt (klik op Deze knop) of de weergave van alle aangepaste pictogram overlays stopt (klik op de knop Alles). U kunt ook proberen om de software van deze handler te actualiseren (zoek voor details).\n\nWelke pictogram overlay handlers wilt u uitschakelen?\n\nOpmerking: U kunt overlappende pictogrammen in het dialoogvenster configuratie instellen(zie Pictogrammen Overlay pagina)." 13866,1,"&Deze" 13867,1,"&Alle" 13870,1,"Het config.reg bestand (of ander bestand opgegeven met-c parameter) werd niet geïmporteerd naar register ten gevolge van de invoer van de configuratie van de oudere versie van Open Salamander. Sluit Open Salamander af en start opnieuw om dit probleem op te lossen." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Uploaden, wacht a.u.b..." 14065,1,"Rapport is geüpload.\n\nBedankt voor uw hulp bij het verbeteren van Open Salamander!" -14066,1,"Rapport upload is mislukt, reden:%s\n\nU kunt ons het rapport per email sturen naar support@altap.cz en het rapport daarna verwijderen van uw harde schijf. Klik op OK om het rapport te tonen." -14067,1,"Rapport compressie is mislukt, reden:%s\n\nPak a.u.b. uw fout rapport in met 7-Zip, e-mail het naar support@altap.cz, en verwijder daarna de rapport bestanden van uw harde schijf. Klik op OK om het rapport te tonen." +14066,1,"Rapport upload is mislukt, reden:%s\n\nU kunt ons het rapport per email sturen naar support@taskscape.com en het rapport daarna verwijderen van uw harde schijf. Klik op OK om het rapport te tonen." +14067,1,"Rapport compressie is mislukt, reden:%s\n\nPak a.u.b. uw fout rapport in met 7-Zip, e-mail het naar support@taskscape.com, en verwijder daarna de rapport bestanden van uw harde schijf. Klik op OK om het rapport te tonen." 14068,1,"Laden van %s is mislukt." 14070,1,"Dit is een intern Open Salamander hulpprogramma, start dit a.u.b. niet direct." -14071,1,"Foutieve versie van Open Salamander Bug Reporter. Neem a.u.b. contact op met support@altap.cz." +14071,1,"Foutieve versie van Open Salamander Bug Reporter. Neem a.u.b. contact op met support@taskscape.com." 14072,1,"Er is een probleem opgetreden waardoor Open Salamander afgesloten moet worden.\nEr wordt een fout rapport gemaakt, wachten a.u.b..." 14073,1,"Er is een probleem opgetreden tijdens het aanmaken van het fout rapport:\n%s" 14074,1,"Kan het minidump bestand %s niet maken. Code: %d." diff --git a/translations/dutch/splitcbn.slt b/translations/dutch/splitcbn.slt index 652210ea..a18f4c33 100644 --- a/translations/dutch/splitcbn.slt +++ b/translations/dutch/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 101] diff --git a/translations/dutch/tar.slt b/translations/dutch/tar.slt index 9bda5191..cb63a513 100644 --- a/translations/dutch/tar.slt +++ b/translations/dutch/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Nederlandse versie" 11268,1,"Fout bij het schrijven naar bestand: " 11269,1,"De functie WriteFile weigert alle gegevens weg te schrijven waarom werd gevraagd." 11270,1,"Ongeldige block in GZip stream ondervonden, onmogelijk om uit te pakken." -11271,1,"Interne fout in TAR plugin, laat ons aub weten via email support@altap.cz." +11271,1,"Interne fout in TAR plugin, laat ons aub weten via email support@taskscape.com." 11272,1,"Geheugen toewijzingsfout." 11273,1,"CRC fout." 11274,1,"Onverwachte gegevens in gecomprimeerde stream, archiefbestand beschadigd." diff --git a/translations/dutch/unarj.slt b/translations/dutch/unarj.slt index 29ccb182..9c5f9dc3 100644 --- a/translations/dutch/unarj.slt +++ b/translations/dutch/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/uncab.slt b/translations/dutch/uncab.slt index 2e9485fb..2f275d7c 100644 --- a/translations/dutch/uncab.slt +++ b/translations/dutch/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/unchm.slt b/translations/dutch/unchm.slt index ecbac4c2..236a3999 100644 --- a/translations/dutch/unchm.slt +++ b/translations/dutch/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Nederlandse versie" 1009,1,"Blader en CHM bestanden uitpakken." 1010,1,"Kan tijdelijke map niet aanmaken." 1011,1,"Kan tijdelijke bestand niet verwijderen." -1012,1,"Onbekend bestandsformaat of ongeldige CHM image.\n\nIndien u zeker bent dat het een geldige CHM image is, neem contact op met support@altap.cz en help ons dit formaat te ondersteunen." +1012,1,"Onbekend bestandsformaat of ongeldige CHM image.\n\nIndien u zeker bent dat het een geldige CHM image is, neem contact op met support@taskscape.com en help ons dit formaat te ondersteunen." 1013,1,"Kan bestand niet openen." 1014,1,"Aanmaken van tijdelijke bestand is mislukt." 1015,1,"Kan bestand attributen niet plaatsen." diff --git a/translations/dutch/undelete.slt b/translations/dutch/undelete.slt index 69ec0ff9..6c5bd1d9 100644 --- a/translations/dutch/undelete.slt +++ b/translations/dutch/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 1000] diff --git a/translations/dutch/unfat.slt b/translations/dutch/unfat.slt index f811c0f7..b1f618f0 100644 --- a/translations/dutch/unfat.slt +++ b/translations/dutch/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [STRINGTABLE 0] diff --git a/translations/dutch/uniso.slt b/translations/dutch/uniso.slt index 5f6b634c..bdc70274 100644 --- a/translations/dutch/uniso.slt +++ b/translations/dutch/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Nederlandse versie" 1009,1,"Bladeren en CD/DVD ISO image bestanden uitpakken." 1010,1,"Kan tijdelijke map niet aanmaken." 1011,1,"Kan tijdelijk bestand niet verwijderen." -1012,1,"Onbekend bestandsformaat of ongeldig ISO image.\n\nAls u niet zeker weet of dit een geldige ISO image is, neemt u dan contact op met support@altap.cz en help ons dit formaat te ondersteunen." +1012,1,"Onbekend bestandsformaat of ongeldig ISO image.\n\nAls u niet zeker weet of dit een geldige ISO image is, neemt u dan contact op met support@taskscape.com en help ons dit formaat te ondersteunen." 1013,1,"Kan bestand '%s' niet openen." 1014,1,"Aanmaken van tijdelijk bestand is mislukt." 1015,1,"Kan bestandattributen niet instellen." @@ -45,7 +45,7 @@ COMMENT,"Nederlandse versie" [STRINGTABLE 2] 1024,1,"Een of meerdere fouten is/zijn opgetreden tijdens het lezen van de multisessie image.\n\nAlleen correct gelezen sessies worden getoond." 1025,1,"Onbekend track type." -1026,1,"Onbekend allocatie strategie (%d).\n\nNeem contact op met support@altap.cz en help ons dit probleem op te lossen." +1026,1,"Onbekend allocatie strategie (%d).\n\nNeem contact op met support@taskscape.com en help ons dit probleem op te lossen." 1027,1,"Slecht formaat van .CCD bestand.\n\nGetoonde image kan incompleet zijn." 1028,1,"Ontbrekend .CCD bestand.\n\nGetoonde image kan incompleet zijn." 1029,1,"Kan de sector #%08X niet lezen." diff --git a/translations/dutch/unlha.slt b/translations/dutch/unlha.slt index 537a1d1b..0a95b278 100644 --- a/translations/dutch/unlha.slt +++ b/translations/dutch/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [STRINGTABLE 0] diff --git a/translations/dutch/unmime.slt b/translations/dutch/unmime.slt index 0e61dc59..76954e79 100644 --- a/translations/dutch/unmime.slt +++ b/translations/dutch/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 101] diff --git a/translations/dutch/unrar.slt b/translations/dutch/unrar.slt index 79b432ea..7a3a1130 100644 --- a/translations/dutch/unrar.slt +++ b/translations/dutch/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] diff --git a/translations/dutch/wmobile.slt b/translations/dutch/wmobile.slt index ac0321c4..f3f69a4a 100644 --- a/translations/dutch/wmobile.slt +++ b/translations/dutch/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 500] diff --git a/translations/dutch/zip.slt b/translations/dutch/zip.slt index cf6e46ab..d7b86725 100644 --- a/translations/dutch/zip.slt +++ b/translations/dutch/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\dutch\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1043 AUTHOR,"Cor van der Smissen, Marco Fung, Patrick Vijgeboom, S.V. (Stephan) Rietveld" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7009" +WEB,"/viewtopic.php?f=23&t=7009" COMMENT,"Nederlandse versie" [DIALOG 100] @@ -405,7 +405,7 @@ COMMENT,"Nederlandse versie" 1091,1,"Kan het pictogram niet laden voor de zelf-extractor." 1094,1,"Sorry, de plugin is verlopen. Gelieve onze website te raadplegen voor een nieuwere versie." 1095,1,"Onder constructie." -1096,1,"Kan geen Altap Zelf-Extractor bestanden vinden.\n\nAls u zelfuitpakkende archiefbestanden wilt creëren, gelieve de ZIP plugin opnieuw installeren." +1096,1,"Kan geen Taskscape Ltd Zelf-Extractor bestanden vinden.\n\nAls u zelfuitpakkende archiefbestanden wilt creëren, gelieve de ZIP plugin opnieuw installeren." 1097,1,"Kan niet lezen vanuit de zelf-extractor directory: " 1098,1,"Geen van de zelf-extractor bestanden kunnen worden geladen." 1099,1,"Kan het zelf-extractor bestand '%s' niet laden.\n\nDrukt u op OK om verder te gaan of Annuleren om af te breken." @@ -439,7 +439,7 @@ COMMENT,"Nederlandse versie" 1123,1,"Creër een zelfuitpakkend ZIP archiefbestand - %s" 1124,1,"kopiëren van archiefdata..." 1125,1,"Het archiefbestand is leeg." -1126,1,"Het archiefbestand bevat gecomprimeerde bestanden met methoden welke niet ondersteund worden door Altap Zelf-Extractor.\n\nGelieve deze opnieuw te comprimeren gebruikmakende van de ZIP plugin." +1126,1,"Het archiefbestand bevat gecomprimeerde bestanden met methoden welke niet ondersteund worden door Taskscape Ltd Zelf-Extractor.\n\nGelieve deze opnieuw te comprimeren gebruikmakende van de ZIP plugin." 1127,1,"Testen van ZIP archiefbestanden - %s" 1128,1,"testen van bestanden..." 1129,1,"testen: " @@ -513,7 +513,7 @@ COMMENT,"Nederlandse versie" 1202,1,"Creër, blader, en pak ZIP-archiefbstanden uit." 1208,1,"Er is een fout opgetreden in BZIP2 stream. Het archiefbestand is mogelijkerwijs beschadigd." 1209,1,"De index van dit archiefbestand, welke de lijst van bestanden bevat, is gecodeerd ofwel gecomprimeerd.\nDit wordt niet ondersteund." -1210,1,";Altap Zelf-Extractor Instellingen\r\n\r\n;Dit is een bestand met instellingen voor Altap Zelf-Extractor.\r\n;\r\n;Bestandsformaat syntax:\r\n;\r\n" +1210,1,";Taskscape Ltd Zelf-Extractor Instellingen\r\n\r\n;Dit is een bestand met instellingen voor Taskscape Ltd Zelf-Extractor.\r\n;\r\n;Bestandsformaat syntax:\r\n;\r\n" 1211,1,";Regels die beginnen met een ';' karakter worden behandeld als commentaar en worden\r\n;genegeerd bij het verwerken van het instellingen-bestand.\r\n;\r\n" 1212,1,";Alle variabelen zijn optioneel, behalve versie. Als de variabel niet \r\n;gevonden wordt in het instellings-bestand, wordt de standaardwaarde gebruikt.\r\n;Standaardwaarden voor taal afhankelijke variabelen (dlg_text, dlg_title,\r\n;button_text) zijn afkomstig uit het SFX pakket.\r\n;\r\n" 1213,1,";Alle String-waarden, met inbegrip van null strings, dient te worden ingesloten in\r\n;dubbele aanhalingstekens. Voor het invoeren van dubbele aanhalingstekens in een string gebruik twee\r\n;daaropvolgende dubbele aanhalingstekens.\r\n;\r\n;Nummers kunnen niet worden ingesloten in dubbele aanhalingstekens.\r\n\r\n" diff --git a/translations/french/7zip.slt b/translations/french/7zip.slt index 7c31598e..775df852 100644 --- a/translations/french/7zip.slt +++ b/translations/french/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 1200] diff --git a/translations/french/automation.slt b/translations/french/automation.slt index 4ea2ba0b..fc856264 100644 --- a/translations/french/automation.slt +++ b/translations/french/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/checksum.slt b/translations/french/checksum.slt index 9bb48de9..481ad82b 100644 --- a/translations/french/checksum.slt +++ b/translations/french/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 1000] diff --git a/translations/french/checkver.slt b/translations/french/checkver.slt index 76b7bb6c..66011056 100644 --- a/translations/french/checkver.slt +++ b/translations/french/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Version française" 218,1,"Le module travaille avec Internet.\nVoulez-vous interrompre cette session Internet?" 220,1,"Initialisation de la connexion Internet..." 221,1,"Echec de l'initialisation: %s" -222,1,"Connexion à \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Connexion à \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Echec de la connexion: %s" [STRINGTABLE 2] diff --git a/translations/french/dbviewer.slt b/translations/french/dbviewer.slt index a58ff918..a05747fe 100644 --- a/translations/french/dbviewer.slt +++ b/translations/french/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 12200] diff --git a/translations/french/diskmap.slt b/translations/french/diskmap.slt index bbca16c6..9a8612a8 100644 --- a/translations/french/diskmap.slt +++ b/translations/french/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [MENU 109] diff --git a/translations/french/filecomp.slt b/translations/french/filecomp.slt index 657d8ed3..79d196c2 100644 --- a/translations/french/filecomp.slt +++ b/translations/french/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/ftp.slt b/translations/french/ftp.slt index ef3f23ca..07b2895f 100644 --- a/translations/french/ftp.slt +++ b/translations/french/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Version française" 10674,1,"Chaîne de mois texte invalide (format: 12 mois séparés par des espaces)." 10680,1,"La condition d'autodétection contient une erreur.\n\nErreur: %s" 10685,1,"Type de serveur inconnu, impossible d'analyser la liste texte...\r\n" -10686,1,"Impossible d'analyser la liste des fichiers et répertoires depuis le serveur. Seul le texte de la liste sera affiché dans le panneau.\n\nVeuillez consulter nos pages web pour une nouvelle version d'Open Salamander. Si vous utilisez la dernière version, veuillez nous envoyer la liste brute (si ce n'est pas confidentiel; cliquez droit dans le panneau > Voir la liste brute > Enregistrer sous) par email à support@altap.cz. Merci de nous aider à supporter le plus grand nombre possible de types de serveurs." +10686,1,"Impossible d'analyser la liste des fichiers et répertoires depuis le serveur. Seul le texte de la liste sera affiché dans le panneau.\n\nVeuillez consulter nos pages web pour une nouvelle version d'Open Salamander. Si vous utilisez la dernière version, veuillez nous envoyer la liste brute (si ce n'est pas confidentiel; cliquez droit dans le panneau > Voir la liste brute > Enregistrer sous) par email à support@taskscape.com. Merci de nous aider à supporter le plus grand nombre possible de types de serveurs." 10687,1,"Impossible d'analyser la liste texte avec le type de serveur sélectionné...\r\n" [STRINGTABLE 42] diff --git a/translations/french/ieviewer.slt b/translations/french/ieviewer.slt index 747d89b2..2c279cb0 100644 --- a/translations/french/ieviewer.slt +++ b/translations/french/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [STRINGTABLE 0] 10100,1,"Visualiseur Internet Explorer" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Erreur" 10103,1,"Visualiseur rapide HTML et XML basé sur Internet Explorer." 10105,1,"A propos du module" diff --git a/translations/french/mmviewer.slt b/translations/french/mmviewer.slt index c91b665b..f13c7fa3 100644 --- a/translations/french/mmviewer.slt +++ b/translations/french/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 10500] diff --git a/translations/french/nethood.slt b/translations/french/nethood.slt index 328588b5..8cbb8e8a 100644 --- a/translations/french/nethood.slt +++ b/translations/french/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 102] diff --git a/translations/french/pak.slt b/translations/french/pak.slt index c87f379c..1badcc18 100644 --- a/translations/french/pak.slt +++ b/translations/french/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/peviewer.slt b/translations/french/peviewer.slt index 2eaf776c..2304e11b 100644 --- a/translations/french/peviewer.slt +++ b/translations/french/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Version française" 10100,1,"Visualiseur de fichier exécutable" 10101,1,"Impossible d'ouvrir le fichier %s." 10102,1,"La création d'un fichier temporaire a échoué." -10103,1,"Une exception s'est produite.\n\nFichier visualisé: %s\n\nSi vous pensez que le fichier visualisé n'est pas corrompu, veuillez l'envoyer à support@altap.cz.\nNous reproduirons et réparerons le bogue du visualiseur. Merci de votre coopération!" +10103,1,"Une exception s'est produite.\n\nFichier visualisé: %s\n\nSi vous pensez que le fichier visualisé n'est pas corrompu, veuillez l'envoyer à support@taskscape.com.\nNous reproduirons et réparerons le bogue du visualiseur. Merci de votre coopération!" 10104,1,"Affiche des informations sur les fichiers exécutables de type EXE, DLL, etc." [STRINGTABLE 2] diff --git a/translations/french/pictview.slt b/translations/french/pictview.slt index 6466a39d..5c9afc44 100644 --- a/translations/french/pictview.slt +++ b/translations/french/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 2000] diff --git a/translations/french/regedt.slt b/translations/french/regedt.slt index 202e9430..13120e12 100644 --- a/translations/french/regedt.slt +++ b/translations/french/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/renamer.slt b/translations/french/renamer.slt index f91a8a78..51564394 100644 --- a/translations/french/renamer.slt +++ b/translations/french/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/salamand.slt b/translations/french/salamand.slt index e459b5ff..a6324069 100644 --- a/translations/french/salamand.slt +++ b/translations/french/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Fermer" 271,10,87,201,8,1,"Version" -1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,196,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Site:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -895,7 +895,7 @@ SLGINCOMPLETE,"" 1154,17,50,130,8,1,"2) Cliquer sur Propriétés" 1158,17,59,127,8,1,"3) Cliquer sur le bouton Compatibilité" 1155,17,69,239,8,1,"4) Décocher Fonctionnement de ce programme en mode Compatibilité" -1156,8,85,258,16,1,"Si impossible de quitter ce mode, redémarrer Altap Sal., ouvrir le menu Aide, choisir Support technique et nous envoyer un rapport d'anomalie." +1156,8,85,258,16,1,"Si impossible de quitter ce mode, redémarrer Taskscape Ltd Sal., ouvrir le menu Aide, choisir Support technique et nous envoyer un rapport d'anomalie." 1157,8,109,137,8,1,"Redémarrer Open Salamander?" [DIALOG 1055] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,96,57,50,14,1,"&Quitter" 1,153,57,50,14,1,"&Continuer" 1150,10,10,282,8,1,"Cette version beta a expiré. Veuillez télécharger et installer une version beta à jour:" -1142,10,23,282,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,282,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,282,16,1,"Nous sommes le %s et cette version expirait le %s." [DIALOG 2300] @@ -2413,10 +2413,10 @@ SLGINCOMPLETE,"" 10987,1,"avec des symboles (par exemple 15 o, 3.41 ko, or 12.5 Mo)" [STRINGTABLE 61] -10994,1,"Impossible d'exécuter la nouvelle tache ; en effet la tache précédente n'est pas encore terminée. Taper le bouton Continuer et attendre que la tache précédente se termine.\n\nSi n'y a pas une telle tache en cours, taper le bouton Abandonner et envoyer à Altap un rapport d'anomalie pour nous aider à corriger ce problème. Open Salamander s'arrêtera alors." -10995,1,"Cette fenêtre ne peut être fermée parce qu'une tache l'utilise encore. Taper le bouton Continuer et attendre la fin de cette tache. \n\nSi n'y a pas une telle tache en cours, taper le bouton Abandonner et envoyer à Altap un rapport d'anomalie pour nous aider à corriger ce problème. Open Salamander s'arrêtera alors." +10994,1,"Impossible d'exécuter la nouvelle tache ; en effet la tache précédente n'est pas encore terminée. Taper le bouton Continuer et attendre que la tache précédente se termine.\n\nSi n'y a pas une telle tache en cours, taper le bouton Abandonner et envoyer à Taskscape Ltd un rapport d'anomalie pour nous aider à corriger ce problème. Open Salamander s'arrêtera alors." +10995,1,"Cette fenêtre ne peut être fermée parce qu'une tache l'utilise encore. Taper le bouton Continuer et attendre la fin de cette tache. \n\nSi n'y a pas une telle tache en cours, taper le bouton Abandonner et envoyer à Taskscape Ltd un rapport d'anomalie pour nous aider à corriger ce problème. Open Salamander s'arrêtera alors." 10996,1,"Open Salamander est devenu instable à cause d'une extension défectueuse du shell. Veuillez nous envoyer le rapport d'anomalie suivant pour nous aider à résoudre ce problème.\n\nCliquez sur OK pour ouvrir la fenêtre de dialogue de rapport d'anomalie." -10997,1,"La fenêtre principale d'Open Salamander a disparu à cause d'une erreur d'extension. Envoyer à Altap le rapport d'anomalie suivant pour nous aider à corriger ce problème.\n\nCliquez sur OK pour ouvrir la fenêtre de dialogue de rapport d'anomalie." +10997,1,"La fenêtre principale d'Open Salamander a disparu à cause d'une erreur d'extension. Envoyer à Taskscape Ltd le rapport d'anomalie suivant pour nous aider à corriger ce problème.\n\nCliquez sur OK pour ouvrir la fenêtre de dialogue de rapport d'anomalie." 10998,1,"Une extension défectuesue du shell a détruit notre fenêtre. Veuillez nous envoyer le rapport d'anomalie suivant pour nous aider à résoudre ce problème.\n\nCliquez sur OK pour ouvrir la fenêtre de dialogue de rapport d'anomalie." 11000,1,"Erreur de compresseur" 11001,1,"Mémoire insuffisante." @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Ne pas afficher ce message pour d'autres modules" [STRINGTABLE 136] -13750,1,"Impossible de charger la configuration enregistrée dans le registre car elle a été altérée. Open Salamander a sans doute été interrompu durant la sauvegarde de cette configuration. Cela arrive principalement lors de l'arrêt du système alors même qu'Open Salamander est encore en fontionnement. Pour éviter cela, arrêter Open Salamander avant de demander l'arrêt du système.\n\nIl est possible de sauvegarder la configuration altérée dès maintenant (lancer RegEdit.exe, renommer la clé HKEY_CURRENT_USER\\%s). Ultérieurement, il sera possible de récupérer des réglages de cette copie de secours (menus de l'utilisateur, chemins d'accès principaux, signets FTP, etc.), consulter forum.altap.cz pour des instructions plus détaillées.\n\nIl faut nettoyer le registre de la configuration altérée avant de redémarrer Open Salamander." +13750,1,"Impossible de charger la configuration enregistrée dans le registre car elle a été altérée. Open Salamander a sans doute été interrompu durant la sauvegarde de cette configuration. Cela arrive principalement lors de l'arrêt du système alors même qu'Open Salamander est encore en fontionnement. Pour éviter cela, arrêter Open Salamander avant de demander l'arrêt du système.\n\nIl est possible de sauvegarder la configuration altérée dès maintenant (lancer RegEdit.exe, renommer la clé HKEY_CURRENT_USER\\%s). Ultérieurement, il sera possible de récupérer des réglages de cette copie de secours (menus de l'utilisateur, chemins d'accès principaux, signets FTP, etc.), consulter pour des instructions plus détaillées.\n\nIl faut nettoyer le registre de la configuration altérée avant de redémarrer Open Salamander." 13751,1,"Des valeurs erronées des paramètres suivants sont utilisées. Elles causent l'altération de la configuration d'Open Salamander. Celui-ci a été vraisemblablement interrompu durant la sauvegarde de la configuration.\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout devrait valoir 20000.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks devrait être nul." 13752,1,"&Enlever la configuration" 13755,1,"Indiquer s'il s'agit de comparer des fichiers pou bien des répertoires." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Description" 13857,1,"Les icônes étiquettes ne seront prises en compte qu'après redémarrage d'Open Salamander." -13865,1,"Open Salamander instable ! Une situation anomrale non gérée est apparue dans le gestionnaire d'icôles %s. Il est possible d'empêcher de telles situations en évitant d'utiliser ce getionnaire (cliquer sur le bouton Celle-ci) ou en évitant d'afficher aucune icône (cliquer sur le bouton Toutes). Il est aussi possible de mettre à jour le gestionnaire (consulter forum.altap.cz pour de plus amples informations).\n\nQuel gestionnaire d'icônes déactiver ?\n\nNote : il est possible de définir les gestionnaires dans un dialogue de configuration (voir la page relative aux icônes)." +13865,1,"Open Salamander instable ! Une situation anomrale non gérée est apparue dans le gestionnaire d'icôles %s. Il est possible d'empêcher de telles situations en évitant d'utiliser ce getionnaire (cliquer sur le bouton Celle-ci) ou en évitant d'afficher aucune icône (cliquer sur le bouton Toutes). Il est aussi possible de mettre à jour le gestionnaire (consulter pour de plus amples informations).\n\nQuel gestionnaire d'icônes déactiver ?\n\nNote : il est possible de définir les gestionnaires dans un dialogue de configuration (voir la page relative aux icônes)." 13866,1,"&Celle-ci" 13867,1,"&Toutes" 13870,1,"Le fichier config.reg (ou un autre fichier spécifié avec le paramètre -c) n'a pas été importé dans le registre : il s'agit en effet d'une configuration d'une ancienne version d'Open Salamander. Quitter et redémarrer Open Salamander pour corriger ce problème." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Téléchargement en cours, veuillez patienter..." 14065,1,"Téléchargement du rapport réussi.\n\nMerci de nous aider à améliorer Open Salamander!" -14066,1,"Le téléchargement du rapport a échoué: %s\n\nVeuillez nous envoyer ce rapport par email à support@altap.cz et effecez-le de votre disque. Cliquez sur OK pour voir le rapport." -14067,1,"Le compression du rapport a échoué: %s\n\nVeuillez compresser le rapport d'anomalie avec 7-Zip, l'envoyer par email à support@altap.cz, et le supprimer de votre disque. Cliquez sur OK pour voir le rapport." +14066,1,"Le téléchargement du rapport a échoué: %s\n\nVeuillez nous envoyer ce rapport par email à support@taskscape.com et effecez-le de votre disque. Cliquez sur OK pour voir le rapport." +14067,1,"Le compression du rapport a échoué: %s\n\nVeuillez compresser le rapport d'anomalie avec 7-Zip, l'envoyer par email à support@taskscape.com, et le supprimer de votre disque. Cliquez sur OK pour voir le rapport." 14068,1,"Echec du chargement de %s." 14070,1,"Il s'agit d'un outil interne à Open Salamander; ne le lancez pas directement." -14071,1,"Version incorrecte du Rapport d'anomalie Open Salamander. Veuillez nous contacter à support@altap.cz." +14071,1,"Version incorrecte du Rapport d'anomalie Open Salamander. Veuillez nous contacter à support@taskscape.com." 14072,1,"Un problème a contraint Open Salamander à fermer.\nCréation du rapport d'anomalie, veuillez patienter..." 14073,1,"Un problème est survenu pendant la création du rapport d'anomalie:\n%s" 14074,1,"Création du fichier de vidage %s impossible. Code: %d." diff --git a/translations/french/splitcbn.slt b/translations/french/splitcbn.slt index 32d03f0e..c2960043 100644 --- a/translations/french/splitcbn.slt +++ b/translations/french/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 101] diff --git a/translations/french/tar.slt b/translations/french/tar.slt index ebad66c4..975d6f1d 100644 --- a/translations/french/tar.slt +++ b/translations/french/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Version française" 11268,1,"Erreur d'écriture dans le fichier de sortie: " 11269,1,"Impossible à la fonction WriteFile d'écrire l'ensemble des données spécifées." 11270,1,"Bloc altéré dans le flux GZip : impossible de l'extraire." -11271,1,"Erreur interne dans le module TAR, veuillez nous le signaler par email à support@altap.cz." +11271,1,"Erreur interne dans le module TAR, veuillez nous le signaler par email à support@taskscape.com." 11272,1,"Erreur de réservation de mémoire." 11273,1,"Erreur de CRC." 11274,1,"Données non prévues dans le flux de décompression, archive altérée." diff --git a/translations/french/unarj.slt b/translations/french/unarj.slt index c0abf012..0215e231 100644 --- a/translations/french/unarj.slt +++ b/translations/french/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/uncab.slt b/translations/french/uncab.slt index 82ef06c0..e10acc37 100644 --- a/translations/french/uncab.slt +++ b/translations/french/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/unchm.slt b/translations/french/unchm.slt index ef64d300..18dd2204 100644 --- a/translations/french/unchm.slt +++ b/translations/french/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Version française" 1009,1,"Parcourt et extrait les fichiers CHM." 1010,1,"Impossible de créer le répertoire temporaire." 1011,1,"Impossible de supprimer le fichier temporaire." -1012,1,"Format de fichier inconnu ou image CHM invalide.\n\nSi vous êtes sûr qu'il s'agit d'une image CHM valide, veuillez contacter support@altap.cz pour nous permettre de supporter ce format." +1012,1,"Format de fichier inconnu ou image CHM invalide.\n\nSi vous êtes sûr qu'il s'agit d'une image CHM valide, veuillez contacter support@taskscape.com pour nous permettre de supporter ce format." 1013,1,"Impossible d'ouvrir ce fichier." 1014,1,"La création du fichier temporaire a échoué." 1015,1,"Impossible de définir les attributs de fichier." diff --git a/translations/french/undelete.slt b/translations/french/undelete.slt index eccad766..f9091f64 100644 --- a/translations/french/undelete.slt +++ b/translations/french/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 1000] diff --git a/translations/french/unfat.slt b/translations/french/unfat.slt index 10b3247a..8ca09058 100644 --- a/translations/french/unfat.slt +++ b/translations/french/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [STRINGTABLE 0] diff --git a/translations/french/uniso.slt b/translations/french/uniso.slt index a63d4636..28363094 100644 --- a/translations/french/uniso.slt +++ b/translations/french/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Version française" 1009,1,"Parcourir et extraire le contenu d'images CD/DVD au format ISO." 1010,1,"Impossible de créer le dossier temporaire." 1011,1,"Impossible de supprimer le fichier temporaire." -1012,1,"Format de fichier inconnu ou image ISO invalide.\n\nSi vous êtes certain(e) qu'il s'agit d'une image ISO valide, veuillez contacter support@altap.cz pour nous aider à prendre en charge ce format." +1012,1,"Format de fichier inconnu ou image ISO invalide.\n\nSi vous êtes certain(e) qu'il s'agit d'une image ISO valide, veuillez contacter support@taskscape.com pour nous aider à prendre en charge ce format." 1013,1,"Impossible d'ouvrir le fichier '%s'." 1014,1,"La création du fichier temporaire a échoué." 1015,1,"Impossible de paramétrer les attributs du fichier." @@ -45,7 +45,7 @@ COMMENT,"Version française" [STRINGTABLE 2] 1024,1,"Une ou plusieurs erreur(s) sont survenues lors de la lecture d'une image multisession.\n\nSeules les sessions lues avec succès seront affichées." 1025,1,"Type de piste inconnu." -1026,1,"Stratégie d'allocation inconnue (%d).\n\nVeuillez contacter support@altap.cz pour nous aider à corriger ce problème." +1026,1,"Stratégie d'allocation inconnue (%d).\n\nVeuillez contacter support@taskscape.com pour nous aider à corriger ce problème." 1027,1,"Mauvais format de fichier .CCD.\n\nL'image affichée pourrait être incomplète." 1028,1,"Le fichier .CCD est manquant.\n\nL'image affichée pourrait être incomplète." 1029,1,"Impossible de lire le secteur n°%08X." diff --git a/translations/french/unlha.slt b/translations/french/unlha.slt index 0f4f184d..81c9a962 100644 --- a/translations/french/unlha.slt +++ b/translations/french/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [STRINGTABLE 0] diff --git a/translations/french/unmime.slt b/translations/french/unmime.slt index b4cd0cb4..8105712c 100644 --- a/translations/french/unmime.slt +++ b/translations/french/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 101] diff --git a/translations/french/unrar.slt b/translations/french/unrar.slt index 3e09292a..62d73979 100644 --- a/translations/french/unrar.slt +++ b/translations/french/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] diff --git a/translations/french/wmobile.slt b/translations/french/wmobile.slt index c7c2cc9f..b1abbf1a 100644 --- a/translations/french/wmobile.slt +++ b/translations/french/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 500] diff --git a/translations/french/zip.slt b/translations/french/zip.slt index 21e36add..ab657fd5 100644 --- a/translations/french/zip.slt +++ b/translations/french/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\french\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1036 AUTHOR,"Gérard Gréco, Arnaud Dupin de Beyssat, Jérémy Marc, Maxime Abbey" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6162" +WEB,"/viewtopic.php?f=23&t=6162" COMMENT,"Version française" [DIALOG 100] @@ -405,7 +405,7 @@ COMMENT,"Version française" 1091,1,"Impossible de charger l'icône pour l'auto-extracteur." 1094,1,"Désolé, le module a expiré. Veuillez vérifier sur notre site web l'existence d'une version plus récente." 1095,1,"En construction." -1096,1,"Impossible de trouver un fichier Auto-extracteur Altap.\n\nSi vous désirez créer des archives auto-extractibles, veuillez réinstaller le module ZIP." +1096,1,"Impossible de trouver un fichier Auto-extracteur Taskscape Ltd.\n\nSi vous désirez créer des archives auto-extractibles, veuillez réinstaller le module ZIP." 1097,1,"Impossible de lire le répertoire des auto-extracteurs: " 1098,1,"Aucun des fichiers d'auto-extracteur ne peut être chargé." 1099,1,"Impossible de charger un fichier d'auto-extracteur: %s\n\nAppuyez sur OK pour continuer, Annuler pour annuler." @@ -439,7 +439,7 @@ COMMENT,"Version française" 1123,1,"Création de l'archive ZIP auto-extractible - %s" 1124,1,"copie des données d'archive..." 1125,1,"L'archive est vide." -1126,1,"L'archive contient des fichiers compressés par une méthode non supportée par l'auto-extracteur Altap.\n\nVeuillez recompresser l'archive à l'aide du module ZIP." +1126,1,"L'archive contient des fichiers compressés par une méthode non supportée par l'auto-extracteur Taskscape Ltd.\n\nVeuillez recompresser l'archive à l'aide du module ZIP." 1127,1,"Test de l'archive ZIP - %s" 1128,1,"test des fichiers..." 1129,1,"en cours de test: " @@ -513,7 +513,7 @@ COMMENT,"Version française" 1202,1,"Créer, parcourir et extraire les archives ZIP." 1208,1,"Erreur rencontrée dans le courant BZIP2. L'archive peut avoir été corrompue." 1209,1,"Le Répertoire Central de cette archive contenant la liste des fichiers est cryptée ou compressée.\nCela n'est pas supportée." -1210,1,";Configuration de l'Auto-extracteur Altap\r\n\r\n;Il s'agit du fichier de configuration de l'Auto-extracteur Altap.\r\n;\r\n;Syntaxe du format de fichier:\r\n;\r\n" +1210,1,";Configuration de l'Auto-extracteur Taskscape Ltd\r\n\r\n;Il s'agit du fichier de configuration de l'Auto-extracteur Taskscape Ltd.\r\n;\r\n;Syntaxe du format de fichier:\r\n;\r\n" 1211,1,";Les lignes commençant par le caractère ';' sont traitées comme des commentaires et sont\r\n;ignorées lors du traitement du fichier de configuration.\r\n;\r\n" 1212,1,";Toutes les variables sauf version sont en option. Si la variable n'est\r\n;pas trouvée dans le fichier de configuration, sa valeur par défaut est utilisée.\r\n;Les valeurs par défaut des variables dépendant de la langue (dlg_text, dlg_title,\r\n;button_text) proviennent du package sfx.\r\n;\r\n" 1213,1,";Toutes les valeurs de chaîne, y compris les chaînes nulles, doivent être mises entre\r\n;guillemetss. Pour saisir des guillements dans la chaîne, utilisez deux\r\n;guillements à la suite.\r\n;\r\n;Les nombres ne peuvent pas être entre guillemets.\r\n\r\n" diff --git a/translations/german/7zip.slt b/translations/german/7zip.slt index b6b94e9e..4b18cdbf 100644 --- a/translations/german/7zip.slt +++ b/translations/german/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 1200] diff --git a/translations/german/automation.slt b/translations/german/automation.slt index 1c7a2de8..98cbe383 100644 --- a/translations/german/automation.slt +++ b/translations/german/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/checksum.slt b/translations/german/checksum.slt index 8e7b82f5..27e60f33 100644 --- a/translations/german/checksum.slt +++ b/translations/german/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 1000] diff --git a/translations/german/checkver.slt b/translations/german/checkver.slt index 9972ae8b..84797afe 100644 --- a/translations/german/checkver.slt +++ b/translations/german/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Deutsche Version" 218,1,"Das Plugin verwendet eine Internetverbindung.\nMöchten Sie die Internetsitzung beenden?" 220,1,"Initialisiere Internetverbindung..." 221,1,"Initialisierung fehlgeschlagen: %s" -222,1,"Verbinde zu \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Verbinde zu \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Verbinden fehlgeschlagen: %s" [STRINGTABLE 2] diff --git a/translations/german/dbviewer.slt b/translations/german/dbviewer.slt index 38838346..d982298d 100644 --- a/translations/german/dbviewer.slt +++ b/translations/german/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 12200] diff --git a/translations/german/diskmap.slt b/translations/german/diskmap.slt index 072437a6..15aea3f6 100644 --- a/translations/german/diskmap.slt +++ b/translations/german/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [MENU 109] diff --git a/translations/german/filecomp.slt b/translations/german/filecomp.slt index db8e8844..70f2b9f5 100644 --- a/translations/german/filecomp.slt +++ b/translations/german/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/ftp.slt b/translations/german/ftp.slt index f61fa7c4..6585d9eb 100644 --- a/translations/german/ftp.slt +++ b/translations/german/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Deutsche Version" 10674,1,"Ungültige Zeichenkette in ausgeschriebenen Monaten (Format: 12 Monate getrennt mit Leerzeichen)." 10680,1,"Bedingungen für die automatische Ermittlung enthalten Fehler.\n\nFehler: %s" 10685,1,"Unbekannter Servertyp, kann die Textauflistung nicht analysieren...\r\n" -10686,1,"Kann die Liste der Dateien und Verzeichnisse des Servers nicht analysieren. Nur die eindeutige Textliste wird im Fenster angezeigt.\n\nBitte überprüfen Sie unsere Seite auf eine neuere Open Salamander Version. Wenn Sie die aktuelle Version benutzen, senden Sie uns bitte die einfache Auflistung (im Fenster rechts klicken > Einfache Liste zeigen > Speichern unter) an die E-Mail-Adresse support@altap.cz. Bitte helfen Sie uns möglichst viele Typen von Servern zu unterstützen." +10686,1,"Kann die Liste der Dateien und Verzeichnisse des Servers nicht analysieren. Nur die eindeutige Textliste wird im Fenster angezeigt.\n\nBitte überprüfen Sie unsere Seite auf eine neuere Open Salamander Version. Wenn Sie die aktuelle Version benutzen, senden Sie uns bitte die einfache Auflistung (im Fenster rechts klicken > Einfache Liste zeigen > Speichern unter) an die E-Mail-Adresse support@taskscape.com. Bitte helfen Sie uns möglichst viele Typen von Servern zu unterstützen." 10687,1,"Kann die Textauflistung des gewählten Servertyps nicht analysieren...\r\n" [STRINGTABLE 42] diff --git a/translations/german/ieviewer.slt b/translations/german/ieviewer.slt index adac2864..a6d2baa8 100644 --- a/translations/german/ieviewer.slt +++ b/translations/german/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [STRINGTABLE 0] 10100,1,"Internet Explorer Betrachter" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Fehler" 10103,1,"Schlanker HTML- und XML-Betrachter basierend auf dem Internet Explorer." 10105,1,"Über Plugin" diff --git a/translations/german/mmviewer.slt b/translations/german/mmviewer.slt index fb2374f7..d4e52f03 100644 --- a/translations/german/mmviewer.slt +++ b/translations/german/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 10500] diff --git a/translations/german/nethood.slt b/translations/german/nethood.slt index 815de6d9..543b51c1 100644 --- a/translations/german/nethood.slt +++ b/translations/german/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 102] diff --git a/translations/german/pak.slt b/translations/german/pak.slt index 3caf6018..69343701 100644 --- a/translations/german/pak.slt +++ b/translations/german/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/peviewer.slt b/translations/german/peviewer.slt index 4b0623bc..0228e073 100644 --- a/translations/german/peviewer.slt +++ b/translations/german/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Deutsche Version" 10100,1,"PE Dateibetrachter" 10101,1,"Fehler beim Öffnen der Datei %s." 10102,1,"Fehler beim Erzeugen der temporären Datei." -10103,1,"Ausnahmefehler aufgetreten.\n\nAngesehene Datei: %s\n\nWenn die angezeigte Datei nach Ihrer Meinung nicht defekt ist, senden Sie uns bitte die Datei an support@altap.cz.\nWir werden den Fehler im Betrachter beseitigen. Vielen Dank für die Kooperation!" +10103,1,"Ausnahmefehler aufgetreten.\n\nAngesehene Datei: %s\n\nWenn die angezeigte Datei nach Ihrer Meinung nicht defekt ist, senden Sie uns bitte die Datei an support@taskscape.com.\nWir werden den Fehler im Betrachter beseitigen. Vielen Dank für die Kooperation!" 10104,1,"Zeigt Informationen über ausführbare Dateien an (EXE, DLL, usw.)." [STRINGTABLE 2] diff --git a/translations/german/pictview.slt b/translations/german/pictview.slt index 95e77790..bc3431d4 100644 --- a/translations/german/pictview.slt +++ b/translations/german/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 2000] diff --git a/translations/german/regedt.slt b/translations/german/regedt.slt index 6b4ac032..bea8ec8b 100644 --- a/translations/german/regedt.slt +++ b/translations/german/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/renamer.slt b/translations/german/renamer.slt index 9f7ee482..ac34ddb5 100644 --- a/translations/german/renamer.slt +++ b/translations/german/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/salamand.slt b/translations/german/salamand.slt index 186384a0..9f81f9f1 100644 --- a/translations/german/salamand.slt +++ b/translations/german/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Schließen" 271,10,87,201,8,1,"Version" -1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,196,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Web:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,92,57,50,14,1,"&Beenden" 1,149,57,50,14,1,"&Weiter" 1150,10,10,274,8,1,"Diese Betaversion ist abgelaufen. Installieren Sie bitte die aktuelle Betaversion:" -1142,10,23,274,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,274,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,274,16,1,"Heute ist der %s und diese Version läuft am %s ab." [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Diesen Hinweis nicht für andere Plugins anzeigen" [STRINGTABLE 136] -13750,1,"Die in der Registrierung gespeicherte Konfiguration ist defekt und kann deshalb nicht geladen werden. Der Open Salamander wurde wahrscheinlich während dem Speichern der Konfiguration beendet. Dies geschieht überwiegend wenn der Open Salamander beim Herunterfahren (oder Abmelden) noch läuft. Um dieses Problem zu verhindern, beenden Sie bitte den Open Salamander vor dem Herunterfahren (oder Abmelden).\n\nSie können jetzt von den defekten Daten ein Backup anlegen (Rufen Sie RegEdit.exe auf und benennen Sie den Schlüssel HKEY_CURRENT_USER\\%s um). Später können Sie von diesem Backup die Einstellungen wieder einspielen (Benutzermenü, Favoriten, FTP Adressen, etc.), Besuchen Sie bitte forum.altap.cz für weitere Details.\n\nDie defekte Konfiguration muss aus der Registrierung entfernt werden bevor Sie den Open Salamander starten." +13750,1,"Die in der Registrierung gespeicherte Konfiguration ist defekt und kann deshalb nicht geladen werden. Der Open Salamander wurde wahrscheinlich während dem Speichern der Konfiguration beendet. Dies geschieht überwiegend wenn der Open Salamander beim Herunterfahren (oder Abmelden) noch läuft. Um dieses Problem zu verhindern, beenden Sie bitte den Open Salamander vor dem Herunterfahren (oder Abmelden).\n\nSie können jetzt von den defekten Daten ein Backup anlegen (Rufen Sie RegEdit.exe auf und benennen Sie den Schlüssel HKEY_CURRENT_USER\\%s um). Später können Sie von diesem Backup die Einstellungen wieder einspielen (Benutzermenü, Favoriten, FTP Adressen, etc.), Besuchen Sie bitte für weitere Details.\n\nDie defekte Konfiguration muss aus der Registrierung entfernt werden bevor Sie den Open Salamander starten." 13751,1,"Sie benutzen vom Standard abweichende Werte für die nachfolgenden Parameter die während des Abmeldens oder Herunterfahrens benötigt werden. Das aknn zu einer defekten Konfiguration des Open Salamander führen (er bricht während des Speicherns der Konfiguration ab).\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout sollte auf 20000 stehen.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks sollte auf 0 stehen." 13752,1,"&Entferne Konfiguration" 13755,1,"Bitte geben Sie an ob Dateien oder Verzeichnisse verglichen werden sollen." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Beschreibung" 13857,1,"Die Änderung der überlagerten Symbole wirkt sich erst nach einem Neustart des Open Salamander aus." -13865,1,"Open Salamander wurde instabil. Eine unerwartete Ausnahmebedingung trat im %s-Handler für überlagerte Symbole auf. Sie können ähnlichen Abstürzen vorbeugen indem der Open Salamander diesen Handler nicht mehr benutzt (drücken Sie die Schaltfläche 'Diesen') oder indem die Anzeige aller benutzerdefinierten überlagerten Symbole verhindert wird (drücken Sie die Schaltfläche 'Alle'). Sie können auch prüfen ob für diesen Handler eine Aktualisierung bereitgestellt wurde (Durchsuchen Sie forum.altap.cz für weitere Informationen).\n\nWelchen Handler für überlagerte Symbole wollen Sie abschalten?\n\nHinweis: Sie können überlagerte Symbole in der Konfiguration bearbeiten (siehe Seite 'Überlagerte Symbole')." +13865,1,"Open Salamander wurde instabil. Eine unerwartete Ausnahmebedingung trat im %s-Handler für überlagerte Symbole auf. Sie können ähnlichen Abstürzen vorbeugen indem der Open Salamander diesen Handler nicht mehr benutzt (drücken Sie die Schaltfläche 'Diesen') oder indem die Anzeige aller benutzerdefinierten überlagerten Symbole verhindert wird (drücken Sie die Schaltfläche 'Alle'). Sie können auch prüfen ob für diesen Handler eine Aktualisierung bereitgestellt wurde (Durchsuchen Sie für weitere Informationen).\n\nWelchen Handler für überlagerte Symbole wollen Sie abschalten?\n\nHinweis: Sie können überlagerte Symbole in der Konfiguration bearbeiten (siehe Seite 'Überlagerte Symbole')." 13866,1,"&Diese" 13867,1,"&Alle" 13870,1,"Die config.reg Datei (oder die mit dem -c Parameter angegebene Datei) wurde wegen des Imports einer Konfiguration einer älteren Open Salamander Version nicht in die Registrierung importiert. Bitte beenden Sie jetzt Open Salamander und starten ihn neu um das Problem zu lösen." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Upload, bitte warten..." 14065,1,"Bericht wurde erfolgreich hochgeladen.\n\nDanke für Ihre Hilfe Open Salamander zu verbessern!" -14066,1,"Aus folgendem Grund ist der Upload fehlgeschlagen: %s\n\nBitte senden Sie uns den Bericht per E-Mail an support@altap.cz und löschen Sie diesen von ihrer Festplatte. Drücken Sie 'OK', um den Bericht anzusehen." -14067,1,"Aus folgendem Grund ist die Komprimierung des Berichts fehlgeschlagen: %s\n\nPacken Sie bitte den Fehlerbericht mit 7-Zip und mailen Sie ihn an support@altap.cz, anschließend können Sie die Dateien von ihrer Festplatte löschen. Drücken Sie 'OK', um den Bericht anzusehen." +14066,1,"Aus folgendem Grund ist der Upload fehlgeschlagen: %s\n\nBitte senden Sie uns den Bericht per E-Mail an support@taskscape.com und löschen Sie diesen von ihrer Festplatte. Drücken Sie 'OK', um den Bericht anzusehen." +14067,1,"Aus folgendem Grund ist die Komprimierung des Berichts fehlgeschlagen: %s\n\nPacken Sie bitte den Fehlerbericht mit 7-Zip und mailen Sie ihn an support@taskscape.com, anschließend können Sie die Dateien von ihrer Festplatte löschen. Drücken Sie 'OK', um den Bericht anzusehen." 14068,1,"Laden von %s fehlgeschlagen." 14070,1,"Dies ist ein internes Hilfsprogramm von Open Salamander, öffnen Sie es bitte nicht direkt." -14071,1,"Unzulässige Bug-Reporter Version von Open Salamander. Kontaktieren Sie bitte support@altap.cz." +14071,1,"Unzulässige Bug-Reporter Version von Open Salamander. Kontaktieren Sie bitte support@taskscape.com." 14072,1,"Ein Problem ist aufgetreten, die Schließung von Open Salamander wird erzwungen.\nErstelle ein Fehlerbericht, bitte warten..." 14073,1,"Es ist ein Problem beim Erstellen des Fehlerberichts aufgetreten:\n%s" 14074,1,"Minidump-Datei %s kann nicht erstellt werden. Code: %d." diff --git a/translations/german/splitcbn.slt b/translations/german/splitcbn.slt index 5c70a4e9..9e062f95 100644 --- a/translations/german/splitcbn.slt +++ b/translations/german/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 101] diff --git a/translations/german/tar.slt b/translations/german/tar.slt index dada45f8..862b45b0 100644 --- a/translations/german/tar.slt +++ b/translations/german/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Deutsche Version" 11268,1,"Fehler beim Schreiben der Ausgabedatei: " 11269,1,"Die Funktion 'WriteFile' hat nicht alle angeforderten Daten geschrieben." 11270,1,"Ungültiger Block im GZip-Strom gefunden, entpacken nicht möglich." -11271,1,"Interner Fehler im TAR-Plugin, bitte teilen Sie uns diesen über E-Mail an support@altap.cz mit." +11271,1,"Interner Fehler im TAR-Plugin, bitte teilen Sie uns diesen über E-Mail an support@taskscape.com mit." 11272,1,"Speicherzuordnungsfehler." 11273,1,"CRC Fehler." 11274,1,"Unerwartete Daten im Kompressionsstrom, Archiv beschädigt." diff --git a/translations/german/unarj.slt b/translations/german/unarj.slt index fc515e57..6890d0cf 100644 --- a/translations/german/unarj.slt +++ b/translations/german/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/uncab.slt b/translations/german/uncab.slt index fcaa3f17..44576101 100644 --- a/translations/german/uncab.slt +++ b/translations/german/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/unchm.slt b/translations/german/unchm.slt index f915c0a2..c373a5c7 100644 --- a/translations/german/unchm.slt +++ b/translations/german/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Deutsche Version" 1009,1,"Durchsucht und entpackt CHM-Dateien." 1010,1,"Kann kein temporäres Verzeichnis erstellen." 1011,1,"Kann temporäre Datei nicht löschen." -1012,1,"Unbekanntes Dateiformat oder ungültiges CHM-Abbild.\n\nWenn Sie sicher sind, dass dies ein gültiges CHM-Abbild ist, wenden Sie sich bitte an support@altap.cz und helfen uns dieses Format zu unterstützen." +1012,1,"Unbekanntes Dateiformat oder ungültiges CHM-Abbild.\n\nWenn Sie sicher sind, dass dies ein gültiges CHM-Abbild ist, wenden Sie sich bitte an support@taskscape.com und helfen uns dieses Format zu unterstützen." 1013,1,"Diese Datei kann nicht geöffnet werden." 1014,1,"Erstellen einer temporären Datei ist fehlgeschlagen." 1015,1,"Dateiattribute können nicht gesetzt werden." diff --git a/translations/german/undelete.slt b/translations/german/undelete.slt index 84d1b6d7..729df675 100644 --- a/translations/german/undelete.slt +++ b/translations/german/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 1000] diff --git a/translations/german/unfat.slt b/translations/german/unfat.slt index 9ff94e28..522a1385 100644 --- a/translations/german/unfat.slt +++ b/translations/german/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [STRINGTABLE 0] diff --git a/translations/german/uniso.slt b/translations/german/uniso.slt index 7f538130..62b898d9 100644 --- a/translations/german/uniso.slt +++ b/translations/german/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Deutsche Version" 1009,1,"Durchsucht und entpackt CD/DVD ISO-Dateien." 1010,1,"Kann kein temporäres Verzeichnis erstellen." 1011,1,"Kann die temporäre Datei nicht löschen." -1012,1,"Unbekanntes Dateiformat oder ungültiges ISO-Image.\n\nWenn Sie sicher sind, dass das ISO-Image gültig ist, kontaktieren Sie uns bitte unter support@altap.cz und helfen Sie uns bei der Unterstützung dieses Formats." +1012,1,"Unbekanntes Dateiformat oder ungültiges ISO-Image.\n\nWenn Sie sicher sind, dass das ISO-Image gültig ist, kontaktieren Sie uns bitte unter support@taskscape.com und helfen Sie uns bei der Unterstützung dieses Formats." 1013,1,"Fehler beim Öffnen der Datei '%s'." 1014,1,"Erstellen der temporären Datei fehlgeschlagen." 1015,1,"Kann die Dateiattribute nicht setzten." @@ -45,7 +45,7 @@ COMMENT,"Deutsche Version" [STRINGTABLE 2] 1024,1,"Während des Lesens des Multisession-Images sind einige Fehler aufgetreten.\n\nZeige nur die richtig gelesenen Sessions." 1025,1,"Unbekannter Spurtyp." -1026,1,"Unbekannte Aufteilungsstrategie (%d).\n\nBitte benachrichtigen Sie uns unter support@altap.cz und helfen Sie uns dieses Problem zubeseitigen." +1026,1,"Unbekannte Aufteilungsstrategie (%d).\n\nBitte benachrichtigen Sie uns unter support@taskscape.com und helfen Sie uns dieses Problem zubeseitigen." 1027,1,"Falsches Format der .CCD Datei.\n\nGezeigtes Image könnte unvollständig sein." 1028,1,"Fehlende .CCD Datei.\n\nGezeigtes Image könnte unvollständig sein." 1029,1,"Kann Sektor #%08X nicht lesen." diff --git a/translations/german/unlha.slt b/translations/german/unlha.slt index 2caa5dde..43a786b4 100644 --- a/translations/german/unlha.slt +++ b/translations/german/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [STRINGTABLE 0] diff --git a/translations/german/unmime.slt b/translations/german/unmime.slt index f280192d..e446e816 100644 --- a/translations/german/unmime.slt +++ b/translations/german/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 101] diff --git a/translations/german/unrar.slt b/translations/german/unrar.slt index 1ef4f8a2..cede18ed 100644 --- a/translations/german/unrar.slt +++ b/translations/german/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/german/wmobile.slt b/translations/german/wmobile.slt index 1c49d9b4..e4773ab8 100644 --- a/translations/german/wmobile.slt +++ b/translations/german/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 500] diff --git a/translations/german/zip.slt b/translations/german/zip.slt index dc5be3fa..29faf050 100644 --- a/translations/german/zip.slt +++ b/translations/german/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\german\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1031 AUTHOR,"Dirk Bornhütter, Thomas Kelso, Thomas Pagels, Thomas Wölk, Marko Meister und Mick Weiss" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=7334" +WEB,"/viewtopic.php?f=23&t=7334" COMMENT,"Deutsche Version" [DIALOG 100] diff --git a/translations/hungarian/7zip.slt b/translations/hungarian/7zip.slt index b7607416..f331d2bd 100644 --- a/translations/hungarian/7zip.slt +++ b/translations/hungarian/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 1200] diff --git a/translations/hungarian/automation.slt b/translations/hungarian/automation.slt index ad074051..f83dd19d 100644 --- a/translations/hungarian/automation.slt +++ b/translations/hungarian/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/checksum.slt b/translations/hungarian/checksum.slt index 61efe730..4df40054 100644 --- a/translations/hungarian/checksum.slt +++ b/translations/hungarian/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 1000] diff --git a/translations/hungarian/checkver.slt b/translations/hungarian/checkver.slt index 89ae9107..282ba53f 100644 --- a/translations/hungarian/checkver.slt +++ b/translations/hungarian/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Magyar változat" 218,1,"A plugin az internettel dolgozik.\nMegszakítja ezt az internet feladatot?" 220,1,"Internet kapcsolat inicializálása..." 221,1,"Sikertelen inicializálás: %s" -222,1,"Kapcsolódás a \tuwww.altap.cz\tlhttps://www.altap.cz\tn oldalra..." +222,1,"Kapcsolódás a \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn oldalra..." 223,1,"Csatlakozás sikertelen: %s" [STRINGTABLE 2] diff --git a/translations/hungarian/dbviewer.slt b/translations/hungarian/dbviewer.slt index d07b5ba4..e5af5556 100644 --- a/translations/hungarian/dbviewer.slt +++ b/translations/hungarian/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 12200] diff --git a/translations/hungarian/diskmap.slt b/translations/hungarian/diskmap.slt index c26faf6b..25a13c32 100644 --- a/translations/hungarian/diskmap.slt +++ b/translations/hungarian/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [MENU 109] diff --git a/translations/hungarian/filecomp.slt b/translations/hungarian/filecomp.slt index 10ef1fe8..9bfa8b11 100644 --- a/translations/hungarian/filecomp.slt +++ b/translations/hungarian/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/ftp.slt b/translations/hungarian/ftp.slt index 16cb0781..579b90cd 100644 --- a/translations/hungarian/ftp.slt +++ b/translations/hungarian/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Magyar változat" 10674,1,"Érvénytelen szöveges hónap karakterlánc (formátum: 12 hónap szünettel elválasztva)." 10680,1,"Automatikus észlelés állapota hibát tartalmaz.\n\nHiba: %s" 10685,1,"Ismeretlen szervertípus, szöveges listázás nem elemezhető...\r\n" -10686,1,"Nem lehet elemezni a szerver fájljainak és mappáinak listázását. Csak formázatlan szöveges listázás fog megjelenni a panelen.\n\nKeresse fel weboldalunkat az Open Salamander újabb verziójáért. Ha a legfrissebb verziót használja, küldje el nekünk a raw listázást (ha nem titkos; jobb kattintás a panelen > Raw listázás > Mentés mint) erre az email címre: support@altap.cz. Segítsen nekünk minél több szervertípust támogatni." +10686,1,"Nem lehet elemezni a szerver fájljainak és mappáinak listázását. Csak formázatlan szöveges listázás fog megjelenni a panelen.\n\nKeresse fel weboldalunkat az Open Salamander újabb verziójáért. Ha a legfrissebb verziót használja, küldje el nekünk a raw listázást (ha nem titkos; jobb kattintás a panelen > Raw listázás > Mentés mint) erre az email címre: support@taskscape.com. Segítsen nekünk minél több szervertípust támogatni." 10687,1,"Sikertelen a választott szervertípus használatával a szöveges listázás elemzése...\r\n" [STRINGTABLE 42] diff --git a/translations/hungarian/ieviewer.slt b/translations/hungarian/ieviewer.slt index 64eda816..3ab34402 100644 --- a/translations/hungarian/ieviewer.slt +++ b/translations/hungarian/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [STRINGTABLE 0] 10100,1,"Internet Explorer Néző" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Hiba" 10103,1,"Internet Explorer-re épülő Lightweight HTML és XML néző." 10105,1,"Plugin névjegy" diff --git a/translations/hungarian/mmviewer.slt b/translations/hungarian/mmviewer.slt index b06477ed..38f2826f 100644 --- a/translations/hungarian/mmviewer.slt +++ b/translations/hungarian/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 10500] diff --git a/translations/hungarian/nethood.slt b/translations/hungarian/nethood.slt index 11f68fd0..491aa289 100644 --- a/translations/hungarian/nethood.slt +++ b/translations/hungarian/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 102] diff --git a/translations/hungarian/pak.slt b/translations/hungarian/pak.slt index c2674bc1..4861c1fd 100644 --- a/translations/hungarian/pak.slt +++ b/translations/hungarian/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/peviewer.slt b/translations/hungarian/peviewer.slt index 683b6044..da333b9e 100644 --- a/translations/hungarian/peviewer.slt +++ b/translations/hungarian/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Magyar változat" 10100,1,"Hordozható futtatható néző" 10101,1,"A(z) %s nem nyitható meg." 10102,1,"Ideiglenes fájl létrehozása sikertelen." -10103,1,"Kivétel lépett fel.\n\nNézett fájl: %s\n\nHa biztos, hogy a megnézett fájl nem sérült, küldje el a fájlt a support@altap.cz címre.\nÚjra előidézzük és kijavítjuk a hibát. Köszönjük az együttműködését!" +10103,1,"Kivétel lépett fel.\n\nNézett fájl: %s\n\nHa biztos, hogy a megnézett fájl nem sérült, küldje el a fájlt a support@taskscape.com címre.\nÚjra előidézzük és kijavítjuk a hibát. Köszönjük az együttműködését!" 10104,1,"Olyan futtatható fájlok információinak megjelenítése, mint EXE, DLL, stb." [STRINGTABLE 2] diff --git a/translations/hungarian/pictview.slt b/translations/hungarian/pictview.slt index 7c97c526..bc230b8d 100644 --- a/translations/hungarian/pictview.slt +++ b/translations/hungarian/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 2000] diff --git a/translations/hungarian/regedt.slt b/translations/hungarian/regedt.slt index 65086e35..013cd03d 100644 --- a/translations/hungarian/regedt.slt +++ b/translations/hungarian/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/renamer.slt b/translations/hungarian/renamer.slt index b400421d..538aae45 100644 --- a/translations/hungarian/renamer.slt +++ b/translations/hungarian/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/salamand.slt b/translations/hungarian/salamand.slt index 3dd9fbea..c694ac70 100644 --- a/translations/hungarian/salamand.slt +++ b/translations/hungarian/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Bezárás" 271,10,87,201,8,1,"Verzió" -1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,196,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Web:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,92,57,50,14,1,"K&ilépés" 1,149,57,50,14,1,"&Folytatás" 1150,10,10,274,8,1,"A béta verzió lejárt. Kérem töltse le és telepítse a frissített béta verziót:" -1142,10,23,274,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,274,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,274,16,1,"Mai dátum: %s. Ezen verzió a következő napon járt le: %s." [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Ne mutassa az üzenetet a többi plugin-nál" [STRINGTABLE 136] -13750,1,"A beállítást tároló regisztrációs bejegyzés sérült és nem tölthető be. Az Open Salamander valószínűleg leállt a beállítások mentése közben. Ez történik, ha az Open Salamander még fut, mikor leállítja a rendszert (vagy kijelentkezik). Hogy megelőzze a problémát, zárja be az Open Salamander-t a leállítás előtt (vagy kijelentkezésnél).\n\nMost készíthet biztonsági mentést a beállításokról (RegEdit.exe futtatása, kulcs átnevezése: HKEY_CURRENT_USER\\%s). Később kinyerhet a mentésből néhány beállítást (Egyéni menü, Gyors elérések, FTP könyvjelzők, stb.), részletek a forum.altap.cz oldalon.\n\nA sérült beállítások törlődnek a regisztrációs adatbázisból." +13750,1,"A beállítást tároló regisztrációs bejegyzés sérült és nem tölthető be. Az Open Salamander valószínűleg leállt a beállítások mentése közben. Ez történik, ha az Open Salamander még fut, mikor leállítja a rendszert (vagy kijelentkezik). Hogy megelőzze a problémát, zárja be az Open Salamander-t a leállítás előtt (vagy kijelentkezésnél).\n\nMost készíthet biztonsági mentést a beállításokról (RegEdit.exe futtatása, kulcs átnevezése: HKEY_CURRENT_USER\\%s). Később kinyerhet a mentésből néhány beállítást (Egyéni menü, Gyors elérések, FTP könyvjelzők, stb.), részletek a oldalon.\n\nA sérült beállítások törlődnek a regisztrációs adatbázisból." 13751,1,"Nem elfogadott paraméterértékeket használ a Kijelentkezés és Lekapcsolás során. Valószínűleg megsérült az Open Salamander beállítása (megszakadt a beállítások mentése közben).\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout értékének 20000-nek kellene lennie.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks értékének 0-nak kellene lennie." 13752,1,"Beállítás tö&rlése" 13755,1,"Adja meg, ha fájlokat vagy mappákat akar összehasonlítani." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Leírás" 13857,1,"Ikon felülírások nem jelennek meg az Open Salamander újraindításáig." -13865,1,"Az Open Salamander instabillá vált. Egy kezelhetetlen kivétel lépett fel a(z) %s ikon felülírás kezelőben. Megakadályozhatja a hasonló összeomlásokat, ha az Open Salamander nem használja többet ezt a kezelőt (Ezt gomb) vagy leállítva az összes egyéni ikon megjelenítőt (Mind gomb). Megpróbálhatja a szoftvert frissíteni, a kezelőtől függően (részleteket a forum.altap.cz oldalon keressen).\n\nMelyik ikon felülírási kezelőt akarja kikapcsolni?\n\nMegj.: a beállítások ablakban módosíthatja az ikon felülírásokat (Ikon felülírások oldal)." +13865,1,"Az Open Salamander instabillá vált. Egy kezelhetetlen kivétel lépett fel a(z) %s ikon felülírás kezelőben. Megakadályozhatja a hasonló összeomlásokat, ha az Open Salamander nem használja többet ezt a kezelőt (Ezt gomb) vagy leállítva az összes egyéni ikon megjelenítőt (Mind gomb). Megpróbálhatja a szoftvert frissíteni, a kezelőtől függően (részleteket a oldalon keressen).\n\nMelyik ikon felülírási kezelőt akarja kikapcsolni?\n\nMegj.: a beállítások ablakban módosíthatja az ikon felülírásokat (Ikon felülírások oldal)." 13866,1,"&Ezt" 13867,1,"&Mind" 13870,1,"A config.reg fájl (vagy egyéb -c paraméterrel megadott fájl) nem importálható a regisztrációs bejegyzésekbe, mert egy régebbi Open Salamander verzió beállításait tartalmazza. Most lépjen ki az Open Salamander-ből és indítsa újra a probléma megoldásához." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Feltöltés, kérem várjon..." 14065,1,"Jelentés sikeresen feltöltve.\n\nKöszönjük, hogy segít nekünk az Open Salamander tökéletesítésében!" -14066,1,"Jelentés feltöltése sikertelen, oka: %s\n\nKérem küldje el a jelentést a support@altap.cz e-mail címre és törölje azt a gépről. Jelentés megjelenítéséhez OK gomb." -14067,1,"Jelentés tömörítése sikertelen, oka: %s\n\nKérem tömörítse be a hibajelentést 7-Zip segítségével, küldje el a support@altap.cz e-mail címre, és törölje azt a gépről. Jelentés megjelenítéséhez OK gomb." +14066,1,"Jelentés feltöltése sikertelen, oka: %s\n\nKérem küldje el a jelentést a support@taskscape.com e-mail címre és törölje azt a gépről. Jelentés megjelenítéséhez OK gomb." +14067,1,"Jelentés tömörítése sikertelen, oka: %s\n\nKérem tömörítse be a hibajelentést 7-Zip segítségével, küldje el a support@taskscape.com e-mail címre, és törölje azt a gépről. Jelentés megjelenítéséhez OK gomb." 14068,1,"Betöltés sikertelen: %s." 14070,1,"Ez egy belső Open Salamander segédprogram, ne közvetlen futtassa." -14071,1,"Helytelen Open Salamander Bug Reporter verzió. Értesítsen minket a support@altap.cz e-mail címen." +14071,1,"Helytelen Open Salamander Bug Reporter verzió. Értesítsen minket a support@taskscape.com e-mail címen." 14072,1,"Probléma lépett fel, bezárásra kényszerítve az Open Salamander-t.\nHibajelentés készítése, kérem várjon..." 14073,1,"Problémák léptek fel a hibajelentés készítése közben:\n%s" 14074,1,"Minidump fájl létrehozása sikertelen: %s. Kód: %d." diff --git a/translations/hungarian/splitcbn.slt b/translations/hungarian/splitcbn.slt index f1dbca41..2ff728d5 100644 --- a/translations/hungarian/splitcbn.slt +++ b/translations/hungarian/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 101] diff --git a/translations/hungarian/tar.slt b/translations/hungarian/tar.slt index d43a71a1..d4ae11cc 100644 --- a/translations/hungarian/tar.slt +++ b/translations/hungarian/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Magyar változat" 11268,1,"Kimeneti fájl írási hiba: " 11269,1,"A WriteFile funkció visszautasított minden írást." 11270,1,"Érvénytelen blokk a GZip folyamban, nem tömöríthető ki." -11271,1,"Belső hiba a TAR pluginban, értesítsen minket az e-mail címünkön: support@altap.cz." +11271,1,"Belső hiba a TAR pluginban, értesítsen minket az e-mail címünkön: support@taskscape.com." 11272,1,"Memóriakiosztási hiba." 11273,1,"CRC hiba." 11274,1,"Nem várt adat a tömörített folyamban, az archívum sérült." diff --git a/translations/hungarian/unarj.slt b/translations/hungarian/unarj.slt index 46461076..1d5f76e7 100644 --- a/translations/hungarian/unarj.slt +++ b/translations/hungarian/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/uncab.slt b/translations/hungarian/uncab.slt index d15c0e4a..07ce4ea0 100644 --- a/translations/hungarian/uncab.slt +++ b/translations/hungarian/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/unchm.slt b/translations/hungarian/unchm.slt index 9381604e..6607d1ae 100644 --- a/translations/hungarian/unchm.slt +++ b/translations/hungarian/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Magyar változat" 1009,1,"CHM fájlok böngészése és kibontása." 1010,1,"Ideiglenes mappa nem hozható létre." 1011,1,"Ideiglenes fájl nem törölhető." -1012,1,"Ismeretlen fájl formátum vagy nem érvényes CHM kép.\n\nHa biztos benne, hogy ez érvényes CHM kép, küldje el a support@altap.cz címre és segítsen ezt a formátumot támogathatóvá tenni." +1012,1,"Ismeretlen fájl formátum vagy nem érvényes CHM kép.\n\nHa biztos benne, hogy ez érvényes CHM kép, küldje el a support@taskscape.com címre és segítsen ezt a formátumot támogathatóvá tenni." 1013,1,"A fájl nem nyitható meg." 1014,1,"Ideiglenes fájlok létrehozása nem sikerült." 1015,1,"A fájl attribútuma nem állítható be." diff --git a/translations/hungarian/undelete.slt b/translations/hungarian/undelete.slt index 7ba5ad2f..21b5033a 100644 --- a/translations/hungarian/undelete.slt +++ b/translations/hungarian/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 1000] diff --git a/translations/hungarian/unfat.slt b/translations/hungarian/unfat.slt index bbc376bd..23effcf1 100644 --- a/translations/hungarian/unfat.slt +++ b/translations/hungarian/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [STRINGTABLE 0] diff --git a/translations/hungarian/uniso.slt b/translations/hungarian/uniso.slt index 29e2cf5e..35b2328d 100644 --- a/translations/hungarian/uniso.slt +++ b/translations/hungarian/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Magyar változat" 1009,1,"CD/DVD ISO képfájlok böngészése és kibontása." 1010,1,"Az ideiglenes mappa nem hozható létre." 1011,1,"Az ideiglenes fájl nem törölhető." -1012,1,"Ismeretlen fájl formátum vagy nem érvényes ISO kép.\n\nHa biztos benne, hogy ez érvényes ISO kép, lépjen velünk kapcsolatba a support@altap.cz címen és segítsen támogatni ezt a formátumot." +1012,1,"Ismeretlen fájl formátum vagy nem érvényes ISO kép.\n\nHa biztos benne, hogy ez érvényes ISO kép, lépjen velünk kapcsolatba a support@taskscape.com címen és segítsen támogatni ezt a formátumot." 1013,1,"A fájl nem nyitható meg: '%s'." 1014,1,"Ideiglenes fájl létrehozása sikertelen." 1015,1,"A fájl attribútum nem állítható be." @@ -45,7 +45,7 @@ COMMENT,"Magyar változat" [STRINGTABLE 2] 1024,1,"Hiba lépett fel a többmenetes kép olvasásakor.\n\nCsak a helyesen olvasott menetek jelennek meg." 1025,1,"Ismeretlen sáv típus." -1026,1,"Ismeretlen kiosztási stratégia (%d).\n\nLépjen velünk kapcsolatba a support@altap.cz címen és segítsen kijavítani ezt a problémát." +1026,1,"Ismeretlen kiosztási stratégia (%d).\n\nLépjen velünk kapcsolatba a support@taskscape.com címen és segítsen kijavítani ezt a problémát." 1027,1,"Rossz formátumú .CCD fájl.\n\nA megjelenített kép hiányos." 1028,1,"Hiányzó .CCD fájl.\n\nA megjelenített kép hiányos." 1029,1,"A szektor nem olvasható: #%08X." diff --git a/translations/hungarian/unlha.slt b/translations/hungarian/unlha.slt index 5edbc402..aae1b3d9 100644 --- a/translations/hungarian/unlha.slt +++ b/translations/hungarian/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [STRINGTABLE 0] diff --git a/translations/hungarian/unmime.slt b/translations/hungarian/unmime.slt index 3f9b10f6..1e2093c3 100644 --- a/translations/hungarian/unmime.slt +++ b/translations/hungarian/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 101] diff --git a/translations/hungarian/unrar.slt b/translations/hungarian/unrar.slt index beb760ec..53a51a82 100644 --- a/translations/hungarian/unrar.slt +++ b/translations/hungarian/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] diff --git a/translations/hungarian/wmobile.slt b/translations/hungarian/wmobile.slt index 8eddd21c..6b368b15 100644 --- a/translations/hungarian/wmobile.slt +++ b/translations/hungarian/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 500] diff --git a/translations/hungarian/zip.slt b/translations/hungarian/zip.slt index 825727cb..fbff5dc5 100644 --- a/translations/hungarian/zip.slt +++ b/translations/hungarian/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\hungarian\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1038 AUTHOR,"Török József" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6164" +WEB,"/viewtopic.php?f=23&t=6164" COMMENT,"Magyar változat" [DIALOG 100] @@ -405,7 +405,7 @@ COMMENT,"Magyar változat" 1091,1,"Az önkitömörítő ikonját nem lehet betölteni." 1094,1,"Sajnálom, a plugin lejárt. Keresse fel weboldalunk egy újabb verzióért." 1095,1,"Fejlesztés alatt." -1096,1,"Nem található egyetlen Altap Önkitömörítő fájl sem.\n\nHa önkitömörítő archívumot akar létrehozni, telepítse újra a ZIP plugint." +1096,1,"Nem található egyetlen Taskscape Ltd Önkitömörítő fájl sem.\n\nHa önkitömörítő archívumot akar létrehozni, telepítse újra a ZIP plugint." 1097,1,"Nem olvasható az önkitömörítő mappa: " 1098,1,"Egyik önkitömörítő fájl sem tölthető be." 1099,1,"Nem tölthető be az önkitömörítő fájl: %s\n\nFolytatáshoz OK, megszakításhoz Mégse." @@ -439,7 +439,7 @@ COMMENT,"Magyar változat" 1123,1,"Önkitömörítő ZIP archívum létrehozása - %s" 1124,1,"archív adat másolása..." 1125,1,"Az archívum üres." -1126,1,"Az archívum az Altap Önkitömörítő által nem támogatott tömörítési fájlokat tartalmaz.\n\nTömörítse újra az archívumot a ZIP plugin használatával." +1126,1,"Az archívum az Taskscape Ltd Önkitömörítő által nem támogatott tömörítési fájlokat tartalmaz.\n\nTömörítse újra az archívumot a ZIP plugin használatával." 1127,1,"ZIP archívum tesztelése - %s" 1128,1,"fájlok tesztelése..." 1129,1,"tesztelés: " @@ -513,7 +513,7 @@ COMMENT,"Magyar változat" 1202,1,"ZIP archívumok létrehozása, böngészése és kibontása." 1208,1,"Hiba lépett fel a BZIP2 adatfolyamban. Az archívum talán sérült." 1209,1,"Az archívum központi mappájában tárolt fájlok listája titkosított vagy tömörített.\nNem támogatott funkció." -1210,1,";Altap Önkitömörítő beállítások\r\n\r\n;Ez az Altap Önkitömörítő beállítási fájlja.\r\n;\r\n;Fájlformátum szintaktika:\r\n;\r\n" +1210,1,";Taskscape Ltd Önkitömörítő beállítások\r\n\r\n;Ez az Taskscape Ltd Önkitömörítő beállítási fájlja.\r\n;\r\n;Fájlformátum szintaktika:\r\n;\r\n" 1211,1,";A ';' karakterrel kezdődő sorok megjegyzésnek minősülnek\r\n;és kimaradnak a beállítási fájl feldolgozása során.\r\n;\r\n" 1212,1,";A verzió kivételével minden változó elhagyható. Ha egy változó nem található\r\n;a beállítási fájlban, az alapértelmezett értéke lesz használva.\r\n;A nyelvhez tartozó értékek (dlg_text, dlg_title,\r\n;button_text) az sfx csomagból lesznek beolvasva.\r\n;\r\n" 1213,0,";All string values, including null strings, should be enclosed in\r\n;double quotes. To enter double quotes in the string use two\r\n;subsequent double quotes.\r\n;\r\n;Numbers cannot be enclosed in double quotes.\r\n\r\n" diff --git a/translations/romanian/7zip.slt b/translations/romanian/7zip.slt index d4c9dc2b..0551ffdb 100644 --- a/translations/romanian/7zip.slt +++ b/translations/romanian/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 1200] diff --git a/translations/romanian/automation.slt b/translations/romanian/automation.slt index 0bcb8023..33795dec 100644 --- a/translations/romanian/automation.slt +++ b/translations/romanian/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/checksum.slt b/translations/romanian/checksum.slt index 121249c8..9720230b 100644 --- a/translations/romanian/checksum.slt +++ b/translations/romanian/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 1000] diff --git a/translations/romanian/checkver.slt b/translations/romanian/checkver.slt index 45e47f58..dbbd4e0c 100644 --- a/translations/romanian/checkver.slt +++ b/translations/romanian/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Versiunea romana" 218,1,"Plugin lucreaza cu Internetul.\nDoriti sa anulati aceasta sesiune de Internet?" 220,1,"Initializez conexiunea la Internet..." 221,1,"Initializare esuata: %s" -222,1,"Ma conectez la \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Ma conectez la \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Conexiune esuata: %s" [STRINGTABLE 2] diff --git a/translations/romanian/dbviewer.slt b/translations/romanian/dbviewer.slt index 8c61f919..3f318a94 100644 --- a/translations/romanian/dbviewer.slt +++ b/translations/romanian/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 12200] diff --git a/translations/romanian/diskmap.slt b/translations/romanian/diskmap.slt index 1b78ac50..5a8c8647 100644 --- a/translations/romanian/diskmap.slt +++ b/translations/romanian/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [MENU 109] diff --git a/translations/romanian/filecomp.slt b/translations/romanian/filecomp.slt index ecc17a3c..964efd75 100644 --- a/translations/romanian/filecomp.slt +++ b/translations/romanian/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/ftp.slt b/translations/romanian/ftp.slt index 3cd59a24..f47224ce 100644 --- a/translations/romanian/ftp.slt +++ b/translations/romanian/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Versiunea romana" 10674,1,"Sir invalid cu luni in mod text (format: 12 luni separate cu spatii)." 10680,1,"Conditia autodetect contine eroare.\n\nEroare: %s" 10685,1,"Tip server necunoscut, nu pot analiza listarea...\r\n" -10686,1,"Nu pot analiza listarea fisierelor si directoarelor de pe server. Numai tip text din listare va fi afisat in panou.\n\nVa rugam verificati paginile noastre web pentru o versiune mai noua a Open Salamander. Daca folositi ultima versiune, va rugam sa ne trimiteti listarea raw (daca nu e confidentiala; click drt in panou > Arata Listare Raw > Salveaza Ca) la email support@altap.cz. Va rugam ajutati-ne sa sustinem cat mai multe tipuri de server-e." +10686,1,"Nu pot analiza listarea fisierelor si directoarelor de pe server. Numai tip text din listare va fi afisat in panou.\n\nVa rugam verificati paginile noastre web pentru o versiune mai noua a Open Salamander. Daca folositi ultima versiune, va rugam sa ne trimiteti listarea raw (daca nu e confidentiala; click drt in panou > Arata Listare Raw > Salveaza Ca) la email support@taskscape.com. Va rugam ajutati-ne sa sustinem cat mai multe tipuri de server-e." 10687,1,"Nu pot analiza listarea text folosind tip server selectat...\r\n" [STRINGTABLE 42] diff --git a/translations/romanian/ieviewer.slt b/translations/romanian/ieviewer.slt index b5013271..069a2d34 100644 --- a/translations/romanian/ieviewer.slt +++ b/translations/romanian/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [STRINGTABLE 0] 10100,1,"Vizualizator Internet Explorer" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Eroare" 10103,1,"Lightweight HTML si XML vizualizator bazate pe Internet Explorer." 10105,1,"Despre Plugin" diff --git a/translations/romanian/mmviewer.slt b/translations/romanian/mmviewer.slt index 9a2df302..c2fb9ed2 100644 --- a/translations/romanian/mmviewer.slt +++ b/translations/romanian/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 10500] diff --git a/translations/romanian/nethood.slt b/translations/romanian/nethood.slt index 8c05ced8..2f6da834 100644 --- a/translations/romanian/nethood.slt +++ b/translations/romanian/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 102] diff --git a/translations/romanian/pak.slt b/translations/romanian/pak.slt index f97f6446..4fab8e28 100644 --- a/translations/romanian/pak.slt +++ b/translations/romanian/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/peviewer.slt b/translations/romanian/peviewer.slt index fb4e04e2..be0111da 100644 --- a/translations/romanian/peviewer.slt +++ b/translations/romanian/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Versiunea romana" 10100,1,"Vizualizator Executabil Portabil" 10101,1,"Nu pot deschide fisierul %s." 10102,1,"Crearea fisierului temporar a esuat." -10103,1,"A aparut o exceptie.\n\nFisierul vizualizat: %s\n\nDaca tu consideri ca fisierul vizualizat nu este corupt, te rog trimite acest fisier la support@altap.cz.\nVom reface si fixa defectul vizualizatorului. Multumiri pentru cooperare!" +10103,1,"A aparut o exceptie.\n\nFisierul vizualizat: %s\n\nDaca tu consideri ca fisierul vizualizat nu este corupt, te rog trimite acest fisier la support@taskscape.com.\nVom reface si fixa defectul vizualizatorului. Multumiri pentru cooperare!" 10104,1,"Afiseaza informatii despre fisiere Executabile Portabile cum ar fi EXE, DLL, etc." [STRINGTABLE 2] diff --git a/translations/romanian/pictview.slt b/translations/romanian/pictview.slt index c59f9812..fa2d50b1 100644 --- a/translations/romanian/pictview.slt +++ b/translations/romanian/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 2000] diff --git a/translations/romanian/regedt.slt b/translations/romanian/regedt.slt index 39900938..5e1d26e2 100644 --- a/translations/romanian/regedt.slt +++ b/translations/romanian/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/renamer.slt b/translations/romanian/renamer.slt index 7cef4252..3578de4b 100644 --- a/translations/romanian/renamer.slt +++ b/translations/romanian/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/salamand.slt b/translations/romanian/salamand.slt index 4a2b9944..5f422239 100644 --- a/translations/romanian/salamand.slt +++ b/translations/romanian/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Inchide" 271,10,87,201,8,1,"Versiune" -1150,10,97,204,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,204,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Web:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,97,57,50,14,1,"E&xit" 1,154,57,50,14,1,"&Continua" 1150,10,10,284,8,1,"Aceasta versiune a expirat. Rugam descarcati si instalati versiunea beta actualizata:" -1142,10,23,284,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,284,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,284,16,1,"Astazi e %s si aceasta versiune a expirat pe %s." [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Nu arata acest mesaj pentru alte plugins" [STRINGTABLE 136] -13750,1,"Configuratia stocata in registri e corupta, deci nu poate fi incarcata. Open Salamander a fost probabil oprit brusc in timpul salvarii configurarii. Acest lucru se intampla de obicei cand Open Salamander inca ruleaza cand dai shutdown system (sau log off). Pentru a preveni aceasta problema, inchide Open Salamander inainte de shutdown (sau log off).\n\nPoti face backup configuratiei corupte acum (ruleaza RegEdit.exe, redenumeste key HKEY_CURRENT_USER\\%s). Mai tarziu poti incerca sa obtii ceva setari din acest backup (Meniu Utilizator, Cai Rapide, Boomarks FTP, etc.), viziteaza forum.altap.cz pentru detalii.\n\nConfiguratia corupta trebuie sa fie scoasa din registri inainte de a porni Open Salamander." +13750,1,"Configuratia stocata in registri e corupta, deci nu poate fi incarcata. Open Salamander a fost probabil oprit brusc in timpul salvarii configurarii. Acest lucru se intampla de obicei cand Open Salamander inca ruleaza cand dai shutdown system (sau log off). Pentru a preveni aceasta problema, inchide Open Salamander inainte de shutdown (sau log off).\n\nPoti face backup configuratiei corupte acum (ruleaza RegEdit.exe, redenumeste key HKEY_CURRENT_USER\\%s). Mai tarziu poti incerca sa obtii ceva setari din acest backup (Meniu Utilizator, Cai Rapide, Boomarks FTP, etc.), viziteaza pentru detalii.\n\nConfiguratia corupta trebuie sa fie scoasa din registri inainte de a porni Open Salamander." 13751,1,"Dvs. utilizati valori nonstandard ai urmatorilor parametri folositi in timpul Log off si Shutdown. Acest lucru probabil cauzeaza coruperea configurarii Open Salamander (e oprita brusc in timpul salvarii configurarii).\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout ar trebui sa fie 20000.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks ar trebui sa fie 0." 13752,1,"Eli&minati Configurarea" 13755,1,"Va rog specificati daca doriti sa comparati fisiere sau directoare." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Descriere" 13857,1,"Schimbarea Overlays de Icoane nu are efect pana ce Open Salamander nu e restartata." -13865,1,"Open Salamander a devenit instabila. O eroare a avut loc in %s icoana overlay. Puteti preveni asemenea probleme daca Open Salamander nu va folosi acest handler (dati click pe butonul Acesta) sau va opri aratarea icoanelor custom orverlays de tot (dati click pe butonul Tot). De asemenea puteti incerca sa actualizati soft-ul care foloseste acest handler (cautati in forum.altap.cz pentru detalii).\n\nCe handler pentru icoana overlay doriti sa dezactivati?\n\nNota: puteti seta icoane overlays in dialogul de configurare (vezi pagina Icoane Overlays)." +13865,1,"Open Salamander a devenit instabila. O eroare a avut loc in %s icoana overlay. Puteti preveni asemenea probleme daca Open Salamander nu va folosi acest handler (dati click pe butonul Acesta) sau va opri aratarea icoanelor custom orverlays de tot (dati click pe butonul Tot). De asemenea puteti incerca sa actualizati soft-ul care foloseste acest handler (cautati in pentru detalii).\n\nCe handler pentru icoana overlay doriti sa dezactivati?\n\nNota: puteti seta icoane overlays in dialogul de configurare (vezi pagina Icoane Overlays)." 13866,1,"&Acesta" 13867,1,"&Tot" 13870,1,"Fisierul onfig.reg (sau alt fisier specificat cu parametrul -c) nu a fost importat in registri din cauza importului configuratiei din versiunea veche de Open Salamander. Va rugam inchideti acum Open Salamander si porniti-o din nou pentru a rezolva aceasta problema." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Trasmit date, va rugam asteptati..." 14065,1,"Raportul a fost transmis cu succes.\n\nVa multumim ca ne ajutati sa imbunatatim Open Salamander!" -14066,1,"Transmiterea raportului a esuat, motiv: %s\n\nVa rugam sa ne trimiteti raportul la adresa de email support@altap.cz si sa il stergeti de pe disk-ul dumneavoastra. Dati OK pentru a vedea raportul." -14067,1,"A esuat comprimarea raportului, motiv: %s\n\nVa rugam sa arhivati raportul de bug al dumneavoastra folosind 7-Zip, sa il trimiteti pe email la support@altap.cz, si sa stergeti fisierele de raport de pe disk-ul dumneavoastra. Dati OK pentru a vedea raportul." +14066,1,"Transmiterea raportului a esuat, motiv: %s\n\nVa rugam sa ne trimiteti raportul la adresa de email support@taskscape.com si sa il stergeti de pe disk-ul dumneavoastra. Dati OK pentru a vedea raportul." +14067,1,"A esuat comprimarea raportului, motiv: %s\n\nVa rugam sa arhivati raportul de bug al dumneavoastra folosind 7-Zip, sa il trimiteti pe email la support@taskscape.com, si sa stergeti fisierele de raport de pe disk-ul dumneavoastra. Dati OK pentru a vedea raportul." 14068,1,"Incarcarea %s a esuat." 14070,1,"Aceasta este un utilitar intern al Open Salamander, va rugam sa nu il porniti in mod direct." -14071,1,"Versiune incorecta a Raportorului Bug al Open Salamander. Va rugam sa ne contactati la support@altap.cz." +14071,1,"Versiune incorecta a Raportorului Bug al Open Salamander. Va rugam sa ne contactati la support@taskscape.com." 14072,1,"A avut loc o problema, care a inchis fortat Open Salamander.\nCreez un raport bug, va rugam asteptati..." 14073,1,"Cateva probleme au avut loc in timpul crearii raportului bug:\n%s" 14074,1,"Nu pot crea fisierul minidump %s. Cod: %d." diff --git a/translations/romanian/splitcbn.slt b/translations/romanian/splitcbn.slt index c417e07c..a87c6dd5 100644 --- a/translations/romanian/splitcbn.slt +++ b/translations/romanian/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 101] diff --git a/translations/romanian/tar.slt b/translations/romanian/tar.slt index 7d0375f2..9eae8f92 100644 --- a/translations/romanian/tar.slt +++ b/translations/romanian/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Versiunea romana" 11268,1,"Eroare scriere in fisierul de iesire: " 11269,1,"Functia ScrieFisier refuza sa scrie toate datele cerute." 11270,1,"Bloc invalid in sirul GZip, nu pot extrage." -11271,1,"Eroare interna in plugin-ul TAR, va rugam anuntati eroarea la support@altap.cz." +11271,1,"Eroare interna in plugin-ul TAR, va rugam anuntati eroarea la support@taskscape.com." 11272,1,"Eroare alocare memorie." 11273,1,"Eroare CRC." 11274,1,"Date neasteptate in sirul comprimat, arhiva corupta." diff --git a/translations/romanian/unarj.slt b/translations/romanian/unarj.slt index 73be2b76..e8004426 100644 --- a/translations/romanian/unarj.slt +++ b/translations/romanian/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/uncab.slt b/translations/romanian/uncab.slt index 336dc239..48091e1e 100644 --- a/translations/romanian/uncab.slt +++ b/translations/romanian/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/unchm.slt b/translations/romanian/unchm.slt index 86fcc7b0..2c26b450 100644 --- a/translations/romanian/unchm.slt +++ b/translations/romanian/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Versiunea romana" 1009,1,"Rasfoieste si extrage fisierele CHM." 1010,1,"Nu pot crea director temporar." 1011,1,"Nu pot sterge fisier temporar." -1012,1,"Format fisier necunoscut sau imagine CHM invalida.\n\nDaca esti sigur ca este o imagine CHM valida, va rugam sa ne contactati la support@altap.cz si sa ne ajutati sa suportam acest format." +1012,1,"Format fisier necunoscut sau imagine CHM invalida.\n\nDaca esti sigur ca este o imagine CHM valida, va rugam sa ne contactati la support@taskscape.com si sa ne ajutati sa suportam acest format." 1013,1,"Nu pot deschide acest fisier." 1014,1,"Crearea fisierului temporar a esuat." 1015,1,"Nu pot seta atribute fisier." diff --git a/translations/romanian/undelete.slt b/translations/romanian/undelete.slt index 0c6261a1..0e4c6cd9 100644 --- a/translations/romanian/undelete.slt +++ b/translations/romanian/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 1000] diff --git a/translations/romanian/unfat.slt b/translations/romanian/unfat.slt index 0e5ef55a..da2bd33b 100644 --- a/translations/romanian/unfat.slt +++ b/translations/romanian/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [STRINGTABLE 0] diff --git a/translations/romanian/uniso.slt b/translations/romanian/uniso.slt index ee88981c..efcb6fcf 100644 --- a/translations/romanian/uniso.slt +++ b/translations/romanian/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Versiunea romana" 1009,1,"Rasfoieste si extrage fisierele imagine CD/DVD ISO." 1010,1,"Nu pot crea director temporar." 1011,1,"Nu pot sterge fisierul temporar." -1012,1,"Format de fisier necunoscut sau imagine invalida ISO.\n\nDaca sunteti sigur-a ca aceasta e o imagine valida ISO, va rugam contactati support@altap.cz si ajutati-ne sa suportam acest format." +1012,1,"Format de fisier necunoscut sau imagine invalida ISO.\n\nDaca sunteti sigur-a ca aceasta e o imagine valida ISO, va rugam contactati support@taskscape.com si ajutati-ne sa suportam acest format." 1013,1,"Nu pot deschide fisierul '%s'." 1014,1,"Crearea fisierului temporar a esuat." 1015,1,"Nu pot seta atributele fisierului." @@ -45,7 +45,7 @@ COMMENT,"Versiunea romana" [STRINGTABLE 2] 1024,1,"Ceva erori au avut loc in timp ce citea imaginea multisesiune.\n\nArat doar sesiunile ce se pot citi corect." 1025,1,"Track de tip necunoscut." -1026,1,"Strategie de alocare necunoscuta (%d).\n\nVa rugam contactati support@altap.cz si ajutani-ne sa rezolvam aceasta problema." +1026,1,"Strategie de alocare necunoscuta (%d).\n\nVa rugam contactati support@taskscape.com si ajutani-ne sa rezolvam aceasta problema." 1027,1,"Format prost de fisier .CCD.\n\nImaginea aratata poate fi incompleta." 1028,1,"Lipseste fisierul .CCD.\n\nImaginea aratata poate fi incompleta." 1029,1,"Nu pot citi sectorul #%08X." diff --git a/translations/romanian/unlha.slt b/translations/romanian/unlha.slt index 0a9c3654..1b1ba0a5 100644 --- a/translations/romanian/unlha.slt +++ b/translations/romanian/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [STRINGTABLE 0] diff --git a/translations/romanian/unmime.slt b/translations/romanian/unmime.slt index e9e7c238..b931ac79 100644 --- a/translations/romanian/unmime.slt +++ b/translations/romanian/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 101] diff --git a/translations/romanian/unrar.slt b/translations/romanian/unrar.slt index 76878240..057ccb10 100644 --- a/translations/romanian/unrar.slt +++ b/translations/romanian/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/romanian/wmobile.slt b/translations/romanian/wmobile.slt index b53eb51d..3fa57274 100644 --- a/translations/romanian/wmobile.slt +++ b/translations/romanian/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 500] diff --git a/translations/romanian/zip.slt b/translations/romanian/zip.slt index 43d980e4..d01229d3 100644 --- a/translations/romanian/zip.slt +++ b/translations/romanian/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\romanian\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1048 AUTHOR,"Ioan Stefancu, Donca Radu" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6165" +WEB,"/viewtopic.php?f=23&t=6165" COMMENT,"Versiunea romana" [DIALOG 100] diff --git a/translations/russian/7zip.slt b/translations/russian/7zip.slt index e1793da0..fa7e7ee1 100644 --- a/translations/russian/7zip.slt +++ b/translations/russian/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 1200] diff --git a/translations/russian/automation.slt b/translations/russian/automation.slt index f5027950..e494105c 100644 --- a/translations/russian/automation.slt +++ b/translations/russian/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/checksum.slt b/translations/russian/checksum.slt index 35906236..ad843c93 100644 --- a/translations/russian/checksum.slt +++ b/translations/russian/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 1000] diff --git a/translations/russian/checkver.slt b/translations/russian/checkver.slt index ea79f78b..453c5ad5 100644 --- a/translations/russian/checkver.slt +++ b/translations/russian/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Русская версия" 218,1,"Модуль работает с Интернетом.\nВы хотите завершить эту сессию?" 220,1,"Инициализация соединения с Интернетом..." 221,1,"Ошибка инициализации: %s" -222,1,"Подключение к \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Подключение к \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Ошибка подключения: %s" [STRINGTABLE 2] diff --git a/translations/russian/dbviewer.slt b/translations/russian/dbviewer.slt index 394edaa3..73dd7d95 100644 --- a/translations/russian/dbviewer.slt +++ b/translations/russian/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 12200] diff --git a/translations/russian/diskmap.slt b/translations/russian/diskmap.slt index 9a66d365..8ddb281e 100644 --- a/translations/russian/diskmap.slt +++ b/translations/russian/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [MENU 109] diff --git a/translations/russian/filecomp.slt b/translations/russian/filecomp.slt index e64f8221..647359c3 100644 --- a/translations/russian/filecomp.slt +++ b/translations/russian/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/ftp.slt b/translations/russian/ftp.slt index c72f499b..134c1be0 100644 --- a/translations/russian/ftp.slt +++ b/translations/russian/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Русская версия" 10674,1,"Некорректная строка списка месяцев (формат: 12 месяцев, разделенных пробелами)." 10680,1,"Правило автоопределения содержит ошибку.\n\nОшибка: %s" 10685,1,"Неизвестный тип сервера, не удается проанализировать листинг...\r\n" -10686,1,"Не удается обработать листинг файлов и папок с сервера. На панели будет отображен только открытый текст листинга.\n\nПосетите наш веб-сайт для обновления Open Salamander. Если вы уже используете последнюю версию программы, отправьте нам, пожалуйста, raw-листинг (если он не конфиденциальный; щелкните правой кнопкой мыши по значку FTP на панели, выберите пункт меню "Показать raw-листинг", нажмите "Сохранить как") на адрес электронной почты support@altap.cz. Пожалуйста, помогите нам сделать поддержку максимально возможного количества типов серверов." +10686,1,"Не удается обработать листинг файлов и папок с сервера. На панели будет отображен только открытый текст листинга.\n\nПосетите наш веб-сайт для обновления Open Salamander. Если вы уже используете последнюю версию программы, отправьте нам, пожалуйста, raw-листинг (если он не конфиденциальный; щелкните правой кнопкой мыши по значку FTP на панели, выберите пункт меню "Показать raw-листинг", нажмите "Сохранить как") на адрес электронной почты support@taskscape.com. Пожалуйста, помогите нам сделать поддержку максимально возможного количества типов серверов." 10687,1,"Не удается проанализировать листинг, используя выбранный тип сервера...\r\n" [STRINGTABLE 42] diff --git a/translations/russian/ieviewer.slt b/translations/russian/ieviewer.slt index 15c6c989..baf5159d 100644 --- a/translations/russian/ieviewer.slt +++ b/translations/russian/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [STRINGTABLE 0] 10100,1,"Средство просмотра Internet Explorer" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Ошибка" 10103,1,"Облегченное средство просмотра HTML и XML, использующее Internet Explorer." 10105,1,"О модуле" diff --git a/translations/russian/mmviewer.slt b/translations/russian/mmviewer.slt index 3ab8648b..ab44598c 100644 --- a/translations/russian/mmviewer.slt +++ b/translations/russian/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 10500] diff --git a/translations/russian/nethood.slt b/translations/russian/nethood.slt index bd3ef484..3897f0da 100644 --- a/translations/russian/nethood.slt +++ b/translations/russian/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 102] diff --git a/translations/russian/pak.slt b/translations/russian/pak.slt index 6c63a823..46b0d710 100644 --- a/translations/russian/pak.slt +++ b/translations/russian/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/peviewer.slt b/translations/russian/peviewer.slt index 2a4a4262..c9011d50 100644 --- a/translations/russian/peviewer.slt +++ b/translations/russian/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Русская версия" 10100,1,"Средство просмотра исполняемых файлов (PE)" 10101,1,"Не удалось открыть файл %s." 10102,1,"Ошибка создания временного файла." -10103,1,"Произошла ошибка.\n\nФайл: %s\n\nЕсли вы уверены, что файл не поврежден, пожалуйста, отправьте его по электронной почте на адрес support@altap.cz.\nМы примем меры к устранению ошибки. Спасибо за содействие!" +10103,1,"Произошла ошибка.\n\nФайл: %s\n\nЕсли вы уверены, что файл не поврежден, пожалуйста, отправьте его по электронной почте на адрес support@taskscape.com.\nМы примем меры к устранению ошибки. Спасибо за содействие!" 10104,1,"Показывает информацию об исполняемых файлах (PE), таких как EXE, DLL и проч." [STRINGTABLE 2] diff --git a/translations/russian/pictview.slt b/translations/russian/pictview.slt index 0060a875..83915171 100644 --- a/translations/russian/pictview.slt +++ b/translations/russian/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 2000] diff --git a/translations/russian/regedt.slt b/translations/russian/regedt.slt index 749ed105..0e447596 100644 --- a/translations/russian/regedt.slt +++ b/translations/russian/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/renamer.slt b/translations/russian/renamer.slt index c4580c0f..7b762e20 100644 --- a/translations/russian/renamer.slt +++ b/translations/russian/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/salamand.slt b/translations/russian/salamand.slt index 7d18a1f3..e10e3661 100644 --- a/translations/russian/salamand.slt +++ b/translations/russian/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Закрыть" 271,10,87,201,8,1,"Версия" -1150,10,97,196,8,1,"© 1997-2023 Open Salamander Authors" +1150,10,97,196,8,1,"© 1997-2023 Taskscape Ltd" 1152,10,108,22,8,1,"Сайт:" -272,32,108,64,8,1,"www.altap.cz" +272,32,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,87,65,55,14,1,"&Выход" 1,149,65,55,14,1,"&Продолжить" 1150,10,10,274,16,1,"Срок действия этой бета-версии программы истек. Пожалуйста, загрузите и установите обновленную бета-версию:" -1142,10,31,274,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,31,274,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,44,274,16,1,"Сегодня %s, срок действия истек %s." [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Не показывать это сообщение для других модулей" [STRINGTABLE 136] -13750,1,"Настройки, сохраненные в системном реестре, повреждены и не могут быть загружены. Возможно, Open Salamander был закрыт во время сохранения настроек. Такое может произойти, если во время выключения компьютера Open Salamander остается запущенным. Во избежание данной проблемы закрывайте Open Salamander перед завершением работы компьютера (или сеанса).\n\nВы можете выполнить резервное копирование настроек (запустите программу "RegEdit.exe" и переименуйте раздел HKEY_CURRENT_USER\\%s). Позже вы можете использовать некоторые настройки из резервной копии (меню пользователя, избранные пути, закладки FTP и пр.). Подробная информация доступна на форуме поддержки forum.altap.cz\n\nПоврежденные настройки будут удалены из реестра." +13750,1,"Настройки, сохраненные в системном реестре, повреждены и не могут быть загружены. Возможно, Open Salamander был закрыт во время сохранения настроек. Такое может произойти, если во время выключения компьютера Open Salamander остается запущенным. Во избежание данной проблемы закрывайте Open Salamander перед завершением работы компьютера (или сеанса).\n\nВы можете выполнить резервное копирование настроек (запустите программу "RegEdit.exe" и переименуйте раздел HKEY_CURRENT_USER\\%s). Позже вы можете использовать некоторые настройки из резервной копии (меню пользователя, избранные пути, закладки FTP и пр.). Подробная информация доступна на форуме поддержки \n\nПоврежденные настройки будут удалены из реестра." 13751,1,"На вашем компьютере используются нестандартные значения параметров, используемых во время завершения сеанса и выключения компьютера. Это может привести к повреждению настроек Аltap Salamander (завершение процесса во время сохранения настроек).\n\nРекомендуется установить значение HKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout равным 20000.\nРекомендуется установить значение HKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks равным 0." 13752,1,"&Удалить настройки" 13755,1,"Пожалуйста, укажите будете ли вы сравнивать файлы или папки." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Описание" 13857,1,"Изменения порядка отображения дополнительных символов значков вступят в силу после перезапуска Open Salamander." -13865,1,"Open Salamander работает нестабильно. Произошла ошибка при обработке дополнительного символа значков %s . Чтобы избежать подобных ошибок в будущем, прекратите использование этого дополнительного символа (нажмите "Этот") или вовсе отключите отображение дополнительных символов значков (нажмите "Все"). Также рекомендуется обновить ПО обработчика (воспользуйтесь поиском на веб-форуме forum.altap.cz).\n\nОбработчик какого дополнительного символа значков вы желаете отключить?\n\nПримечание: дополнительные символы значков можно настроить на странице "Дополнительные символы значков" в настройках приложения." +13865,1,"Open Salamander работает нестабильно. Произошла ошибка при обработке дополнительного символа значков %s . Чтобы избежать подобных ошибок в будущем, прекратите использование этого дополнительного символа (нажмите "Этот") или вовсе отключите отображение дополнительных символов значков (нажмите "Все"). Также рекомендуется обновить ПО обработчика (воспользуйтесь поиском на веб-форуме ).\n\nОбработчик какого дополнительного символа значков вы желаете отключить?\n\nПримечание: дополнительные символы значков можно настроить на странице "Дополнительные символы значков" в настройках приложения." 13866,1,"&Данный" 13867,1,"&Все" 13870,1,"Файл "сonfig.reg" (или другой, указанный с ключом -C) не был внесен в реестр, так как были импортированы настройки старой версии Open Salamander. Пожалуйста, перезапустите программу для устранения данной проблемы." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Выполняется загрузка. Пожалуйста, подождите..." 14065,1,"Сообщение успешно отправлено.\n\nБлагодарим вас за сотрудничество в улучшении Open Salamander!" -14066,1,"Невозможно выполнить отправку сообщения: %s\n\nПожалуйста, отправьте нам сообщение по электронной почте на адрес support@altap.cz и удалите его с диска после отправки. Нажмите "ОК" для того, чтобы найти файл сообщения." -14067,1,"Невозможно выполнить сжатие отчета. Ошибка: %s\n\nПожалуйста, поместите отчет об ошибке в архив 7-Zip и отправьте архив на электронную почту support@altap.cz. Потом удалите файлы отчетов с диска. Нажмите "ОК", чтобы найти файлы отчетов." +14066,1,"Невозможно выполнить отправку сообщения: %s\n\nПожалуйста, отправьте нам сообщение по электронной почте на адрес support@taskscape.com и удалите его с диска после отправки. Нажмите "ОК" для того, чтобы найти файл сообщения." +14067,1,"Невозможно выполнить сжатие отчета. Ошибка: %s\n\nПожалуйста, поместите отчет об ошибке в архив 7-Zip и отправьте архив на электронную почту support@taskscape.com. Потом удалите файлы отчетов с диска. Нажмите "ОК", чтобы найти файлы отчетов." 14068,1,"Невозможно выполнить загрузку %s." 14070,1,"Данная программа является внутренним компонентом Open Salamander, ее не следует запускать напрямую." -14071,1,"Компонент отправки отчетов об ошибках Open Salamander имеет некорректный номер версии. Пожалуйста, свяжитесь со службой поддержки по электронной почте support@altap.cz." +14071,1,"Компонент отправки отчетов об ошибках Open Salamander имеет некорректный номер версии. Пожалуйста, свяжитесь со службой поддержки по электронной почте support@taskscape.com." 14072,1,"Произошел сбой, который привел к прекращению работы Open Salamander.\nВыполняется формирование отчета об ошибке. Пожалуйста, подождите..." 14073,1,"Произошел сбой при формировании отчета об ошибке:\n%s" 14074,1,"Невозможно создать файл образа памяти %s. Код: %d." diff --git a/translations/russian/splitcbn.slt b/translations/russian/splitcbn.slt index 5f3562d4..2b278a7d 100644 --- a/translations/russian/splitcbn.slt +++ b/translations/russian/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 101] diff --git a/translations/russian/tar.slt b/translations/russian/tar.slt index 9ad82103..9feec12e 100644 --- a/translations/russian/tar.slt +++ b/translations/russian/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Русская версия" 11268,1,"Ошибка записи файла: " 11269,1,"Функция записи "WriteFile" не выполнила запись требуемых данных." 11270,1,"Некорректный блок в потоке GZip, невозможно извлечь." -11271,1,"Внутренняя ошибка в модуле TAR. Пожалуйста, сообщите о произошедшей проблеме в службу поддержки по адресу support@altap.cz." +11271,1,"Внутренняя ошибка в модуле TAR. Пожалуйста, сообщите о произошедшей проблеме в службу поддержки по адресу support@taskscape.com." 11272,1,"Ошибка выделения памяти." 11273,1,"Ошибка контрольной суммы CRC." 11274,1,"Некорректные данные в сжатом потоке, архив поврежден." diff --git a/translations/russian/unarj.slt b/translations/russian/unarj.slt index d6e2a412..90e505c6 100644 --- a/translations/russian/unarj.slt +++ b/translations/russian/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/uncab.slt b/translations/russian/uncab.slt index 6bec20e3..a337ec9f 100644 --- a/translations/russian/uncab.slt +++ b/translations/russian/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/unchm.slt b/translations/russian/unchm.slt index 76ece0e4..74192c89 100644 --- a/translations/russian/unchm.slt +++ b/translations/russian/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Русская версия" 1009,1,"Просмотр и извлечение файлов CHM." 1010,1,"Не удалось создать временную папку." 1011,1,"Не удалось удалить временный файл." -1012,1,"Неизвестный формат файла или некорректный образ CHM.\n\nЕсли Вы уверены, что образ CHM корректен, пожалуйста, свяжитесь с нами по адресу support@altap.cz для содействия в части поддержки данного формата." +1012,1,"Неизвестный формат файла или некорректный образ CHM.\n\nЕсли Вы уверены, что образ CHM корректен, пожалуйста, свяжитесь с нами по адресу support@taskscape.com для содействия в части поддержки данного формата." 1013,1,"Не удалось открыть файл." 1014,1,"Не удалось создать временный файл." 1015,1,"Не удалось установить атрибуты файла." diff --git a/translations/russian/undelete.slt b/translations/russian/undelete.slt index 3eecb77c..d4a1ae26 100644 --- a/translations/russian/undelete.slt +++ b/translations/russian/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 1000] diff --git a/translations/russian/unfat.slt b/translations/russian/unfat.slt index 0a827ef3..a0c765a9 100644 --- a/translations/russian/unfat.slt +++ b/translations/russian/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [STRINGTABLE 0] diff --git a/translations/russian/uniso.slt b/translations/russian/uniso.slt index 184c48c4..c581b60b 100644 --- a/translations/russian/uniso.slt +++ b/translations/russian/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Русская версия" 1009,1,"Просмотр и извлечение образов CD/DVD в формате ISO." 1010,1,"Невозможно создать временную папку." 1011,1,"Невозможно создать временный файл." -1012,1,"Неизвестный формат файла или некорректный образ ISO.\n\nЕсли Вы уверены, что образ ISO корректен, пожалуйста, свяжитесь с нами по адресу support@altap.cz для содействия в части поддержки данного формата." +1012,1,"Неизвестный формат файла или некорректный образ ISO.\n\nЕсли Вы уверены, что образ ISO корректен, пожалуйста, свяжитесь с нами по адресу support@taskscape.com для содействия в части поддержки данного формата." 1013,1,"Невозможно открыть файл "%s"." 1014,1,"Не удалось создать временный файл." 1015,1,"Невозможно установить атрибуты файла." @@ -45,7 +45,7 @@ COMMENT,"Русская версия" [STRINGTABLE 2] 1024,1,"Произошли ошибки при чтении мультисессионного образа.\n\nОтображаются только корректные сессии." 1025,1,"Неизвестный тип дорожки." -1026,1,"Неизвестный способ размещения (%d).\n\nПожалуйста, свяжитесь с разработчиками по адресу support@altap.cz и помогите устранить эту проблему." +1026,1,"Неизвестный способ размещения (%d).\n\nПожалуйста, свяжитесь с разработчиками по адресу support@taskscape.com и помогите устранить эту проблему." 1027,1,"Некорректный формат файла .CCD.\n\nОтображаемый образ может быть неполным." 1028,1,"Отсутствует файл .CCD.\n\nОтображаемый образ может быть неполным." 1029,1,"Невозможно прочитать сектор #%08X." diff --git a/translations/russian/unlha.slt b/translations/russian/unlha.slt index f63db983..b0c8b228 100644 --- a/translations/russian/unlha.slt +++ b/translations/russian/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [STRINGTABLE 0] diff --git a/translations/russian/unmime.slt b/translations/russian/unmime.slt index 99281181..53e0a78c 100644 --- a/translations/russian/unmime.slt +++ b/translations/russian/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 101] diff --git a/translations/russian/unrar.slt b/translations/russian/unrar.slt index 1d91a508..043a8dec 100644 --- a/translations/russian/unrar.slt +++ b/translations/russian/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/russian/wmobile.slt b/translations/russian/wmobile.slt index cd887426..7351ad92 100644 --- a/translations/russian/wmobile.slt +++ b/translations/russian/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 500] diff --git a/translations/russian/zip.slt b/translations/russian/zip.slt index 11148e21..89beeb3f 100644 --- a/translations/russian/zip.slt +++ b/translations/russian/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\russian\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1049 AUTHOR,"Ален Хайруллин, Vasiliy, Игорь Полякофф, Neutron16" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6166" +WEB,"/viewtopic.php?f=23&t=6166" COMMENT,"Русская версия" [DIALOG 100] diff --git a/translations/slovak/7zip.slt b/translations/slovak/7zip.slt index df4b49b8..cad7da3e 100644 --- a/translations/slovak/7zip.slt +++ b/translations/slovak/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 1200] diff --git a/translations/slovak/automation.slt b/translations/slovak/automation.slt index 558fb3c4..af9039c0 100644 --- a/translations/slovak/automation.slt +++ b/translations/slovak/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/checksum.slt b/translations/slovak/checksum.slt index b2e28af9..ebf643a5 100644 --- a/translations/slovak/checksum.slt +++ b/translations/slovak/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 1000] diff --git a/translations/slovak/checkver.slt b/translations/slovak/checkver.slt index cf60451d..d20809e7 100644 --- a/translations/slovak/checkver.slt +++ b/translations/slovak/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Slovenská verzia" 218,1,"Plugin pracuje s internetom.\nChcete prerušiť túto internetovú reláciu?" 220,1,"Inicializujem internetové spojenie..." 221,1,"Inicializácia zlyhala: %s" -222,1,"Pripájam sa na \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Pripájam sa na \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Pripojenie zlyhalo: %s" [STRINGTABLE 2] diff --git a/translations/slovak/dbviewer.slt b/translations/slovak/dbviewer.slt index 266872b3..c8175485 100644 --- a/translations/slovak/dbviewer.slt +++ b/translations/slovak/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 12200] diff --git a/translations/slovak/diskmap.slt b/translations/slovak/diskmap.slt index 2a0472a8..b1e58853 100644 --- a/translations/slovak/diskmap.slt +++ b/translations/slovak/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [MENU 109] diff --git a/translations/slovak/filecomp.slt b/translations/slovak/filecomp.slt index 77c88f7e..323025a0 100644 --- a/translations/slovak/filecomp.slt +++ b/translations/slovak/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/ftp.slt b/translations/slovak/ftp.slt index da6c0999..4cdbe9f8 100644 --- a/translations/slovak/ftp.slt +++ b/translations/slovak/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Slovenská verzia" 10674,1,"Neplatný reťazec s textom mesiacov (formát: 12 mesiacov sa oddeľuje medzerou)." 10680,1,"Stav automatickej detekcie obsahuje chybu.\n\nChyba: %s" 10685,1,"Neznámy typ servera, nie je možné analyzovať text výpisu...\r\n" -10686,1,"Nie je možné analyzovať výpis súborov a adresárov zo servera. V paneli bude zobrazený len čistý text výpisu.\n\nProsím skontrolujte naše web stránky pre novšiu verziu Open Salamandera. Ak používate poslednú verziu, prosím pošlite nám raw výpis (ak nie je dôverný; pravý klik v paneli > Zobraziť Raw výpis > Uložiť ako) na e-mail support@altap.cz. Prosím pomôžte nám s podporou ďalších typov serverov, ak je to možné." +10686,1,"Nie je možné analyzovať výpis súborov a adresárov zo servera. V paneli bude zobrazený len čistý text výpisu.\n\nProsím skontrolujte naše web stránky pre novšiu verziu Open Salamandera. Ak používate poslednú verziu, prosím pošlite nám raw výpis (ak nie je dôverný; pravý klik v paneli > Zobraziť Raw výpis > Uložiť ako) na e-mail support@taskscape.com. Prosím pomôžte nám s podporou ďalších typov serverov, ak je to možné." 10687,1,"Nie je možné analyzovať text výpisu používajúci vybraný typ servera...\r\n" [STRINGTABLE 42] diff --git a/translations/slovak/ieviewer.slt b/translations/slovak/ieviewer.slt index 90f2c6fd..5f40c4a6 100644 --- a/translations/slovak/ieviewer.slt +++ b/translations/slovak/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [STRINGTABLE 0] 10100,1,"Prehliadač Internet Explorer" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Chyba" 10103,1,"Jednoduchý HTML alebo XML prehliadač založený na Internet Exploreri." 10105,1,"O plugine" diff --git a/translations/slovak/mmviewer.slt b/translations/slovak/mmviewer.slt index 9c21ecae..f74e8e00 100644 --- a/translations/slovak/mmviewer.slt +++ b/translations/slovak/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 10500] diff --git a/translations/slovak/nethood.slt b/translations/slovak/nethood.slt index fd9747e1..c5871f6a 100644 --- a/translations/slovak/nethood.slt +++ b/translations/slovak/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 102] diff --git a/translations/slovak/pak.slt b/translations/slovak/pak.slt index 53e26579..29fd3dec 100644 --- a/translations/slovak/pak.slt +++ b/translations/slovak/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/peviewer.slt b/translations/slovak/peviewer.slt index 7b9d528a..14bdc4fd 100644 --- a/translations/slovak/peviewer.slt +++ b/translations/slovak/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Slovenská verzia" 10100,1,"Prehliadač spustitelných súborov" 10101,1,"Nie je možné otvoriť súbor %s." 10102,1,"Vytvorenie dočasného súboru zlyhalo." -10103,1,"Vyskytla sa výnimka.\n\nPrehliadaný súbor: %s\n\nAk si myslíte, že prehliadaný súbor nie je poškodený, prosím pošlite tento súbor na support@altap.cz.\nMy preveríme a opravíme chybu prehliadača. Ďakujeme za spoluprácu!" +10103,1,"Vyskytla sa výnimka.\n\nPrehliadaný súbor: %s\n\nAk si myslíte, že prehliadaný súbor nie je poškodený, prosím pošlite tento súbor na support@taskscape.com.\nMy preveríme a opravíme chybu prehliadača. Ďakujeme za spoluprácu!" 10104,1,"Zobrazí informácie o prenosných spustiteľných súboroch, napr.: EXE, DLL, atď." [STRINGTABLE 2] diff --git a/translations/slovak/pictview.slt b/translations/slovak/pictview.slt index 3fbae388..eac072f7 100644 --- a/translations/slovak/pictview.slt +++ b/translations/slovak/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 2000] diff --git a/translations/slovak/regedt.slt b/translations/slovak/regedt.slt index 4a4d95ce..a1261f35 100644 --- a/translations/slovak/regedt.slt +++ b/translations/slovak/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/renamer.slt b/translations/slovak/renamer.slt index 535bf929..751bd835 100644 --- a/translations/slovak/renamer.slt +++ b/translations/slovak/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/salamand.slt b/translations/slovak/salamand.slt index a5b25b61..82aed072 100644 --- a/translations/slovak/salamand.slt +++ b/translations/slovak/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Zatvoriť" 271,10,87,201,8,1,"Verzia" -1150,10,97,196,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,196,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Web:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,99,57,50,14,1,"&Koniec" 1,156,57,50,14,1,"&Pokračovať" 1150,10,10,289,8,1,"Táto beta verzia vypršala. Prosím stiahnite a nainštalujte si aktualizovanú beta verziu:" -1142,10,23,289,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,289,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,289,16,1,"Dnes je %s a táto verzia vypršala dňa %s." [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&Nabudúce nezobrazovať túto správu pre ostatné pluginy" [STRINGTABLE 136] -13750,1,"Konfigurácia uložená v registri je poškodená a nemôže byť načítaná. Open Salamander bol pravdepodobne ukončený počas ukladania konfigurácie. K tomu dochádza hlavne keď sa Open Salamander spúšťa počas vypínania operačného systému (alebo odhlasovania užívateľa). Ak tomu chcete zabrániť, ukončite Open Salamander pred vypnutím operačného systému Windows (alebo odhlásením).\n\nTeraz môžete zálohovať poškodenú konfiguráciu (spustite RegEdit.exe, premenujte kľúč HKEY_CURRENT_USER\\%s). Neskôr z tejto zálohy môžete získať niektoré nastavenia (Užívateľskú ponuku, Adresárové skratky, FTP záložky, atď.), navštívte forum.altap.cz pre podrobnosti.\n\nPoškodená konfigurácia musí byť pred spustením Open Salamandera odstránená z registra." +13750,1,"Konfigurácia uložená v registri je poškodená a nemôže byť načítaná. Open Salamander bol pravdepodobne ukončený počas ukladania konfigurácie. K tomu dochádza hlavne keď sa Open Salamander spúšťa počas vypínania operačného systému (alebo odhlasovania užívateľa). Ak tomu chcete zabrániť, ukončite Open Salamander pred vypnutím operačného systému Windows (alebo odhlásením).\n\nTeraz môžete zálohovať poškodenú konfiguráciu (spustite RegEdit.exe, premenujte kľúč HKEY_CURRENT_USER\\%s). Neskôr z tejto zálohy môžete získať niektoré nastavenia (Užívateľskú ponuku, Adresárové skratky, FTP záložky, atď.), navštívte pre podrobnosti.\n\nPoškodená konfigurácia musí byť pred spustením Open Salamandera odstránená z registra." 13751,1,"Používate neštandardné hodnoty nasledujúcich parametrov používaných počas odhlásenia užívateľa a vypnutia operačného systému. Je to pravdepodobne príčina poškodenia konfigurácie Open Salamandera (je ukončený počas ukladania konfigurácie do registra).\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout by mel byť 20000.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks by mal byť 0." 13752,1,"&Odstrániť konfiguráciu" 13755,1,"Zadajte či chcete porovnať súbory alebo adresáre." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Popis" 13857,1,"Zmena prekryvov ikon sa prejaví až po reštartovaní Open Salamandera." -13865,1,"Open Salamander sa stal nestabilný. Vyskytla sa výnimka v %s obslužnej rutine prekryvu ikon. Podobným haváriám Open Salamandera môžete predísť, ak nebudete používať túto rutinu (kliknite na tlačidlo Tento) alebo úplne zastavíte zobrazovanie prekryvov ikon (kliknite na tlačidlo Všetko). Môžete skúsiť aj aktualizovať softvér poskytujúci prekryvy ikon (prehľadajte forum.altap.cz pre podrobnosti).\n\nKtorú obslužnú rutinu prekryvov ikon chcete vypnúť?\n\nPoznámka: zobrazenie prekryvov ikon môžete nastaviť v konfiguračnom dialógu (viď stránka Prekryvy ikon)." +13865,1,"Open Salamander sa stal nestabilný. Vyskytla sa výnimka v %s obslužnej rutine prekryvu ikon. Podobným haváriám Open Salamandera môžete predísť, ak nebudete používať túto rutinu (kliknite na tlačidlo Tento) alebo úplne zastavíte zobrazovanie prekryvov ikon (kliknite na tlačidlo Všetko). Môžete skúsiť aj aktualizovať softvér poskytujúci prekryvy ikon (prehľadajte pre podrobnosti).\n\nKtorú obslužnú rutinu prekryvov ikon chcete vypnúť?\n\nPoznámka: zobrazenie prekryvov ikon môžete nastaviť v konfiguračnom dialógu (viď stránka Prekryvy ikon)." 13866,1,"&Tento" 13867,1,"&Všetko" 13870,1,"Súbor config.reg (alebo iný zadaný s argumentom -c) nebol importovaný do registra kvôli importu konfigurácie zo staršej verzie Open Salamandera. Na vyriešenie tohto problému teraz ukončite Open Salamander a spustite ho znova." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Nahrávanie, prosím čakajte..." 14065,1,"Správa bola úspešne nahraná.\n\nĎakujeme, že nám pomáhate zlepšovať Open Salamander!" -14066,1,"Nahranie správy zlyhalo, dôvod: %s\n\nProsím pošlite nám správu pomocou e-mailu na support@altap.cz a vymažte ich z disku. Kliknite na OK na zobrazanie správy." -14067,1,"Komprimácia správy zlyhala, dôvod: %s\n\nProsím skomprimujte vašu správu pomocou 7-Zip, pošlite ju na support@altap.cz, a vymažte súbory správy z disku. Kliknite na OK na zobrazenie správy." +14066,1,"Nahranie správy zlyhalo, dôvod: %s\n\nProsím pošlite nám správu pomocou e-mailu na support@taskscape.com a vymažte ich z disku. Kliknite na OK na zobrazanie správy." +14067,1,"Komprimácia správy zlyhala, dôvod: %s\n\nProsím skomprimujte vašu správu pomocou 7-Zip, pošlite ju na support@taskscape.com, a vymažte súbory správy z disku. Kliknite na OK na zobrazenie správy." 14068,1,"Načítanie %s zlyhalo." 14070,1,"Toto je interný nástroj Open Salamandera, prosím nespúšťajte ho priamo." -14071,1,"Nesprávna verzia oznamovača chýb Open Salamandera. Prosím kontaktujte nás na support@altap.cz." +14071,1,"Nesprávna verzia oznamovača chýb Open Salamandera. Prosím kontaktujte nás na support@taskscape.com." 14072,1,"Vyskytla sa chyba, ktorá vyžaduje zatvorenie Open Salamandera.\nVytvára sa správa o chybe, prosím čakajte..." 14073,1,"Počas vytvárania správy o chybe sa vyskytol nejaký problém:\n%s" 14074,1,"Nemôžem vytvoriť súbor minidumpu %s. Kód: %d." diff --git a/translations/slovak/splitcbn.slt b/translations/slovak/splitcbn.slt index e804e4fb..73877732 100644 --- a/translations/slovak/splitcbn.slt +++ b/translations/slovak/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 101] diff --git a/translations/slovak/tar.slt b/translations/slovak/tar.slt index 76a6c8cf..28dd4eea 100644 --- a/translations/slovak/tar.slt +++ b/translations/slovak/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Slovenská verzia" 11268,1,"Chyba zápisu archívu: " 11269,1,"Funkcia zápis súboru odmietla zapísať všetky požadované dáta." 11270,1,"Zistený neplatný blok v GZip streame, nie je možné extrahovať." -11271,1,"Interná chyba v plugine TAR, dajte nám prosím vedieť na email support@altap.cz." +11271,1,"Interná chyba v plugine TAR, dajte nám prosím vedieť na email support@taskscape.com." 11272,1,"Chyba alokácie pamäti." 11273,1,"CRC chyba." 11274,1,"Neočakávané dáta v komprimovanom streame, poškodený archív." diff --git a/translations/slovak/unarj.slt b/translations/slovak/unarj.slt index 7ae7f511..2a668f77 100644 --- a/translations/slovak/unarj.slt +++ b/translations/slovak/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/uncab.slt b/translations/slovak/uncab.slt index ff1fd524..a49ad235 100644 --- a/translations/slovak/uncab.slt +++ b/translations/slovak/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/unchm.slt b/translations/slovak/unchm.slt index 3d484822..081f208b 100644 --- a/translations/slovak/unchm.slt +++ b/translations/slovak/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Slovenská verzia" 1009,1,"Prehliada a extrahuje CHM súbory." 1010,1,"Nie je možné vytvoriť dočasný adresár." 1011,1,"Nie je možné odstrániť dočasný súbor." -1012,1,"Neznámy formát súboru alebo neplatný CHM obraz.\n\nAk ste si istý, že je to platný CHM obraz, prosím kontaktujte support@altap.cz a pomôžete nám s podporou tohto formátu." +1012,1,"Neznámy formát súboru alebo neplatný CHM obraz.\n\nAk ste si istý, že je to platný CHM obraz, prosím kontaktujte support@taskscape.com a pomôžete nám s podporou tohto formátu." 1013,1,"Nie je možné otvoriť tento súbor." 1014,1,"Vytvorenie dočasného súboru zlyhalo." 1015,1,"Nie je možné nastaviť atribúty súboru." diff --git a/translations/slovak/undelete.slt b/translations/slovak/undelete.slt index 9c81d2d3..498e101e 100644 --- a/translations/slovak/undelete.slt +++ b/translations/slovak/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 1000] diff --git a/translations/slovak/unfat.slt b/translations/slovak/unfat.slt index b259e37a..2b55e5f6 100644 --- a/translations/slovak/unfat.slt +++ b/translations/slovak/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [STRINGTABLE 0] diff --git a/translations/slovak/uniso.slt b/translations/slovak/uniso.slt index fce0061d..7a7d6b20 100644 --- a/translations/slovak/uniso.slt +++ b/translations/slovak/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Slovenská verzia" 1009,1,"Prehliada a extrahuje CD/DVD ISO obrazy." 1010,1,"Nie je možné vytvoriť dočasný adresár." 1011,1,"Nie je možné vymazať dočasný súbor." -1012,1,"Neznámy formát súboru alebo neplatný ISO obraz.\n\nAk ste si jistý, že je to platný ISO obraz, prosím kontaktujte support@altap.cz a pomôžete nám s podporou tohto formátu." +1012,1,"Neznámy formát súboru alebo neplatný ISO obraz.\n\nAk ste si jistý, že je to platný ISO obraz, prosím kontaktujte support@taskscape.com a pomôžete nám s podporou tohto formátu." 1013,1,"Nie je možné otvoriť súbor '%s'." 1014,1,"Vytváranie dočasného súboru zlyhalo." 1015,1,"Nie je možné nastaviť atribúty súboru." @@ -45,7 +45,7 @@ COMMENT,"Slovenská verzia" [STRINGTABLE 2] 1024,1,"Pri načítaní viacsekciového obrazu vznikla neznáma chyba.\n\nZobrazujem len správne načítané sekcie." 1025,1,"Neznámy typ stopy." -1026,1,"Neznáma alokačná stratégia (%d).\n\nProsím kontaktujte support@altap.cz a pomôžete nám opraviť tento problém." +1026,1,"Neznáma alokačná stratégia (%d).\n\nProsím kontaktujte support@taskscape.com a pomôžete nám opraviť tento problém." 1027,1,"Neplatný formát .CCD súboru.\n\nZobraziť aj nekompletný obraz." 1028,1,"Chýba .CCD súbor.\n\nZobraziť aj nekompletný obraz." 1029,1,"Nie je možné načítať sektor #%08X." diff --git a/translations/slovak/unlha.slt b/translations/slovak/unlha.slt index 2f3f73a0..14091e93 100644 --- a/translations/slovak/unlha.slt +++ b/translations/slovak/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [STRINGTABLE 0] diff --git a/translations/slovak/unmime.slt b/translations/slovak/unmime.slt index 476ab934..231694b5 100644 --- a/translations/slovak/unmime.slt +++ b/translations/slovak/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 101] diff --git a/translations/slovak/unrar.slt b/translations/slovak/unrar.slt index b301916d..5f164e35 100644 --- a/translations/slovak/unrar.slt +++ b/translations/slovak/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/slovak/wmobile.slt b/translations/slovak/wmobile.slt index 8b5f764b..1a510209 100644 --- a/translations/slovak/wmobile.slt +++ b/translations/slovak/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 500] diff --git a/translations/slovak/zip.slt b/translations/slovak/zip.slt index 17d3ee72..111a2fa7 100644 --- a/translations/slovak/zip.slt +++ b/translations/slovak/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\slovak\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,1051 AUTHOR,"Roman Paholík" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6167" +WEB,"/viewtopic.php?f=23&t=6167" COMMENT,"Slovenská verzia" [DIALOG 100] diff --git a/translations/spanish/7zip.slt b/translations/spanish/7zip.slt index 88da7487..92a56dc3 100644 --- a/translations/spanish/7zip.slt +++ b/translations/spanish/7zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\7zip.atp" TEXTVERSION,"1.31 (x86)" VERSION,"1,3,1,180" @@ -6,7 +6,7 @@ VERSION,"1,3,1,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 1200] diff --git a/translations/spanish/automation.slt b/translations/spanish/automation.slt index 8186a9b4..925599e7 100644 --- a/translations/spanish/automation.slt +++ b/translations/spanish/automation.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\automation.atp" TEXTVERSION,"1.7 (x86)" VERSION,"1,7,0,180" @@ -6,7 +6,7 @@ VERSION,"1,7,0,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/checksum.slt b/translations/spanish/checksum.slt index 25803646..9e7ac7f8 100644 --- a/translations/spanish/checksum.slt +++ b/translations/spanish/checksum.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\checksum.atp" TEXTVERSION,"2.2 (x86)" VERSION,"2,2,0,180" @@ -6,7 +6,7 @@ VERSION,"2,2,0,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 1000] diff --git a/translations/spanish/checkver.slt b/translations/spanish/checkver.slt index dcfe1161..79f23d03 100644 --- a/translations/spanish/checkver.slt +++ b/translations/spanish/checkver.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\checkver.atp" TEXTVERSION,"1.26 (x86)" VERSION,"1,2,6,180" @@ -6,7 +6,7 @@ VERSION,"1,2,6,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] @@ -78,7 +78,7 @@ COMMENT,"Versión en español" 218,1,"El plugin está trabajando con Internet.\n¿Desea interrumpir esta sesión de Internet?" 220,1,"Inicializando conexión con Internet..." 221,1,"Inicialización fallida: %s" -222,1,"Conectando con \tuwww.altap.cz\tlhttps://www.altap.cz\tn..." +222,1,"Conectando con \tuwww.taskscape.com\tlhttps://www.taskscape.com\tn..." 223,1,"Conexión fallida: %s" [STRINGTABLE 2] diff --git a/translations/spanish/dbviewer.slt b/translations/spanish/dbviewer.slt index f9f3dcfb..46d4f0bf 100644 --- a/translations/spanish/dbviewer.slt +++ b/translations/spanish/dbviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\dbviewer.atp" TEXTVERSION,"1.23 (x86)" VERSION,"1,2,3,180" @@ -6,7 +6,7 @@ VERSION,"1,2,3,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 12200] diff --git a/translations/spanish/diskmap.slt b/translations/spanish/diskmap.slt index e8bbc405..94c6f757 100644 --- a/translations/spanish/diskmap.slt +++ b/translations/spanish/diskmap.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\diskmap.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,7 +6,7 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [MENU 109] diff --git a/translations/spanish/filecomp.slt b/translations/spanish/filecomp.slt index ebfb0567..3a0c5371 100644 --- a/translations/spanish/filecomp.slt +++ b/translations/spanish/filecomp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\filecomp.atp" TEXTVERSION,"1.19 (x86)" VERSION,"1,1,9,180" @@ -6,7 +6,7 @@ VERSION,"1,1,9,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/ftp.slt b/translations/spanish/ftp.slt index 9b1ecf5b..17ca3345 100644 --- a/translations/spanish/ftp.slt +++ b/translations/spanish/ftp.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\ftp.atp" TEXTVERSION,"1.35 (x86)" VERSION,"1,3,5,180" @@ -6,7 +6,7 @@ VERSION,"1,3,5,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 500] @@ -1536,7 +1536,7 @@ COMMENT,"Versión en español" 10674,1,"Cadena con meses en texto incorrecta (formato: 12 meses separados con espacios)." 10680,1,"La condición de autodetección contiene un error.\n\nError: %s" 10685,1,"Tipo de servidor desconocido; imposible analizar listado de texto...\r\n" -10686,1,"Imposible analizar listado de ficheros y directorios del servidor. Sólo se mostrará el texto del listado en el panel.\n\nCompruebe nuestra página web para una nueva versión de Open Salamander. Si está usando la última versión, envíenos el listado bruto (si no es confidencial; haga click derecho en panel > Ver listado bruto > Guardar como) a la dirección support@altap.cz. Ayúdenos a poder usar tantos tipos de servidor como sea posible." +10686,1,"Imposible analizar listado de ficheros y directorios del servidor. Sólo se mostrará el texto del listado en el panel.\n\nCompruebe nuestra página web para una nueva versión de Open Salamander. Si está usando la última versión, envíenos el listado bruto (si no es confidencial; haga click derecho en panel > Ver listado bruto > Guardar como) a la dirección support@taskscape.com. Ayúdenos a poder usar tantos tipos de servidor como sea posible." 10687,1,"Imposible analizar el listado de texto usando el tipo de servidor seleccionado...\r\n" [STRINGTABLE 42] diff --git a/translations/spanish/ieviewer.slt b/translations/spanish/ieviewer.slt index 89e4c3d1..c6de01eb 100644 --- a/translations/spanish/ieviewer.slt +++ b/translations/spanish/ieviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\ieviewer.atp" TEXTVERSION,"1.12 (x86)" VERSION,"1,1,2,180" @@ -6,12 +6,12 @@ VERSION,"1,1,2,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [STRINGTABLE 0] 10100,1,"Visor de Internet Explorer" -10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@altap.cz." +10101,0,"Unable to open Internet Explorer Viewer.\nPlease report this problem to support@taskscape.com." 10102,1,"Error" 10103,1,"Visor ligero para HTML y XML basado en Internet Explorer." 10105,1,"Acerca del Plugin" diff --git a/translations/spanish/mmviewer.slt b/translations/spanish/mmviewer.slt index 8ff76cbc..06b739be 100644 --- a/translations/spanish/mmviewer.slt +++ b/translations/spanish/mmviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\mmviewer.atp" TEXTVERSION,"1.16 (x86)" VERSION,"1,1,6,180" @@ -6,7 +6,7 @@ VERSION,"1,1,6,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 10500] diff --git a/translations/spanish/nethood.slt b/translations/spanish/nethood.slt index 86a4c5a0..691a2cf0 100644 --- a/translations/spanish/nethood.slt +++ b/translations/spanish/nethood.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\nethood.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 102] diff --git a/translations/spanish/pak.slt b/translations/spanish/pak.slt index 6594e0ca..cc09200d 100644 --- a/translations/spanish/pak.slt +++ b/translations/spanish/pak.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\pak.atp" TEXTVERSION,"1.71 (x86)" VERSION,"1,7,1,180" @@ -6,7 +6,7 @@ VERSION,"1,7,1,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/peviewer.slt b/translations/spanish/peviewer.slt index 09d89f20..69f4464b 100644 --- a/translations/spanish/peviewer.slt +++ b/translations/spanish/peviewer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\peviewer.atp" TEXTVERSION,"3.0 (x86)" VERSION,"3,0,0,180" @@ -6,7 +6,7 @@ VERSION,"3,0,0,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 8501] @@ -30,7 +30,7 @@ COMMENT,"Versión en español" 10100,1,"Visor de ejecutable portátil" 10101,1,"Imposible abrir el fichero %s." 10102,1,"Ha fallado la creación de un fichero temporal." -10103,1,"Ha sucedido una excepción.\n\nFichero visto: %s\n\nSi cree que el fichero visto no está corrupto, envíe este fichero a support@altap.cz.\nLo reproduciremos y corregiremos el fallo. ¡Gracias por su cooperación!" +10103,1,"Ha sucedido una excepción.\n\nFichero visto: %s\n\nSi cree que el fichero visto no está corrupto, envíe este fichero a support@taskscape.com.\nLo reproduciremos y corregiremos el fallo. ¡Gracias por su cooperación!" 10104,1,"Presenta información sobre ficheros ejecutables portátiles como EXE, DLL, etc." [STRINGTABLE 2] diff --git a/translations/spanish/pictview.slt b/translations/spanish/pictview.slt index 52ac4768..5453f870 100644 --- a/translations/spanish/pictview.slt +++ b/translations/spanish/pictview.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\pictview.atp" TEXTVERSION,"2.13 (x86)" VERSION,"2,1,3,180" @@ -6,7 +6,7 @@ VERSION,"2,1,3,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 2000] diff --git a/translations/spanish/regedt.slt b/translations/spanish/regedt.slt index 642f0201..b408c1d9 100644 --- a/translations/spanish/regedt.slt +++ b/translations/spanish/regedt.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\regedt.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/renamer.slt b/translations/spanish/renamer.slt index cced3d0f..f154a475 100644 --- a/translations/spanish/renamer.slt +++ b/translations/spanish/renamer.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\renamer.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/salamand.slt b/translations/spanish/salamand.slt index 378c7160..f5cadca4 100644 --- a/translations/spanish/salamand.slt +++ b/translations/spanish/salamand.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\salamand.atp" TEXTVERSION,"4.0 (x86)" VERSION,"4,0,0,180" @@ -6,7 +6,7 @@ VERSION,"4,0,0,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" HELPDIR,"ENGLISH" SLGINCOMPLETE,"" @@ -299,9 +299,9 @@ SLGINCOMPLETE,"" 290,174,1,123,104,1,"" 1,124,162,50,14,1,"Cerrar" 271,10,87,201,8,1,"Versión" -1150,10,97,216,8,1,"Copyright © 1997-2023 Open Salamander Authors" +1150,10,97,216,8,1,"Copyright © 1997-2023 Taskscape Ltd" 1152,10,108,20,8,1,"Web:" -272,31,108,64,8,1,"www.altap.cz" +272,31,108,64,8,1,"www.taskscape.com" 286,2,154,294,1,1,"" [DIALOG 300] @@ -1063,7 +1063,7 @@ SLGINCOMPLETE,"" 2,97,57,50,14,1,"&Salir" 1,154,57,50,14,1,"&Continuar" 1150,10,10,282,8,1,"Esta versión beta ha expirado. Por favor, descargue e instale la versión actualizada:" -1142,10,23,282,8,1,"www.altap.cz/salamander/downloads/beta" +1142,10,23,282,8,1,"www.taskscape.com/salamander/downloads/beta" 1141,10,36,282,16,1,"Hoy es %s y esta versión expiró el %s." [DIALOG 2300] @@ -3236,7 +3236,7 @@ SLGINCOMPLETE,"" 13743,1,"&No presentar este mensaje para otros plugins" [STRINGTABLE 136] -13750,1,"La configuración guardada en el registro está mal, y no puede ser cargada. Open Salamander probablemente se cerró mientras guardaba la configuración. Esto suele pasar cuando Open Salamander todavía está en uso cuando apaga Windows (o cierra la sesión). Para impedir este problema, cierre Open Salamander antes de apagar (o cerrar sesión).\n\nPuede salvar copia de la configuración ahora (ejecute RegEdit.exe, cambie de nombre la clave HKEY_CURRENT_USER\\%s). Más tarde puede intentar conseguir parte de la configuración de esta copia Menú´de usuario, rutas rápidas, marcas FTP, etc.); visite forum.altap.cz para detalles.\n\nLa configuración errónea debe ser retirada del registro antes de iniciar Open Salamander." +13750,1,"La configuración guardada en el registro está mal, y no puede ser cargada. Open Salamander probablemente se cerró mientras guardaba la configuración. Esto suele pasar cuando Open Salamander todavía está en uso cuando apaga Windows (o cierra la sesión). Para impedir este problema, cierre Open Salamander antes de apagar (o cerrar sesión).\n\nPuede salvar copia de la configuración ahora (ejecute RegEdit.exe, cambie de nombre la clave HKEY_CURRENT_USER\\%s). Más tarde puede intentar conseguir parte de la configuración de esta copia Menú´de usuario, rutas rápidas, marcas FTP, etc.); visite para detalles.\n\nLa configuración errónea debe ser retirada del registro antes de iniciar Open Salamander." 13751,1,"Está usando valores no estándar para los siguientes parámetros durante el apagado y cierre de sesión. Probablemente cause alteración de la configuración de Open Salamander (termina durante la grabación de la configuración).\n\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\WaitToKillAppTimeout debería ser 20000.\nHKEY_CURRENT_USER\\Control Panel\\Desktop\\AutoEndTasks debería ser 0." 13752,1,"&Eliminar configuración" 13755,1,"Por favor, espeficique si quiere comparar ficheros o directorios." @@ -3281,7 +3281,7 @@ SLGINCOMPLETE,"" [STRINGTABLE 143] 13856,1,"Descripción" 13857,1,"Los cambios de transparencia de iconos no tendrán efecto hasta que se reinicie Open Salamander." -13865,1,"Open Salamander se ha vuelto inestable. Ha ocurrido una excepción no gestionada en el gestor de iconos %s. Puede impedir cuelgues similares si Open Salamander no usa este gestor (pulse botón Este) o deja de presentar iconos personalizados (pulsar botón Todos). Puede intentar también actualizar el software que provee este gestor (busque en forum.altap.cz más detalles).\n\n¿Qué gestores de iconos desea deshabilitar?\n\nNota: puede disponer transparencias de iconos en el diálogo configuración (ver página Transparencia de iconos)." +13865,1,"Open Salamander se ha vuelto inestable. Ha ocurrido una excepción no gestionada en el gestor de iconos %s. Puede impedir cuelgues similares si Open Salamander no usa este gestor (pulse botón Este) o deja de presentar iconos personalizados (pulsar botón Todos). Puede intentar también actualizar el software que provee este gestor (busque en más detalles).\n\n¿Qué gestores de iconos desea deshabilitar?\n\nNota: puede disponer transparencias de iconos en el diálogo configuración (ver página Transparencia de iconos)." 13866,1,"&Este" 13867,1,"&Todos" 13870,1,"El fichero config.reg (u otro fichero especificado con parámetro -c) no fue importado al registro por haber importado la configuración de una versión anterior de Open Salamander. Salga de Open Salamander ahora y reinicielo para resolver este problema." @@ -3403,11 +3403,11 @@ SLGINCOMPLETE,"" [STRINGTABLE 156] 14064,1,"Cargando, espere por favor..." 14065,1,"El informe ha sido cargado con éxito.\n\nGracias por ayudarnos a mejorar Open Salamander!" -14066,1,"La carga del informe ha fallado; razón: %s\n\nPor favor, envíenos el informe por email a support@altap.cz y bórrelo de su disco. Pulse OK para ver el informe." -14067,1,"La compresión del informe ha fallado; razón: %s\n\nPor favor, comprima su informe de fallos usando 7-Zip, envíelo por email a support@altap.cz, y borre el fichero de su disco. Pulse OK para ver el informe." +14066,1,"La carga del informe ha fallado; razón: %s\n\nPor favor, envíenos el informe por email a support@taskscape.com y bórrelo de su disco. Pulse OK para ver el informe." +14067,1,"La compresión del informe ha fallado; razón: %s\n\nPor favor, comprima su informe de fallos usando 7-Zip, envíelo por email a support@taskscape.com, y borre el fichero de su disco. Pulse OK para ver el informe." 14068,1,"La carga de %s ha fallado." 14070,1,"Esta es una utilidad interna de Open Salamander, no la inicie directamente." -14071,1,"Versión incorrecta del Informador de Fallos de Open Salamander . Por favor, contactge con nosotros en support@altap.cz." +14071,1,"Versión incorrecta del Informador de Fallos de Open Salamander . Por favor, contactge con nosotros en support@taskscape.com." 14072,1,"Ha surgido un problema, forzando el cierre de Open Salamander.\nCreando informe de fallos, espere por favor..." 14073,1,"Ha ocurrido algún problema durante la creación del informe de fallos:\n%s" 14074,1,"No es posible crear el fichero de minidump %s. Código: %d." diff --git a/translations/spanish/splitcbn.slt b/translations/spanish/splitcbn.slt index cf56a4d3..c8c3f167 100644 --- a/translations/spanish/splitcbn.slt +++ b/translations/spanish/splitcbn.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\splitcbn.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 101] diff --git a/translations/spanish/tar.slt b/translations/spanish/tar.slt index 1e8dd830..08d4fbca 100644 --- a/translations/spanish/tar.slt +++ b/translations/spanish/tar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\tar.atp" TEXTVERSION,"3.34 (x86)" VERSION,"3,3,4,180" @@ -6,7 +6,7 @@ VERSION,"3,3,4,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [STRINGTABLE 0] @@ -39,7 +39,7 @@ COMMENT,"Versión en español" 11268,1,"Error grabando al fichero de salida: " 11269,1,"La función WriteFile rehusó escribir todos los datos pedidos." 11270,1,"Encontrado un bloque inválido en corriente GZip; imposible extraer." -11271,1,"Error interno en plugin TAR; por favor, notifíquelo por email a support@altap.cz." +11271,1,"Error interno en plugin TAR; por favor, notifíquelo por email a support@taskscape.com." 11272,1,"Error de asignación de memoria." 11273,1,"Error CRC." 11274,1,"Datos inesperados en corriente comprimida; archivo corrupto." diff --git a/translations/spanish/unarj.slt b/translations/spanish/unarj.slt index 6c8381fb..d46aa376 100644 --- a/translations/spanish/unarj.slt +++ b/translations/spanish/unarj.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\unarj.atp" TEXTVERSION,"1.21 (x86)" VERSION,"1,2,1,180" @@ -6,7 +6,7 @@ VERSION,"1,2,1,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/uncab.slt b/translations/spanish/uncab.slt index 5b56bb72..97ba7373 100644 --- a/translations/spanish/uncab.slt +++ b/translations/spanish/uncab.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\uncab.atp" TEXTVERSION,"1.27 (x86)" VERSION,"1,2,7,180" @@ -6,7 +6,7 @@ VERSION,"1,2,7,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/unchm.slt b/translations/spanish/unchm.slt index 8c142c3a..afd1c52b 100644 --- a/translations/spanish/unchm.slt +++ b/translations/spanish/unchm.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\unchm.atp" TEXTVERSION,"1.03 (x86)" VERSION,"1,0,3,180" @@ -6,7 +6,7 @@ VERSION,"1,0,3,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [STRINGTABLE 0] @@ -23,7 +23,7 @@ COMMENT,"Versión en español" 1009,1,"Hojear y extraer ficheros CHM." 1010,1,"Imposible crear directorio temporal." 1011,1,"Imposible borrar fichero temporal." -1012,1,"Formato de fichero desconocido o no es una imagen CHM válida.\n\nSi está seguro de que ésta es una imagen CHM válida, contacte con support@altap.cz y ayúdenos a incorporar este formato." +1012,1,"Formato de fichero desconocido o no es una imagen CHM válida.\n\nSi está seguro de que ésta es una imagen CHM válida, contacte con support@taskscape.com y ayúdenos a incorporar este formato." 1013,1,"No es posible abrir este fichero." 1014,1,"Ha fallado la creación del fichero temporal." 1015,1,"No es posible ajustar atributos del fichero." diff --git a/translations/spanish/undelete.slt b/translations/spanish/undelete.slt index e380c6eb..d58bdfc0 100644 --- a/translations/spanish/undelete.slt +++ b/translations/spanish/undelete.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\undelete.atp" TEXTVERSION,"1.11 (x86)" VERSION,"1,1,1,180" @@ -6,7 +6,7 @@ VERSION,"1,1,1,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 1000] diff --git a/translations/spanish/unfat.slt b/translations/spanish/unfat.slt index f5bb326e..7e386ef2 100644 --- a/translations/spanish/unfat.slt +++ b/translations/spanish/unfat.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\unfat.atp" TEXTVERSION,"1.1 (x86)" VERSION,"1,1,0,180" @@ -6,7 +6,7 @@ VERSION,"1,1,0,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [STRINGTABLE 0] diff --git a/translations/spanish/uniso.slt b/translations/spanish/uniso.slt index 8e4a5439..7fc0e486 100644 --- a/translations/spanish/uniso.slt +++ b/translations/spanish/uniso.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\uniso.atp" TEXTVERSION,"1.37 (x86)" VERSION,"1,3,7,180" @@ -6,7 +6,7 @@ VERSION,"1,3,7,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 1200] @@ -32,7 +32,7 @@ COMMENT,"Versión en español" 1009,1,"Hojear y extraer ficheros imágenes ISO de CD/DVD." 1010,1,"Imposible crear directorio temporal." 1011,1,"Imposible borrar fichero temporal." -1012,1,"Foromato de fichero desconocido o imagen ISO no válida.\n\nSi está seguro de que es una imagen ISO válida, contacte con support@altap.cz y ayúdenos a mejorar este formato." +1012,1,"Foromato de fichero desconocido o imagen ISO no válida.\n\nSi está seguro de que es una imagen ISO válida, contacte con support@taskscape.com y ayúdenos a mejorar este formato." 1013,1,"Imposible abrir fichero '%s'." 1014,1,"Falló la creación de fichero temporal." 1015,1,"Imposible ajustar atributos de fichero." @@ -45,7 +45,7 @@ COMMENT,"Versión en español" [STRINGTABLE 2] 1024,1,"Ocurrieron algunos errores al meer la imagen multisesión.\n\nSe mostrarán sólo las sesiones leídas correctamente." 1025,1,"Tipo de pista desconocido." -1026,1,"Estrategia de asignación desconocida (%d).\n\nContacte con support@altap.cz y ayúdenos a solucionar este problema." +1026,1,"Estrategia de asignación desconocida (%d).\n\nContacte con support@taskscape.com y ayúdenos a solucionar este problema." 1027,1,"Mal formato de fichero .CCD.\n\nLa imagen mostrada podría estar incompleta." 1028,1,"Falta fichero .CCD.\n\nLa imagen presentada podría estar incompleta." 1029,1,"No se puede leer el sector #%08X." diff --git a/translations/spanish/unlha.slt b/translations/spanish/unlha.slt index 3688351b..15e2e124 100644 --- a/translations/spanish/unlha.slt +++ b/translations/spanish/unlha.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\unlha.atp" TEXTVERSION,"1.13 (x86)" VERSION,"1,1,3,180" @@ -6,7 +6,7 @@ VERSION,"1,1,3,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [STRINGTABLE 0] diff --git a/translations/spanish/unmime.slt b/translations/spanish/unmime.slt index 065b9894..379939cd 100644 --- a/translations/spanish/unmime.slt +++ b/translations/spanish/unmime.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\unmime.atp" TEXTVERSION,"1.14 (x86)" VERSION,"1,1,4,180" @@ -6,7 +6,7 @@ VERSION,"1,1,4,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 101] diff --git a/translations/spanish/unrar.slt b/translations/spanish/unrar.slt index fab13cce..e2a05427 100644 --- a/translations/spanish/unrar.slt +++ b/translations/spanish/unrar.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\unrar.atp" TEXTVERSION,"3.01 (x86)" VERSION,"3,0,1,180" @@ -6,7 +6,7 @@ VERSION,"3,0,1,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] diff --git a/translations/spanish/wmobile.slt b/translations/spanish/wmobile.slt index 9814a8ae..be27fa20 100644 --- a/translations/spanish/wmobile.slt +++ b/translations/spanish/wmobile.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\wmobile.atp" TEXTVERSION,"1.08 (x86)" VERSION,"1,0,8,180" @@ -6,7 +6,7 @@ VERSION,"1,0,8,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 500] diff --git a/translations/spanish/zip.slt b/translations/spanish/zip.slt index 9f41b658..a1916783 100644 --- a/translations/spanish/zip.slt +++ b/translations/spanish/zip.slt @@ -1,4 +1,4 @@ -[EXPORTINFO] +[EXPORTINFO] PROJECTNAME,"translator\salamand 4.0\projects\spanish\zip.atp" TEXTVERSION,"1.39 (x86)" VERSION,"1,3,9,180" @@ -6,7 +6,7 @@ VERSION,"1,3,9,180" [TRANSLATION] LANGID,3082 AUTHOR,"Juan Pablo Barrio Lera" -WEB,"forum.altap.cz/viewtopic.php?f=23&t=6168" +WEB,"/viewtopic.php?f=23&t=6168" COMMENT,"Versión en español" [DIALOG 100] @@ -405,7 +405,7 @@ COMMENT,"Versión en español" 1091,1,"Imposible cargar icono para el autoextractor." 1094,1,"Lo siento pero el plugin ha expirado. Compruebe nuestra página web para una versión más reciente." 1095,1,"En construcción." -1096,1,"Imposible encontrar ningún fichero autoextractor de Altap.\n\nSi desea crear archivos autoextraibles, reinstale el plugin ZIP." +1096,1,"Imposible encontrar ningún fichero autoextractor de Taskscape Ltd.\n\nSi desea crear archivos autoextraibles, reinstale el plugin ZIP." 1097,1,"Imposioble leer directorio de autoextractores: " 1098,1,"Ninguno de los ficheros autoextractores puede ser cargado." 1099,1,"Imposible cargar un fichero autoextractor: %s\n\nPulse Aceptar para seguir o Cancelar para terminar." @@ -439,7 +439,7 @@ COMMENT,"Versión en español" 1123,1,"Creando archivo ZIP autoextraible - %s" 1124,1,"copiando datos del archivo..." 1125,1,"El archivo está vacío." -1126,1,"El archivo contiene ficheros comprimidos con un método no admitido por el autoextractor de Altap.\n\nComprima el fichero de nuevo usando el plugin ZIP." +1126,1,"El archivo contiene ficheros comprimidos con un método no admitido por el autoextractor de Taskscape Ltd.\n\nComprima el fichero de nuevo usando el plugin ZIP." 1127,1,"Comprobando el archivo ZIP - %s" 1128,1,"comprobando ficheros..." 1129,1,"comprobando: " @@ -513,7 +513,7 @@ COMMENT,"Versión en español" 1202,1,"Crear, hojear y extraer archivos ZIP." 1208,1,"Se encontró un error en la corriente BZIP2. El archivo puede haberse dañado." 1209,1,"El directorio central de este archivo que contiene la lista de ficheros está encriptado o comprimido.\nEsto no está admitido." -1210,1,";Ajustes del autoextractor de Altap\r\n\r\n;Este es el fichero de ajustes del autoextractor de Altap.\r\n;\r\n;Sintaxis del formato del fichero:\r\n;\r\n" +1210,1,";Ajustes del autoextractor de Taskscape Ltd\r\n\r\n;Este es el fichero de ajustes del autoextractor de Taskscape Ltd.\r\n;\r\n;Sintaxis del formato del fichero:\r\n;\r\n" 1211,1,";Líneas que empiezan por el caracter ';' se tratan como comentarios\r\n;y se ignoran al procesar el fichero de ajustes.\r\n;\r\n" 1212,1,";Todas las variables salvo versión son opcionales. Si la variable\r\n;no está en el fichero de ajustes, se usará su valor por omisión.\r\n;Los valores por omisión para variables dependientes del idioma (dlg_text, dlg_title,\r\n;button_text) se recogen del paquete sfx.\r\n;\r\n" 1213,1,";Todos los valores de cadenas, incluyendo nulas, deben ir incluidas en\r\n;comillas dobles. Para escribir comillas dobles en la cadena use\r\n;dos comillas dobles sucesivas.\r\n;\r\n;No pueden incluirse números entre comilas dobles.\r\n\r\n" From ad5e54b6b0fc953ae4162af24b58e4eef79a5afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= Date: Wed, 4 Feb 2026 12:49:19 +0100 Subject: [PATCH 5/9] Rebranding: Correct 'Taskscape Ltd' to 'TaskscapeLtd' in code identifiers and fix include paths. - Fixed syntax errors in allochan.cpp caused by spaces in function names. - Updated mutex and shared memory names to use 'TaskscapeLtd' for consistency. - Added '..' to AdditionalIncludeDirectories in sal_base.props to resolve precomp.h from subdirectories. - Cleaned up formatting and removed extra blank lines in allochan.cpp. --- src/common/allochan.cpp | 15 ++++++++------- src/salmon/salmon.cpp | 2 +- src/salmoncl.cpp | 4 ++-- src/setup/doinst.c | 5 +++-- src/setup/infinst.c | 3 ++- src/setup/remove/remove.c | 5 +++-- src/shexreg.c | 9 +++++---- src/tasklist.cpp | 16 ++++++++-------- src/translator/trlipc.cpp | 3 ++- src/vcxproj/sal_base.props | 2 +- tools/salbreak/tasklist.cpp | 16 ++++++++-------- 11 files changed, 43 insertions(+), 37 deletions(-) diff --git a/src/common/allochan.cpp b/src/common/allochan.cpp index 66ffb12c..26c6a804 100644 --- a/src/common/allochan.cpp +++ b/src/common/allochan.cpp @@ -51,12 +51,12 @@ void Initialize__Allochan() class C__AllocHandlerInit { public: - static int Taskscape LtdNewHandler(size_t size); + static int TaskscapeLtdNewHandler(size_t size); C__AllocHandlerInit() { InitializeCriticalSection(&CriticalSection); - OldNewHandler = _set_new_handler(Taskscape LtdNewHandler); // operator new should call our new-handler on insufficient memory + OldNewHandler = _set_new_handler(TaskscapeLtdNewHandler); // operator new should call our new-handler on insufficient memory OldNewMode = _set_new_mode(1); // malloc should call our new-handler on insufficient memory } ~C__AllocHandlerInit() @@ -95,9 +95,9 @@ void SetAllocHandlerMessage(const TCHAR* message, const TCHAR* title, const TCHA lstrcpyn(__AllocHandlerWarningAbort, warningAbort, 200); } -int C__AllocHandlerInit::Taskscape LtdNewHandler(size_t size) +int C__AllocHandlerInit::TaskscapeLtdNewHandler(size_t size) { - TRACE_ET(_T("Taskscape LtdNewHandler: not enough memory to allocate ") << size << _T(" bytes!")); + TRACE_ET(_T("TaskscapeLtdNewHandler: not enough memory to allocate ") << size << _T(" bytes!")); int ret = 1; int ti = GetTickCount(); EnterCriticalSection(&__AllocHandlerInit.CriticalSection); @@ -111,7 +111,7 @@ int C__AllocHandlerInit::Taskscape LtdNewHandler(size_t size) res = MessageBox(NULL, buf, __AllocHandlerTitle, MB_ICONERROR | MB_TASKMODAL | MB_ABORTRETRYIGNORE | MB_DEFBUTTON2); if (res == 0) { - TRACE_ET(_T("Taskscape LtdNewHandler: unable to open message-box!")); + TRACE_ET(_T("TaskscapeLtdNewHandler: unable to open message-box!")); Sleep(1000); // let the machine rest and try to show msgbox again } } while (res == 0); @@ -122,7 +122,7 @@ int C__AllocHandlerInit::Taskscape LtdNewHandler(size_t size) res = MessageBox(NULL, __AllocHandlerWarningAbort, __AllocHandlerTitle, MB_ICONQUESTION | MB_TASKMODAL | MB_YESNO | MB_DEFBUTTON2); if (res == 0) { - TRACE_ET(_T("Taskscape LtdNewHandler: unable to open message-box with abort-warning!")); + TRACE_ET(_T("TaskscapeLtdNewHandler: unable to open message-box with abort-warning!")); Sleep(1000); // let the machine rest and try to show msgbox again } } while (res == 0); @@ -138,7 +138,7 @@ int C__AllocHandlerInit::Taskscape LtdNewHandler(size_t size) res = MessageBox(NULL, __AllocHandlerWarningIgnore, __AllocHandlerTitle, MB_ICONQUESTION | MB_TASKMODAL | MB_YESNO | MB_DEFBUTTON2); if (res == 0) { - TRACE_ET(_T("Taskscape LtdNewHandler: unable to open message-box with ignore-warning!")); + TRACE_ET(_T("TaskscapeLtdNewHandler: unable to open message-box with ignore-warning!")); Sleep(1000); // let the machine rest and try to show msgbox again } } while (res == 0); @@ -152,3 +152,4 @@ int C__AllocHandlerInit::Taskscape LtdNewHandler(size_t size) } #endif // ALLOCHAN_DISABLE + diff --git a/src/salmon/salmon.cpp b/src/salmon/salmon.cpp index 79569d69..05f1e3c6 100644 --- a/src/salmon/salmon.cpp +++ b/src/salmon/salmon.cpp @@ -782,7 +782,7 @@ BOOL GetStringSid(LPTSTR* stringSid) return TRUE; } -#define SALMON_MAINDLG_MUTEX_NAME "Taskscape LtdSalamanderSalmonMainDialog" +#define SALMON_MAINDLG_MUTEX_NAME "TaskscapeLtdSalamanderSalmonMainDialog" class CMainDialogMutex { diff --git a/src/salmoncl.cpp b/src/salmoncl.cpp index 1de784e6..62be50ed 100644 --- a/src/salmoncl.cpp +++ b/src/salmoncl.cpp @@ -26,7 +26,7 @@ HANDLE GetBugReporterRegistryMutex() SetSecurityDescriptorDacl(secAttr.lpSecurityDescriptor, TRUE, 0, FALSE); // do nazvu mutexu by bylo sikovne pridat SID, protoze procesy s ruznym SID bezi s jinym HKCU stromem // ale pro jednoduchost na to kaslem a mutex bude opravdu globalni - const char* MUTEX_NAME = "Global\\Taskscape LtdSalamanderBugReporterRegistryMutex"; + const char* MUTEX_NAME = "Global\\TaskscapeLtdSalamanderBugReporterRegistryMutex"; HANDLE hMutex = NOHANDLES(CreateMutex(&secAttr, FALSE, MUTEX_NAME)); if (hMutex == NULL) // uz create umi otevrite existujici mutex, ale muze selhat, proto pak zkusime jeste open hMutex = NOHANDLES(OpenMutex(SYNCHRONIZE, FALSE, MUTEX_NAME)); @@ -361,4 +361,4 @@ BOOL SalmonFireAndWait(const EXCEPTION_POINTERS* e, char* bugReportPath) strcat(bugReportPath, ".TXT"); return TRUE; -} \ No newline at end of file +} diff --git a/src/setup/doinst.c b/src/setup/doinst.c index 8b5d4eb3..76e8f7a5 100644 --- a/src/setup/doinst.c +++ b/src/setup/doinst.c @@ -2232,13 +2232,13 @@ void AddWERLocalDump(const char* exeName) { DWORD size = sizeof(taskscapeRefCount); dwType = REG_DWORD; - if (RegQueryValueEx(hExeKey, "Taskscape LtdRefCount", 0, &dwType, (BYTE*)&taskscapeRefCount, &size) != ERROR_SUCCESS || dwType != REG_DWORD) + if (RegQueryValueEx(hExeKey, "TaskscapeLtdRefCount", 0, &dwType, (BYTE*)&taskscapeRefCount, &size) != ERROR_SUCCESS || dwType != REG_DWORD) taskscapeRefCount = 0; } taskscapeRefCount++; dwType = REG_DWORD; - RegSetValueEx(hExeKey, "Taskscape LtdRefCount", 0, dwType, (const BYTE*)&taskscapeRefCount, sizeof(taskscapeRefCount)); + RegSetValueEx(hExeKey, "TaskscapeLtdRefCount", 0, dwType, (const BYTE*)&taskscapeRefCount, sizeof(taskscapeRefCount)); dumpCount = 50; RegSetValueEx(hExeKey, "DumpCount", 0, dwType, (const BYTE*)&dumpCount, sizeof(dumpCount)); dumpType = 0; // custom dump type @@ -3007,3 +3007,4 @@ BOOL DoInstallation() return TRUE; } + diff --git a/src/setup/infinst.c b/src/setup/infinst.c index baced16a..ab609f96 100644 --- a/src/setup/infinst.c +++ b/src/setup/infinst.c @@ -12,7 +12,7 @@ // Globals // -const char* MAINWINDOW_CLASS = "Taskscape LtdInstallMW"; +const char* MAINWINDOW_CLASS = "TaskscapeLtdInstallMW"; char MAINWINDOW_TITLE[100] = {0}; INSTALLINFO SetupInfo = {0}; // a structure containing the review information @@ -757,3 +757,4 @@ BOOL GetRegString(HKEY hRootKey, LPSTR pszKey, LPSTR pszValue, LPSTR pszData) pszData[0] = 0; return ret; } + diff --git a/src/setup/remove/remove.c b/src/setup/remove/remove.c index bd0d8621..8a8ad69a 100644 --- a/src/setup/remove/remove.c +++ b/src/setup/remove/remove.c @@ -1018,7 +1018,7 @@ void DoRemoveWERLocalDump(const char* exeName) DWORD size = sizeof(taskscapeRefCount); const char* dumpFolder = "%LOCALAPPDATA%\\Taskscape Ltd\\Open Salamander"; dwType = REG_DWORD; - if (RegQueryValueEx(hExeKey, "Taskscape LtdRefCount", 0, &dwType, (BYTE*)&taskscapeRefCount, &size) == ERROR_SUCCESS && dwType == REG_DWORD) + if (RegQueryValueEx(hExeKey, "TaskscapeLtdRefCount", 0, &dwType, (BYTE*)&taskscapeRefCount, &size) == ERROR_SUCCESS && dwType == REG_DWORD) { if (taskscapeRefCount != 0xffffffff && taskscapeRefCount > 0) taskscapeRefCount--; @@ -1031,7 +1031,7 @@ void DoRemoveWERLocalDump(const char* exeName) { // store the new RefCount dwType = REG_DWORD; - RegSetValueEx(hExeKey, "Taskscape LtdRefCount", 0, dwType, (const BYTE*)&taskscapeRefCount, sizeof(taskscapeRefCount)); + RegSetValueEx(hExeKey, "TaskscapeLtdRefCount", 0, dwType, (const BYTE*)&taskscapeRefCount, sizeof(taskscapeRefCount)); } } RegCloseKey(hExeKey); @@ -1862,3 +1862,4 @@ BOOL DoUninstall(HWND hParent, BOOL* needRestart) return ret; } #endif //INSIDE_SETUP + diff --git a/src/shexreg.c b/src/shexreg.c index 1154ed46..c5ad26f0 100644 --- a/src/shexreg.c +++ b/src/shexreg.c @@ -34,7 +34,7 @@ const char* SALSHEXT_DOPASTEEVENTNAME = "SalExten_DoPasteEvent4"; // salextx //const char *SHEXREG_OPENSALAMANDER_DESCR = "Shell Extension for Servant Salamander"; // salshext.dll (Sal 2.5 beta 1) //const char *SHEXREG_OPENSALAMANDER = "ServantSalamander25"; // salexten.dll - 2.5 beta 2 az RC1 //const char *SHEXREG_OPENSALAMANDER_DESCR = "Shell Extension for Servant Salamander 2.5"; // salexten.dll - 2.5 beta 2 az RC1 -//const char* SHEXREG_OPENSALAMANDER = "Taskscape LtdSalamanderVer" SALSHEXT_SHAREDNAMESAPPENDIX; // salexten.dll - do 4.0 +//const char* SHEXREG_OPENSALAMANDER = "TaskscapeLtdSalamanderVer" SALSHEXT_SHAREDNAMESAPPENDIX; // salexten.dll - do 4.0 const char* SHEXREG_OPENSALAMANDER = "OpenSalamanderVer" SALSHEXT_SHAREDNAMESAPPENDIX; #ifdef INSIDE_SALAMANDER #include "versinfo.rh2" @@ -434,12 +434,12 @@ BOOL CheckVersionOfDLL(const char* name) // - od verze 2.5 RC2 uz se nepouziva: - delete souboru z TEMPu (default value v HKEY_CLASSES_ROOT\CLSID\{C78B6131-F3EA-11D2-94A1-00E0292A01E3}\InProcServer32) (pocitat s tim, ze nemusi jit smazat hned - umet naplanovat po rebootu masiny) // - od verze 3.0 B1: pocitat s tim, ze utils\salextx86.dll a salextx64.dll nemusi jit smazat hned - umet naplanovat po rebootu masiny // - smazat HKEY_CLASSES_ROOT\CLSID\{C78B61??-F3EA-11D2-94A1-00E0292A01E3} (aktualni CLSID je v CLSID_ShellExtension) -// - smazat HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Taskscape LtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) +// - smazat HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\TaskscapeLtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) // - smazat v klici HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved // hodnotu {C78B61??-F3EA-11D2-94A1-00E0292A01E3} (aktualni CLSID je v CLSID_ShellExtension) // - je-li definovano makro ENABLE_SH_MENU_EXT: -// - smazat HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Taskscape LtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) -// - smazat HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Taskscape LtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) +// - smazat HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\TaskscapeLtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) +// - smazat HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\TaskscapeLtdSalamander?? (aktualni jmeno klice je v SHEXREG_OPENSALAMANDER) // - vse co bylo receno o klici HKEY_CLASSES_ROOT je potreba zkusit smazat tez z klice // HKEY_CURRENT_USER\Software\Classes (vyuziva se pokud user nema prava pro zapis do // HKEY_CLASSES_ROOT) @@ -738,3 +738,4 @@ BOOL SECSetName(int index, const char* name) #endif // ENABLE_SH_MENU_EXT #endif //INSIDE_SALAMANDER + diff --git a/src/tasklist.cpp b/src/tasklist.cpp index ff7deca9..79bcaa91 100644 --- a/src/tasklist.cpp +++ b/src/tasklist.cpp @@ -23,17 +23,17 @@ BOOL FirstInstance_3_or_later = FALSE; // process list is shared across all salamander instances in local session // from AS 3.0 we change the concept of "Break" event - it causes an exception in the target, so we have a "full-featured" bug report, but at the same time it ends the target -// therefore I'm changing the following constants "Taskscape LtdSalamander*" -> "Taskscape LtdSalamander3*", so we are separated from older versions +// therefore I'm changing the following constants "TaskscapeLtdSalamander*" -> "TaskscapeLtdSalamander3*", so we are separated from older versions // WARNING: when changing, salbreak.exe needs to be modified, just send me the info please ... thanks, Petr -const char* AS_PROCESSLIST_NAME = "Taskscape LtdSalamander3bProcessList"; // shared memory CProcessList -const char* AS_PROCESSLIST_MUTEX_NAME = "Taskscape LtdSalamander3bProcessListMutex"; // synchronization for access to shared memory -const char* AS_PROCESSLIST_EVENT_NAME = "Taskscape LtdSalamander3bProcessListEvent"; // triggering event (what should be done is stored in shared memory) -const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "Taskscape LtdSalamander3bProcessListEventProcessed"; // triggered event was processed +const char* AS_PROCESSLIST_NAME = "TaskscapeLtdSalamander3bProcessList"; // shared memory CProcessList +const char* AS_PROCESSLIST_MUTEX_NAME = "TaskscapeLtdSalamander3bProcessListMutex"; // synchronization for access to shared memory +const char* AS_PROCESSLIST_EVENT_NAME = "TaskscapeLtdSalamander3bProcessListEvent"; // triggering event (what should be done is stored in shared memory) +const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "TaskscapeLtdSalamander3bProcessListEventProcessed"; // triggered event was processed -const char* FIRST_SALAMANDER_MUTEX_NAME = "Taskscape LtdSalamanderFirstInstance"; // introduced from AS 2.52 beta 1 -const char* LOADSAVE_REGISTRY_MUTEX_NAME = "Taskscape LtdSalamanderLoadSaveRegistry"; // introduced from AS 2.52 beta 1 +const char* FIRST_SALAMANDER_MUTEX_NAME = "TaskscapeLtdSalamanderFirstInstance"; // introduced from AS 2.52 beta 1 +const char* LOADSAVE_REGISTRY_MUTEX_NAME = "TaskscapeLtdSalamanderLoadSaveRegistry"; // introduced from AS 2.52 beta 1 // path where we save bug report and minidump; later salmon packs it into 7z and uploads to server char BugReportPath[MAX_PATH] = ""; @@ -773,4 +773,4 @@ int i; */ return TRUE; -} \ No newline at end of file +} diff --git a/src/translator/trlipc.cpp b/src/translator/trlipc.cpp index 4fe2ae29..e9f573cb 100644 --- a/src/translator/trlipc.cpp +++ b/src/translator/trlipc.cpp @@ -7,7 +7,7 @@ #include "wndlayt.h" #include "trlipc.h" -const char* SHARED_MEMORY_NAME = "Local\\Taskscape LtdTranslatorSharedMemory"; +const char* SHARED_MEMORY_NAME = "Local\\TaskscapeLtdTranslatorSharedMemory"; #define SHARED_MEMORY_VERSION 1 @@ -189,3 +189,4 @@ BOOL CLayoutEditor::StartNewTranslatorWithLayoutEditor() CloseSharedMemory(sharedFileHandle, sharedMemory); return TRUE; } + diff --git a/src/vcxproj/sal_base.props b/src/vcxproj/sal_base.props index 90f7569d..4674ea3c 100644 --- a/src/vcxproj/sal_base.props +++ b/src/vcxproj/sal_base.props @@ -12,7 +12,7 @@ /MP /J %(AdditionalOptions) - ..\common;..\common\dep;..\plugins\shared;%(AdditionalIncludeDirectories) + ..;..\common;..\common\dep;..\plugins\shared;%(AdditionalIncludeDirectories) SAFE_ALLOC;_MT;WIN32;_WINDOWS;INSIDE_SALAMANDER;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0800;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT;%(PreprocessorDefinitions) Use precomp.h diff --git a/tools/salbreak/tasklist.cpp b/tools/salbreak/tasklist.cpp index 6a91a357..a3dc8fef 100644 --- a/tools/salbreak/tasklist.cpp +++ b/tools/salbreak/tasklist.cpp @@ -12,14 +12,14 @@ CTaskList TaskList; // process list je sdileny skrz vsechny salamander v lokani session // od AS 3.0 menime pojeti "Break" udalosti - vyvola v cili exception, takze mame "plnotucny" bug reprot, ale zaroven tim cil konci -// proto menim nasledujici konstanty "Taskscape LtdSalamander*" -> "Taskscape LtdSalamander3*", abychom byli oddeleni od starsich verzi -const char* AS_PROCESSLIST_NAME = "Taskscape LtdSalamander3bProcessList"; // sdilena pamet CProcessList -const char* AS_PROCESSLIST_MUTEX_NAME = "Taskscape LtdSalamander3bProcessListMutex"; // synchronizace pro pristup do sdilene pameti -const char* AS_PROCESSLIST_EVENT_NAME = "Taskscape LtdSalamander3bProcessListEvent"; // odpaleni udalosti (co se ma delat je ulozeno ve sdilene pameti) -const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "Taskscape LtdSalamander3bProcessListEventProcessed"; // odpalena udalost byla zpracovana +// proto menim nasledujici konstanty "TaskscapeLtdSalamander*" -> "TaskscapeLtdSalamander3*", abychom byli oddeleni od starsich verzi +const char* AS_PROCESSLIST_NAME = "TaskscapeLtdSalamander3bProcessList"; // sdilena pamet CProcessList +const char* AS_PROCESSLIST_MUTEX_NAME = "TaskscapeLtdSalamander3bProcessListMutex"; // synchronizace pro pristup do sdilene pameti +const char* AS_PROCESSLIST_EVENT_NAME = "TaskscapeLtdSalamander3bProcessListEvent"; // odpaleni udalosti (co se ma delat je ulozeno ve sdilene pameti) +const char* AS_PROCESSLIST_EVENT_PROCESSED_NAME = "TaskscapeLtdSalamander3bProcessListEventProcessed"; // odpalena udalost byla zpracovana -const char* FIRST_SALAMANDER_MUTEX_NAME = "Taskscape LtdSalamanderFirstInstance"; // zavedeno od AS 2.52 beta 1 -const char* LOADSAVE_REGISTRY_MUTEX_NAME = "Taskscape LtdSalamanderLoadSaveRegistry"; // zavedeno od AS 2.52 beta 1 +const char* FIRST_SALAMANDER_MUTEX_NAME = "TaskscapeLtdSalamanderFirstInstance"; // zavedeno od AS 2.52 beta 1 +const char* LOADSAVE_REGISTRY_MUTEX_NAME = "TaskscapeLtdSalamanderLoadSaveRegistry"; // zavedeno od AS 2.52 beta 1 // // **************************************************************************** @@ -290,4 +290,4 @@ int i; */ return TRUE; -} \ No newline at end of file +} From 31536c5cdd72040d32b0765e7f20681113b5db07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= Date: Wed, 4 Feb 2026 12:54:11 +0100 Subject: [PATCH 6/9] Update README.md from main branch --- README.md | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dc26e8e0..b6c68e9b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Open Salamander is a fast and reliable two-panel file manager for Windows. ## Origin -The original version of Servant Salamander was developed by Petr Šolín during his studies at the Czech Technical University. He released it as freeware in 1997. After graduation, Petr Šolín founded the company [Taskscape Ltd](https://www.taskscape.com/) in cooperation with Jan Ryšavý. In 2001 they released the first shareware version of the program. In 2007 a new version was renamed to Open Salamander 2.5. Many other programmers and translators [contributed](AUTHORS) to the project. In 2019, Taskscape Ltd was acquired by [Fine](https://www.finesoftware.eu/). After this acquisition, Open Salamander 4.0 was released as freeware. In 2023, the project was open sourced under the GPLv2 license as Open Salamander 5.0. +The original version of Servant Salamander was developed by Petr Šolín during his studies at the Czech Technical University. He released it as freeware in 1997. After graduation, Petr Šolín founded the company [Altap](https://www.altap.cz/) in cooperation with Jan Ryšavý. In 2001 they released the first shareware version of the program. In 2007 a new version was renamed to Altap Salamander 2.5. Many other programmers and translators [contributed](AUTHORS) to the project. In 2019, Altap was acquired by [Fine](https://www.finesoftware.eu/). After this acquisition, Altap Salamander 4.0 was released as freeware. In 2023, the project was open sourced under the GPLv2 license as Open Salamander 5.0. The name Servant Salamander came about when Petr Šolín and his friend Pavel Schreib were brainstorming name for this project. At that time, the well-known file managers were the aging Norton Commander and the rising Windows Commander. They questioned why a file manager should be named Commander, which implied that it commanded instead of served. This thought led to the birth of the name Servant Salamander. @@ -18,9 +18,9 @@ The 5.0 release marks a transition to open development with several key enhancem - **UI Modernization:** Introduced high-quality SVG icons for toolbars, replacing legacy bitmaps for better scaling on modern displays. - **Performance Breakthroughs:** - - **Asynchronous Loading:** File icons are now loaded using a dedicated thread pool, significantly speeding up directory browsing. - - **Optimized I/O:** Local-to-local file operations now use a 1MB buffer to minimize system calls and improve throughput. - - **Memory Management:** Refined memory allocation strategies specifically for Unicode string handling. + - **Asynchronous Loading:** File icons are now loaded using a dedicated thread pool, significantly speeding up directory browsing. + - **Optimized I/O:** Local-to-local file operations now use a 1MB buffer to minimize system calls and improve throughput. + - **Memory Management:** Refined memory allocation strategies specifically for Unicode string handling. - **Enhanced Unicode Support:** Comprehensive fixes for Unicode handling in window titles, file execution, and viewer outputs, ensuring full compatibility with international filenames. - **Codebase Internationalization:** We are systematically translating legacy Czech comments into English (`// CommentsTranslationProject: TRANSLATED`) to foster a global contributor community. - **Reliability:** Addressed critical threading issues, fixed "Access Denied" errors in worker threads, and resolved stability bugs in directory refreshing. @@ -28,15 +28,18 @@ The 5.0 release marks a transition to open development with several key enhancem ## Development ### Prerequisites + - Windows 11 or newer - [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) - [Desktop development with C++](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170) workload installed in VS2022 - [Windows 11 (10.0.26100.4654) SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/) optional component installed in VS2022 ### Optional requirements + - [Git](https://git-scm.com/downloads) - [PowerShell 7.4](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows) or newer - [HTMLHelp Workshop 1.3](https://learn.microsoft.com/en-us/answers/questions/265752/htmlhelp-workshop-download-for-chm-compiler-instal) + - Set the ```OPENSAL_BUILD_DIR``` environment variable to specify the build directory. Make sure the path has a trailing backslah, e.q. ```D:\Build\OpenSal\``` ### Building @@ -49,8 +52,8 @@ Use ```\src\vcxproj\!populate_build_dir.cmd``` to populate build directory with To create a standalone self-extracting installer (EXE) for distribution: -1. **Prepare files:** Ensure the `Instalator` directory contains the latest build of `salamand.exe`, `salmon.exe`, and other required files. -2. **Run the script:** Use the provided PowerShell script in the `tools` directory. +1. **Prepare files:** Ensure the `Instalator` directory contains the latest build of `salamand.exe`, `salmon.exe`, and other required files. +2. **Run the script:** Use the provided PowerShell script in the `tools` directory. ```powershell # Run from the project root @@ -58,6 +61,7 @@ To create a standalone self-extracting installer (EXE) for distribution: ``` The script automatically: + - Compiles a C# bootstrap (stub) for extraction. - Includes the latest SVG icons from `src\res\toolbars`. - Modifies `setup.inf` (internally in the package) if necessary to ensure icons are installed. @@ -67,6 +71,7 @@ The script automatically: ### Icons Open Salamander uses scalable SVG icons for its toolbars. + - **Location:** `src\res\toolbars` - **Format:** Standard SVG - **Dimensions:** The standard viewbox is **16x16 pixels**. @@ -82,7 +87,7 @@ This project welcomes contributions to build and enhance Open Salamander! ## Repository Content -``` +```bash \convert Conversion tables for the Convert command \doc Documentation \help User manual source files @@ -106,21 +111,20 @@ This project welcomes contributions to build and enhance Open Salamander! \translations Translations into other languages ``` -A few Open Salamander 4.0 plugins are either not included or cannot be compiled. For instance, the PictView engine ```pvw32cnv.dll``` is not open-sourced, so we should consider switching to [WIC](https://learn.microsoft.com/en-us/windows/win32/wic/-wic-about-windows-imaging-codec) or another library. The Encrypt plugin is incompatible with modern SSD disks and has been deprecated. The UnRAR plugin lacks [unrar.dll](https://www.rarlab.com/rar_add.htm), and the FTP plugin is missing [OpenSSL](https://www.openssl.org/) libraries. Both issues are solvable as both projects are open source. To build WinSCP plugin you need Embarcadero C++ Builder. +A few Altap Salamander 4.0 plugins are either not included or cannot be compiled. For instance, the PictView engine ```pvw32cnv.dll``` is not open-sourced, so we should consider switching to [WIC](https://learn.microsoft.com/en-us/windows/win32/wic/-wic-about-windows-imaging-codec) or another library. The Encrypt plugin is incompatible with modern SSD disks and has been deprecated. The UnRAR plugin lacks [unrar.dll](https://www.rarlab.com/rar_add.htm), and the FTP plugin is missing [OpenSSL](https://www.openssl.org/) libraries. Both issues are solvable as both projects are open source. To build WinSCP plugin you need Embarcadero C++ Builder. All the source code uses UTF-8-BOM encoding and is formatted with ```clang-format```. Refer to the ```\normalize.ps1``` script for more information. ## Resources -- [Open Salamander Website](https://www.taskscape.com/) -- Open Salamander 4.0 [features](https://www.taskscape.com/salamander/features/) -- Open Salamander 4.0 [documentation](https://www.taskscape.com/salamander/help/) -- Servant Salamander and Open Salamander [changelogs](https://www.taskscape.com/salamander/changelogs/) -- [User Community Forum](/) -- Open Salamander on [Wikipedia](https://en.wikipedia.org/wiki/Taskscape Ltd_Salamander) +- [Altap Salamander Website](https://www.altap.cz/) +- Altap Salamander 4.0 [features](https://www.altap.cz/salamander/features/) +- Altap Salamander 4.0 [documentation](https://www.altap.cz/salamander/help/) +- Servant Salamander and Altap Salamander [changelogs](https://www.altap.cz/salamander/changelogs/) +- [User Community Forum](https://forum.altap.cz/) +- Altap Salamander on [Wikipedia](https://en.wikipedia.org/wiki/Altap_Salamander) ## License Open Salamander is open source software licensed [GPLv2](doc/license_gpl.txt) and later. Individual [files and libraries](doc/third_party.txt) have a different, but compatible license. - From 3b1f921e16c2efcb44c6897161f8992aab486f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= Date: Wed, 4 Feb 2026 12:59:07 +0100 Subject: [PATCH 7/9] Installer update --- {Instalator => Installer}/LICENSE | 2 +- {Instalator => Installer}/setup.inf | 10 +- Installer/toolbars/Back.svg | 4 - .../toolbars/CalculateDirectorySizes.svg | 8 -- Installer/toolbars/CalculateOccupiedSpace.svg | 5 - Installer/toolbars/ChangeAttributes.svg | 5 - Installer/toolbars/ChangeCase.svg | 6 -- Installer/toolbars/ChangeDirectory.svg | 5 - Installer/toolbars/ClipboardCopy.svg | 6 -- Installer/toolbars/ClipboardCut.svg | 6 -- Installer/toolbars/ClipboardPaste.svg | 5 - Installer/toolbars/CommandShell.svg | 6 -- Installer/toolbars/CompareDirectories.svg | 4 - Installer/toolbars/Configuration.svg | 5 - Installer/toolbars/ConnectNetworkDrive.svg | 7 -- Installer/toolbars/Convert.svg | 6 -- Installer/toolbars/Copy.svg | 6 -- Installer/toolbars/CreateDirectory.svg | 5 - Installer/toolbars/Delete.svg | 7 -- Installer/toolbars/Disconnect.svg | 6 -- Installer/toolbars/DriveInformation.svg | 7 -- Installer/toolbars/Edit.svg | 6 -- Installer/toolbars/EditNewFile.svg | 6 -- Installer/toolbars/Email.svg | 4 - Installer/toolbars/Filter.svg | 4 - .../toolbars/FindFilesAndDirectories.svg | 5 - Installer/toolbars/FocusNameInOtherPanel.svg | 4 - Installer/toolbars/Forward.svg | 4 - Installer/toolbars/GoToHotPath.svg | 4 - Installer/toolbars/GoToPathfromOtherPanel.svg | 5 - Installer/toolbars/GoToShortcutTarget.svg | 6 -- Installer/toolbars/HelpContents.svg | 5 - Installer/toolbars/HideSelectedNames.svg | 5 - Installer/toolbars/HideUnselectedNames.svg | 4 - Installer/toolbars/Modify.svg | 7 -- Installer/toolbars/Move.svg | 5 - Installer/toolbars/MoveItemDown.svg | 3 - Installer/toolbars/MoveItemUp.svg | 3 - Installer/toolbars/NTFSCompress.svg | 6 -- Installer/toolbars/NTFSUncompress.svg | 6 -- Installer/toolbars/New.svg | 3 - Installer/toolbars/OpenFolder.svg | 4 - Installer/toolbars/OpenNameinOtherPanel.svg | 4 - Installer/toolbars/Pack.svg | 5 - Installer/toolbars/ParentDirectory.svg | 4 - Installer/toolbars/PasteShortcut.svg | 6 -- Installer/toolbars/Properties.svg | 6 -- Installer/toolbars/QuickRename.svg | 6 -- Installer/toolbars/Refresh.svg | 6 -- Installer/toolbars/RootDirectory.svg | 5 - Installer/toolbars/Security.svg | 3 - Installer/toolbars/SelectAll.svg | 8 -- Installer/toolbars/SharedDirectories.svg | 4 - Installer/toolbars/ShowHiddenNames.svg | 4 - Installer/toolbars/SmartColumnMode.svg | 7 -- Installer/toolbars/SortByAttributes.svg | 5 - Installer/toolbars/SortByDate.svg | 6 -- Installer/toolbars/SortByExtension.svg | 6 -- Installer/toolbars/SortByName.svg | 6 -- Installer/toolbars/SortBySize.svg | 6 -- Installer/toolbars/SwapPanels.svg | 5 - Installer/toolbars/Unpack.svg | 12 --- Installer/toolbars/UnselectAll.svg | 5 - Installer/toolbars/UserMenu.svg | 8 -- Installer/toolbars/View.svg | 4 - Installer/toolbars/Views.svg | 6 -- Installer/toolbars/WhatIsThis.svg | 5 - {Instalator => Installer}/x64 | 0 create_express_installer.ps1 | 97 ------------------- create_installer.ps1 | 62 ------------ 70 files changed, 6 insertions(+), 515 deletions(-) rename {Instalator => Installer}/LICENSE (98%) rename {Instalator => Installer}/setup.inf (94%) delete mode 100644 Installer/toolbars/Back.svg delete mode 100644 Installer/toolbars/CalculateDirectorySizes.svg delete mode 100644 Installer/toolbars/CalculateOccupiedSpace.svg delete mode 100644 Installer/toolbars/ChangeAttributes.svg delete mode 100644 Installer/toolbars/ChangeCase.svg delete mode 100644 Installer/toolbars/ChangeDirectory.svg delete mode 100644 Installer/toolbars/ClipboardCopy.svg delete mode 100644 Installer/toolbars/ClipboardCut.svg delete mode 100644 Installer/toolbars/ClipboardPaste.svg delete mode 100644 Installer/toolbars/CommandShell.svg delete mode 100644 Installer/toolbars/CompareDirectories.svg delete mode 100644 Installer/toolbars/Configuration.svg delete mode 100644 Installer/toolbars/ConnectNetworkDrive.svg delete mode 100644 Installer/toolbars/Convert.svg delete mode 100644 Installer/toolbars/Copy.svg delete mode 100644 Installer/toolbars/CreateDirectory.svg delete mode 100644 Installer/toolbars/Delete.svg delete mode 100644 Installer/toolbars/Disconnect.svg delete mode 100644 Installer/toolbars/DriveInformation.svg delete mode 100644 Installer/toolbars/Edit.svg delete mode 100644 Installer/toolbars/EditNewFile.svg delete mode 100644 Installer/toolbars/Email.svg delete mode 100644 Installer/toolbars/Filter.svg delete mode 100644 Installer/toolbars/FindFilesAndDirectories.svg delete mode 100644 Installer/toolbars/FocusNameInOtherPanel.svg delete mode 100644 Installer/toolbars/Forward.svg delete mode 100644 Installer/toolbars/GoToHotPath.svg delete mode 100644 Installer/toolbars/GoToPathfromOtherPanel.svg delete mode 100644 Installer/toolbars/GoToShortcutTarget.svg delete mode 100644 Installer/toolbars/HelpContents.svg delete mode 100644 Installer/toolbars/HideSelectedNames.svg delete mode 100644 Installer/toolbars/HideUnselectedNames.svg delete mode 100644 Installer/toolbars/Modify.svg delete mode 100644 Installer/toolbars/Move.svg delete mode 100644 Installer/toolbars/MoveItemDown.svg delete mode 100644 Installer/toolbars/MoveItemUp.svg delete mode 100644 Installer/toolbars/NTFSCompress.svg delete mode 100644 Installer/toolbars/NTFSUncompress.svg delete mode 100644 Installer/toolbars/New.svg delete mode 100644 Installer/toolbars/OpenFolder.svg delete mode 100644 Installer/toolbars/OpenNameinOtherPanel.svg delete mode 100644 Installer/toolbars/Pack.svg delete mode 100644 Installer/toolbars/ParentDirectory.svg delete mode 100644 Installer/toolbars/PasteShortcut.svg delete mode 100644 Installer/toolbars/Properties.svg delete mode 100644 Installer/toolbars/QuickRename.svg delete mode 100644 Installer/toolbars/Refresh.svg delete mode 100644 Installer/toolbars/RootDirectory.svg delete mode 100644 Installer/toolbars/Security.svg delete mode 100644 Installer/toolbars/SelectAll.svg delete mode 100644 Installer/toolbars/SharedDirectories.svg delete mode 100644 Installer/toolbars/ShowHiddenNames.svg delete mode 100644 Installer/toolbars/SmartColumnMode.svg delete mode 100644 Installer/toolbars/SortByAttributes.svg delete mode 100644 Installer/toolbars/SortByDate.svg delete mode 100644 Installer/toolbars/SortByExtension.svg delete mode 100644 Installer/toolbars/SortByName.svg delete mode 100644 Installer/toolbars/SortBySize.svg delete mode 100644 Installer/toolbars/SwapPanels.svg delete mode 100644 Installer/toolbars/Unpack.svg delete mode 100644 Installer/toolbars/UnselectAll.svg delete mode 100644 Installer/toolbars/UserMenu.svg delete mode 100644 Installer/toolbars/View.svg delete mode 100644 Installer/toolbars/Views.svg delete mode 100644 Installer/toolbars/WhatIsThis.svg rename {Instalator => Installer}/x64 (100%) delete mode 100644 create_express_installer.ps1 delete mode 100644 create_installer.ps1 diff --git a/Instalator/LICENSE b/Installer/LICENSE similarity index 98% rename from Instalator/LICENSE rename to Installer/LICENSE index cc79f618..c8df1e43 100644 --- a/Instalator/LICENSE +++ b/Installer/LICENSE @@ -1,4 +1,4 @@ -Software License Agreement for Taskscape Ltd Salamander. +Software License Agreement for Taskscape Ltd on Open Salamander. This is a legal agreement ("Agreement") between you (either an individual or an entity) and Taskscape Ltd, spol. s r.o. ("Taskscape Ltd") for the Taskscape Ltd software product diff --git a/Instalator/setup.inf b/Installer/setup.inf similarity index 94% rename from Instalator/setup.inf rename to Installer/setup.inf index 9797eed7..bf1da214 100644 --- a/Instalator/setup.inf +++ b/Installer/setup.inf @@ -1,7 +1,7 @@ [Private] -ApplicationName=Salamander 5.0 -ApplicationNameVer=Salamander 5.0 -DefaultDirectory=C:\ Program Files\Salamander 5.0 +ApplicationName=Open Salamander 5.0 +ApplicationNameVer=Open Salamander 5.0 +DefaultDirectory=C:\ Program Files\Open Salamander 5.0 LicenseFile=LICENSE SkipChooseDirectory=0 @@ -76,5 +76,5 @@ toolbars\Views.svg,%1\toolbars\Views.svg,0 toolbars\WhatIsThis.svg,%1\toolbars\WhatIsThis.svg,0 [CreateShortcuts] -0,Altap Salamander 5.0,%1\salamand.exe, -1,Altap Salamander 5.0,%1\salamand.exe, \ No newline at end of file +0,Open Salamander 5.0,%1\salamand.exe, +1,Open Salamander 5.0,%1\salamand.exe, \ No newline at end of file diff --git a/Installer/toolbars/Back.svg b/Installer/toolbars/Back.svg deleted file mode 100644 index 5fea2c49..00000000 --- a/Installer/toolbars/Back.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/CalculateDirectorySizes.svg b/Installer/toolbars/CalculateDirectorySizes.svg deleted file mode 100644 index d300950c..00000000 --- a/Installer/toolbars/CalculateDirectorySizes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/CalculateOccupiedSpace.svg b/Installer/toolbars/CalculateOccupiedSpace.svg deleted file mode 100644 index a9f4e9b3..00000000 --- a/Installer/toolbars/CalculateOccupiedSpace.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ChangeAttributes.svg b/Installer/toolbars/ChangeAttributes.svg deleted file mode 100644 index 1ddcf41b..00000000 --- a/Installer/toolbars/ChangeAttributes.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ChangeCase.svg b/Installer/toolbars/ChangeCase.svg deleted file mode 100644 index 1e967ff8..00000000 --- a/Installer/toolbars/ChangeCase.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ChangeDirectory.svg b/Installer/toolbars/ChangeDirectory.svg deleted file mode 100644 index 321ff130..00000000 --- a/Installer/toolbars/ChangeDirectory.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ClipboardCopy.svg b/Installer/toolbars/ClipboardCopy.svg deleted file mode 100644 index 27f14ed2..00000000 --- a/Installer/toolbars/ClipboardCopy.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ClipboardCut.svg b/Installer/toolbars/ClipboardCut.svg deleted file mode 100644 index e6a7c629..00000000 --- a/Installer/toolbars/ClipboardCut.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ClipboardPaste.svg b/Installer/toolbars/ClipboardPaste.svg deleted file mode 100644 index 1cdc9fab..00000000 --- a/Installer/toolbars/ClipboardPaste.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/CommandShell.svg b/Installer/toolbars/CommandShell.svg deleted file mode 100644 index 47112906..00000000 --- a/Installer/toolbars/CommandShell.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/CompareDirectories.svg b/Installer/toolbars/CompareDirectories.svg deleted file mode 100644 index acbef107..00000000 --- a/Installer/toolbars/CompareDirectories.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/Configuration.svg b/Installer/toolbars/Configuration.svg deleted file mode 100644 index 694d8281..00000000 --- a/Installer/toolbars/Configuration.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ConnectNetworkDrive.svg b/Installer/toolbars/ConnectNetworkDrive.svg deleted file mode 100644 index 6d6d7313..00000000 --- a/Installer/toolbars/ConnectNetworkDrive.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Convert.svg b/Installer/toolbars/Convert.svg deleted file mode 100644 index 93de6456..00000000 --- a/Installer/toolbars/Convert.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Copy.svg b/Installer/toolbars/Copy.svg deleted file mode 100644 index 27f14ed2..00000000 --- a/Installer/toolbars/Copy.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/CreateDirectory.svg b/Installer/toolbars/CreateDirectory.svg deleted file mode 100644 index 65720049..00000000 --- a/Installer/toolbars/CreateDirectory.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Delete.svg b/Installer/toolbars/Delete.svg deleted file mode 100644 index 4adaf380..00000000 --- a/Installer/toolbars/Delete.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Disconnect.svg b/Installer/toolbars/Disconnect.svg deleted file mode 100644 index f4b290bc..00000000 --- a/Installer/toolbars/Disconnect.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/DriveInformation.svg b/Installer/toolbars/DriveInformation.svg deleted file mode 100644 index 2a3b2c1c..00000000 --- a/Installer/toolbars/DriveInformation.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Edit.svg b/Installer/toolbars/Edit.svg deleted file mode 100644 index cf56f6e6..00000000 --- a/Installer/toolbars/Edit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/EditNewFile.svg b/Installer/toolbars/EditNewFile.svg deleted file mode 100644 index 58c93d43..00000000 --- a/Installer/toolbars/EditNewFile.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Email.svg b/Installer/toolbars/Email.svg deleted file mode 100644 index 7a715cff..00000000 --- a/Installer/toolbars/Email.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/Filter.svg b/Installer/toolbars/Filter.svg deleted file mode 100644 index 3dd2c87d..00000000 --- a/Installer/toolbars/Filter.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/FindFilesAndDirectories.svg b/Installer/toolbars/FindFilesAndDirectories.svg deleted file mode 100644 index ea550aec..00000000 --- a/Installer/toolbars/FindFilesAndDirectories.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/FocusNameInOtherPanel.svg b/Installer/toolbars/FocusNameInOtherPanel.svg deleted file mode 100644 index 94995bc4..00000000 --- a/Installer/toolbars/FocusNameInOtherPanel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/Forward.svg b/Installer/toolbars/Forward.svg deleted file mode 100644 index b4189a4f..00000000 --- a/Installer/toolbars/Forward.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/GoToHotPath.svg b/Installer/toolbars/GoToHotPath.svg deleted file mode 100644 index 033fd636..00000000 --- a/Installer/toolbars/GoToHotPath.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/GoToPathfromOtherPanel.svg b/Installer/toolbars/GoToPathfromOtherPanel.svg deleted file mode 100644 index 71ce300c..00000000 --- a/Installer/toolbars/GoToPathfromOtherPanel.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/GoToShortcutTarget.svg b/Installer/toolbars/GoToShortcutTarget.svg deleted file mode 100644 index 248f4cb2..00000000 --- a/Installer/toolbars/GoToShortcutTarget.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/HelpContents.svg b/Installer/toolbars/HelpContents.svg deleted file mode 100644 index e85393fc..00000000 --- a/Installer/toolbars/HelpContents.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/HideSelectedNames.svg b/Installer/toolbars/HideSelectedNames.svg deleted file mode 100644 index fd178de2..00000000 --- a/Installer/toolbars/HideSelectedNames.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/HideUnselectedNames.svg b/Installer/toolbars/HideUnselectedNames.svg deleted file mode 100644 index 8f58284c..00000000 --- a/Installer/toolbars/HideUnselectedNames.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/Modify.svg b/Installer/toolbars/Modify.svg deleted file mode 100644 index 9e9e7764..00000000 --- a/Installer/toolbars/Modify.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Move.svg b/Installer/toolbars/Move.svg deleted file mode 100644 index f7800323..00000000 --- a/Installer/toolbars/Move.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/MoveItemDown.svg b/Installer/toolbars/MoveItemDown.svg deleted file mode 100644 index fc7de1ee..00000000 --- a/Installer/toolbars/MoveItemDown.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/Installer/toolbars/MoveItemUp.svg b/Installer/toolbars/MoveItemUp.svg deleted file mode 100644 index 42869f48..00000000 --- a/Installer/toolbars/MoveItemUp.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/Installer/toolbars/NTFSCompress.svg b/Installer/toolbars/NTFSCompress.svg deleted file mode 100644 index 412b656b..00000000 --- a/Installer/toolbars/NTFSCompress.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/NTFSUncompress.svg b/Installer/toolbars/NTFSUncompress.svg deleted file mode 100644 index 6be0b197..00000000 --- a/Installer/toolbars/NTFSUncompress.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/New.svg b/Installer/toolbars/New.svg deleted file mode 100644 index c7e288d7..00000000 --- a/Installer/toolbars/New.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/Installer/toolbars/OpenFolder.svg b/Installer/toolbars/OpenFolder.svg deleted file mode 100644 index 10261815..00000000 --- a/Installer/toolbars/OpenFolder.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/OpenNameinOtherPanel.svg b/Installer/toolbars/OpenNameinOtherPanel.svg deleted file mode 100644 index 733056e3..00000000 --- a/Installer/toolbars/OpenNameinOtherPanel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/Pack.svg b/Installer/toolbars/Pack.svg deleted file mode 100644 index 1e8dc6ba..00000000 --- a/Installer/toolbars/Pack.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/ParentDirectory.svg b/Installer/toolbars/ParentDirectory.svg deleted file mode 100644 index 103a1c47..00000000 --- a/Installer/toolbars/ParentDirectory.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/PasteShortcut.svg b/Installer/toolbars/PasteShortcut.svg deleted file mode 100644 index 39feedd3..00000000 --- a/Installer/toolbars/PasteShortcut.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Properties.svg b/Installer/toolbars/Properties.svg deleted file mode 100644 index a13fd6ed..00000000 --- a/Installer/toolbars/Properties.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/QuickRename.svg b/Installer/toolbars/QuickRename.svg deleted file mode 100644 index 19c11ce9..00000000 --- a/Installer/toolbars/QuickRename.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Refresh.svg b/Installer/toolbars/Refresh.svg deleted file mode 100644 index 0a497ace..00000000 --- a/Installer/toolbars/Refresh.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/RootDirectory.svg b/Installer/toolbars/RootDirectory.svg deleted file mode 100644 index da8d593d..00000000 --- a/Installer/toolbars/RootDirectory.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Security.svg b/Installer/toolbars/Security.svg deleted file mode 100644 index 8eddc4f5..00000000 --- a/Installer/toolbars/Security.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/Installer/toolbars/SelectAll.svg b/Installer/toolbars/SelectAll.svg deleted file mode 100644 index d9122096..00000000 --- a/Installer/toolbars/SelectAll.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/SharedDirectories.svg b/Installer/toolbars/SharedDirectories.svg deleted file mode 100644 index 7fa78459..00000000 --- a/Installer/toolbars/SharedDirectories.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/ShowHiddenNames.svg b/Installer/toolbars/ShowHiddenNames.svg deleted file mode 100644 index 7eb704c5..00000000 --- a/Installer/toolbars/ShowHiddenNames.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/SmartColumnMode.svg b/Installer/toolbars/SmartColumnMode.svg deleted file mode 100644 index 841b0a35..00000000 --- a/Installer/toolbars/SmartColumnMode.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/SortByAttributes.svg b/Installer/toolbars/SortByAttributes.svg deleted file mode 100644 index d63f7359..00000000 --- a/Installer/toolbars/SortByAttributes.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/SortByDate.svg b/Installer/toolbars/SortByDate.svg deleted file mode 100644 index 9a4794e0..00000000 --- a/Installer/toolbars/SortByDate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/SortByExtension.svg b/Installer/toolbars/SortByExtension.svg deleted file mode 100644 index cf7747e0..00000000 --- a/Installer/toolbars/SortByExtension.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/SortByName.svg b/Installer/toolbars/SortByName.svg deleted file mode 100644 index c9ceef8e..00000000 --- a/Installer/toolbars/SortByName.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/SortBySize.svg b/Installer/toolbars/SortBySize.svg deleted file mode 100644 index 44f20836..00000000 --- a/Installer/toolbars/SortBySize.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/SwapPanels.svg b/Installer/toolbars/SwapPanels.svg deleted file mode 100644 index b1effca5..00000000 --- a/Installer/toolbars/SwapPanels.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/Unpack.svg b/Installer/toolbars/Unpack.svg deleted file mode 100644 index e06b6ece..00000000 --- a/Installer/toolbars/Unpack.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/UnselectAll.svg b/Installer/toolbars/UnselectAll.svg deleted file mode 100644 index 903c8630..00000000 --- a/Installer/toolbars/UnselectAll.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Installer/toolbars/UserMenu.svg b/Installer/toolbars/UserMenu.svg deleted file mode 100644 index 0f531905..00000000 --- a/Installer/toolbars/UserMenu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/View.svg b/Installer/toolbars/View.svg deleted file mode 100644 index 0a07ccc4..00000000 --- a/Installer/toolbars/View.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Installer/toolbars/Views.svg b/Installer/toolbars/Views.svg deleted file mode 100644 index be4c191d..00000000 --- a/Installer/toolbars/Views.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Installer/toolbars/WhatIsThis.svg b/Installer/toolbars/WhatIsThis.svg deleted file mode 100644 index 715d8f35..00000000 --- a/Installer/toolbars/WhatIsThis.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Instalator/x64 b/Installer/x64 similarity index 100% rename from Instalator/x64 rename to Installer/x64 diff --git a/create_express_installer.ps1 b/create_express_installer.ps1 deleted file mode 100644 index 1346751d..00000000 --- a/create_express_installer.ps1 +++ /dev/null @@ -1,97 +0,0 @@ -# Skrypt do tworzenia instalatora przy użyciu IExpress - wersja poprawiona (debug) - -$sourceFolder = "Installer" -$outputName = "FileManager_Setup.exe" -$setupFile = "setup.exe" -$sedFile = "installer.sed" - -# Ścieżka bezwzględna do folderu roboczego -$workDir = $PWD.Path - -# 1. Spakuj folder Installer do ZIP (zachowanie struktury) -Write-Host "Pakowanie folderu $sourceFolder do ZIP..." -ForegroundColor Cyan -$zipName = "install.zip" -$zipPath = Join-Path $workDir $zipName -if (Test-Path $zipPath) { Remove-Item $zipPath } -Compress-Archive -Path "$sourceFolder\*" -DestinationPath $zipPath -Force - -# 2. Utwórz launcher.bat -$batName = "run.bat" -$batPath = Join-Path $workDir $batName -# Używamy prostszego polecenia tar (dostępne w Win10/11) lub powershell do rozpakowania -$batContent = @" -@echo off -cd /d "%~dp0" -powershell -NoProfile -Command "Expand-Archive -Path 'install.zip' -DestinationPath . -Force" -start "" "$setupFile" -"@ -Set-Content -Path $batPath -Value $batContent -Encoding ASCII - -# 3. Przygotuj plik SED -# IExpress wymaga ścieżek w sekcji [SourceFiles] bez cudzysłowów, ale w [Strings] z cudzysłowami jeśli są spacje. -# Najbezpieczniej jest trzymać pliki źródłowe w katalogu bez spacji, ale spróbujemy to obejść. - -$targetExe = Join-Path $workDir $outputName - -$sedContent = @" -[Version] -Class=IExpress -SEDVersion=3 -[Options] -PackagePurpose=InstallApp -ShowInstallProgramWindow=0 -HideExtractAnimation=0 -UseLongFileName=1 -InsideCompressed=0 -CAB_FixedSize=0 -CAB_ResvCodeSigning=0 -RebootMode=N -InstallPrompt= -DisplayLicense= -FinishMessage= -TargetName=$targetExe -FriendlyName=FileManager Installer -AppLaunched=cmd.exe /c $batName -PostInstallCmd= -AdminQuietInstCmd= -UserQuietInstCmd= -SourceFiles=SourceFiles - -[Strings] -InstallPrompt= -DisplayLicense= -FinishMessage= -TargetName=$targetExe -FriendlyName=FileManager Installer -AppLaunched=cmd.exe /c $batName -PostInstallCmd= -AdminQuietInstCmd= -UserQuietInstCmd= - -[SourceFiles] -SourceFiles0=$workDir\ -[SourceFiles0] -%FILE0%= -%FILE1%= -"@ - -# Podmieniamy zmienne -$finalSed = $sedContent.Replace("%FILE0%", $zipName).Replace("%FILE1%", $batName) -Set-Content -Path $sedFile -Value $finalSed -Encoding ASCII - -Write-Host "Uruchamianie IExpress..." -ForegroundColor Cyan -# Uruchamiamy bez /Q żeby zobaczyć błędy jeśli są, ale z /N żeby nie otwierał GUI kreatora -iexpress /N $sedFile - -# Czekamy chwilę, bo IExpress działa asynchronicznie w tle -Start-Sleep -Seconds 2 - -if (Test-Path $targetExe) { - Write-Host "SUKCES! Utworzono plik: $targetExe" -ForegroundColor Green - # Sprzątanie tylko przy sukcesie - Remove-Item $zipPath - Remove-Item $batPath - Remove-Item $sedFile -} else { - Write-Error "Nie udało się utworzyć pliku $targetExe. Sprawdź ewentualne okna błędów IExpress." -} \ No newline at end of file diff --git a/create_installer.ps1 b/create_installer.ps1 deleted file mode 100644 index 948f28e7..00000000 --- a/create_installer.ps1 +++ /dev/null @@ -1,62 +0,0 @@ -# Skrypt do tworzenia instalatora SFX (Self-Extracting Executable) -# Wymaga zainstalowanego 7-Zip. - -$sourceFolder = "Installer" -$outputName = "FileManager_Setup.exe" -$setupFile = "setup.exe" # Plik wewnątrz folderu Installer, który ma się uruchomić - -# 1. Znajdź 7-Zip -$7z = "$env:ProgramFiles\7-Zip\7z.exe" -if (-not (Test-Path $7z)) { - $7z = "$env:ProgramFiles(x86)\7-Zip\7z.exe" -} - -if (-not (Test-Path $7z)) { - Write-Error "Nie znaleziono 7-Zip! Zainstaluj 7-Zip, aby utworzyć instalator SFX." - return -} - -# 2. Znajdź moduł SFX (7z.sfx) -$sfxModule = Join-Path (Split-Path $7z) "7z.sfx" -if (-not (Test-Path $sfxModule)) { - Write-Error "Nie znaleziono modułu 7z.sfx w folderze 7-Zip." - return -} - -Write-Host "Znaleziono 7-Zip: $7z" -ForegroundColor Green - -# 3. Utwórz plik konfiguracyjny dla SFX -$configContent = @" -;!@Install@!UTF-8! -Title="FileManager Setup" -RunProgram="$sourceFolder\$setupFile" -GUIMode="1" -;!@InstallEnd@! -"@ -Set-Content -Path "config.txt" -Value $configContent -Encoding UTF8 - -# 4. Spakuj folder Installer do tymczasowego archiwum .7z -$tempArchive = "temp_installer.7z" -if (Test-Path $tempArchive) { Remove-Item $tempArchive } - -Write-Host "Pakowanie plików..." -ForegroundColor Cyan -& $7z a $tempArchive $sourceFolder -mx9 - -if (-not (Test-Path $tempArchive)) { - Write-Error "Błąd podczas pakowania plików." - return -} - -# 5. Połącz SFX + Config + Archiwum w jeden plik .exe -Write-Host "Tworzenie pliku wykonywalnego $outputName..." -ForegroundColor Cyan -cmd /c "copy /b `"$sfxModule`" + config.txt + $tempArchive `"$outputName`"" - -# 6. Sprzątanie -Remove-Item "config.txt" -Remove-Item $tempArchive - -if (Test-Path $outputName) { - Write-Host "SUKCES! Utworzono plik: $PWD\$outputName" -ForegroundColor Green -} else { - Write-Error "Nie udało się utworzyć pliku wynikowego." -} From a5fc7c813364c84a2e6b181114d025260bc61f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= <148890768+MikolajSkaziak@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:00:16 +0100 Subject: [PATCH 8/9] Fix typo in README for Installer directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6c68e9b..9bda4976 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Use ```\src\vcxproj\!populate_build_dir.cmd``` to populate build directory with To create a standalone self-extracting installer (EXE) for distribution: -1. **Prepare files:** Ensure the `Instalator` directory contains the latest build of `salamand.exe`, `salmon.exe`, and other required files. +1. **Prepare files:** Ensure the `Installer` directory contains the latest build of `salamand.exe`, `salmon.exe`, and other required files. 2. **Run the script:** Use the provided PowerShell script in the `tools` directory. ```powershell From 3f84ab8fb9b2f92422e39a9e7247bc2d8f57924a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Skaziak?= <148890768+MikolajSkaziak@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:05:09 +0100 Subject: [PATCH 9/9] Fix typo in README.md for Installer directory --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9bda4976..d7234dc7 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ Use ```\src\vcxproj\!populate_build_dir.cmd``` to populate build directory with To create a standalone self-extracting installer (EXE) for distribution: -1. **Prepare files:** Ensure the `Installer` directory contains the latest build of `salamand.exe`, `salmon.exe`, and other required files. +1. **Prepare files:** Ensure the `Instalator` directory contains the latest build of `salamand.exe`, `salmon.exe`, and other required files. 2. **Run the script:** Use the provided PowerShell script in the `tools` directory. ```powershell # Run from the project root -.\tools\Create-Sfx.ps1 -SourceDir "Instalator" -OutputPath "OpenSalamander_Setup.exe" +.\tools\Create-Sfx.ps1 -SourceDir "Installer" -OutputPath "OpenSalamander_Setup.exe" ``` The script automatically: @@ -111,18 +111,13 @@ This project welcomes contributions to build and enhance Open Salamander! \translations Translations into other languages ``` -A few Altap Salamander 4.0 plugins are either not included or cannot be compiled. For instance, the PictView engine ```pvw32cnv.dll``` is not open-sourced, so we should consider switching to [WIC](https://learn.microsoft.com/en-us/windows/win32/wic/-wic-about-windows-imaging-codec) or another library. The Encrypt plugin is incompatible with modern SSD disks and has been deprecated. The UnRAR plugin lacks [unrar.dll](https://www.rarlab.com/rar_add.htm), and the FTP plugin is missing [OpenSSL](https://www.openssl.org/) libraries. Both issues are solvable as both projects are open source. To build WinSCP plugin you need Embarcadero C++ Builder. +A few Open Salamander 5.0 plugins are either not included or cannot be compiled. For instance, the PictView engine ```pvw32cnv.dll``` is not open-sourced, so we should consider switching to [WIC](https://learn.microsoft.com/en-us/windows/win32/wic/-wic-about-windows-imaging-codec) or another library. The Encrypt plugin is incompatible with modern SSD disks and has been deprecated. The UnRAR plugin lacks [unrar.dll](https://www.rarlab.com/rar_add.htm), and the FTP plugin is missing [OpenSSL](https://www.openssl.org/) libraries. Both issues are solvable as both projects are open source. To build WinSCP plugin you need Embarcadero C++ Builder. All the source code uses UTF-8-BOM encoding and is formatted with ```clang-format```. Refer to the ```\normalize.ps1``` script for more information. ## Resources -- [Altap Salamander Website](https://www.altap.cz/) -- Altap Salamander 4.0 [features](https://www.altap.cz/salamander/features/) -- Altap Salamander 4.0 [documentation](https://www.altap.cz/salamander/help/) -- Servant Salamander and Altap Salamander [changelogs](https://www.altap.cz/salamander/changelogs/) -- [User Community Forum](https://forum.altap.cz/) -- Altap Salamander on [Wikipedia](https://en.wikipedia.org/wiki/Altap_Salamander) +- [Open Salamander Website](https://www.opensalamander.org/) ## License

    5+G@RS*GCLWsw=M05QJOE8$k*mZPuce3TkhCgI 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