C
Chris Moore
SUMMARY: I want to override the default embedded resource naming
convention and excercise complete control over the name of an embedded
resource within an assembly.
DETAIL: For non-dependent files, visual studio names a resource
according to the convention <default
namespace>.<FolderName>.<FileName>. How can some other name for a given
resource be specified? I am willing to manually modify the project file
if necessary.
Thank You,
Chris Moore
convention and excercise complete control over the name of an embedded
resource within an assembly.
DETAIL: For non-dependent files, visual studio names a resource
according to the convention <default
namespace>.<FolderName>.<FileName>. How can some other name for a given
resource be specified? I am willing to manually modify the project file
if necessary.
Thank You,
Chris Moore