Development builds watermark in Release Mode issue

Hi,
i want to upgrade user right for a windows pc application. I need to add Requireadministrator in the manifest.
To do that :

  • i build with “create visual studio solution” option in build settings with nothing else checked in the options
  • in VS2019 i change manifest and build in Release Mode this new solution and i obtain an EXE file with Admin right.
    But when i launch this exe, there is a "development buil" watermark at the bottom right corner of the screen that i would like to make disapear.

Strange thing is when i build with unity without “create solution” checked. I obtain an exe without watermark.

As “development build” option is never checked in unity build settings, i thought that it was unity editor bugg but i have tried 2 versions and result is the same (2020 3.11 / 2020 3.19 Pro)

is anybody have idea about this issue. Thanks for your help

Use the “Master” mode in Visual Studio to build a non-development build. “Release” mode will build an optimized development build, whereas “Debug” mode will build a non-optimized development build.

Thanks for your answer but i never ear about “MASTER” mode in visual studio. can you explain? I use VS2019 16.10.4.

sorry , i found it. In fact , it is THE SOLUTION.

Thanks