PSGUIHelper.psd1

#
# Module manifest for module 'GUIHelper'
#
# Generated by: Gaston Paquette
#
# Generated on: 8/31/2019
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PSGUIHelper.psm1'

# Version number of this module.
ModuleVersion = '1.0'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '5eb51e6d-16d0-4b07-9245-e671a8bfe0e3'

# Author of this module
Author = 'Gaston Paquette'

# Company or vendor of this module
CompanyName = 'NA'

# Copyright statement for this module
Copyright = '(c) 2019 Gaston Paquette. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Module that takes a WPF XAML file, and creates a Powershell GUI using MahApps'



# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('PoshRSJob')

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @("assembly\MahApps.Metro.dll",
'assembly\MahApps.Metro.IconPacks.dll',
'System.Windows.Forms',
'PresentationFramework',
'PresentationCore'
)


FunctionsToExport = @('New-PSGUIWPF','Add-PSGUIActions','Read-PSGUIXaml','Update-PSGUIWPF','Export-PSGUIScripts')


}