Skip to content

Commit 3db8ec4

Browse files
committed
default icon for repository_showcase sample
1 parent b85219e commit 3db8ec4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

samples/repository_showcase/repository_showcase.dproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
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)">
@@ -156,6 +160,10 @@
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>

0 commit comments

Comments
 (0)