diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/AVS/avs_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/Chat/chat_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/Clist/clist_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/Db3x/db3x_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/Db3x_mmap/db3x_mmap_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/FreeImage/FreeImage_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/Import/import_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/SRMM/srmm_10.vcxproj | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/plugins/AVS/avs_10.vcxproj b/plugins/AVS/avs_10.vcxproj index dd62be00a5..caad9c794d 100644 --- a/plugins/AVS/avs_10.vcxproj +++ b/plugins/AVS/avs_10.vcxproj @@ -207,6 +207,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="acc.cpp" />
diff --git a/plugins/Chat/chat_10.vcxproj b/plugins/Chat/chat_10.vcxproj index 72dbc1dd1a..e545783104 100644 --- a/plugins/Chat/chat_10.vcxproj +++ b/plugins/Chat/chat_10.vcxproj @@ -205,6 +205,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="clist.c" />
diff --git a/plugins/Clist/clist_10.vcxproj b/plugins/Clist/clist_10.vcxproj index c67809f534..b3f7d3de34 100644 --- a/plugins/Clist/clist_10.vcxproj +++ b/plugins/Clist/clist_10.vcxproj @@ -201,6 +201,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="clcfonts.c" />
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj index 8bf924c3dc..4bf61d60c7 100644 --- a/plugins/Db3x/db3x_10.vcxproj +++ b/plugins/Db3x/db3x_10.vcxproj @@ -199,6 +199,9 @@ <AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="commonheaders.c">
diff --git a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj index 724c5f1fa6..74555d72b2 100644 --- a/plugins/Db3x_mmap/db3x_mmap_10.vcxproj +++ b/plugins/Db3x_mmap/db3x_mmap_10.vcxproj @@ -199,6 +199,9 @@ <AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="commonheaders.c">
diff --git a/plugins/FreeImage/FreeImage_10.vcxproj b/plugins/FreeImage/FreeImage_10.vcxproj index dd90dac42c..a38224f816 100644 --- a/plugins/FreeImage/FreeImage_10.vcxproj +++ b/plugins/FreeImage/FreeImage_10.vcxproj @@ -132,6 +132,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
diff --git a/plugins/Import/import_10.vcxproj b/plugins/Import/import_10.vcxproj index 210e799778..c1be04782a 100644 --- a/plugins/Import/import_10.vcxproj +++ b/plugins/Import/import_10.vcxproj @@ -202,6 +202,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="ICQserver.c" />
diff --git a/plugins/SRMM/srmm_10.vcxproj b/plugins/SRMM/srmm_10.vcxproj index 686fd1cfa6..3f649810fd 100644 --- a/plugins/SRMM/srmm_10.vcxproj +++ b/plugins/SRMM/srmm_10.vcxproj @@ -191,6 +191,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
|