MSBuild-ification doing it from command line - some reference
Saturday, November 1st, 2008http://msdn.microsoft.com/en-us/library/ms164311.aspx
/p:Configuration=Debug
Everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc
http://msdn.microsoft.com/en-us/library/ms164311.aspx
/p:Configuration=Debug
Set:
<UseMerge>true</UseMerge>
To:
<UseMerge>false</UseMerge>
This is because it tries to add classes of the same name in the same assembly such as default. This should be solved by creating a dll on a folder basis. I will comment back here when I find out how!
Need to deploy a .NET project but want a little more control?