dotnet / project-system

The .NET Project System for Visual Studio
MIT License
967 stars 386 forks source link

Support VB MyApplication application model #5056

Open davidwengier opened 5 years ago

davidwengier commented 5 years ago

This is a tracking issue for supporting MyApplication in SDK-style projects.

davkean commented 4 years ago

Triage: This is blocked VB support for WinForms/WPF for .NET Core.

paul1956 commented 4 years ago

In SDK project Application Information GUID attribute is missing and is needed for Single Instance. The following items are missing from the UI, including the generation of Application Events file image The Title field Attribute used by Splash Screen and About and MsgBox is missing.

paul1956 commented 4 years ago

Why is this still blocked it works with Preview 6?