Accessing AssemblyVersion number from assembly information to use in the post build event command li
Posted
by MikeU
on Stack Overflow
See other posts from Stack Overflow
or by MikeU
Published on 2010-06-07T22:17:27Z
Indexed on
2010/06/07
22:22 UTC
Read the original article
Hit count: 240
visual-studio
Hi,
I am trying to get access to the AssemblyVersion and AssemblyFileVersion numbers in the assembly information using the post build event command line in visual studio 2008. Is there a way to get access to that information similar to how $(TargetName) gets its macro definition from the project title.
© Stack Overflow or respective owner