Borland C# Builder and Visual Studio .NET Whidbey happy together

Thanks Dogg for the comment on my side-by-side issue earlier today.  I now have Visual Studio .NET Whidbey back on my machine.  I have added this file to tell Borland C# Builder to use the .NET Framework v1.1 only.

C:\Program Files\Borland\BDS\1.0\Bin\bds.exe.config

<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<requiredRuntime version="v1.1.4322" safemode="true"/></startup></configuration>

I actually used Visual Studio .NET 2003 to generate the file after reading an Early Adopter article.  There's also a bunch of stuff about this on MSDN.