WindowsExplorerSync.psd1
# # Modulmanifest for the Module "WindowsExplorerSync" # # Generated by: Tobias Kiertscher # # Generated on: 2020-07-28 # @{ RootModule = 'WindowsExplorerSync.psm1' ModuleVersion = '1.2' # CompatiblePSEditions = @() GUID = '4cad47e5-7548-49cb-b149-61193c6d8d1a' Author = 'Tobias Kiertscher' CompanyName = 'Mastersign' Copyright = '(c) 2020 Tobias Kiertscher. All rights reserved.' Description = 'Get location and selected items from most recently focused Explorer window' PowerShellVersion = '5.0' # PowerShellHostName = '' # PowerShellHostVersion = '' DotNetFrameworkVersion = '4.5' CLRVersion = '4.0' # ProcessorArchitecture = '' # RequiredAssemblies = @('ShellHook.dll') ScriptsToProcess = @( 'PushHelper.ps1' ) # TypesToProcess = @() # FormatsToProcess = @() # NestedModules = @() FunctionsToExport = @( 'Get-UrlFromWindowsExplorer' 'Get-LocationFromWindowsExplorer' 'Get-SelectedItemsFromWindowsExplorer' 'Set-LocationFromWindowsExplorer' 'Push-LocationFromWindowsExplorer' ) CmdletsToExport = @() VariablesToExport = @( '$global:ShellHook' ) AliasesToExport = @( 'we' # set location from Windows Explorer 'wep' # push location from Windows Explorer 'wel' # Windows Explorer location 'wes' # Windows Explorer selection ) # DscResourcesToExport = @() ModuleList = @() FileList = @( 'Interop.SHDocVw.dll' 'Interop.Shell32.dll' 'ShellHook.dll' 'PushHelper.ps1' 'WindowsExplorerSync.psm1' 'WindowsExplorerSync.psd1' ) PrivateData = @{ PSData = @{ Tags = @( 'Windows' 'Explorer' 'Synchronize' 'Location' ) # LicenseUri = '' ProjectUri = '' # IconUri = '' # ReleaseNotes = '' } # End of PSData } # End of PrivateData # HelpInfoURI = '' # DefaultCommandPrefix = '' } |