Forum: [VBP] Third Party Tools
10-16-2006, 10:01 AM
|
Replies: 3
Views: 13,928
C++ project versioning
Hi there,
We have multiple C++ projects some of which are managed and some are unmanaged. How does the build .NET solution action handle versioning for those projects? Is the action able to update...
|
Forum: [VBP] General Discussion
08-10-2006, 12:23 PM
|
Replies: 2
Views: 9,791
|
Forum: [VBP] General Discussion
08-10-2006, 11:08 AM
|
Replies: 1
Views: 9,494
Nested macros
I have multiple macros that start with the same prefix "Shared_". For example: Shared_1, Shared_2, Shared_3
I have another macro (named "Num") that contains the postfix that I would like to work...
|
Forum: [VBP] General Discussion
08-10-2006, 11:01 AM
|
Replies: 2
Views: 9,791
Log of nested VB projects
Hi there. I have a VB project that calls multiple other VB projects. I am trying to produce a complete log that includes all the "child" projects as well as the "parent" project.
I looked at the...
|
Forum: [VBP] Third Party Tools
08-03-2006, 03:13 PM
|
Replies: 3
Views: 10,829
|
Forum: [VBP] Third Party Tools
08-03-2006, 10:05 AM
|
Replies: 3
Views: 10,829
version control
how does VBP handle version control in the "Make VS.NET" action? for example, does it look for AssemblyInfo.* files, Version.* files, etc.?
Specifically, i have a few VC++ projects that don't have...
|
Forum: [VBP] Third Party Tools
08-01-2006, 03:15 PM
|
Replies: 2
Views: 9,514
|
Forum: [VBP] Third Party Tools
08-01-2006, 12:54 PM
|
Replies: 2
Views: 9,514
VS Solution configurations / platforms
I have a Microsoft Visual Studio 2005 solution with multiple configurations and multiple platforms per configuration. How can I use regualr expressions in the "Make VS.NET" action -> project/solution...
|
Forum: [VBP] General Discussion
07-19-2006, 03:39 PM
|
Replies: 2
Views: 11,704
|
Forum: [VBP] General Discussion
07-19-2006, 12:56 PM
|
Replies: 2
Views: 11,704
Access specific macros
2 parts for this question:
- any idea of how I can access a number of macros programatically? for example, i want to access all macros that start with the letters "FAILED".
- I started to write...
|