|
From: Mike C. <mik...@gm...> - 2007-08-17 14:21:17
|
On 17/08/07, Steve Mitcham <Ste...@ty...> wrote: > > I think development can go to using 2005 projects. As long as we have a > path to building a 1.1 version through the nant scripts I don't see the > usefulness in hamstringing the solution file to 2003. > > If there isn't much demand for 1.1 support, it may be in our interest to > create a branch for 1.1 development and point the HEAD branch squarely at > 2.0 only development I think a branch would be a better way to go. I haven't been running the nant script before checkin (I probably should have been, but I don't have a nant setup on my dev machines) and it's waaay too easy to break compatibility accidentally. Also, the version of Resharper that works with 2003 throws a fit at the #if NET20 guards we have in a couple of places; you have to comment them out to get any work done. Not very friendly. I'll post on the general list and see if anyone howls. |