Code

make win32 compile using libxslt
[inkscape.git] / src / inkscape.rc
2 APPLICATION_ICON    ICON          DISCARDABLE     "../inkscape.ico"
3 1                   24            DISCARDABLE     "./inkscape-manifest.xml"
5 1 VERSIONINFO
6     FILEVERSION     0,45,1,0
7     PRODUCTVERSION  0,45,1,0
8 BEGIN
9     BLOCK "StringFileInfo"
10     BEGIN
11         BLOCK "040901b5"
12         BEGIN
13             VALUE "Comments", "Published under the GNU GPL"
14             VALUE "CompanyName", "inkscape.org"
15             VALUE "FileDescription", "Inkscape"
16             VALUE "FileVersion", "0.45.1"
17             VALUE "InternalName", "Inkscape"
18             VALUE "LegalCopyright", "© 2007 Inkscape"
19             VALUE "ProductName", "Inkscape"
20             VALUE "ProductVersion", "0.45.1"
21         END
22     END
23     BLOCK "VarFileInfo"
24     BEGIN
25         VALUE "Translation", 1033, 437
26     END
27 END