GenerateResource.UsePreserializedResources Property

Definition

Indicates whether resources should be passed through in their current serialization format. .NET Core-targeted assemblies should use this; it's the only way to support non-string resources with MSBuild running on .NET Core.

public:
 property bool UsePreserializedResources { bool get(); void set(bool value); };
public bool UsePreserializedResources { get; set; }
member this.UsePreserializedResources : bool with get, set
Public Property UsePreserializedResources As Boolean

Property Value

Applies to