简体   繁体   English

如何在UWP软件包中将VC ++ 2015 x86和x64添加为依赖项?

[英]how to add VC++ 2015 x86 and x64 as a dependencies in UWP package?

How to add prerequisites in my UWP app .. I want to install VC++ 2015 as dependencies of my UWP APP 如何在我的UWP应用中添加先决条件..我想安装VC ++ 2015作为UWP APP的依赖项

I am not going to understand how to add my VC++ 2015 X86 and X64 in the package file... https://www.microsoft.com/en-in/download/details.aspx?id=48145 我不会理解如何在打包文件中添加我的VC ++ 2015 X86和X64 ... https://www.microsoft.com/zh-cn/download/details.aspx?id=48145

 <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" 
      MaxVersionTested="10.0.0.0" />
  </Dependencies>

Please right click on the Reference in the project and select Add Reference . 请在项目中的“ Reference上单击鼠标右键,然后选择“ Add Reference

Select Universal Windows , then search visual C++ . 选择“ Universal Windows ,然后搜索Visual C ++ You will find the reference, you can select it and add to your project. 您将找到参考,可以选择它并将其添加到您的项目中。

33ba4bf7-8044-4c6a-98fd-1bc86f75ea37.png

Best regards. 最好的祝福。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM