gpt4 book ai didi

uwp - AppX 文件夹是什么?

转载 作者:行者123 更新时间:2023-12-03 02:57:37 32 4
gpt4 key购买 nike

当我的 UWP 应用生成时,它会进入当前项目的输出路径。在其中,始终有一个名为“AppX”的附加文件夹,其中包含所有内容的重复项。

从商店安装同一应用程序时,没有与其关联的 AppX 文件夹。

开发时为什么会出现这个无用的重复数据文件夹?

最佳答案

With Visual Studio 2015 Update 3, we have added the option for developers to specify the layout path for their UWP apps. This determines where the package layout is copied to on disk when you build your app. By default, this property is set relative to the project’s root directory. If you do not modify this property, the behavior will remain the same as it has for previous versions of Visual Studio.

来自MSDN来源。

部署和调试时会生成该文件夹。它实际上是您应用程序的调试安装位置路径。您可以使用 Package.Current.InstalledLocation.Path去测试。调试应用程序的安装位置如下所示:

D:\App170221\AppPackage\bin\x86\Debug\AppX

关于uwp - AppX 文件夹是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42335717/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com