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