/
Support Statetment: ReplaceFile for AppObject

Support Statetment: ReplaceFile for AppObject

With BuildFile= local in the translation Script (note lang must be csproj or vbproj)

   <Output Status="New" Filename="%BndPath%" />

   <Author>
   
   <Fix name="PostEdit_ReplaceFiles" host="">
      <ReplaceFile lang="csproj" <---
      name="remove AppObjects"   
      source="%NetProjFolder%\%SrcName%_AppObject.cs"
      target="..\usr\handcode\%SrcName%_AppObject.cs"    
      />
   </Fix> 

Note: AppObjects files are used to provide a Singleton for an instance classes that exposes "Global" members in some VB6/COM APIs.

Related content

Support Statetment: ReplaceFile for Stubs
Support Statetment: ReplaceFile for Stubs
More like this
Support Statement: Setting Platform for builds
Support Statement: Setting Platform for builds
More like this
Support Statement: How can I automatically edit a VBP file?
Support Statement: How can I automatically edit a VBP file?
More like this
gmplReferenceStatement
gmplReferenceStatement
More like this
Migration Setup Form
Migration Setup Form
More like this
Support Statement: updating (of ignoring) a custom meta-language file during translation
Support Statement: updating (of ignoring) a custom meta-language file during translation
More like this