Skip to content

Commit

Permalink
Merge e4ee7c2 into 42568b8
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus authored Jan 5, 2022
2 parents 42568b8 + e4ee7c2 commit 15dd34f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sakura/githash.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
BeforeTargets="ClCompile">
<Exec Command="..\sakura\githash.bat ..\sakura_core $(GeneratedGitHash)" />
</Target>
<Target Name="AppendCleanTargets" BeforeTargets="CoreClean">
<!-- Add files to @Clean just before running CoreClean. -->
<ItemGroup>
<Clean Include="$(GeneratedGitHash)" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 15dd34f

Please sign in to comment.