ResolveAssemblyReference.NonCultureResourceDirectories 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.
Contains list of directories that point to custom culture resources that has to be ignored by MSBuild.
public:
property cli::array <System::String ^> ^ NonCultureResourceDirectories { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] NonCultureResourceDirectories { get; set; }
member this.NonCultureResourceDirectories : string[] with get, set
Public Property NonCultureResourceDirectories As String()
Property Value
String[]