You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
541 B
19 lines
541 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation
|
|
//
|
|
// File: migrate.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
#define VER_ORIGINALFILENAME_STR "migrate.dll"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILEDESCRIPTION_STR "Windows MSI 2.0 WinFusion Assembly downlevel Migration DLL"
|
|
#define VER_INTERNALNAME_STR "migrate"
|
|
|
|
#include "version.h"
|
|
|
|
#include "msi.rcv"
|