2017-03-03 03:04:14 +03:00
|
|
|
<Project ToolsVersion="15.0">
|
|
|
|
<Import Condition="Exists('obj/CommitCount.props')"
|
|
|
|
Project="obj/CommitCount.props" />
|
2017-11-17 00:08:47 +03:00
|
|
|
<Import Project="RestoreSources.props" />
|
2017-03-03 03:04:14 +03:00
|
|
|
<PropertyGroup>
|
2017-11-16 01:28:17 +03:00
|
|
|
<CommitCount Condition="'$(CommitCount)' == ''">0</CommitCount>
|
2017-03-03 03:04:14 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|