Hi there,
This may not be the right forum for this, but I have a Visual Studio add-in that needs to determine the name of the ".resources" file that MSFT embeds in the assembly for any arbitrary ".resx" file (preferably for any arbitrary project type, but my app only targets C#, VB or C++ for now). I think that it's tied in with the "GenerateResource" MSBuild task (still investigating) but in any case, I'm looking for some method or interface that will give me this in code. I'm using the high-level extensibility model right now (EnvDTE namespace and friends) but can grab any lower-level interfaces if required. Any help would be greatly appreciated. Thanks.
Larry (25+ years on MSFT platforms, mostly in C/C++)