ChangeLog 809 B

123456789101112131415161718192021222324252627
  1. 2004-03-08 Nick Drochak <[email protected]>
  2. * VBCodeProviderTest.cs: On windows, do not use mono to execute
  3. assembly. Actually, this should be if running on MS's CLR, but
  4. for now it will do.
  5. 2004-02-04 Jackson Harper <[email protected]>
  6. * VBCodeProviderTest.cs: Use mono to execute assembly.
  7. 2003-12-11 Nick Drochak <[email protected]>
  8. * VBCodeProviderTest.cs: Console.WriteLine's don't really belong in
  9. unit tests.
  10. 2003-12-11 Nick Drochak <[email protected]>
  11. * VBCodeProviderTest.cs: Fixed subtle namespace issues preventing
  12. build with csc.
  13. 2003-12-10 Jochen Wezel <[email protected]>
  14. * VBCodeProviderTest.cs: moved into proper subdir
  15. and also extended for additional testings
  16. * CodeGenerator*.cs: C# units copied and changed for VB use