Forum: [VBP] Third Party Tools
05-17-2004, 06:15 AM
|
Replies: 1
Views: 11,307
AssemblyVersion & AssemblyFileVersion!
Hi,
I need to update the AssemblyVersion & AssemblyFileVersion before build. I can find the feature in "Make VS.NET" action. Unfortunately, I cannot give different values for the 2 attributes!
...
|
Forum: [VBP] General Discussion
03-26-2004, 07:48 AM
|
Replies: 4
Views: 10,967
Interesting point! :)
I noticed in...
Interesting point! :)
I noticed in PrintPreview that FileVer and Attr were getting added after applying the change. But even after I added these properties in my dynamic step generation, I got the...
|
Forum: [VBP] General Discussion
03-26-2004, 02:05 AM
|
Replies: 5
Views: 28,834
Am not sure if this is the best way, but :
...
Am not sure if this is the best way, but :
1. Insert a "Set Macro" action as the first step and set the value of the macro value as %DATETIME%
2. Insert a "Run Script" action as the last step....
|
Forum: [VBP] General Discussion
03-26-2004, 01:57 AM
|
Replies: 4
Views: 10,967
Thanks for that! :)
To use print-preview for...
Thanks for that! :)
To use print-preview for properities is nice tip.
Am now facing a weird problem! When I try to build a "Make VS.NET" step which was generated dynamically, I get this error:...
|
Forum: [VBP] General Discussion
03-22-2004, 07:12 AM
|
Replies: 4
Views: 10,967
Adding Steps dynamically...
Hi,
Am Rajiv...
I am an amatuer VisualBuild user :)
I need to dynamically generate steps during the build process. To keep it simple, I want to add multiple "Make VS.NET" steps and...
|