We are using Visual Studio 2008 and .Net 3.5. we can build our C # projects in the build machine using the MSBuild from the SDK, because we do not have a visual studio installed on the build machine.
Now we are trying to create an installation project with similar settings. MSBuild doesn't seem to like .vDProj. any idea how we can do this?
thanks,
EDIT:
only the SDK is installed on the build machine, Visual Studio is not installed, another third-party build tool is not installed.
source share