(file) Return to winresources.rc CVS log (file) (dir) Up to [OMI] / omi / server

File: [OMI] / omi / server / winresources.rc (download)
Revision: 1.1, Mon Apr 20 17:20:13 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

/*++

Copyright (C) Microsoft Corporation

Module Name:

    mi.RC

Abstract:

	Management Infrastructure resources

History:

--*/

//Microsoft Developer Studio generated resource script.
//
//#include "resource.h"

#include "windows.h"

/////////////////////////////////////////////////////////////////////////////
// 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



/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
#include <xml/xml_errors_ids.h>
STRINGTABLE
{
#include <xml/xml_errors.inc>
}

#include <omi_error/errors.rc>


#endif    // English (U.S.) resources


#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE    		VFT_APP
#define VER_FILESUBTYPE 		VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     	"OMI Server"
#define VER_INTERNALNAME_STR        	"omiserver.exe"
#define VER_ORIGINALFILENAME_STR    	"omiserver.exe"

#include "common.ver"

ViewCVS 0.9.2