>Is there a version directive that I can use to determine what version I am
>compiling under?
Which language? C# doesn't provide anything like that, you'd have to
define the sybol yourself.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Each compiler is independent of each other. You probably want to create a
set of CMD/BAT files to do this for you, changing the paths of the different
.NET Framework versions. Note that this is probably only doable for VB and
C# only.

Signature
Christopher A. Reed
"The oxen are slow, but the earth is patient."
> Is there a version directive that I can use to determine what version I am
> compiling under?
[quoted text clipped - 4 lines]
>
> #ENDIF