Click here to Skip to main content
15,892,005 members
Articles / Programming Languages / C#

Strongly Typed Collection Builder Addin for VS.NET 2003

Rate me:
Please Sign up or sign in to vote.
4.84/5 (45 votes)
4 Jul 2003CPOL6 min read 196.9K   2.9K   104  
VS.NET addin that creates a strongly typed collection from a class.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollectionBuilderAddin", "CollectionBuilderAddin\CollectionBuilderAddin.csproj", "{24955BB7-7137-476E-A391-4755F8CEF8A1}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CollectionBuilderAddinSetup", "CollectionBuilderAddinSetup\CollectionBuilderAddinSetup.vdproj", "{290E33F6-9782-4B57-827C-DFF6EFF1CC61}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{24955BB7-7137-476E-A391-4755F8CEF8A1}.Debug.ActiveCfg = Release|.NET
		{24955BB7-7137-476E-A391-4755F8CEF8A1}.Debug.Build.0 = Release|.NET
		{24955BB7-7137-476E-A391-4755F8CEF8A1}.Release.ActiveCfg = Release|.NET
		{24955BB7-7137-476E-A391-4755F8CEF8A1}.Release.Build.0 = Release|.NET
		{290E33F6-9782-4B57-827C-DFF6EFF1CC61}.Debug.ActiveCfg = Release
		{290E33F6-9782-4B57-827C-DFF6EFF1CC61}.Debug.Build.0 = Release
		{290E33F6-9782-4B57-827C-DFF6EFF1CC61}.Release.ActiveCfg = Release
	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 Code Project Open License (CPOL)


Written By
Web Developer
Australia Australia
Erick Sgarbi has several years in software development and in the consulting commerce. He has being working with languages such as Java, Visual C++, Visual Basic and others. Now Erick is focusing on .NET Technologies by designing applications for Mobile and Smart devices in distributed environment emphasizing his time on web enabled solutions.

Comments and Discussions