我有一个UWP应用程序,它包含多个UWP项目和一些win32项目(win form,wpf等)。部署之后,我想看到我的win32二进制文件被复制到AppX文件夹,我怎么能这样做?我是否使用帖子构建或其他东西?
答案 0 :(得分:2)
您可能正在寻找Build Action: Content
:
在visual studio中选择一个条目以查看下面的菜单。通常你会用图像或其他资源来做这件事。
要设置整个文件夹的构建操作,可以参考In Visual Studio, how can I set the Build Action for an entire folder?