Passing PropertySet Values to other Projets?

Hey Guys,

i wonder if anyone can help me with this.

First question: Is it possible to pass a .NET Assembly Numbers Property Set to a VB6 Compile Action to fill in the Majorversion, Minorversion and Revisionversion? .NET Assembly Versions also include the Buildversion but this one is not necessary for VB6.

Second Question: How do i use PropertySets from one project into another?

Say ProjectA(including .NET build stuff) has one PropertySet called "PropertySetA" and i use the "include project" Action to call my second ProjectB where i want to build VB6 stuff. How can i use the PropertySets from ProjectA in ProjectB now?

Do i have to create a new PropertySet (Visual Basic Version Numbers) to change the VersionNumbers within this Project?

Greetings,

Sascha

Hi Sascha

1) Since the property sets for .net and VB6 have different fields you will need to use the PropertySet Assign Values action to transfer values from one propertyset to another.

2) This will have to be done via variables. This is on our todo list to look into for a future version of FB.