Creating custom property for net assembly

0 votes
I need to create a custom property for my .Net assembly such that it's visible under the Details tab in the Windows Explorer, like something that sits parallelly with "File Description", "Type", "Product Version"... etc. I would have wanted to do this from within Visual Studio, but that's not really too important. What is I hope to do essentially is integrate a solution into an existing nant build process. So, the assemblies being affected post-compile is not something I'm worried about at all. TIA
Nov 13, 2018 in Others by Bharani
• 4,660 points
406 views

1 answer to this question.

0 votes

While your compiler does not really support it, AssemblyFileVersionAttribute will work because of the compiler generating a win32 resource called VERSIONINFO in your assembly containing that information in it. And, that is, in fact, what your Windows actually reads. All the other attributes just get saved as metadata along with your code. So, you can make a tool to change that VERSIONINFO resource after the compiling is done.

answered Nov 13, 2018 by DataKing99
• 8,240 points

Related Questions In Others

0 votes
0 answers

what are all the future scope for dot net developers

Jul 31, 2019 in Others by reshmakavi
• 120 points
528 views
0 votes
1 answer

Custom Request Matcher for SEOMOZ + VCR

record the time of the test in ...READ MORE

answered Feb 25, 2022 in Others by narikkadan
• 63,420 points
287 views
0 votes
1 answer

Android shared preferences for creating one time activity

How to Intialize? // 0 - for private ...READ MORE

answered Jun 21, 2022 in Others by nisha
• 2,210 points
702 views
0 votes
0 answers

Custom URL scheme for Pinterest on iOS Safari to open board URL?

I can't for the life of me ...READ MORE

Sep 23, 2022 in Others by gaurav
• 23,260 points
292 views
0 votes
1 answer

Excel Issue- custom format for Turkish currency

What about: #.##0,00 [$₺-tr-TR] Where #.##0,00 € would do for ...READ MORE

answered Oct 10, 2022 in Others by narikkadan
• 63,420 points
1,126 views
+5 votes
2 answers

Can we migrate the AWS Cognito users between the user pools?

Yes, it is possible that this scenario ...READ MORE

answered Apr 13, 2018 in AWS by Cloud gunner
• 4,670 points
10,171 views
+5 votes
2 answers

Can we export/migrate users from AWS cognito, does it cause vendor lock-in?

Cognito actually has the capability to import ...READ MORE

answered Aug 1, 2018 in AWS by bug_seeker
• 15,520 points
4,492 views
0 votes
1 answer

How interactive graphs are generated in Tableau?

Lot of back end code is shared ...READ MORE

answered Apr 14, 2018 in Tableau by xyz
• 1,560 points
485 views
0 votes
1 answer

Get files in my own file format for its own dynamic icon

Regarding MAC support, "The Mac and Windows ...READ MORE

answered Jan 8, 2019 in Others by DataKing99
• 8,240 points
856 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP