subsonic / SubSonic-2.0

SubSonic 2.0 Home
http://subsonic.github.io/
Other
80 stars 45 forks source link

SRC is .Net 3.5 #1

Closed cfbarbero closed 15 years ago

cfbarbero commented 15 years ago

There are a number of files in the repository that use .net 3.5 specific features like AutoProperties and Object Initializers. Looking at the checkins from the old Google SVN it looks like most (maybe all) were added by canofunk on 4/21/09 in r521: CHANGED: Global - AutoProperties now used where possible. CHANGED: Global - Object initializers now used where possible.

These changes make it so the projects can't be compiled in a VS2005 solution.

robconery commented 15 years ago

Right - the source is VS2008 but compiles to .NET 2.0. This is to take advantage of speed etc of VS 2008.