view src/GvimExt/gvimext.inf @ 26309:270ac1efc93b v8.2.3685

patch 8.2.3685: Visual studio project files are not recognized Commit: https://github.com/vim/vim/commit/c07f11e42fc2eac5e750bf05aa3030f9b02a22ca Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 27 14:31:47 2021 +0000 patch 8.2.3685: Visual studio project files are not recognized Problem: Visual studio project files are not recognized. Solution: Use the xml file type. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Nov 2021 15:45:02 +0100
parents 4e2284e71352
children
line wrap: on
line source

[Version]
Signature="$Windows NT$""
Provider="Tianmiao"

[Manufacture]

[DefaultInstall]
AddReg=ThisDll.Add.Reg

[DefaultUninstall]
DelReg=ThisDLL.Add.Reg

[ThisDll.Add.Reg]
HKCR,CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}
HKCR,CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}\InProcServer32
HKCR,*\shellex\ContextMenuHandlers\gvim
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{51EEE242-AD87-11d3-9C1E-0090278BBD99}
HKLM,Software\Vim\Gvim
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 6.0"

[Strings]
ThisDll="gvimext.dll"