Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#?
I followed the steps outlined here for including a manifest file: http://support.microsoft.com/kb/944276 Does it matter if the manifest file is in the directory where the source code is or should it be in the directory where the executable code is?
Someone has suggested I set BuildAction to "Embedded Resource". But I cannot find where this is set in the properties. Can you? In which panel is the BuildAction?