How to change the default namespace for Embedded Resources with MSBuild?
问题 I am attempting to embed an unmanaged dll in my console project. The default namespace of the project is Company.Project1Exe . The Assembly Name (output exe ) is named project1.exe The dlls are added to the project using the Add as Link option and are located in a Libs\x86 subfolder Company.Project1Exe | |--Program.cs |--Libs |--x86 |-My1st.dll |-My2nd.dll They have been added to the project using the Add as Link option, thus are not physically locate in the Libs subfolder. I have set the