msbuild
How to replicate visual studio setup project's "detected dependencies" functionality?
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[详细]
2023-04-08 15:14 分类:问答Private _Accessors don't build with MSBUILD
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[详细]
2023-04-08 15:07 分类:问答MSBuild Property Scope
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[详细]
2023-04-08 14:06 分类:问答MSBUILD error where folder contains more than one solution file
I\'m trying to set up CCNET and I\'ve run into a problem. My builds are failing and I\'m getting this error[详细]
2023-04-08 11:41 分类:问答Running both 32 bit and 64 bit unit test in TFS 2010
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[详细]
2023-04-08 11:23 分类:问答Why 'publish' website produces bin with one dll and build script produces bin with lots of dlls
I have made a scrip开发者_如何学JAVAt that uses the following command... \"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe\"[详细]
2023-04-08 10:52 分类:问答Aspnet_Compiler to publish all dlls other than modified
In our continuous integration process we are using Aspnet compiler to publish the source. But while doing, it only publishes the modified dlls.[详细]
2023-04-08 08:55 分类:问答how to merge all web.configs at once for a mvc3 app
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[详细]
2023-04-08 06:00 分类:问答MSBuild community task GacUtil silently failing for me
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[详细]
2023-04-08 04:18 分类:问答How do I get the <Message> MSBuild task to show up in the Visual Studio project output?
I\'m trying to printf debug my Visual Studio project file by spewing messages to the console like this:[详细]
2023-04-07 23:03 分类:问答