vs_dotnet_startup_object_support.rst 386 B

12345678
  1. vs_dotnet_startup_object_support
  2. --------------------------------
  3. * The :prop_tgt:`VS_DOTNET_STARTUP_OBJECT` target property was added to
  4. tell :ref:`Visual Studio Generators` which startup class shall be used
  5. when the program or project is executed. This is necessary when more
  6. than one ``static void Main(string[])`` function signature is available
  7. in a managed .NET project.