Kevin Boyd
Kevin Boyd

Reputation: 12379

Embedded resource has project name as prefix

I'm working with a project called "MyApp", and all embedded resources get published into the dll like "MyApp.Sdk.System" instead of just "Sdk.System" which I want.

How do I omit the project name from appearing in the resource path?

Upvotes: 1

Views: 271

Answers (1)

Josh
Josh

Reputation: 10604

Have you checked the 'Default namespace' option in a project's properties? You can change things there that affect how the naming scheme works with embedded resources.

Edit See this link for naming conventions on embedded resources.

Upvotes: 2

Related Questions