Click here to Skip to main content
15,885,278 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 184K   2.6K   81  
Shell extensions to distinguish between .NET assemblies and Win32 applications and libraries.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsmShell", "AsmShell.vcproj", "{DEE5F818-FD05-4848-BAF7-8D5314C9D827}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ANSI Release = ANSI Release
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{DEE5F818-FD05-4848-BAF7-8D5314C9D827}.ANSI Release.ActiveCfg = ANSI Release|Win32
		{DEE5F818-FD05-4848-BAF7-8D5314C9D827}.ANSI Release.Build.0 = ANSI Release|Win32
		{DEE5F818-FD05-4848-BAF7-8D5314C9D827}.Debug.ActiveCfg = Debug|Win32
		{DEE5F818-FD05-4848-BAF7-8D5314C9D827}.Debug.Build.0 = Debug|Win32
		{DEE5F818-FD05-4848-BAF7-8D5314C9D827}.Release.ActiveCfg = Release|Win32
		{DEE5F818-FD05-4848-BAF7-8D5314C9D827}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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