Home | History | Annotate | Download | only in winedlls
      1 1 VERSIONINFO
      2 FILEVERSION 6,0,6000,16386
      3 PRODUCTVERSION 6,0,6000,16386
      4 FILEFLAGSMASK 63
      5 FILEFLAGS 0
      6 FILEOS 0x00000000L
      7 FILETYPE 0x00000002L
      8 FILESUBTYPE 0x00000000L
      9 {
     10 	BLOCK "StringFileInfo"
     11 	{
     12 		BLOCK "040904E4"
     13 		{
     14 			// all Wine DLLs claim to be from Microsoft, maybe it's needed for compatibility
     15 			VALUE "CompanyName", "Microsoft Corporation"
     16 			VALUE "FileDescription", "GalliumD3D1x " NAME " runtime"
     17 			VALUE "FileVersion", "6.0.6000.16386"
     18 			VALUE "InternalName", ""
     19 			VALUE "LegalCopyright", "Copyright (c) 2010 Luca Barbieri and other contributors"
     20 			VALUE "OriginalFilename", FILENAME ".dll"
     21 			VALUE "ProductName", "GalliumD3D1x"
     22 			VALUE "ProductVersion", "6.0.6000.16386"
     23 		}
     24 	}
     25 	BLOCK "VarFileInfo"
     26 	{
     27 		VALUE "Translation", 0x0409, 0x04E4
     28 	}
     29 }
     30 
     31