I\'m currently trying to switch between a few different default Icons in a Visual C++ .rc file using #ifdef tags.
I\'m using the MSBuild Community Task library to get the current SVN version an set that in my AssemblyInfo files to get the revision in the final compiled dll.
I\'m attempting to generate a C# code file that constructs an object tree based on an XML file. The elements in the XML refer to Types that are defined in the project that is being compiled. The gener
After adding ILMerge to my post build tasks and working out the commandline, I sucessfully get a merged program MyMerged.exe
The problem I am porting a build to a newer version of CC.Net (from 1.4.4 to a very recent version of 1.6).Previously the build mixed <msbuild /> tags with <exec /> tags that call batch f
Is there any way to choose the Session State Mode to be \"State Server\" when using MSBuild Extension Pack? I browsed the source co开发者_如何转开发de but there is no reference to state management.
I have the Import: <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\Silverlight\\v4.0\\Microsoft.Silverlight.CSharp.tar ets\" />
I have automatic build numbering setup, based on build date/name, using approach propos开发者_运维知识库ed by John Robbins from Wintellect described here. So the version/resource file is automatically
I have a post-build event to copy a .dll from one project to another on successful build using the following command:
I\'m using the BuildInParallel attribute of the MSBuild task to run build projects in parallel.The root project is building four child projects.The child projects are using a custom MSBuild task which