* 1.0.0

* <feat> v1.0.1 + guid工具

* <fix> 随机数bug
This commit is contained in:
2022-11-30 16:48:40 +08:00
committed by GitHub
parent e9d755e7a6
commit d6fd2b0f9a
30 changed files with 934 additions and 1 deletions

7
Directory.Build.props Normal file
View File

@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<BaseOutputPath>../build/temp/bin</BaseOutputPath>
<BaseIntermediateOutputPath>../build/temp/obj</BaseIntermediateOutputPath>
<MSBuildProjectExtensionsPath>../build/temp/obj</MSBuildProjectExtensionsPath>
</PropertyGroup>
</Project>