PDA

View Full Version : C# Manifest file question



Xarzu
01-16-2008, 02:11 PM
:bug:
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:
h t t p ://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?
h t t p ://i67.photobucket.com/albums/h292/Athono/CSharp015.png
h t t p ://i67.photobucket.com/albums/h292/Athono/csharp016.png
h t t p ://i67.photobucket.com/albums/h292/Athono/csharp017.png
h t t p ://i67.photobucket.com/albums/h292/Athono/CSharp018.png
h t t p ://i67.photobucket.com/albums/h292/Athono/csharp019.png
h t t p ://i67.photobucket.com/albums/h292/Athono/csharp020.png
It seems there is more than one way to use Manifest Files with C#. I would like to know them all.
:bug: