This commit is contained in:
2022-11-30 13:35:24 +08:00
parent e9d755e7a6
commit a9fb5dba38
28 changed files with 908 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>