Thomas Coin

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: No Build Events? #22845
    Thomas Coin
    Participant

    Hi,

    Thanks, it did the trick by adding this :

       <Target Name="MyExeTarget" BeforeTargets="Build">
        <Exec Command="MyExe.exe -some args" />
      </Target>
    
    
    in reply to: No Build Events? #22679
    Thomas Coin
    Participant

    Unfortunately I don’t have the “Custom build steps” TAB in my VisualGBD Project Properties … (Cf CAPTURE.PNG)

    I only have Custom Step from the “common” project property Window. (Cf CAPTURE2.PNG)

    Which Visual Studio version are you using ?

    Thanks by advance.

    Attachments:
    You must be logged in to view attached files.
    in reply to: No Build Events? #22675
    Thomas Coin
    Participant

    Hi,

    I also need to run a command before each build.

    Have you been able to run your script as a “pre build event” with the custom step menu ?
    The only thing I see are “post-compile xxx”, which run after the build.

    Thanks by advance

Viewing 3 posts - 1 through 3 (of 3 total)