ResolveSDKReference.RuntimeReferenceOnlySDKDependencies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of dependencies passed from the targets file that will have the metadata RuntimeReferenceOnly set as true. For instance "VCLibs 11" should have such a metadata set to true in projects targeting Win 8.1 or higher.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ RuntimeReferenceOnlySDKDependencies { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] RuntimeReferenceOnlySDKDependencies { get; set; }
member this.RuntimeReferenceOnlySDKDependencies : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property RuntimeReferenceOnlySDKDependencies As ITaskItem()