You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ExcludeSDKDefaultPackages
ApplySDKDefaultPackageVersions
GeneratedBindingRedirectsAction
MvcBuildViews
EnableWebFormsDefaultItems
SetRoslynToolPath
OverwriteAppConfigWithBindingRedirects
It would also be great to add a versions section to handle
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
The text was updated successfully, but these errors were encountered: