[MonoDevelop] Windows application Manifest (RT_MANIFEST)
Michael Hutchinson
m.j.hutchinson at gmail.com
Fri Feb 26 22:40:08 EST 2010
On Tue, Feb 9, 2010 at 10:28 AM, Matt234 <ppinmatt at videotron.ca> wrote:
>
> Is it possible to embed a windows application manifest file (RT_MANIFEST
> resource type) in an application designed with MonoDevelop? I just can't
> seem to figure out how...
Some ways seem to be documented here:
http://blogs.msdn.com/cheller/archive/2006/08/24/how-to-embed-a-manifest-in-an-assembly-let-me-count-the-ways.aspx
The steps involving rc.exe and mt.exe should be translatable to
postbuild/prebuild steps in MD on Windows. I don't think MD supports
the <Win32Resource> element (feel free to file a bug) but you can
certainly pass /win32res to the .NET C# compiler from MD by adding it
to "additional compiler argument, and it *might* work with the Mono C#
compiler.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Monodevelop-list
mailing list