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
I have patched and updated the Visual Studio Extension:
Adjusted versions in vsixmanifest
Recompiled Microsoft.VisualStudio.ProjectSystem.SDK.Wizard.dll for VS2022
Item Templates
Removed escaped space from Project%20System path
The VSIX installer seems to have a problem with that
Bumped required framework versions to 4.7.2
Changed NumberOfParentCategoriesToRollUp from 0 to 1
(didn't work, though)
Project Templates
Replaced Assembly references with Package references to VS SDK and Project System SDK (all 17.2.x)
Added missing ProjectProperties.cs to ProjectType template
Added PlatformTag and ProjectTypeTag to make it show under "Extensions" in the "New Project" dialog
Fixed broken/invalid templateManifest1.1033.vstman
XML error in line 107. Looks like a rebase error.
I wonder whether the Project template was even working in VS 2015...
All should be working now, even the project creation wizard which is no longer integrated in VS 2002, due to the changed new-project dialog, so it is shown separately.
Extension Patched for VS 2022
I have patched and updated the Visual Studio Extension:
Microsoft.VisualStudio.ProjectSystem.SDK.Wizard.dll
for VS2022Project%20System
pathThe VSIX installer seems to have a problem with that
NumberOfParentCategoriesToRollUp
from 0 to 1(didn't work, though)
ProjectProperties.cs
to ProjectType templatetemplateManifest1.1033.vstman
XML error in line 107. Looks like a rebase error.
I wonder whether the Project template was even working in VS 2015...
Download
VSProjectExtensibility2022.zip
The text was updated successfully, but these errors were encountered: