mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-05 02:35:41 +00:00
13 lines
473 B
XML
13 lines
473 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<VersionPrefix>0.12.1</VersionPrefix>
|
|
</PropertyGroup>
|
|
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
|
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8"
|
|
ConsoleToMSBuild="True"
|
|
IgnoreExitCode="False">
|
|
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput"/>
|
|
</Exec>
|
|
</Target>
|
|
</Project>
|