Hello,
I now encounter a problem. The problem is that the compilation result of this project will copy all the dependent DLLs of the EXE to the same directory of the EXE.
This is decided by VS. For debugging during compilation, VS will place all dependent files in the project folder.
That's why I wrote today to ask how to "When the maui project is executed and compiled to generate an EXE, how to place all the dependent dll files of the EXE in the libs directory under the EXE directory"
For packaging and publishing MAUI applications on Windows, you can refer to this official document to package and publish them as msix files.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.