vote up 1 vote down star

I have msbuild proj file which should build solution created on Visual Studio 2005 and containing both C++ and C# project If I need to build the solution with msbuild which comes with .NET 3.5, what should be added into proj file ?

Thanks in advance

flag
Are you doing an automated build like using TFS or just manual? – SteveM Jul 22 at 21:04
Currently manual , but later it planned to be part of scheduled build ( via ElectricCommander) – Mike Jul 23 at 20:00

1 Answer

vote up 0 vote down

If you are trying to build a solution file which contains C++ projects then you should use devenv.exe to build it. To do this you can use the Exec task.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.