Copying //UE4/Dev-Documentation to Samples-Main (//UE4/Samples-Main)

#rb none
#rnx

#ROBOMERGE-OWNER: jeanmichel.dignard
#ROBOMERGE-AUTHOR: mitchell.wilson
#ROBOMERGE-SOURCE: CL 9551884 in //UE4/Main/...
#ROBOMERGE-BOT: VP (Main -> Dev-Tools-Staging) (v538-9681622)

[CL 9692885 by mitchell wilson in Dev-Tools-Staging branch]
This commit is contained in:
mitchell wilson
2019-10-18 13:42:07 -04:00
parent dccdf7c48d
commit 58c8a73ac3
242 changed files with 460 additions and 729 deletions

View File

@@ -58,19 +58,19 @@ namespace UnrealBuildTool
protected VCProjectFileFormat ProjectFileFormat = VCProjectFileFormat.Default;
/// <summary>
/// Whether to write a solution option (suo) file for the sln
/// Whether to write a solution option (suo) file for the sln.
/// </summary>
[XmlConfigFile(Category = "BuildConfiguration")]
protected bool bWriteSolutionOptionFile = true;
/// <summary>
/// Whether to add the -FastPDB option to build command lines by default
/// Whether to add the -FastPDB option to build command lines by default.
/// </summary>
[XmlConfigFile(Category = "BuildConfiguration")]
bool bAddFastPDBToProjects = false;
/// <summary>
/// Whether to generate per-file intellisense data
/// Whether to generate per-file intellisense data.
/// </summary>
[XmlConfigFile(Category = "BuildConfiguration")]
bool bUsePerFileIntellisense = false;