This commit is contained in:
Li 2022-07-17 15:45:01 +12:00
parent f2d36bd73a
commit 5aa3e1228e

View file

@ -218,6 +218,6 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="$(ProjectDir)/prebuild.py" />
<Exec Command="$(ProjectDir)prebuild.py" />
</Target>
</Project>