Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icsharpcode/WpfDesigner
The WPF Designer from SharpDevelop
https://github.com/icsharpcode/WpfDesigner
dotnetcore net-framework nuget wpf wpf-designer
Last synced: 3 months ago
JSON representation
The WPF Designer from SharpDevelop
- Host: GitHub
- URL: https://github.com/icsharpcode/WpfDesigner
- Owner: icsharpcode
- License: mit
- Created: 2015-10-05T17:38:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T13:52:32.000Z (10 months ago)
- Last Synced: 2024-04-28T07:06:19.020Z (6 months ago)
- Topics: dotnetcore, net-framework, nuget, wpf, wpf-designer
- Language: C#
- Size: 5.66 MB
- Stars: 902
- Watchers: 53
- Forks: 246
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# WpfDesigner
The WPF Designer from SharpDevelop, available via [NuGet](https://www.nuget.org/packages/ICSharpCode.WpfDesigner/)## Overview
WpfDesigner is a set of assemblies which can be included in your project to implement a XAML GUI editor.
## Project Build StatusBranch | Status
--- | ---
*master* (Development) | [![Build](https://github.com/icsharpcode/WpfDesigner/actions/workflows/dotnet.yml/badge.svg)](https://github.com/icsharpcode/WpfDesigner/actions/workflows/dotnet.yml)## System Requirements
.NET 4.5, or .NET Core 5.0 as well as .NET 6.0
## Libraries and Integrated Tools
Only the sample app has dependencies:
* [Avalon Dock](http://avalondock.codeplex.com/)
* [Avalon Edit](https://github.com/icsharpcode/AvalonEdit)## Sample App
![Sample App](/screenshot.png?raw=true "Sample App")###### Copyright 2015-2019 AlphaSierraPapa for the SharpDevelop team. SharpDevelop is distributed under the MIT license.