Details
Description
The conditional compilation statements for a couple of files intends to segregate code that is .NET 1.x versus future versions (.NET 2 and higher), but the way it is written is confusing. The attached patch is more clear as to what code is for .NET 1.x and what code is for other .NET variants.