This is most general main template.
It should be used for the new project.
Help


\\  

'PROJECT SWITCHES     ' help
  

                             ' method example
   |=scenario." ""P""        ' D -dynamic:   invoke dll at first call;
                             ' P -preparsed: design-time-values have precendence;
   "    

   |=trace_application.""    ' help
   |=AllowLocal.""           ' help



   ' FIST ROUND SWITCH

   |=copy_all."T"             



   ' SECOND ROUND SWITCHES.
      
   |=project_to_convert.""  ' Specifying project to convert


   ' Selection Switches

   |=Convert_all_forms."T"   
   |=Convert_all_modules."T"
   |=Convert_all_classes."T"
   |=Variable_geometry.""    
   |=Variable_visibility.""  

   ' Copy Entire Project Switch

   |=copy_entire_project."" 

   ' More Tune Up

|include."Subschemas\\main_aux.txt"
|end