We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adec21b commit 1b82031Copy full SHA for 1b82031
AIChatbar.dproj
@@ -128,7 +128,8 @@
128
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
129
<VerInfo_Locale>1033</VerInfo_Locale>
130
<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>
131
- <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
+ <DCC_DcuOutput>.\$(Platform)\relDCU</DCC_DcuOutput>
132
+ <Icon_MainIcon>ICON.ico</Icon_MainIcon>
133
</PropertyGroup>
134
<PropertyGroup Condition="'$(Cfg_2)'!=''">
135
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
0 commit comments