We have just started to migrate our applications from PB 11.5 to PB 2021. One of the PB 11.5 apps is a com+ application that creates a dll. This dll is used to create an interop which is called by a c# web service. When I migrated this app to PB 2021 the project file wasn't migrated. When I go New and select Projects I don't have 'COM/COM+ Component Wizard' or 'COM/COM+ Component' which we used in 11.5 to create the application dll.
1) Is there a different way to define a com+ project?
2) Or is there an entirely new way that I need to go about building this app? Are there any suggestions or advice on what I would need to do