Skip to content

Commit 7d69bf4

Browse files
authored
Merge pull request #8 from dotnet-campus/t/lindexi
添加文档
2 parents 640d2ff + ddfa5bf commit 7d69bf4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@
6060

6161
关于二进制兼容请看 [VisualStudio 通过外部调试方法快速调试库代码](https://blog.lindexi.com/post/visualstudio-%E9%80%9A%E8%BF%87%E5%A4%96%E9%83%A8%E8%B0%83%E8%AF%95%E6%96%B9%E6%B3%95%E5%BF%AB%E9%80%9F%E8%B0%83%E8%AF%95%E5%BA%93%E4%BB%A3%E7%A0%81 )
6262

63+
## 细节
64+
65+
默认仅有在 Debug 下开启此功能,如需在 Release 也开启,请通过设置 EnableUsingMSBuildCopyOutputFileToFastDebug 属性为 true 开启
66+
67+
```xml
68+
<PropertyGroup>
69+
<EnableUsingMSBuildCopyOutputFileToFastDebug>true</EnableUsingMSBuildCopyOutputFileToFastDebug>
70+
</PropertyGroup>
71+
```
72+
73+
此项设置之后将会在 Debug 和 Release 下都开启复制
74+
6375
## 感谢
6476

6577
感谢 https://github.com/kkwpsv/lsjutil 提供 json 解析

0 commit comments

Comments
 (0)