Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / C#

Strongly typed collections

Rate me:
Please Sign up or sign in to vote.
2.28/5 (7 votes)
30 May 2004CPOL 36.9K   329   12  
A simple tool to generate typed collections.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedCollection", "TypedCollection.csproj", "{10CE718B-C9B3-494B-B394-954F4E6806CD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TypedCollectionSetup", "TypedCollectionSetup\TypedCollectionSetup.vdproj", "{ED52B48A-7B5B-4645-B8E2-7CF0BDFDF4CC}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{10CE718B-C9B3-494B-B394-954F4E6806CD}.Debug.ActiveCfg = Debug|.NET
		{10CE718B-C9B3-494B-B394-954F4E6806CD}.Debug.Build.0 = Debug|.NET
		{10CE718B-C9B3-494B-B394-954F4E6806CD}.Release.ActiveCfg = Release|.NET
		{10CE718B-C9B3-494B-B394-954F4E6806CD}.Release.Build.0 = Release|.NET
		{ED52B48A-7B5B-4645-B8E2-7CF0BDFDF4CC}.Debug.ActiveCfg = Debug
		{ED52B48A-7B5B-4645-B8E2-7CF0BDFDF4CC}.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
Cuba Cuba
I'm a advance computer technology students.

Comments and Discussions