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