update build process

This commit is contained in:
Li 2022-06-21 16:21:11 +12:00
parent 0330193545
commit c325d29062
6 changed files with 14 additions and 19 deletions

View file

@ -218,6 +218,6 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="cd &quot;$(SolutionDir)&quot;&#xD;&#xA;py &quot;$(SolutionDir)prebuild.py&quot;" />
<Exec Command="cd &quot;$(ProjectDir)..\&quot;&#xD;&#xA;py &quot;$(ProjectDir)..\prebuild.py&quot;" />
</Target>
</Project>