Updating the Version in C# and C++ resource files

Joined
Sep 13, 2011
Messages
1
Reaction score
0
Hi, In my solution it contains C# project, C++ projects....
If i want to update the project version, in C# we can do it in Assembly.info file and in C++ projects resource file (.rc files) contains the version.
As of now i am updating manually each project.

But i want to do it at one place from C# code and it should be updated in all other projects like C++ .rc (resource files also).

Anyone please let me know how it can be done. Thanks.
 

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