Ispirer Website Ispirer Toolkit Overview Free Trial

How to Generate C# Project Files during Migration

Ispirer Toolkit allows to generate C# project files for some conversion pairs during the migration. More often this option is required when you convert project files from, f.e. Delphi (*.dpr, *.dproj) or Visual Basic (*.vbp, *.mak).

Let's take Delphi conversion as an example. After you select Delphi project file for conversion and set all needed source and target options, you should click button “Advanced” on “Target Options Page”. In the modal window you should set option “Generate *.csproj file” to “Yes” and select needed Visual Studio version in a dropdown below.

After conversion ends, you will have C# project file in the results folder

You can also generate C# project files using command line conversion. You should open *.ini file and add two options in [CS] block:


GENERATE_CSPRJ=Yes

VISUALSTUDIO_VERSION=*version*

where *version* - Visual Studio version (f.e. 2019)


If you have any additional questions, please contact us: support@ispirer.com