Studio Enterprise Edition (Windows) used Visual Studio 2008. You upgrade projects created with it to Enterprise Developer for Visual Studio.
Studio Enterprise Edition (Windows) uses Visual Studio 2008. You can open any solutions created with it in Enterprise Developer and the newer version of Visual Studio handles the conversion:
This starts the Review Project and Solution Changes wizard that will upgrade the project to the most recent format supported by the version of Visual Studio installed with Enterprise Developer.
Visual Studio performs a one-way upgrade of the projects in the solution and loads it inside the IDE. A migration report is also displayed in your browser.
Micro Focus recommends you set Compiler directives using the project's properties and not using the additional directives field to help avoid some unexpected build issues. For example, if additional directives included the LIST() directive, the conversion removes it and enables the Generate listing file project's property. Enterprise Developer includes more project property equivalents of Compiler directives and includes the wizard you see to help you move any directives specified in additional directives to the properties of the project.