Skip to content

Commit

Permalink
更新README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Jun 27, 2018
1 parent 73e904e commit d54c0a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,17 @@ OSharpNS当前版本(0.2.1-beta05)使用了 `dotnetcore` 当前最新版本
>dotnet new osharp_cmd
执行后,将得到一个名为`cmd_build.bat`的批处理脚本文件

![image](https://raw.githubusercontent.com/i66soft/docs_images/f2916f0d42e3edd1d87c0c242641ed7bd6ba15ef/osharpns/Readme/0002.png)

### 4. 运行脚本文件,生成项目初始化代码
直接执行`cmd_build.bat`脚本代码,将会提示 `请输入项目名称,推荐形如 “公司.项目”的模式:`,此名称将用作解决方案名称、工程名称起始部分、代码中的`namespace`起始部分。例如输入`Liuliu.Demo`,将生成如下代码结构:

![image](https://raw.githubusercontent.com/i66soft/docs_images/master/osharpns/Readme/0003.png)

### 5. 用VS打开解决方案
打开解决方案后,各个工程之间的引用关系已配置好,osharp框架的类库已引用 nuget.org 上的相应版本,并将自动还原好。项目结构如图所示:

![image](https://raw.githubusercontent.com/i66soft/docs_images/master/osharpns/Readme/0004.png)

#### 项目代码结构说明:
Expand Down

0 comments on commit d54c0a5

Please sign in to comment.