Click here to Skip to main content
15,897,360 members
Articles / Desktop Programming / Windows Forms

Declarations Generator

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
29 Jun 2010GPL33 min read 19.5K   127   5  
A tool which helps in generating codes for events/properties, so that users of your classes can use events/properties of embedded classes

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DeclarationsGenerator", "EventsDeclarationsGenerator\DeclarationsGenerator.vbproj", "{D344963C-B320-4B7A-A4EC-258EA3C9C58F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D344963C-B320-4B7A-A4EC-258EA3C9C58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D344963C-B320-4B7A-A4EC-258EA3C9C58F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D344963C-B320-4B7A-A4EC-258EA3C9C58F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D344963C-B320-4B7A-A4EC-258EA3C9C58F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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 GNU General Public License (GPLv3)


Written By
Software Developer
Syrian Arab Republic Syrian Arab Republic
The more I learn the more I see my ignorance.

Comments and Discussions