version info in VS2005

  • Thread starter Thread starter Dave Cullen
  • Start date Start date
D

Dave Cullen

I can't for the life of me figure out where the version info properties
are in a Visual Studio 2005 C++ DLL project. In VC6.0 it was a page in
the resources. In VB 2005 it's in the AssemblyInfo. Where is it in a C++
DLL project?

Thanks
 
I can't for the life of me figure out where the version info properties
are in a Visual Studio 2005 C++ DLL project. In VC6.0 it was a page in
the resources. In VB 2005 it's in the AssemblyInfo. Where is it in a C++
DLL project?

There's a Resources window that can be displayed - usually shown along
with the Solution Explorer and Class View panes.

Dave
 
Thanks Dave. Found it.


David Lowndes said:
There's a Resources window that can be displayed - usually shown along
with the Solution Explorer and Class View panes.

Dave
 
Back
Top