简体   繁体   English

什么是Visual Studio 2010安装项目中的“运行时实现来自ASSEMBLE NAME”? (vs 2015中的安装程序扩展设置项目)

[英]what is “Runtime Implementation from ASSEMBLE NAME” in visual studio 2010 Setup Project? (Installer Extension Setup Project in vs 2015)

When adding an output to a target directory there are several types of outputs per project you can choose from. 将输出添加到目标目录时,每个项目都有多种类型的输出可供选择。 Most of them are pretty self descriptive, but i don't understand the meaning of "Runtime Implementation" and i have'nt seen it anywhere in MSDN or in other places online 他们中的大多数都是非常自我描述的,但我不明白“运行时实现”的含义,我没有在MSDN或其他地方的任何地方看到它

From the installed Microsoft Visual Studio 2015 Installer Projects The "Runtime Implementation from ..." "Contains the runtime implementation assemblies for the targeted framework." 从已安装的Microsoft Visual Studio 2015安装程序项目 “运行时实现自...”“包含目标框架的运行时实现程序集。” So if you are targetting .NET Framework 4.6.1 the setup project will bundle the assemblies allowing your project to run on that CLR. 因此,如果您的目标是.NET Framework 4.6.1,则安装项目将捆绑程序集,以允许您的项目在该CLR上运行。

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

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