From 8203897431e76a2a9162bd2e5e019cc8628fc200 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 4 Dec 2020 17:39:31 -0600 Subject: xsd got moved to doc repo. Update dependencies. --- global.json | 2 +- src/wixext/WixToolset.PowerShell.wixext.csproj | 3 +- src/wixext/ps.xsd | 191 ------------------------- src/wixlib/powershell.wixproj | 2 +- 4 files changed, 3 insertions(+), 195 deletions(-) delete mode 100644 src/wixext/ps.xsd diff --git a/global.json b/global.json index 10345833..77a81322 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0163" + "WixToolset.Sdk": "4.0.0-build-0170" } } diff --git a/src/wixext/WixToolset.PowerShell.wixext.csproj b/src/wixext/WixToolset.PowerShell.wixext.csproj index 666e8aba..32bd9bac 100644 --- a/src/wixext/WixToolset.PowerShell.wixext.csproj +++ b/src/wixext/WixToolset.PowerShell.wixext.csproj @@ -12,7 +12,6 @@ - @@ -24,6 +23,6 @@ - + diff --git a/src/wixext/ps.xsd b/src/wixext/ps.xsd deleted file mode 100644 index 0c4c2bef..00000000 --- a/src/wixext/ps.xsd +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - The source code schema for the WiX Toolset PowerShell Extension. - - - - - - - Identifies the parent File as a formats XML file for the referenced PowerShell snap-in. - - - - - A formats XML file that defines output formats for objects on the pipeline. - - - - - - - - Reference to the formats File ID. This is required when nested under the SnapIn element. - - - - - - - Reference to the PowerShell snap-in ID for which this formats file is associated. This is required when nested under the File element. - - - - - - - - - Identifies the parent File as a types XML file for the referenced PowerShell snap-in. - - - - - A types XML file used by the extensible type system. - - - - - - - - Reference to the types File ID. This is required when nested under the SnapIn element. - - - - - - - Reference to the PowerShell snap-in ID for which this types file is associated. This is required when nested under the File element. - - - - - - - - - Identifies the parent File as a PowerShell snap-in to be registered on the system. - - - - - PowerShell snap-ins - allow developers to extend the functionality of of the PowerShell engine. - Add this element to identify the parent File as a PowerShell snap-in that will - get registered on the system. - - - - - - - - - - - - The identifier for this PowerShell snap-in. - - - - - - - The fully-qualified name of the assembly. - - - - - - - - - - The full type name of a class that is used to register a list of cmdlets and providers. - - - - - - - A brief description of the snap-in. - - - - - - - An embedded resource that contains a brief description of the snap-in. - This resource must be embedded in the current snap-in assembly. - - - - - - - The required version of PowerShell that must be installed and is associated with the - snap-in registration. The default value is "1.0". - - - - - - - The name of the snap-in vendor. - - - - - - - An embedded resource that contains the name of the snap-in vendor. - This resource must be embedded in the current snap-in assembly. - - - - - - - The version of the snapin. If not specified, this is taken from the assembly name. - - - - - - - - - - Values should be in the format ResourceName,StringName, where ResourceName - is the name of the embedded resource in your assembly sans the ".resources" extension, and StringName - is the name of the string resource in the embedded resource. - - - Example: UtilityMshSnapInResources,Description - - - - - - - - - Values of this type will look like: "x", "x.x", "x.x.x", or "x.x.x.x" where x is an integer from 0 to 65534. - - - - - - - diff --git a/src/wixlib/powershell.wixproj b/src/wixlib/powershell.wixproj index d841de4f..6d6b413b 100644 --- a/src/wixlib/powershell.wixproj +++ b/src/wixlib/powershell.wixproj @@ -6,6 +6,6 @@ - + -- cgit v1.2.3-55-g6feb