Files
opennurbs/opennurbs_public_version.rc
Bozo The Builder 488533eb7a Sync changes from upstream repository
Co-authored-by: Andrew le Bihan <andy@mcneel.com>
Co-authored-by: Brian Gillespie <brian@mcneel.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
Co-authored-by: Giulio Piacentino <giulio@mcneel.com>
Co-authored-by: Greg Arden <greg@mcneel.com>
Co-authored-by: Lars <lars@mcneel.com>
Co-authored-by: Lowell <lowell@mcneelcom>
Co-authored-by: Nathan Letwory <nathan@mcneel.com>
Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com>
Co-authored-by: Tim Hemmelman <tim@mcneel.com>
2020-12-16 05:49:44 -08:00

39 lines
1.2 KiB
Plaintext

// This file contains the version resources for opennurbs_public.vcxproj
// The version numbers and copyright information comes from the header file below.
// Please do not modify this file unless you are certain you know what you are doing!
#include "opennurbs_public_version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_WITH_COMMAS
PRODUCTVERSION VERSION_WITH_COMMAS
FILEFLAGSMASK RHINO_FILE_FLAGS_MASK
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", ""
VALUE "FileDescription", "Public openNURBS Dynamic Link Library"
VALUE "FileVersion", RMA_VERSION_WITH_PERIODS_STRING
VALUE "InternalName", "Public openNURBS"
VALUE "LegalCopyright", COPYRIGHT
VALUE "LegalTrademarks", "openNURBS is a trademark of Robert McNeel & Associates."
VALUE "OriginalFilename", "opennurbs_public.dll"
VALUE "ProductName", "Public openNURBS"
VALUE "ProductVersion", RMA_VERSION_WITH_PERIODS_STRING
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END