From Charles Young...
It turns out that Microsoft has implemented an undocumented registry setting to control the generation of C# files. Create a key called BizTalkProject at the following location:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1
Next, create a DWORD value called GenerateCSFiles. Set the value to 1 (or higher). Restart Visual Studio, load a BizTalk project and re-compile. Now take a look at your project folder. Some of you may be disappointed to know that GenerateVBFiles and GenerateJSFiles are not supported.
See the full article:
http://geekswithblogs.net/cyoung/archive/2005/01/22/20633.aspx
posted on Tuesday, February 08, 2005 2:51 PM