Click here to Skip to main content
15,886,077 members
Articles / Desktop Programming / ATL

Shell Extensions for .NET Assemblies

Rate me:
Please Sign up or sign in to vote.
4.98/5 (29 votes)
17 Nov 2005Ms-PL3 min read 184.1K   2.6K   81  
Shell extensions to distinguish between .NET assemblies and Win32 applications and libraries.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AsmShell.rc
//
#define IDS_PROJNAME                    100
#define IDR_ASMSHELL                    101
#define COL_TITLE_FORMAT                101
#define IDR_ASSEMBLYICONOVERLAY         102
#define COL_TITLE_KEYTOKEN              102
#define IDR_ASSEMBLYINFO                103
#define COL_DESC_FORMAT                 103
#define IDR_ASSEMBLYPROPPAGE            104
#define COL_DESC_KEYTOKEN               104
#define IDR_ASSEMBLYCOLUMNS             105
#define ERR_FILE_OPEN                   105
#define ERR_FILE_MAP                    106
#define ERR_FILE_DATA                   107
#define FT_OTHER                        199
#define FT_WIN32_EXE                    200
#define IDI_OVERLAY_DLL                 201
#define FT_WIN32_DLL                    201
#define FT_NET_EXE                      202
#define FT_NET_DLL                      203
#define FT_NET_MOD                      204
#define FT_WIN64_EXE_I64                205
#define FT_WIN64_DLL_I64                206
#define FT_NET_EXE_I64                  207
#define FT_NET_DLL_I64                  208
#define FT_NET_MOD_I64                  209
#define FT_WIN64_EXE_X64                210
#define FT_WIN64_DLL_X64                211
#define FT_NET_EXE_X64                  212
#define FT_NET_DLL_X64                  213
#define FT_NET_MOD_X64                  214

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         202
#define _APS_NEXT_SYMED_VALUE           106
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Software Developer Microsoft
United States United States
Principal Software Engineer currently working on Azure SDKs at Microsoft. My opinions are my own. I work on a number of OSS projects for work and personally in numerous languages including C++, C#, JavaScript, Go, Rust, et. al. See a problem, fix a problem (or at least create an issue)!

Avid outdoor adventurer 🏔️❄️👞🚴‍♂️, husband, father.

Comments and Discussions