Skip to content

Commit

Permalink
docs: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 9, 2024
1 parent be74e68 commit bd5ceee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BuildAllTargets.proj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DefaultTargets="Restore;Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionPath>$(MSBuildThisFileDirectory)Musa.Core.sln</SolutionPath>
<SolutionPath>$(MSBuildThisFileDirectory)*.sln</SolutionPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionPath)">
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Search for `Musa.Core`, choose the version that suits you, and then click "Insta

Or

Add the following code to your `.vcxproj` file:
If your project template uses [Mile.Project.Windows](https://github.com/ProjectMile/Mile.Project.Windows), you can add the following code directly to your `.vcxproj` file:

```XML
<ItemGroup>
<PackageReference Include="Musa.Core">
<!-- Expected version -->
<Version>1.0.0</Version>
<Version>0.1.0</Version>
</PackageReference>
</ItemGroup>
```
Expand Down Expand Up @@ -105,6 +105,12 @@ This mode will not automatically import lib files.
## Progress
See [Project](https://github.com/users/MiroKaku/projects/1/views/1)

## Acknowledgements

Thanks to [JetBrains](https://www.jetbrains.com/?from=meesong) for providing free licenses such as [Resharper C++](https://www.jetbrains.com/resharper-cpp/?from=meesong) for my open-source projects.

[<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/ReSharperCPP_icon.png" alt="ReSharper C++ logo." width=200>](https://www.jetbrains.com/?from=meesong)

## Thanks & References
* Thanks: The scheme to export ZwRoutines is provided by @[xiaobfly](https://github.com/xiaobfly).
* References: [systeminformer](https://github.com/winsiderss/systeminformer)/phnt
Expand Down
12 changes: 10 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Musa.Core 是 [Musa.Runtime](https://github.com/MiroKaku/Musa.Runtime) (原 [ucx

或者

在你的 `.vcxproj` 文件里面添加下面代码:
如果你的项目模板用的是 [Mile.Project.Windows](https://github.com/ProjectMile/Mile.Project.Windows),那么可以直接在你的 `.vcxproj` 文件里面添加下面代码:

```XML
<ItemGroup>
<PackageReference Include="Musa.Core">
<!-- 期望的版本 -->
<Version>1.0.0</Version>
<Version>0.1.0</Version>
</PackageReference>
</ItemGroup>
```
Expand Down Expand Up @@ -105,6 +105,14 @@ Musa.Core 是 [Musa.Runtime](https://github.com/MiroKaku/Musa.Runtime) (原 [ucx
## 进度
查看 [Project](https://github.com/users/MiroKaku/projects/1/views/1)

## 鸣谢

> [IntelliJ IDEA](https://zh.wikipedia.org/zh-hans/IntelliJ_IDEA) 是一个在各个方面都最大程度地提高开发人员的生产力的 IDE。
特别感谢 [JetBrains](https://www.jetbrains.com/?from=meesong) 为开源项目提供免费的 [Resharper C++](https://www.jetbrains.com/resharper-cpp/?from=meesong) 等 IDE 的授权

[<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/ReSharperCPP_icon.png" alt="ReSharper C++ logo." width=200>](https://www.jetbrains.com/?from=meesong)

## 感谢 & 参考
* 感谢:Zw 例程获取方案由 @[xiaobfly](https://github.com/xiaobfly) 提供。
* 参考:[systeminformer](https://github.com/winsiderss/systeminformer)/phnt
Expand Down

0 comments on commit bd5ceee

Please sign in to comment.