mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 12:19:15 +12:00
Update to v1.7
This commit is contained in:
parent
8dd4cdb6d0
commit
35c51946e4
8 changed files with 22 additions and 58 deletions
|
@ -218,6 +218,6 @@
|
|||
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="mkdir $(ProjectDir)Resources\Versioning
git rev-parse --verify HEAD>"$(ProjectDir)Resources\Versioning\GitCommit" 
git describe --abbrev=0 --tags>"$(ProjectDir)Resources\Versioning\GitTag" 
git branch --show-current>"$(ProjectDir)Resources\Versioning\GitBranch" 
date /t>"$(ProjectDir)Resources\Versioning\BuildDate" 
time /t>"$(ProjectDir)Resources\Versioning\BuildTime" " />
|
||||
<Exec Command="cd "$(SolutionDir)"
py "$(SolutionDir)prebuild.py"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue