PDA

View Full Version : Get VS.NET Project not working


x97mdr
09-25-2006, 08:16 AM
Hi there,

I'm trying to retrieve the version number I set in my project's linker properties using the Get VS.NET Version step.

My project is built with VS .NET 2003 but is a native code C application. The file I am trying to retrieve from is a .vcproj file.

Would there be some reason why this step would not work??

Thanks.

kinook
09-25-2006, 10:19 AM
The VS.NET Get Version action does not read the project's linker properties to retrieve the version. See here for details on how the version is retrieved:

http://www.visualbuild.com/Manual/vs_netprojver.htm

You would need to parse the project file via script code or a custom user action to retrieve linker properties.