#Region Module Attributes
#FullScreen: True
#IncludeTitle: False
#If FREE
#ApplicationLabel: xxx
#End If
#If PLUS
#ApplicationLabel: xxx Plus
#End If
#VersionCode: 11
#VersionName: 5.1
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: landscape
#CanInstallToExternalStorage: True
#AdditionalRes: C:\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
#End Region
#If FREE
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy ..\files\xxxicon.png res\drawable\icon.png
#If GOOG
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy ..\GoogAmzn\upgoog.html ..\Files\xxxupg.html
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c del /Q ..\objects-goog\*.*
#CustomBuildAction: 4, c:\windows\system32\robocopy.exe, ..\objects ..\objects-goog
#End If
#If AMZN
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy ..\GoogAmzn\upamzn.html ..\Files\xxxupg.html
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c del /Q ..\objects-amzn\*.*
#CustomBuildAction: 4, c:\windows\system32\robocopy.exe, ..\objects ..\objects-amzn
#End If
#End If
#If PLUS
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy ..\files\xxxpicon.png res\drawable\icon.png
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c del ..\Files\xxxupg.html
#CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c del /Q ..\objects-plus\*.*
#CustomBuildAction: 4, c:\windows\system32\robocopy.exe, ..\objects ..\objects-plus
#End If