Click here to Skip to main content
15,881,852 members
Articles / Desktop Programming / WPF

PlantUML Editor: A Fast and Simple UML Editor using WPF

Rate me:
Please Sign up or sign in to vote.
4.98/5 (65 votes)
11 Jun 2011CPOL16 min read 233.9K   6.4K   233  
A WPF smart client to generate UML diagrams from plain text using plantuml tool

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantUmlEditor", "PlantUmlEditor\PlantUmlEditor.csproj", "{8E43D75B-59E0-43F2-9200-5D1AE9DAD3FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{573D5F8C-4C19-42C3-B84B-BC585008B505}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Utilities", "Test.Utilities\Test.Utilities.csproj", "{4AB0FC65-635E-46C2-B821-5B8C74DB7C8F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PlantUmlEditorSetup", "PlantUmlEditor.Setup\PlantUmlSetup.vdproj", "{3CF050EC-DCBF-4B95-B384-852C475705B4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8E43D75B-59E0-43F2-9200-5D1AE9DAD3FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8E43D75B-59E0-43F2-9200-5D1AE9DAD3FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8E43D75B-59E0-43F2-9200-5D1AE9DAD3FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8E43D75B-59E0-43F2-9200-5D1AE9DAD3FF}.Release|Any CPU.Build.0 = Release|Any CPU
		{573D5F8C-4C19-42C3-B84B-BC585008B505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{573D5F8C-4C19-42C3-B84B-BC585008B505}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{573D5F8C-4C19-42C3-B84B-BC585008B505}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{573D5F8C-4C19-42C3-B84B-BC585008B505}.Release|Any CPU.Build.0 = Release|Any CPU
		{4AB0FC65-635E-46C2-B821-5B8C74DB7C8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4AB0FC65-635E-46C2-B821-5B8C74DB7C8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4AB0FC65-635E-46C2-B821-5B8C74DB7C8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4AB0FC65-635E-46C2-B821-5B8C74DB7C8F}.Release|Any CPU.Build.0 = Release|Any CPU
		{3CF050EC-DCBF-4B95-B384-852C475705B4}.Debug|Any CPU.ActiveCfg = Debug
		{3CF050EC-DCBF-4B95-B384-852C475705B4}.Release|Any CPU.ActiveCfg = Release
	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 Code Project Open License (CPOL)


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions