CZEMacLeod / MSBuild.SDK.SystemWeb

This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.
MIT License
151 stars 8 forks source link

Launch Profiles editor no longer works in the latest versions of Visual Studio (17.5+) #57

Open CZEMacLeod opened 1 year ago

CZEMacLeod commented 1 year ago

The Launch Profiles UI is included from Microsoft.Web.Designtime.targets which isn't included by this SDK. The UI pages are now also included in the VS install and override the SDK. Not all properties are applicable to ASP.NET V4.x anyway, nor are all the profile types (e.g. executable, or out of box hosting) so it makes sense to create our own version of this file and the associated XAML files.

This issue is to capture any missing settings and try and bring them into the new project property pages mechanism, as well as add the missing launch profiles.

It would be great to capture the main project properties into the project settings, not least that descriptions can be added and there would be a central location for any such properties.

Currently would like to add all the main properties defined in each SDK, especially the common ones.

It would also be great to add a versions section to handle