Class Messages

java.lang.Object
io.jenkins.plugins.dotnet.commands.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • NuGet_Locals_Location_HttpCache

      public static String NuGet_Locals_Location_HttpCache()
      Key NuGet.Locals.Location.HttpCache: HTTP request cache.
      Returns:
      HTTP request cache
    • _NuGet_Locals_Location_HttpCache

      public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_HttpCache()
      Key NuGet.Locals.Location.HttpCache: HTTP request cache.
      Returns:
      HTTP request cache
    • MSBuild_Test_InvalidRunSettings

      public static String MSBuild_Test_InvalidRunSettings()
      Key MSBuild.Test.InvalidRunSettings: Incorrect specification of RunSettings arguments.
      Returns:
      Incorrect specification of RunSettings arguments
    • _MSBuild_Test_InvalidRunSettings

      public static org.jvnet.localizer.Localizable _MSBuild_Test_InvalidRunSettings()
      Key MSBuild.Test.InvalidRunSettings: Incorrect specification of RunSettings arguments.
      Returns:
      Incorrect specification of RunSettings arguments
    • MSBuild_Command_BadProperties

      public static String MSBuild_Command_BadProperties()
      Key MSBuild.Command.BadProperties: Failed to load configured MSBuild properties..
      Returns:
      Failed to load configured MSBuild properties.
    • _MSBuild_Command_BadProperties

      public static org.jvnet.localizer.Localizable _MSBuild_Command_BadProperties()
      Key MSBuild.Command.BadProperties: Failed to load configured MSBuild properties..
      Returns:
      Failed to load configured MSBuild properties.
    • Command_DefaultSDK

      public static String Command_DefaultSDK()
      Key Command.DefaultSDK: (Default).
      Returns:
      (Default)
    • _Command_DefaultSDK

      public static org.jvnet.localizer.Localizable _Command_DefaultSDK()
      Key Command.DefaultSDK: (Default).
      Returns:
      (Default)
    • Command_SameCharsetAsBuild

      public static String Command_SameCharsetAsBuild()
      Key Command.SameCharsetAsBuild: <Same As Rest of Build>.
      Returns:
      <Same As Rest of Build>
    • _Command_SameCharsetAsBuild

      public static org.jvnet.localizer.Localizable _Command_SameCharsetAsBuild()
      Key Command.SameCharsetAsBuild: <Same As Rest of Build>.
      Returns:
      <Same As Rest of Build>
    • NuGet_Locals_Location_All

      public static String NuGet_Locals_Location_All()
      Key NuGet.Locals.Location.All: All cache locations.
      Returns:
      All cache locations
    • _NuGet_Locals_Location_All

      public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_All()
      Key NuGet.Locals.Location.All: All cache locations.
      Returns:
      All cache locations
    • NuGet_Delete_DisplayName

      public static String NuGet_Delete_DisplayName()
      Key NuGet.Delete.DisplayName: .NET: Delete/Unlist NuGet package (nuget delete).
      Returns:
      .NET: Delete/Unlist NuGet package (nuget delete)
    • _NuGet_Delete_DisplayName

      public static org.jvnet.localizer.Localizable _NuGet_Delete_DisplayName()
      Key NuGet.Delete.DisplayName: .NET: Delete/Unlist NuGet package (nuget delete).
      Returns:
      .NET: Delete/Unlist NuGet package (nuget delete)
    • Command_Verbosity_Quiet

      public static String Command_Verbosity_Quiet()
      Key Command.Verbosity.Quiet: Quiet (q).
      Returns:
      Quiet (q)
    • _Command_Verbosity_Quiet

      public static org.jvnet.localizer.Localizable _Command_Verbosity_Quiet()
      Key Command.Verbosity.Quiet: Quiet (q).
      Returns:
      Quiet (q)
    • NuGet_Locals_InvalidCacheLocation

      public static String NuGet_Locals_InvalidCacheLocation(Object arg0)
      Key NuGet.Locals.InvalidCacheLocation: Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp".
    • _NuGet_Locals_InvalidCacheLocation

      public static org.jvnet.localizer.Localizable _NuGet_Locals_InvalidCacheLocation(Object arg0)
      Key NuGet.Locals.InvalidCacheLocation: Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp".
    • NuGet_Locals_Operation_List

      public static String NuGet_Locals_Operation_List()
      Key NuGet.Locals.Operation.List: Show path of cache location.
      Returns:
      Show path of cache location
    • _NuGet_Locals_Operation_List

      public static org.jvnet.localizer.Localizable _NuGet_Locals_Operation_List()
      Key NuGet.Locals.Operation.List: Show path of cache location.
      Returns:
      Show path of cache location
    • Command_ExecutionCompletedWithNonZeroReturnCode

      public static String Command_ExecutionCompletedWithNonZeroReturnCode(Object arg0)
      Key Command.ExecutionCompletedWithNonZeroReturnCode: Command execution completed with return code {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Command execution completed with return code {0}.
    • _Command_ExecutionCompletedWithNonZeroReturnCode

      public static org.jvnet.localizer.Localizable _Command_ExecutionCompletedWithNonZeroReturnCode(Object arg0)
      Key Command.ExecutionCompletedWithNonZeroReturnCode: Command execution completed with return code {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Command execution completed with return code {0}.
    • ListPackage_OnlyForPackageUpdateSearch

      public static String ListPackage_OnlyForPackageUpdateSearch()
      Key ListPackage.OnlyForPackageUpdateSearch: This setting is only used when showing deprecated or outdated packages.
      Returns:
      This setting is only used when showing deprecated or outdated packages
    • _ListPackage_OnlyForPackageUpdateSearch

      public static org.jvnet.localizer.Localizable _ListPackage_OnlyForPackageUpdateSearch()
      Key ListPackage.OnlyForPackageUpdateSearch: This setting is only used when showing deprecated or outdated packages.
      Returns:
      This setting is only used when showing deprecated or outdated packages
    • NuGet_Delete_PackageVersionWithoutName

      public static String NuGet_Delete_PackageVersionWithoutName()
      Key NuGet.Delete.PackageVersionWithoutName: A package version specification is ignored when no package name has been specified..
      Returns:
      A package version specification is ignored when no package name has been specified.
    • _NuGet_Delete_PackageVersionWithoutName

      public static org.jvnet.localizer.Localizable _NuGet_Delete_PackageVersionWithoutName()
      Key NuGet.Delete.PackageVersionWithoutName: A package version specification is ignored when no package name has been specified..
      Returns:
      A package version specification is ignored when no package name has been specified.
    • MSBuild_Clean_DisplayName

      public static String MSBuild_Clean_DisplayName()
      Key MSBuild.Clean.DisplayName: .NET: Clean project output (clean).
      Returns:
      .NET: Clean project output (clean)
    • _MSBuild_Clean_DisplayName

      public static org.jvnet.localizer.Localizable _MSBuild_Clean_DisplayName()
      Key MSBuild.Clean.DisplayName: .NET: Clean project output (clean).
      Returns:
      .NET: Clean project output (clean)
    • Command_ExecutionCompletedWithErrors

      public static String Command_ExecutionCompletedWithErrors(Object arg0)
      Key Command.ExecutionCompletedWithErrors: Command execution completed with {0} error(s)..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Command execution completed with {0} error(s).
    • _Command_ExecutionCompletedWithErrors

      public static org.jvnet.localizer.Localizable _Command_ExecutionCompletedWithErrors(Object arg0)
      Key Command.ExecutionCompletedWithErrors: Command execution completed with {0} error(s)..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Command execution completed with {0} error(s).
    • MSBuild_Publish_Yes

      public static String MSBuild_Publish_Yes()
      Key MSBuild.Publish.Yes: Yes.
      Returns:
      Yes
    • _MSBuild_Publish_Yes

      public static org.jvnet.localizer.Localizable _MSBuild_Publish_Yes()
      Key MSBuild.Publish.Yes: Yes.
      Returns:
      Yes
    • MSBuild_Test_InvalidTimeout

      public static String MSBuild_Test_InvalidTimeout()
      Key MSBuild.Test.InvalidTimeout: A timeout value must not be negative.
      Returns:
      A timeout value must not be negative
    • _MSBuild_Test_InvalidTimeout

      public static org.jvnet.localizer.Localizable _MSBuild_Test_InvalidTimeout()
      Key MSBuild.Test.InvalidTimeout: A timeout value must not be negative.
      Returns:
      A timeout value must not be negative
    • Command_MoreOptions

      public static String Command_MoreOptions()
      Key Command.MoreOptions: More Options.
      Returns:
      More Options
    • _Command_MoreOptions

      public static org.jvnet.localizer.Localizable _Command_MoreOptions()
      Key Command.MoreOptions: More Options.
      Returns:
      More Options
    • NuGet_Push_DisplayName

      public static String NuGet_Push_DisplayName()
      Key NuGet.Push.DisplayName: .NET: Publish NuGet package (nuget push).
      Returns:
      .NET: Publish NuGet package (nuget push)
    • _NuGet_Push_DisplayName

      public static org.jvnet.localizer.Localizable _NuGet_Push_DisplayName()
      Key NuGet.Push.DisplayName: .NET: Publish NuGet package (nuget push).
      Returns:
      .NET: Publish NuGet package (nuget push)
    • Command_ExecutionFailed

      public static String Command_ExecutionFailed()
      Key Command.ExecutionFailed: Command execution failed..
      Returns:
      Command execution failed.
    • _Command_ExecutionFailed

      public static org.jvnet.localizer.Localizable _Command_ExecutionFailed()
      Key Command.ExecutionFailed: Command execution failed..
      Returns:
      Command execution failed.
    • Tool_Restore_DisplayName

      public static String Tool_Restore_DisplayName()
      Key Tool.Restore.DisplayName: .NET: Restore local tools (tool restore).
      Returns:
      .NET: Restore local tools (tool restore)
    • _Tool_Restore_DisplayName

      public static org.jvnet.localizer.Localizable _Tool_Restore_DisplayName()
      Key Tool.Restore.DisplayName: .NET: Restore local tools (tool restore).
      Returns:
      .NET: Restore local tools (tool restore)
    • MSBuild_Pack_DisplayName

      public static String MSBuild_Pack_DisplayName()
      Key MSBuild.Pack.DisplayName: .NET: Create NuGet package (pack).
      Returns:
      .NET: Create NuGet package (pack)
    • _MSBuild_Pack_DisplayName

      public static org.jvnet.localizer.Localizable _MSBuild_Pack_DisplayName()
      Key MSBuild.Pack.DisplayName: .NET: Create NuGet package (pack).
      Returns:
      .NET: Create NuGet package (pack)
    • Command_Verbosity_Default

      public static String Command_Verbosity_Default()
      Key Command.Verbosity.Default: (Default).
      Returns:
      (Default)
    • _Command_Verbosity_Default

      public static org.jvnet.localizer.Localizable _Command_Verbosity_Default()
      Key Command.Verbosity.Default: (Default).
      Returns:
      (Default)
    • NuGet_Locals_DisplayName

      public static String NuGet_Locals_DisplayName()
      Key NuGet.Locals.DisplayName: .NET: Clear/List NuGet cache locations (nuget locals).
      Returns:
      .NET: Clear/List NuGet cache locations (nuget locals)
    • _NuGet_Locals_DisplayName

      public static org.jvnet.localizer.Localizable _NuGet_Locals_DisplayName()
      Key NuGet.Locals.DisplayName: .NET: Clear/List NuGet cache locations (nuget locals).
      Returns:
      .NET: Clear/List NuGet cache locations (nuget locals)
    • NuGet_Locals_Location_GlobalPackages

      public static String NuGet_Locals_Location_GlobalPackages()
      Key NuGet.Locals.Location.GlobalPackages: Global packages.
      Returns:
      Global packages
    • _NuGet_Locals_Location_GlobalPackages

      public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_GlobalPackages()
      Key NuGet.Locals.Location.GlobalPackages: Global packages.
      Returns:
      Global packages
    • MSBuild_Publish_DisplayName

      public static String MSBuild_Publish_DisplayName()
      Key MSBuild.Publish.DisplayName: .NET: Publish project (publish).
      Returns:
      .NET: Publish project (publish)
    • _MSBuild_Publish_DisplayName

      public static org.jvnet.localizer.Localizable _MSBuild_Publish_DisplayName()
      Key MSBuild.Publish.DisplayName: .NET: Publish project (publish).
      Returns:
      .NET: Publish project (publish)
    • NuGet_Delete_InvalidPackageName

      public static String NuGet_Delete_InvalidPackageName()
      Key NuGet.Delete.InvalidPackageName: Invalid package name specification..
      Returns:
      Invalid package name specification.
    • _NuGet_Delete_InvalidPackageName

      public static org.jvnet.localizer.Localizable _NuGet_Delete_InvalidPackageName()
      Key NuGet.Delete.InvalidPackageName: Invalid package name specification..
      Returns:
      Invalid package name specification.
    • ListPackage_EitherDeprecatedOrOutdated

      public static String ListPackage_EitherDeprecatedOrOutdated()
      Key ListPackage.EitherDeprecatedOrOutdated: Cannot show deprecated and outdated packages at the same time.
      Returns:
      Cannot show deprecated and outdated packages at the same time
    • _ListPackage_EitherDeprecatedOrOutdated

      public static org.jvnet.localizer.Localizable _ListPackage_EitherDeprecatedOrOutdated()
      Key ListPackage.EitherDeprecatedOrOutdated: Cannot show deprecated and outdated packages at the same time.
      Returns:
      Cannot show deprecated and outdated packages at the same time
    • MSBuild_Command_InvalidProperties

      public static String MSBuild_Command_InvalidProperties()
      Key MSBuild.Command.InvalidProperties: Incorrect specification of MSBuild properties.
      Returns:
      Incorrect specification of MSBuild properties
    • _MSBuild_Command_InvalidProperties

      public static org.jvnet.localizer.Localizable _MSBuild_Command_InvalidProperties()
      Key MSBuild.Command.InvalidProperties: Incorrect specification of MSBuild properties.
      Returns:
      Incorrect specification of MSBuild properties
    • MSBuild_Build_DisplayName

      public static String MSBuild_Build_DisplayName()
      Key MSBuild.Build.DisplayName: .NET: Build project (build).
      Returns:
      .NET: Build project (build)
    • _MSBuild_Build_DisplayName

      public static org.jvnet.localizer.Localizable _MSBuild_Build_DisplayName()
      Key MSBuild.Build.DisplayName: .NET: Build project (build).
      Returns:
      .NET: Build project (build)
    • NuGet_Delete_InvalidPackageVersion

      public static String NuGet_Delete_InvalidPackageVersion()
      Key NuGet.Delete.InvalidPackageVersion: Invalid package version specification..
      Returns:
      Invalid package version specification.
    • _NuGet_Delete_InvalidPackageVersion

      public static org.jvnet.localizer.Localizable _NuGet_Delete_InvalidPackageVersion()
      Key NuGet.Delete.InvalidPackageVersion: Invalid package version specification..
      Returns:
      Invalid package version specification.
    • Command_UnsupportedCharset

      public static String Command_UnsupportedCharset()
      Key Command.UnsupportedCharset: Unsupported character set.
      Returns:
      Unsupported character set
    • _Command_UnsupportedCharset

      public static org.jvnet.localizer.Localizable _Command_UnsupportedCharset()
      Key Command.UnsupportedCharset: Unsupported character set.
      Returns:
      Unsupported character set
    • MSBuild_Publish_No

      public static String MSBuild_Publish_No()
      Key MSBuild.Publish.No: No.
      Returns:
      No
    • _MSBuild_Publish_No

      public static org.jvnet.localizer.Localizable _MSBuild_Publish_No()
      Key MSBuild.Publish.No: No.
      Returns:
      No
    • NuGet_Locals_Operation_Clear

      public static String NuGet_Locals_Operation_Clear()
      Key NuGet.Locals.Operation.Clear: Clear cache contents.
      Returns:
      Clear cache contents
    • _NuGet_Locals_Operation_Clear

      public static org.jvnet.localizer.Localizable _NuGet_Locals_Operation_Clear()
      Key NuGet.Locals.Operation.Clear: Clear cache contents.
      Returns:
      Clear cache contents
    • FreeStyleCommandConfiguration_StillInUse

      public static String FreeStyleCommandConfiguration_StillInUse(Object arg0)
      Key FreeStyleCommandConfiguration.StillInUse: This build step is still in use by {0} project(s). (These will continue to function.).
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      This build step is still in use by {0} project(s). (These will continue to function.)
    • _FreeStyleCommandConfiguration_StillInUse

      public static org.jvnet.localizer.Localizable _FreeStyleCommandConfiguration_StillInUse(Object arg0)
      Key FreeStyleCommandConfiguration.StillInUse: This build step is still in use by {0} project(s). (These will continue to function.).
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      This build step is still in use by {0} project(s). (These will continue to function.)
    • ListPackage_DisplayName

      public static String ListPackage_DisplayName()
      Key ListPackage.DisplayName: .NET: Show dependencies (list package).
      Returns:
      .NET: Show dependencies (list package)
    • _ListPackage_DisplayName

      public static org.jvnet.localizer.Localizable _ListPackage_DisplayName()
      Key ListPackage.DisplayName: .NET: Show dependencies (list package).
      Returns:
      .NET: Show dependencies (list package)
    • Command_Verbosity_Diagnostic

      public static String Command_Verbosity_Diagnostic()
      Key Command.Verbosity.Diagnostic: Diagnostic (diag).
      Returns:
      Diagnostic (diag)
    • _Command_Verbosity_Diagnostic

      public static org.jvnet.localizer.Localizable _Command_Verbosity_Diagnostic()
      Key Command.Verbosity.Diagnostic: Diagnostic (diag).
      Returns:
      Diagnostic (diag)
    • NuGet_Delete_PackageNameWithoutVersion

      public static String NuGet_Delete_PackageNameWithoutVersion()
      Key NuGet.Delete.PackageNameWithoutVersion: A package version specification is required when a package name has been specified..
      Returns:
      A package version specification is required when a package name has been specified.
    • _NuGet_Delete_PackageNameWithoutVersion

      public static org.jvnet.localizer.Localizable _NuGet_Delete_PackageNameWithoutVersion()
      Key NuGet.Delete.PackageNameWithoutVersion: A package version specification is required when a package name has been specified..
      Returns:
      A package version specification is required when a package name has been specified.
    • Command_Verbosity_Detailed

      public static String Command_Verbosity_Detailed()
      Key Command.Verbosity.Detailed: Detailed (d).
      Returns:
      Detailed (d)
    • _Command_Verbosity_Detailed

      public static org.jvnet.localizer.Localizable _Command_Verbosity_Detailed()
      Key Command.Verbosity.Detailed: Detailed (d).
      Returns:
      Detailed (d)
    • NuGet_Locals_Location_Temp

      public static String NuGet_Locals_Location_Temp()
      Key NuGet.Locals.Location.Temp: Temporary files.
      Returns:
      Temporary files
    • _NuGet_Locals_Location_Temp

      public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_Temp()
      Key NuGet.Locals.Location.Temp: Temporary files.
      Returns:
      Temporary files
    • NuGet_Locals_InvalidOperation

      public static String NuGet_Locals_InvalidOperation(Object arg0)
      Key NuGet.Locals.InvalidOperation: Invalid operation "{0}"; valid values are "clear" and "list"..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Invalid operation "{0}"; valid values are "clear" and "list".
    • _NuGet_Locals_InvalidOperation

      public static org.jvnet.localizer.Localizable _NuGet_Locals_InvalidOperation(Object arg0)
      Key NuGet.Locals.InvalidOperation: Invalid operation "{0}"; valid values are "clear" and "list"..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Invalid operation "{0}"; valid values are "clear" and "list".
    • Command_Verbosity_Normal

      public static String Command_Verbosity_Normal()
      Key Command.Verbosity.Normal: Normal (n).
      Returns:
      Normal (n)
    • _Command_Verbosity_Normal

      public static org.jvnet.localizer.Localizable _Command_Verbosity_Normal()
      Key Command.Verbosity.Normal: Normal (n).
      Returns:
      Normal (n)
    • MSBuild_Test_BadRunSettings

      public static String MSBuild_Test_BadRunSettings()
      Key MSBuild.Test.BadRunSettings: Failed to load configured RunSettings arguments..
      Returns:
      Failed to load configured RunSettings arguments.
    • _MSBuild_Test_BadRunSettings

      public static org.jvnet.localizer.Localizable _MSBuild_Test_BadRunSettings()
      Key MSBuild.Test.BadRunSettings: Failed to load configured RunSettings arguments..
      Returns:
      Failed to load configured RunSettings arguments.
    • Restore_DisplayName

      public static String Restore_DisplayName()
      Key Restore.DisplayName: .NET: Restore project dependencies (restore).
      Returns:
      .NET: Restore project dependencies (restore)
    • _Restore_DisplayName

      public static org.jvnet.localizer.Localizable _Restore_DisplayName()
      Key Restore.DisplayName: .NET: Restore project dependencies (restore).
      Returns:
      .NET: Restore project dependencies (restore)
    • Command_Verbosity_Minimal

      public static String Command_Verbosity_Minimal()
      Key Command.Verbosity.Minimal: Minimal (m).
      Returns:
      Minimal (m)
    • _Command_Verbosity_Minimal

      public static org.jvnet.localizer.Localizable _Command_Verbosity_Minimal()
      Key Command.Verbosity.Minimal: Minimal (m).
      Returns:
      Minimal (m)
    • MSBuild_Test_DisplayName

      public static String MSBuild_Test_DisplayName()
      Key MSBuild.Test.DisplayName: .NET: Run unit tests (test).
      Returns:
      .NET: Run unit tests (test)
    • _MSBuild_Test_DisplayName

      public static org.jvnet.localizer.Localizable _MSBuild_Test_DisplayName()
      Key MSBuild.Test.DisplayName: .NET: Run unit tests (test).
      Returns:
      .NET: Run unit tests (test)
    • DotNetArguments_StringCredentialNotFound

      public static String DotNetArguments_StringCredentialNotFound(Object arg0)
      Key DotNetArguments.StringCredentialNotFound: No string credentials found with id "{0}"..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No string credentials found with id "{0}".
    • _DotNetArguments_StringCredentialNotFound

      public static org.jvnet.localizer.Localizable _DotNetArguments_StringCredentialNotFound(Object arg0)
      Key DotNetArguments.StringCredentialNotFound: No string credentials found with id "{0}"..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No string credentials found with id "{0}".
    • MSBuild_Publish_ProjectDefault

      public static String MSBuild_Publish_ProjectDefault()
      Key MSBuild.Publish.ProjectDefault: (Project Default).
      Returns:
      (Project Default)
    • _MSBuild_Publish_ProjectDefault

      public static org.jvnet.localizer.Localizable _MSBuild_Publish_ProjectDefault()
      Key MSBuild.Publish.ProjectDefault: (Project Default).
      Returns:
      (Project Default)