[MonoDevelop] Embedded resources ID mangling
   
    Rodolfo Campero
     
    rodolfocampero@hotmail.com
       
    Fri, 09 Jul 2004 18:37:46 -0300
    
    
  
Hello,
Is it possible to change the embedded resource's ID with monodevelop?
I ask because I'm used to the way Visual Studio .NET works. IIRC, VS
assigns to embedded resources a generated ID: the file name prefixed
with the default namespace that a class in the folder said file resides
would have.
Example:
Say you have a project in the folder
	/home/myuser/src/myproject
whose default namespace is
	MyCo.MyProject
if you embbed a resource located in
	/home/myuser/src/myproject/Texts/File.txt
the corresponding ID would be:
	MyCo.MyProject.Texts.File.txt
The only way I can think of to do this is messing with the generated
Makefile, but I know that is unwise.
Any ideas?
Greets,
Rodolfo