I don't trust 2012 Auto merge but it does it automatically. 31 January 2013 Donovan-Brown Work (0) Problem: I would like a chance to review the changes before having Visual Studio 2012 automerge my files. Solution: Disable the "Attempt to automatically resolve conflicts when they are generated. Explanation: When Visual Studio 2012 is installed it defaults with this option set. If you unche... [More]
How do I convert a Web Site to a Web Application 30 January 2013 Donovan-Brown Work (0) Problem: We created our application using the Web Site project template and would like to change to a Web Application. Solution: http://msdn.microsoft.com/en-us/library/aa983476(v=vs.100).aspx Explanation: Just don't use Web Sites! Why would I want my source code (all of my IP) on a server that... [More]
I want xml transforms to happen on build instead of only publish. 11 January 2013 Donovan-Brown Work (0) Problem: I have xml transforms I want to preform on build not only on publish. I also want an easy way to transform my config files during my team build. Finally I want to use it on app.configs in WPF applications as well. Solution: Use SlowCheetah XML Transforms package. You can inst... [More]