vrr.rc

来自「Vitual Ring Routing 管你知不知道」· RC 代码 · 共 44 行

RC
44
字号
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs)
//
// (c) Microsoft Corporation. All rights reserved. 
//
// This file is part of the Microsoft Virtual Ring Routing distribution.
// You should have received a copy of the Microsoft Research Shared Source
// license agreement (MSR-SSLA) for this software; see the file "license.txt".
// If not, please see http://research.microsoft.com/vrr/license.htm,
// or write to Microsoft Research, One Microsoft Way, Redmond, WA 98052-6399.
//
// This file is derived from the Microsoft Research Mesh Connectivity Layer,
// available under the MSR-SSLA license, and downloadable from
// http://research.microsoft.com/mesh/.
//

#include <winver.h>

1 VERSIONINFO
FILEVERSION BUILDMAJORVER,BUILDMINORVER,BUILDNUM,BUILDREV
PRODUCTVERSION BUILDMAJORVER,BUILDMINORVER,BUILDNUM,BUILDREV
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#if DBG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0
#endif
FILEOS VOS_NT
FILETYPE VFT_DRV
FILESUBTYPE VFT2_DRV_NETWORK
{
    BLOCK "StringFileInfo" {
        BLOCK "040904B0" {
            VALUE "CompanyName", "Microsoft Research"
            VALUE "FileDescription", "MVirtual Ring Routing (VRR) Driver"
            VALUE "FileVersion", BUILDSTR
            VALUE "InternalName", "vrr"
            VALUE "LegalCopyright", "(c) Microsoft Corporation. All rights reserved."
            VALUE "OriginalFilename", "vrr.sys"
            VALUE "ProductName", "VRR Binary Release"
            VALUE "ProductVersion", BUILDSTR
        }
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?