build vs2005 solution with msbuild from .net 3.5 -
itemprop = "text">
I have an msbuild proj file that should be a solution built on Visual Studio 2005 and both C ++ and C # projects If I have a solution with MSBILD that comes with .NET 3.5, what should be added in the project file?
In advance thank you
If you are trying to create a solution file in which You should use devenv.exe to create C ++ projects. To do this you can use the task.
Saeed Ibrahim Hashimi
My Book:
Comments
Post a Comment