183 个问题
您好,
需要使用<Content Include=" “>来包含DLL文件。
如果答案是正确的,请点击“接受答案”并点赞。 如果您对此答案还有其他疑问,请点击“评论”。
注意:如果您想接收相关电子邮件,请按照我们的文档中的步骤启用电子邮件通知 此线程的通知。
Hi there, I have a c++ win32 application, and I wan't to pack it to msix, i found this tutorial. but my project has some dll file that is other project's compiled product.
the solution like this:
when I add the DLL1
's project reference visio studio prevent me. it is because that the DLL1
project doesn't have exe
file.
so, how do I add these dll
files in Windows Application Packaging Project.