G
Guest
H
I have two resource files: strings.resx and strings.fr.res
Both files have the build action property set to Embedded Resource
When I build my project, the dll is placed under the bin/debug directory, but I also get a subdirectory under the bin/debug directory called 'fr' and a file in that directory called 'strings.resources.dll
Why is it putting the resources under the 'fr' directory when I explicitly stated that I wanted embedded resources
Thank
Graha
I have two resource files: strings.resx and strings.fr.res
Both files have the build action property set to Embedded Resource
When I build my project, the dll is placed under the bin/debug directory, but I also get a subdirectory under the bin/debug directory called 'fr' and a file in that directory called 'strings.resources.dll
Why is it putting the resources under the 'fr' directory when I explicitly stated that I wanted embedded resources
Thank
Graha