33 строки
998 B
Markdown
33 строки
998 B
Markdown
# WpfDesigner
|
|
The WPF Designer from SharpDevelop
|
|
|
|
## Overview
|
|
|
|
WpfDesigner is a set of assemblies which can be included in your project to implement a XAML GUI editor.
|
|
|
|
## Project Build Status
|
|
|
|
Branch | Status
|
|
--- | ---
|
|
*master* (Development) | [![Build status](https://ci.appveyor.com/api/projects/status/iqxeo16r8ff9qv66/branch/master?svg=true)](https://ci.appveyor.com/project/icsharpcode/WpfDesigner/branch/master)
|
|
|
|
|
|
## System Requirements (running SharpDevelop)
|
|
|
|
- [.NET 4.5](http://www.microsoft.com/en-au/download/details.aspx?id=30653)
|
|
|
|
## Libraries and Integrated Tools
|
|
|
|
Only the sample app has dependencies:
|
|
* [Avalon Dock](http://avalondock.codeplex.com/)
|
|
* [Avalon Edit](https://github.com/icsharpcode/AvalonEdit)
|
|
|
|
## Download
|
|
|
|
[NuGet](https://www.nuget.org/packages/ICSharpCode.WpfDesigner/)
|
|
|
|
## Sample App
|
|
![Sample App](/screenshot.png?raw=true "Sample App")
|
|
|
|
###### Copyright 2015-2016 AlphaSierraPapa for the SharpDevelop team. SharpDevelop is distributed under the MIT license.
|