Looking at Assembly Information
Assembly information is an important part of building an application. This is what gets generated to the executable during compilation. How can you see where this data gets published?
Within in a Windows application select the project properties
From the application tab select Assembly information
Update this to include you data
Compile the application. Then using Windows Explorer right click on the compiled application.
Within the application properties you can easily see the assembly information
Comments
- Anonymous
December 07, 2006
Good trick.