2010-06-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* UIOption.vb:
	* FieldType.vb:
	* FileSystem.vb:
	* SearchOption.vb:
	* RecycleOption.vb:
	* UICancelOption.vb:
	* TextFieldParser.vb:
	* SpecialDirectories.vb:
	* FileSystemOperation.vb:
	* DeleteDirectoryOption.vb:
	* FileSystemOperationUI.vb:
	* MalformedLineException.vb:
	* FileSystemOperationUIQuestion.vb: Remove .NET 1.0/1.1 logic.

2009-07-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* SpecialDirectories.vb: Remove all uses of CType (and relatives): for primitive
	types call the corresponding conversion method, for other types call
	DirectCast.

2010-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MalformedLineException.vb:
	* FileSystemOperationUI.vb:
	* FileSystemOperation.vb:
	* FileSystem.vb: Use String.Compare/Length instead of equality operator.
	Second step in making the vbruntime compile in vb9 (by not being
	self-referential).

2010-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* FileSystem.vb: Use full "path" to access members in modules, since modules
	will be changed to classes.

2007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* FileSystemOperationUIQuestion.vb: More dependencies are implemented now.

2007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* FileSystemOperationUIQuestion.vb, UICancelOption.vb,
	  MalformedLineException.vb, SpecialDirectories.vb, SearchOption.vb,
	  RecycleOption.vb, DeleteDirectoryOption.vb, FileSystemOperationUI.vb,
	  FileSystem.vb, FieldType.vb, FileSystemOperation.vb, UIOption.vb:
	  Changed all uses of NET_2_0 to NET_VER >= 2.0, deleted NET_1_0, NET_1_1
	  and NET_2_0.

2007-05-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MalformedLineException.vb: Don't rely on Exception's ToString
	  handling, do it all ourselves.

2007-03-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* FileSystemOperationUI.vb:
	* FileSystemOperationUIQuestion.vb: 
	* TextFieldParser.vb: CorCompare work.

2007-01-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Added DeleteDirectoryOption.vb, FieldType.vb, FileSystem.vb,
	FileSystemOperation.vb, FileSystemOperationUI.vb, 
	FileSystemOperationUIQuestion.vb, MalformedLineException.vb,
	RecycleOption.vb, SearchOption.vb, SpecialDirectories.vb, 
	TextFieldParser.vb, UICancelOption.vb, UIOption.vb
