Home All Groups Group Topic Archive Search About

Visual Studio Version and .NET Version

Author
20 Mar 2006 10:01 AM
Tanja Krammer
hi,
are there compile constants for VS version and .NET version?
#if VS_VERSION
do()
#else
....
Thank you,

Author
20 Mar 2006 7:48 PM
Mattias Sjögren
>are there compile constants for VS version and .NET version?

Nothing predefined, you would have to add them yourself.


Mattias

--
Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.