Click here to Skip to main content
15,885,630 members
Articles / Desktop Programming / Windows Forms

Storm - the world's best IDE framework for .NET

Rate me:
Please Sign up or sign in to vote.
4.96/5 (82 votes)
4 Feb 2010LGPL311 min read 274.4K   6.5K   340  
Create fast, flexible, and extensible IDE applications easily with Storm - it takes nearly no code at all!

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storm.TabControl", "Storm.TabControl\Storm.TabControl.csproj", "{540122CF-C7B7-4761-8A14-AB863D540C2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabControlTest", "TabControlTest\TabControlTest.csproj", "{0849FF91-AAC7-49DC-95E6-B1A5D9D6D44C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{540122CF-C7B7-4761-8A14-AB863D540C2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{540122CF-C7B7-4761-8A14-AB863D540C2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{540122CF-C7B7-4761-8A14-AB863D540C2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{540122CF-C7B7-4761-8A14-AB863D540C2F}.Release|Any CPU.Build.0 = Release|Any CPU
		{0849FF91-AAC7-49DC-95E6-B1A5D9D6D44C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0849FF91-AAC7-49DC-95E6-B1A5D9D6D44C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0849FF91-AAC7-49DC-95E6-B1A5D9D6D44C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0849FF91-AAC7-49DC-95E6-B1A5D9D6D44C}.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 Lesser General Public License (LGPLv3)



Comments and Discussions