Skip to content

Commit a12172a

Browse files
committed
add build
1 parent 42e960f commit a12172a

1 file changed

Lines changed: 12 additions & 28 deletions

File tree

README.md

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,30 @@
11
# XAML Viewer
2-
3-
XAML Viewer是一款轻量级的XAML编辑器。在编写文本的同时,能够实时显示相应的设计预览。不仅提供方便的文档管理,更具人性化的智能提示。当你在学习或尝试一些XAML效果时,一定会是你的不错选择。
4-
52
XAML is a lightweight XAML Editor.
63
While coding, the corresponding design preview can be displayed in real time.Providing convenient doc management, and more user-friendly intelligent tips.
74
When you are learning or trying out some XAML effects, it's a pretty good choice for you.
85

96
![Preview](images/XAMLViewer.png)
107

11-
## Document Manager
12-
1. 支持新建,打开,保存,关闭,拖动等操作;
13-
2. 支持预览与编辑面板位置交换操作;
14-
3. 支持在Active Files下拉列表中针对已打开的文件进行快速选择。
8+
## Build
9+
1. [.Net Core 3.1 SDK and .Net Framework 4.5 Dev Pack](https://dotnet.microsoft.com/download);
10+
2. [Visual Studio Code or Visual Studio 2019](https://visualstudio.microsoft.com/);
11+
3. Windows 7 SP1/8/8.1/10
1512

16-
_注意:在关闭软件时,只会自动保存已经存储在本地的文档,请务必在此之前,将需要保留的临时文档保存到本地。_
13+
_Notice:You can adjust the TargetFrameworks in the SharedProperty.props file according to your needs._
1714

18-
##
19-
1. Support operations:new, open, save, close, drag and etc.;
20-
2. Support operations:switch preview and edit panel;
21-
3. Support quick-selection for opened file in drag-down list.
15+
## Document Manager
16+
1. Support operations: new, save, open, close, drag and etc.;
17+
2. Support quick-selection for opened file in Active Files drop-down list.
2218

2319
_Notice:Only local doc files could be saved when closing the software. Please make sure doc files had been saved in local path._
2420

2521
## Automitic Compilation
26-
1. Auto-Compile,开启或关闭自动编译功能,但手动编译[F5],一直生效;
27-
2. Auto-Compile Delay,在无任何输入的指定时间后自动执行编译。
28-
29-
##
30-
1. Auto-Compile:Enable/disable Auto-Compile function; While compile manually [F5] always takes effect;
31-
2. Auto-Compile Delay:To compile automatically after "Auto-Compile Delay" time while idle(no input).
22+
1. Auto-Compile: Enable/disable Auto-Compile function, While compile manually [F5] always takes effect;
23+
2. Auto-Compile Delay: To compile automatically after "Auto-Compile Delay" time while idle(no input).
3224

3325
## Reference
34-
1. [Setting] >> [Reference] >> [Add]: 添加自定义控件库,可以在XAML中直接引用其中控件;
35-
2. 当前软件基于.Net Framework 4.5,只要系统中包含.Net Framework 4.X(X >= 5),即可引用基于4.0--4.X任意版本的控件库;
36-
3. 引用自定义控件库时,请按照以下形式声明命名空间:</br>
37-
``` xml
38-
xmlns:controls="clr-namespace:MyControl.Controls;assembly=MyControl"
39-
```
40-
##
41-
1. [Setting] >> [Reference] >> [Add]: To add customized component library, which could be called directly in XAML;
42-
2. The software is based on .Net Framework 4.5.All component libraries based on 4.0-4.X could be referenced as long as .Net Framework 4.X(X>=5) is installed in the system;
43-
3. Please declare name space as the following form:</br>
26+
1. [Setting] >> [Reference] >> [Add]: To add custom control library, which could be called directly in XAML;
27+
2. Please declare namespace as the following form:</br>
4428
``` xml
4529
xmlns:controls="clr-namespace:MyControl.Controls;assembly=MyControl"
4630
```

0 commit comments

Comments
 (0)