How to set file version in VS2005 for a .net 2.0 device application?

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

hi,


I am wondering how to set file version for a cf 2.0 device application
in vs 2005. When i go to project properties->Assembly Information
window, it only has Assembly Version, but File Version was grayed
out.

So in C++, I use GetFileVersionInfoSize() and GetFileVersionInfo(), it
won't work on the .exe that I create with CF2.0. Did I miss something
or there is other place to set it?



Thanks.
 
Back
Top