2025-04-27 07:49:33 -04:00

21 lines
764 B
Plaintext

//-----------------------------------------------------------------------------
// This is a part of the Microsoft Source Code Samples.
// Copyright (C) 1993 Microsoft Corporation.
// All rights reserved.
//
// This source code is only intended as a supplement to
// Microsoft Development Tools and/or WinHelp documentation.
// See these sources for detailed information regarding the
// Microsoft samples programs.
//-----------------------------------------------------------------------------
#define RC_VERSION_FILE_DESCRIPTION "Async Trace DLL\0"
#define RC_VERSION_INTERNAL_NAME "DBGTRACE\0"
#define RC_VERSION_ORIGINAL_FILE_NAME "DBGTRACE.DLL\0"
#define VER_IISMAJORVERSION 5
#define VER_IISMINORVERSION 6
#include <bldver.rc>