mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
15 lines
No EOL
471 B
XML
15 lines
No EOL
471 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
|
|
</PropertyGroup>
|
|
|
|
<!--
|
|
Override this target to disable calling the source control commands on some
|
|
platforms that don't support the targets like RHEL 6.
|
|
-->
|
|
<Target Name="InitializeSourceControlInformationFromSourceControlManager">
|
|
<PropertyGroup>
|
|
<SourceRevisionId>unknown</SourceRevisionId>
|
|
</PropertyGroup>
|
|
</Target>
|
|
</Project> |