You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user