Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   Replace in a .vcproj file (https://www.kinook.com/Forum/showthread.php?t=4272)

abcdetech 10-29-2009 01:25 PM

Replace in a .vcproj file
 
What is the best way to replace in a .vcproj file:

Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c "$(TargetPath)" echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" echo Execute mtxrereg.exe before using MTS components in MTS "
Outputs="$(OutDir)\regsvr32.trg"
/>


with this:

Name="VCCustomBuildTool"
/>


In other words a developer performs a custom build step - registration. I want to get rid of this step on my build machine.

I'm using VBP v. 7.2a

thank you

kinook 10-29-2009 01:50 PM

1 Attachment(s)
See attached sample.

abcdetech 10-29-2009 03:35 PM

just perfect and quick. THANK YOU


All times are GMT -5. The time now is 02:20 AM.


Copyright © 1999-2023 Kinook Software, Inc.