[cmdpal][aot] Remove some unused file in CmdPal.Common and mark it as AOT compatible. (#39110)

* Remove unused com interface

* Remove unused file

* Remove unused file

* Remove unused file

---------

Co-authored-by: Yu Leng (from Dev Box) <yuleng@microsoft.com>
This commit is contained in:
Yu Leng
2025-04-27 17:18:01 +08:00
committed by GitHub
parent 7efbd2f013
commit 49e5bbb5f0
14 changed files with 4 additions and 362 deletions

View File

@@ -4,6 +4,6 @@
namespace Microsoft.CmdPal.Common.Messages;
public record HideWindowMessage()
public partial record HideWindowMessage()
{
}