7272 <Icon_MainIcon>icons\i18nEditor.ico</Icon_MainIcon>
7373 <Manifest_File>i18nEditor.manifest</Manifest_File>
7474 <VerInfo_MajorVer>2</VerInfo_MajorVer>
75- <VerInfo_MinorVer>2</VerInfo_MinorVer>
76- <VerInfo_Release>1</VerInfo_Release>
77- <VerInfo_Build>0</VerInfo_Build>
75+ <VerInfo_MinorVer>3</VerInfo_MinorVer>
76+ <VerInfo_Release>0</VerInfo_Release>
7877 <VerInfo_Locale>1033</VerInfo_Locale>
79- <VerInfo_Keys>CompanyName=;FileDescription=The translation editor for the i18n Delphi package;FileVersion=2.2.1 .0;InternalName=i18nEditor;LegalCopyright=Copyright (c) Kambiz Khojasteh;LegalTrademarks=;OriginalFilename=i18nEditor.exe;ProgramID=;ProductName=i18n Editor;ProductVersion=2.2.1 ;Comments=https://github.com/khojasteh/i18n</VerInfo_Keys>
78+ <VerInfo_Keys>CompanyName=;FileDescription=The translation editor for the i18n Delphi package;FileVersion=2.3.0 .0;InternalName=i18nEditor;LegalCopyright=Copyright (c) Kambiz Khojasteh;LegalTrademarks=;OriginalFilename=i18nEditor.exe;ProgramID=;ProductName=i18n Editor;ProductVersion=2.3.0 ;Comments=https://github.com/khojasteh/i18n</VerInfo_Keys>
8079 <SanitizedProjectName>i18nEditor</SanitizedProjectName>
8180 <PostBuildEvent><![CDATA[copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"
8281$(PostBuildEvent)]]></PostBuildEvent>
82+ <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
8383 </PropertyGroup>
8484 <PropertyGroup Condition="'$(Base_Win32)'!=''">
8585 <BT_BuildType>Release</BT_BuildType>
@@ -120,6 +120,7 @@ $(PostBuildEvent)]]></PostBuildEvent>
120120 <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
121121 <DCC_RemoteDebug>false</DCC_RemoteDebug>
122122 <BT_BuildType>Debug</BT_BuildType>
123+ <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
123124 </PropertyGroup>
124125 <ItemGroup>
125126 <DelphiCompile Include="$(MainSource)">
@@ -191,6 +192,10 @@ $(PostBuildEvent)]]></PostBuildEvent>
191192 <Source>
192193 <Source Name="MainSource">i18nEditor.dpr</Source>
193194 </Source>
195+ <Excluded_Packages>
196+ <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
197+ <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
198+ </Excluded_Packages>
194199 </Delphi.Personality>
195200 <Platforms>
196201 <Platform value="Win32">True</Platform>
@@ -207,31 +212,35 @@ $(PostBuildEvent)]]></PostBuildEvent>
207212 <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
208213 <PreLinkEvent/>
209214 <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
210- <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"</PostBuildEvent>
215+ <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"
216+ </PostBuildEvent>
211217 <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
212218 </PropertyGroup>
213219 <PropertyGroup Condition="'$(Config)'=='Debug' And '$(Platform)'=='Win64'">
214220 <PreBuildEvent/>
215221 <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
216222 <PreLinkEvent/>
217223 <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
218- <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"</PostBuildEvent>
224+ <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"
225+ </PostBuildEvent>
219226 <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
220227 </PropertyGroup>
221228 <PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win32'">
222229 <PreBuildEvent/>
223230 <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
224231 <PreLinkEvent/>
225232 <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
226- <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"</PostBuildEvent>
233+ <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"
234+ </PostBuildEvent>
227235 <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
228236 </PropertyGroup>
229237 <PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64'">
230238 <PreBuildEvent/>
231239 <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
232240 <PreLinkEvent/>
233241 <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
234- <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"</PostBuildEvent>
242+ <PostBuildEvent>copy "$(ProjectDir)\translations\i18nEditor.i18n" "$(DCC_ExeOutput)"
243+ </PostBuildEvent>
235244 <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
236245 </PropertyGroup>
237246</Project>
0 commit comments