diff options
Diffstat (limited to 'src/miranda32_10.vcxproj')
-rw-r--r-- | src/miranda32_10.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj index d43671f6e8..21a1564d91 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -171,6 +171,9 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
+ <PreBuildEvent>
+ <Command>..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -197,6 +200,9 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
+ <PreBuildEvent>
+ <Command>..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\include\m_addcontact.h" />
|