(This may be an ill-fated "opinion" question...) Currently, all projects place their generated assemblies into the top-level `build` or `build.dbg` directories (for Release or Debug builds, respectively).
The question: should we change this to follow normal VS convention, so that Release builds are placed under `$topdir/bin/Release` for Release builds and `$topdir/bin/Debug` for Debug builds? The primary reason would be to be more consistent with other projects and expectations. Thoughts? - Jon -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
