#1
|
|||
|
|||
Get VS.NET Project not working
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. |
#2
|
|||
|
|||
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. |
|
|