Table of Contents
Ispirer Home Page
Ispirer SQLWays Product Page
Request SQLWays
How to Generate C# Project Files During the Migration
Ispirer MnMTK 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).
Generate C# Project File in Ispirer nGLFly Wizard
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
Generate C# Project File using command line conversion
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)
Ispirer Home Page
Ispirer SQLWays Product Page
Request SQLWays