Question Is there a canned solution that will detect (recursively) all dependencies of a given visual studio project file?This is basically what a visual studio setup project\'s \"detected dependenc
I have a build script (.bat) that invokes MSBUILD (C:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319\\msbuild.exe) that used to work for a while but stopped working after I installed VS11 Developer Pr
Once again I\'m battling MSBuild.I want to have a property value defined with a root path.As part of the build, the path will get updated with version information.However, MSBuild seems to have its ow
I\'m trying to set up CCNET and I\'ve run into a problem. My builds are failing and I\'m getting this error
My project has both 32 bit and 64 bit components.THey have both managed and unmanaged components.I 开发者_开发百科need to run unit test for both configuration.I also have separate set of different tes
I have made a scrip开发者_如何学JAVAt that uses the following command... \"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe\"
In our continuous integration process we are using Aspnet compiler to publish the source. But while doing, it only publishes the modified dlls.
I\'ve got a mvc3 a开发者_如何转开发pp with several configurations (debug, ci, qa, client-dev, client-qa, release).I\'ve got web.configs merging nicely within visual studio for whatever configuration i
I have an open source .NET project whose main artefact is a DLL that needs to be installed to the GAC for its primary use case. Therefore I want to install it during the AfterBuild task. I am using th
I\'m trying to printf debug my Visual Studio project file by spewing messages to the console like this: