How do I run msbuild from the command line using Windows SDK 7.1?
I’m setting up .NET 4.0 support on our CI server. I’ve installed .NET 4.0, and the .NET tools from the Windows 7.1 SDK. … Read more
I’m setting up .NET 4.0 support on our CI server. I’ve installed .NET 4.0, and the .NET tools from the Windows 7.1 SDK. … Read more
Our build server is taking too long to build one of our C++ projects. It uses Visual Studio 2008. Is there any way … Read more
Instead of running an external program with its path hardcoded, I would like to get the current Project Dir. I’m calling an external … Read more
How can I programatically get the path to MSBuild from a machine where my .exe is running? I can get the .NET version … Read more
Historically, this has been done with the Microsoft Build Tools. But it seems that the Build Tools may not be available for versions … Read more
Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I’d like … Read more
I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) – for my problem only these two are important: MyBaseProject … Read more
I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try to build: This project … Read more
When I clean and then build my solution that has several projects, the output window reports that the build succeeded. However, when I … Read more
A .NET 3.5 solution ended up with this warning when compiling with msbuild. Sometimes NDepend might help out but in this case it … Read more