diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-04 07:59:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-04 07:59:19 +0000 |
commit | 287899a3e7f4a5af93f89391039c648fc2a6bce6 (patch) | |
tree | dfb85229febbe7f1ac9fd27526d93970ed72fdf2 /tools/langpackmgr/langpackmgr.dproj | |
parent | 2f6035a86d42b71950b2090559d0eb29c593137c (diff) |
- langpackmgr tool update (by Jebifor)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/langpackmgr/langpackmgr.dproj')
-rw-r--r-- | tools/langpackmgr/langpackmgr.dproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/langpackmgr/langpackmgr.dproj b/tools/langpackmgr/langpackmgr.dproj index 503e29559a..ae6d778f09 100644 --- a/tools/langpackmgr/langpackmgr.dproj +++ b/tools/langpackmgr/langpackmgr.dproj @@ -93,6 +93,9 @@ <DCC_DebugInformation>false</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
+ <VerInfo_MinorVer>1</VerInfo_MinorVer>
+ <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
+ <VerInfo_PreRelease>true</VerInfo_PreRelease>
<Manifest_File>None</Manifest_File>
<DCC_DcuOutput>.\</DCC_DcuOutput>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|