Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -207,6 +207,12 @@ namespace Flax.Build
|
||||
[CommandLine("vscode", "Generates Visual Studio Code project format files. Valid only with -genproject option.")]
|
||||
public static bool ProjectFormatVSCode = false;
|
||||
|
||||
/// <summary>
|
||||
/// Generates Visual Studio 2022 project format files for Rider. Valid only with -genproject option.
|
||||
/// </summary>
|
||||
[CommandLine("rider", "Generates Visual Studio 2022 project format files for Rider. Valid only with -genproject option.")]
|
||||
public static bool ProjectFormatRider = false;
|
||||
|
||||
/// <summary>
|
||||
/// Generates code project files for a custom project format type. Valid only with -genproject option.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user