-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfc1ec3
commit 39c64e4
Showing
4 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
!if 0 | ||
|
||
Copyright (C) Microsoft Corporation, 2000 - 2000 | ||
|
||
Module Name: | ||
|
||
ansi.inc | ||
|
||
!endif | ||
|
||
CharWidth = ansi | ||
|
||
ALT_PROJECT_TARGET = win95 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
!IF 0 | ||
|
||
Copyright (C) Microsoft Corporation, 1999 - 1999 | ||
|
||
Module Name: | ||
|
||
makefile. | ||
|
||
!ENDIF | ||
|
||
# @@ COPY_RIGHT_HERE | ||
# @@ ROADMAP :: The Makefile the product-wide header files | ||
|
||
!ifdef NTMAKEENV | ||
|
||
!include $(NTMAKEENV)\makefile.def | ||
|
||
!endif # NTMAKEENV |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
!IF 0 | ||
|
||
Copyright (C) Microsoft Corporation, 1999 - 1999 | ||
|
||
Module Name: | ||
|
||
sources. | ||
|
||
!ENDIF | ||
|
||
USE_MFC = 1 | ||
|
||
!include ..\..\ansi.inc | ||
!include ..\sources.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
//{{NO_DEPENDENCIES}} | ||
// Microsoft Developer Studio generated include file. | ||
// Used by basestr.rc | ||
// | ||
#define IDS_SNAPIN_FAILED_INIT 12000 | ||
#define IDS_VIEW 12001 | ||
#define IDS_VIEW_LARGE 12002 | ||
#define IDS_VIEW_SMALL 12003 | ||
#define IDS_VIEW_LIST 12004 | ||
#define IDS_VIEW_DETAIL 12005 | ||
#define IDS_VIEW_HTML 12006 | ||
#define IDS_ARRANGE_ICONS 12007 | ||
#define IDS_ARRANGE_AUTO 12008 | ||
#define IDS_LINE_UP_ICONS 12009 | ||
#define IDS_NAME 12010 | ||
#define IDS_TYPE 12011 | ||
#define IDS_ADD_TO_FAVORITES 12012 | ||
#define IDS_ORGANIZEFAVORITES 12013 | ||
#define IDS_MESSAGE_NOT_FOUND_ERROR 12014 | ||
#define IDS_NODE_NOT_FOUND 12015 | ||
#define IDS_E_UNEXPECTED 12016 | ||
|
||
// Next default values for new objects | ||
// | ||
#ifdef APSTUDIO_INVOKED | ||
#ifndef APSTUDIO_READONLY_SYMBOLS | ||
#define _APS_NEXT_RESOURCE_VALUE 101 | ||
#define _APS_NEXT_COMMAND_VALUE 40001 | ||
#define _APS_NEXT_CONTROL_VALUE 1000 | ||
#define _APS_NEXT_SYMED_VALUE 101 | ||
#endif | ||
#endif |