Skip to content

Commit fb7f2b7

Browse files
committed
Deprecate GraphicalTools and OutGridView.Gui modules
1 parent cd21e62 commit fb7f2b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1
-2608
lines changed

GraphicalTools.build.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ param(
33
[ValidateSet("Debug", "Release")]
44
[string]$Configuration = "Debug",
55

6-
[string[]]$ModuleName = @(
7-
#"Microsoft.PowerShell.GraphicalTools",
8-
"Microsoft.PowerShell.ConsoleGuiTools" )
6+
[string[]]$ModuleName = @("Microsoft.PowerShell.ConsoleGuiTools" )
97
)
108

119
$script:IsUnix = $PSVersionTable.PSEdition -and $PSVersionTable.PSEdition -eq "Core" -and !$IsWindows

src/Microsoft.PowerShell.GraphicalTools/AvaloniaProcessBridge.cs

Lines changed: 0 additions & 101 deletions
This file was deleted.

src/Microsoft.PowerShell.GraphicalTools/Microsoft.PowerShell.GraphicalTools.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Microsoft.PowerShell.GraphicalTools/Microsoft.PowerShell.GraphicalTools.psd1

Lines changed: 0 additions & 140 deletions
This file was deleted.

src/Microsoft.PowerShell.GraphicalTools/Microsoft.PowerShell.GraphicalTools.psm1

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/Microsoft.PowerShell.GraphicalTools/ModuleLayout.psd1

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)