This file, main_extract_VB_project.htm, is a schema where switches
are set to extract files which are containded in original VB *.prj file
and put them in RESULT_FILES folder crating necessary folders-tree.
This file also can be used as a template for customizing your s2s task.
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."F"
' SECOND ROUND SWITCHES.
|=project_to_convert."" ' Specifying project to convert
' Selection Switches
|=Convert_all_forms."F"
|=Convert_all_modules."F"
|=Convert_all_classes."F"
|=Variable_geometry."F"
|=Variable_visibility."F"
' 'Copy Entire Project' Switch
|=copy_entire_project."T"
|=hide_graphics."" ' help
|=ConvertShow."F" ' 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