remove useless xaml changes (#4632)

This commit is contained in:
Gabi
2026-07-01 21:59:43 -05:00
committed by GitHub
parent 2cb20893fc
commit 916dc761ba
2 changed files with 32 additions and 35 deletions
-2
View File
@@ -121,8 +121,6 @@ if ($Config) {
return
}
$inputXML = $inputXML -replace 'mc:Ignorable="d"', '' -replace "x:N", 'N' -replace '^<Win.*', '<Window'
[void][System.Reflection.Assembly]::LoadWithPartialName('presentationframework')
[xml]$XAML = $inputXML