This commit is contained in:
2022-11-30 11:23:59 +08:00
parent fdaf7518c6
commit 5e17e20aab
15 changed files with 79 additions and 104 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>