How to find .NET version of project in Visual Studio 2008?
Open the project file with extension .vbproj in a text editor and search for the tag <TargetFrameworkVersion>
For example you will find something like below
<TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
which means .Net version is 3.0