Use the project configuration conversion command to convert the management resource on the file system as shown in the following figure.
In the example above, execute the following command to convert into the project used for NetCOBOL Studio management.
Create the COBOL resource project (CBL).
PM2NS -OC:\NS -RCBL -IC:\PM\CBL
Create the COBOL resource project (OTHER).
PM2NS -OC:\NS -Etxt -ROTHER -IC:\PM\SRC -OC:\NS
Convert the project.
PM2NS -OC:\NS C:\PM\TEST.prj
TEST.CBI is compile option file. The content of compile option file is reflected in build option of COBOL solution project.