Welcome to MSDN Blogs Sign in | Join | Help

March 2006 - Posts

Redirecting the copy of output assemblies for individual solutions to specified subfolders at drop site in Team Build

Team Build overrides the output directories that are specified in the individual project files, and thus places all build output at $(BinariesRoot)\$(Platfom)\$(Configuration)\ Is there a way disable copying the assemblies at drop site? Yes, you need

Issues in create the instance of singilton class using reflection in C#

Scenario - I have a public class (named class1) with only internal constructors. Assume this class exists in assembly class1.dll. Now I want to create the instance of class1 inside another public class (named class2) that exist in another assembly (class2.exe).

Overriding precedence for properties in MSBuild

You can set the value of property in the following manner pass the value in proj/targets file inside PropertyGroup tag pass the value in the msbuild command line using /p switch pass the value of the property in rsp file using /property switch pass the
 
Page view tracker