PDA

View Full Version : VS2010 *.vcxproj


Japster24
09-13-2010, 02:22 PM
We’ve updated from VS2008 to VS2010 and now I can’t get a *.vcxproj file to work with the “VS.NET Get Version” action (notice the 'x' in the filename with VS2010 projects). The help states it works “…thru 2010” but it doesn’t appear that it’s one of the valid extensions according to the help. Is there any way to work around this? Our builds depend on this functionality.

I assume that there will also be a problem with the “Make VS 2010” action as it’s also building a *.vcxproj.

Thanks for your help and time in advance!

kinook
09-13-2010, 03:25 PM
There was a problem with the Make VS.NET action and .vcxproj files, which is fixed in the latest download (VisBuildDotNET.dll 7.6.0.1 in Help | About | Install Info after installing). There aren't any known issues with the Make VS 2010 action and .vcxproj files.

Japster24
09-13-2010, 03:40 PM
Wow, that was quick. Thank you! I'll try this first thing tomorrow and let you know how it works.

Japster24
09-14-2010, 07:44 AM
Worked like a charm. Thank you so much!!