1{
2    ApplicationDescription = "Precision Raster Image Convolution Engine";
3    ApplicationIcon = "price-icon-os.tiff";
4    ApplicationName = PRICE;
5    ApplicationRelease = "1.3.0";
6    Authors = (
7	"Riccardo Mottola"
8    );
9    Copyright = "Copyright (C) 2002-2014";
10    CopyrightDescription = "Released under the GNU General Public License v2+.";
11    FullVersionID = "1.3.0";
12    NOTE = "Automatically generated!";
13    NSExecutable = PRICE;
14    NSIcon = "price-icon-os.tiff";
15    NSMainNibFile = "MainMenu.gorm";
16    NSPrincipalClass = NSApplication;
17    NSRole = Application;
18    NSTypes = (
19	{
20	    NSDocumentClass = MyDocument;
21	    NSHumanReadableName = "TIFF Document";
22	    NSName = TIFF;
23	    NSRole = Editor;
24	    NSUnixExtensions = (
25		tif,
26		tiff
27	    );
28	},
29	{
30	    NSDocumentClass = MyDocument;
31	    NSHumanReadableName = "JPEG Document";
32	    NSName = JPEG;
33	    NSRole = Editor;
34	    NSUnixExtensions = (
35		jpg,
36		jpeg,
37		JPG,
38		JPEG
39	    );
40	},
41	{
42	    NSDocumentClass = MyDocument;
43	    NSHumanReadableName = "GIF Document";
44	    NSName = GIF;
45	    NSRole = Viewer;
46	    NSUnixExtensions = (
47		gif
48	    );
49	},
50	{
51	    NSDocumentClass = MyDocument;
52	    NSHumanReadableName = "PNG Document";
53	    NSName = PNG;
54	    NSRole = Viewer;
55	    NSUnixExtensions = (
56		png
57	    );
58	},
59	{
60	    NSDocumentClass = MyDocument;
61	    NSHumanReadableName = "XPM Document";
62	    NSName = XPM;
63	    NSRole = Viewer;
64	    NSUnixExtensions = (
65		xpm
66	    );
67	}
68    );
69    URL = "http://price.sf.net";
70}