Project File ConfigurationBuild Platform Property
This is used to get or set the platform used for the build
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string BuildPlatform { get; set; }VB
Public Property BuildPlatform As String
Get
SetC++
public:
property String^ BuildPlatform {
String^ get ();
void set (String^ value);
}F#
member BuildPlatform : string with get, set