I would like to alter the configuration of my ASP.Net website project in a manner similar to how I can easily alter my web application project settings using MSBuild. However, I have searched high and low for the website project settings that are used by Visual Studio 2010 and I have been unable to find a corresponding MSBuild project file for an ASP.Net website. Where are ASP.Net Website settings stored in Visual Studio so that I can alter them using MSBuild as well? I have been trying to get the desired structure within the Visual Studio IDE but have been unable to accomplish what I want thus far without breaking the entire solution.
Thanks.