Move to csx

This commit is contained in:
Li 2022-09-01 16:15:17 +12:00
parent 27c79a28a3
commit a003f5b98d
6 changed files with 180 additions and 94 deletions

View file

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