Visual Studio project translation prerequisites
OpenText recommends that each project you translate is complete and that you perform the translation in an environment where you can build it without errors. For a list of software environment requirements, see Software requirements the OpenText™ Application Security Software System Requirements document. A complete project contains the following:
All necessary source code files (C/C++, C#, or VB.NET).
All required reference libraries.
This includes those from relevant frameworks, NuGet packages, and third-party libraries.
For C/C++ projects, include all necessary header files that do not belong to the Visual Studio or MSBuild installation.
For ASP.NET and ASP.NET Core projects, include all the necessary ASP.NET page files.
The supported ASP.NET page types are ASAX, ASCX, ASHX, ASMX, ASPX, AXML, BAML, CSHTML, Master, RAZOR, VBHTML, and XAML.