启动设置架构

启动设置指定应运行应用程序的公共语言运行时的版本。

元素 Description
<requiredRuntime> 指定应用程序仅支持公共语言运行时版本 1.0。 使用运行时版本 1.1 生成的应用程序应使用该 <supportedRuntime> 元素。
<supportedRuntime> 指定应用程序支持的公共语言运行时的版本。
<启动> 包含 <requiredRuntime><supportedRuntime> 元素。

另请参阅