mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Update VirtualTreeview component to 4.7.0, released on Aug 24, 2008.
This commit is contained in:
@ -34,7 +34,12 @@ requires
|
||||
|
||||
contains
|
||||
VirtualTrees in '..\..\Source\VirtualTrees.pas',
|
||||
VTHeaderPopup in '..\..\Source\VTHeaderPopup.pas';
|
||||
VTHeaderPopup in '..\..\Source\VTHeaderPopup.pas',
|
||||
VTAccessibilityFactory in '..\..\Source\VTAccessibilityFactory.pas',
|
||||
VTAccessibility in '..\..\Source\VTAccessibility.pas';
|
||||
// @note, Ansgar: MSAAIntf.pas is not included in the distribution,
|
||||
// but anyway only needed for Delphi up to 2005
|
||||
//, MSAAIntf in '..\..\Source\MSAAIntf.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -95,10 +95,12 @@
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\..\Source\VirtualTrees.pas" />
|
||||
<DCCReference Include="..\..\Source\VTAccessibility.pas" />
|
||||
<DCCReference Include="..\..\Source\VTAccessibilityFactory.pas" />
|
||||
<DCCReference Include="..\..\Source\VTHeaderPopup.pas" />
|
||||
<DCCReference Include="TntUnicodeVcl.dcp" />
|
||||
<DCCReference Include="vcl.dcp" />
|
||||
<DCCReference Include="vclx.dcp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||
</Project>
|
||||
</Project>
|
Reference in New Issue
Block a user