Fix Windows 10 build.

This commit is contained in:
Ghislain MARY 2015-07-10 12:30:32 +02:00
parent 47ad2e01d8
commit 01263097c4

View file

@ -175,10 +175,10 @@
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
</Link>
<PreBuildEvent>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">version.bat</Command>
<Command>version.bat</Command>
</PreBuildEvent>
<PreBuildEvent>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Batch script to get the git version</Message>
<Message>Batch script to get the git version</Message>
</PreBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />