diff options
Diffstat (limited to 'plugins/Db3x')
-rw-r--r-- | plugins/Db3x/db3x_10.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj index 4bf61d60c7..09d4f13459 100644 --- a/plugins/Db3x/db3x_10.vcxproj +++ b/plugins/Db3x/db3x_10.vcxproj @@ -100,6 +100,9 @@ <SubSystem>Windows</SubSystem>
<BaseAddress>0x5130000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -128,6 +131,9 @@ <BaseAddress>0x5130000</BaseAddress>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
|