Visual Studio Version and .NET Version

  • Thread starter Thread starter Tanja Krammer
  • Start date Start date
T

Tanja Krammer

hi,
are there compile constants for VS version and .NET version?
#if VS_VERSION
do()
#else
....
Thank you,
 
are there compile constants for VS version and .NET version?

Nothing predefined, you would have to add them yourself.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top