Merge remote-tracking branch 'origin/master'

This commit is contained in:
Wojtek Figat
2023-10-02 12:54:41 +02:00
163 changed files with 3637 additions and 1450 deletions

View File

@@ -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>