VCProjectReference.UseDependenciesInBuild Свойство
Определение
Получает или задает значение, указывающее, использовать ли сборки в построении.Sets or gets whether to use addemblies in abuild.
public:
property bool UseDependenciesInBuild { bool get(); void set(bool value); };
public:
property bool UseDependenciesInBuild { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2020)]
[get: System.Runtime.InteropServices.DispId(2020)]
[set: System.Runtime.InteropServices.DispId(2020)]
public bool UseDependenciesInBuild { get; set; }
[<System.Runtime.InteropServices.DispId(2020)>]
[<get: System.Runtime.InteropServices.DispId(2020)>]
[<set: System.Runtime.InteropServices.DispId(2020)>]
member this.UseDependenciesInBuild : bool with get, set
Public Property UseDependenciesInBuild As Boolean
Значение свойства
TRUE (по умолчанию) указывает, что ссылки на сборки, присутствующие в сборках, на которые имеются ссылки, должны быть включены в построение.TRUE (default) indicates that assembly references in referenced assemblies should be included in the build.
Реализации
- Атрибуты