.vdproj

Trouble with visual studio file extensions (.vdproj)

I'm trying to open an open source project and I'm getting an error when trying to open a certain component of the project. I'm using Visual Studio C# 2008 Express Edition and I'm opening a .sln file. That part of the file opens fine, but when I enter the IDE I'm greeted immediately with the error: ...DinamapSetup.vdproj' cannot be op...

.NET Regex Expression For Finding & Replacing Any ProductName Value In A .vdproj File In C#

Greetings: I'm trying to write a NAnt extension task that can update different settings within a Visual Studio 2003 generated Setup .vdproj file, and would appreciate help with the following. Specifically, I would like to use a RegEx expression to find, and if found, replace any value string value assigned to the ProductName value with...

.vdproj parser wanted!

Guys, I'm looking for some c# sample code or a tool that could parse .vdproj file (Visual 2010 Studio Setup and Deployment Project). Please, help me. ...