File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
samples/repository_showcase Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 111111 </PropertyGroup>
112112 <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
113113 <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
114+ <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
115+ <VerInfo_Locale>1033</VerInfo_Locale>
116+ <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
117+ <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
114118 </PropertyGroup>
115119 <ItemGroup>
116120 <DelphiCompile Include="$(MainSource)">
156160 <Source>
157161 <Source Name="MainSource">repository_showcase.dpr</Source>
158162 </Source>
163+ <Excluded_Packages>
164+ <Excluded_Packages Name="$(BDSBIN)\dcloffice2k370.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
165+ <Excluded_Packages Name="$(BDSBIN)\dclofficexp370.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
166+ </Excluded_Packages>
159167 </Delphi.Personality>
160168 <Platforms>
161169 <Platform value="Android64">True</Platform>
You can’t perform that action at this time.
0 commit comments