2017 年 Visual Studio 中的 "onecore" 个文件夹
"onecore" folder in Visual Studio 2017
在Visual Studio2017 RTMVC\Tools\MSVC.10.25017\lib文件夹中,有一个文件夹叫"onecore",里面有x64、x86和arm的文件夹,每个都包含一些已经存在的 .lib 文件 VC\Tools\MSVC.10.25017\lib{x64,x86,arm}。这些副本的作用是什么?
另外,thus"onecore"到底是什么意思?
https://docs.microsoft.com/en-us/windows-hardware/get-started/what-s-new-in-windows
其中有一段描述了 onecore 是什么。不确定确切的含义或您何时想要部署一个而不是另一个,但您知道了。
OneCore is a Microsoft term for different targets like mobile, desktop and IoT. The libraries are intended to be used by C++ programs for those targets. E.g. heed that MFC and C++ AMP 不是 OneCore 的一部分。
OneCore 库也是 Visual Studio MSVC Redist 文件夹的一部分。
我相信这些是 Universal Windows Platform 应用程序的 C++ 运行时。
在Visual Studio2017 RTMVC\Tools\MSVC.10.25017\lib文件夹中,有一个文件夹叫"onecore",里面有x64、x86和arm的文件夹,每个都包含一些已经存在的 .lib 文件 VC\Tools\MSVC.10.25017\lib{x64,x86,arm}。这些副本的作用是什么?
另外,thus"onecore"到底是什么意思?
https://docs.microsoft.com/en-us/windows-hardware/get-started/what-s-new-in-windows
其中有一段描述了 onecore 是什么。不确定确切的含义或您何时想要部署一个而不是另一个,但您知道了。
OneCore is a Microsoft term for different targets like mobile, desktop and IoT. The libraries are intended to be used by C++ programs for those targets. E.g. heed that MFC and C++ AMP 不是 OneCore 的一部分。
OneCore 库也是 Visual Studio MSVC Redist 文件夹的一部分。
我相信这些是 Universal Windows Platform 应用程序的 C++ 运行时。