3 mxap \- Moonlight XAP file Generator.
5 .B mxap [options] [directory]
9 tool to generate Silverlight 2.0 XAP files. These files pack a
10 complete application for Silverlight to consume (XAML files, images,
11 resources, libraries and their dependencies)
13 mxap will create a .xap file based on the contents of the specified
14 directory (or the current directory, if no directory is specified).
17 will create an application manifest (AppManifest.xaml), create the
18 XAML code behind files (using xamlg), create a <appname>.g.resource
19 file including all of the directories .xaml files (using respack),
20 compile the directories C# files, including the generated files, zip
21 all of the libraries and application manifest into a .xap file and
22 create an html file for viewing the new application.
26 If this option is specified, a sample HTML container file is generated
32 If this option is used, the XAP file will also package the debugging
33 information (the files that end with the .mdb extension). This is
34 useful to get line number information and more detailed stack traces.
36 The Moonlight mailing lists is at
37 http://www.mono-project.com/Mailing_Lists
39 http://www.go-mono.com/moonlight
41 mono(1), mopen(1), respack(1), svg2xaml(1)