diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2004-11-14 18:28:51 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2004-11-14 18:28:51 +0000 |
commit | fbfbb9205ddc84193c3001e8bcd38c39fe134cdd (patch) | |
tree | d1e928d4ca623b9053a22563cd9037cba56fd75e /rfbplayer/rfbplayer.rc | |
parent | a92b0872f13865f404506730a8ebbc3ffa3b6083 (diff) | |
download | tigervnc-fbfbb9205ddc84193c3001e8bcd38c39fe134cdd.tar.gz tigervnc-fbfbb9205ddc84193c3001e8bcd38c39fe134cdd.zip |
Added initial RFB Session Player implementation, by Egor Vegner.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@6 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'rfbplayer/rfbplayer.rc')
-rw-r--r-- | rfbplayer/rfbplayer.rc | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/rfbplayer/rfbplayer.rc b/rfbplayer/rfbplayer.rc new file mode 100644 index 00000000..db4240c5 --- /dev/null +++ b/rfbplayer/rfbplayer.rc @@ -0,0 +1,118 @@ +//Microsoft Developer Studio generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE DISCARDABLE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE DISCARDABLE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE DISCARDABLE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON DISCARDABLE "rfbplayer.ico" + +#ifndef _MAC +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,0,0,1 + PRODUCTVERSION 1,0,0,1 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904b0" + BEGIN + VALUE "Comments", "\0" + VALUE "CompanyName", "TightVNC Team\0" + VALUE "FileDescription", "RFB Session Player for Win32\0" + VALUE "FileVersion", "1, 0, 0, 1\0" + VALUE "InternalName", "rfbplayer\0" + VALUE "LegalCopyright", "Copyright (C) 2004 TightVNC Team.\0" + VALUE "LegalTrademarks", "\0" + VALUE "OriginalFilename", "rfbplayer.exe\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "RFB Session Player 1.0\0" + VALUE "ProductVersion", "1, 0, 0, 1\0" + VALUE "SpecialBuild", "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1200 + END +END + +#endif // !_MAC + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + |