~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to gthread/gthread.rc

Tags: upstream-2.12.12
Import upstream version 2.12.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <winver.h>
 
2
 
 
3
VS_VERSION_INFO VERSIONINFO
 
4
  FILEVERSION 2,12,12,0
 
5
  PRODUCTVERSION 2,12,12,0
 
6
  FILEFLAGSMASK 0
 
7
  FILEFLAGS 0
 
8
  FILEOS VOS__WINDOWS32
 
9
  FILETYPE VFT_DLL
 
10
  FILESUBTYPE VFT2_UNKNOWN
 
11
  BEGIN
 
12
    BLOCK "StringFileInfo"
 
13
    BEGIN
 
14
      BLOCK "040904B0"
 
15
      BEGIN
 
16
        VALUE "CompanyName", "The GLib developer community"
 
17
        VALUE "FileDescription", "GThread"
 
18
        VALUE "FileVersion", "2.12.12.0"
 
19
        VALUE "InternalName", "libgthread-2.0-0"
 
20
        VALUE "LegalCopyright", "Copyright � 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Copyright � 1998 Sebastian Wilhelmi. Modified by the GLib Team and others 1997-2004."
 
21
        VALUE "OriginalFilename", "libgthread-2.0-0.dll"
 
22
        VALUE "ProductName", "GLib"
 
23
        VALUE "ProductVersion", "2.12.12"
 
24
      END
 
25
    END
 
26
    BLOCK "VarFileInfo"
 
27
    BEGIN
 
28
      VALUE "Translation", 0x409, 1200
 
29
    END
 
30
  END