This is most general main template.
It should be used for the new project.
Edit it in text editor, and view in browser.
Help

Originally, it is pointed to 'demo_source'.

\\  

'PROJECT SWITCHES
                             '
   
   'Don't forget to disable this debug settings:
 
                             ' method example
   |=scenario." ""D""        ' D -dynamic:   invoke dll at first call;
                             ' P -preparsed: design-time-values have precendence;
   "    


   |=trace_application."T"         ' help
   |=Server_ScriptTimeOut."180"    ' 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."T" |=Variable_visibility."T" ' 'Copy Entire Project' Switch |=copy_entire_project."" |=hide_graphics."" ' help |=ConvertShow."T" ' help ' Vb Versions: |=SourceVBVersion."" |=ResultVBVersion."" ' Dll call timeouts |=delay_at_first_visit."""0"" 'in seconds, actually works for run-time also " |=shutdown_delay."""0"" 'in seconds " |include."Subschemas\\main_aux.txt" |end