128 lines
4.4 KiB
Plaintext
128 lines
4.4 KiB
Plaintext
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
* (ES) AUTOGENERADO - ¡¡ATENCIÓN!! - ¡¡NO PENSADO PARA EJECUTAR!! USAR SOLAMENTE PARA INTEGRAR CAMBIOS Y ALMACENAR CON HERRAMIENTAS SCM!!
|
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
*< FOXBIN2PRG: Version="1.19" SourceFile="C:\DESA\foxbin2prg\TESTS\DATOS_READONLY\fb2p_test.pjx" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
|
*
|
|
LPARAMETERS tcDir
|
|
|
|
lcCurdir = SYS(5)+CURDIR()
|
|
CD ( EVL( tcDir, JUSTPATH( SYS(16) ) ) )
|
|
|
|
*<DevInfo>
|
|
_Author = "El autor"
|
|
_Company = "La companía"
|
|
_Address = "La dirección"
|
|
_City = "Ciudad"
|
|
_State = "State"
|
|
_PostalCode = "Cod.Post"
|
|
_Country = "País"
|
|
*--
|
|
_Comments = "Comentarios"
|
|
_CompanyName = "Company Name"
|
|
_FileDescription = "File Description"
|
|
_LegalCopyright = "Legal Copyright"
|
|
_LegalTrademark = "Legal Trademark"
|
|
_ProductName = "Product Name"
|
|
_MajorVer = "1"
|
|
_MinorVer = "0"
|
|
_Revision = "5"
|
|
_LanguageID = "Language ID"
|
|
_AutoIncrement = "1"
|
|
*</DevInfo>
|
|
|
|
|
|
*<ServerHead>
|
|
_LibraryName = 'C:\DESA\test2\fb2p_test.exe'
|
|
_InternalName = 'fb2p_test'
|
|
_ProjectName = 'fb2p_test'
|
|
_TypeLibDesc = 'fb2p_test Type Library'
|
|
_ServerType = ' 0'
|
|
_TypeLib = '{97DF3026-912D-4604-B06D-60EF52C19B70}'
|
|
*</ServerHead>
|
|
*<ServerData>
|
|
_HelpContextID = '0'
|
|
_ServerName = 'fb2p_test.cl_form'
|
|
_Description = 'mi OLE server DLL'
|
|
_HelpFile = ''
|
|
_ServerClass = 'cl_form'
|
|
_ClassLibrary = 'c:\desa\test2\fb2p_test.vcx'
|
|
_Instancing = '1'
|
|
_CLSID = '{E888ECF1-F911-4F1B-A5DC-8739057087B1}'
|
|
_Interface = '{63194B79-0E07-44E6-9FC3-2EBCAA27787A}'
|
|
*</ServerData>
|
|
*<ServerData>
|
|
_HelpContextID = '0'
|
|
_ServerName = 'fb2p_test.cl_imagen'
|
|
_Description = 'otro ole'
|
|
_HelpFile = ''
|
|
_ServerClass = 'cl_imagen'
|
|
_ClassLibrary = 'c:\desa\test2\fb2p_test.vcx'
|
|
_Instancing = '1'
|
|
_CLSID = '{BA0AD3CE-E874-402F-A835-85AE1CDCE515}'
|
|
_Interface = '{6B05B62A-2C51-4C45-921F-E09FA0E66CF5}'
|
|
*</ServerData>
|
|
|
|
*<BuildProj>
|
|
*<.HomeDir = 'c:\desa\foxbin2prg\tests\datos_readonly' />
|
|
|
|
FOR EACH loProject IN _VFP.Projects FOXOBJECT
|
|
loProject.Close()
|
|
ENDFOR
|
|
|
|
STRTOFILE( '', '__newproject.f2b' )
|
|
BUILD PROJECT fb2p_test.pjx FROM '__newproject.f2b'
|
|
FOR EACH loProject IN _VFP.Projects FOXOBJECT
|
|
loProject.Close()
|
|
ENDFOR
|
|
|
|
MODIFY PROJECT 'fb2p_test.pjx' NOWAIT NOSHOW NOPROJECTHOOK
|
|
|
|
loProject = _VFP.Projects('fb2p_test.pjx')
|
|
|
|
WITH loProject.FILES
|
|
.ADD('bmps\carpetaabierta.bmp') && *< FileMetadata: Type="x" Cpid="0" Timestamp="0" ID="1132700438" ObjRev="0" />
|
|
.ADD('bmps\carpetacerrada.bmp') && *< FileMetadata: Type="x" Cpid="0" Timestamp="0" ID="1132700438" ObjRev="0" />
|
|
.ADD('bmps\scccheckout.bmp') && *< FileMetadata: Type="x" Cpid="0" Timestamp="0" ID="1132700438" ObjRev="0" />
|
|
.ADD('bmps\sobrepostal.bmp') && *< FileMetadata: Type="x" Cpid="0" Timestamp="0" ID="1132700438" ObjRev="0" />
|
|
.ADD('bmps\treeview.bmp') && *< FileMetadata: Type="x" Cpid="0" Timestamp="0" ID="1132700438" ObjRev="0" />
|
|
.ADD('config\config.fpw') && *< FileMetadata: Type="T" Cpid="1252" Timestamp="0" ID="1132700450" ObjRev="0" />
|
|
.ADD('fb2p_frm_1.scx') && *< FileMetadata: Type="K" Cpid="1252" Timestamp="0" ID="1132700357" ObjRev="0" />
|
|
.ADD('fb2p_frm_2.scx') && *< FileMetadata: Type="K" Cpid="1252" Timestamp="0" ID="1132700358" ObjRev="0" />
|
|
.ADD('fb2p_test.vcx') && *< FileMetadata: Type="V" Cpid="1252" Timestamp="0" ID="1132700355" ObjRev="0" />
|
|
*</BuildProj>
|
|
|
|
.ITEM('__newproject.f2b').Remove()
|
|
|
|
*<FileComments>
|
|
.ITEM(lcCurdir + 'fb2p_test.vcx').Description = 'clase descrip'
|
|
*</FileComments>
|
|
|
|
*<ExcludedFiles>
|
|
.ITEM(lcCurdir + 'config\config.fpw').Exclude = .T.
|
|
*</ExcludedFiles>
|
|
|
|
*<TextFiles>
|
|
.ITEM(lcCurdir + 'config\config.fpw').Type = 'T'
|
|
*</TextFiles>
|
|
ENDWITH
|
|
|
|
WITH loProject
|
|
*<ProjectProperties>
|
|
.SetMain(lcCurdir + 'fb2p_test.vcx')
|
|
.Icon = lcCurdir + 'bmps\container.ico'
|
|
.Debug = .T.
|
|
.Encrypted = .T.
|
|
*<.CmntStyle = 1 />
|
|
*<.NoLogo = .F. />
|
|
*<.SaveCode = .T. />
|
|
.ProjectHookLibrary = 'fb2p_test.vcx'
|
|
.ProjectHookClass = 'proj_hook'
|
|
*</ProjectProperties>
|
|
ENDWITH
|
|
|
|
|
|
_VFP.Projects('fb2p_test.pjx').Close()
|
|
*ERASE '__newproject.f2b'
|
|
CD (lcCurdir)
|
|
RETURN |