version info in VS2005

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
 
D

David Lowndes

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
 
D

Dave Cullen

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
 

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

Top