I\'m currently developping a bootstrapper to deploy one of my VSTO addins. I thus created a prerequisites list before compiled it with MSBuild, but I also need to test and install the otkloadr.dll fi
Some of my.csproj project files have special target \"AssembleJS\" that merges all .js files included in project in one big file (i.e. webcontrols.csproj has target \"AssembleJS\" with output \"webcon
Is there a way to use the MSBuild Extension Pack with a \"local\" reference that doesn\'t require you to run the installer? In other words, can you store the targets in a solution items folder so that
Given the following MSBuild project file: <Project ToolsVersion=\"3.5\" DefaultTargets=\"DoA\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">
How can I get MSBuild to do a full build of a Delphi project equivalent to 开发者_开发技巧dcc32 -b?
I\'m looking to extend some post build tasks to include the checking out and then checking in of a DLL. We are using TFS and I know there are command line tools to do this. What I don\'t know how to d
I am developing using 3.0 and VS 2开发者_如何学JAVA008. The problem is my build server does not have 3.5 installed and therefore I cant build the solution as MSBuild for 2.0 will not support the VS
I\'m considering writing my own delivery code using PowerShell and/or C#, maybe shelling to NAnt or MSBuild.
I\'m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.