mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00

* Removes TNT Unicode controls, which are no longer required. All VCL controls now have native Unicode support. * Remove Delphi 11 packages, otherwise we would either need to keep TNT or break Unicode * PngComponents update from Uwe Raabe on http://cc.embarcadero.com/Item/26127 * Adjust auto build process * Since Delphi 2009, Strings are now UnicodeStrings, not AnsiStrings any longer. Fix a bunch of compiler errors which came along with this change. TODO: Project should compile but give tons of compiler warnings.
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{15f4a880-d528-456f-b987-f4ec9833a518}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Default.Personality</Borland.Personality>
|
|
<Borland.ProjectType />
|
|
<BorlandProject>
|
|
<BorlandProject xmlns=""> <Default.Personality> </Default.Personality> </BorlandProject></BorlandProject>
|
|
</ProjectExtensions>
|
|
<Target Name="VirtualTreesR">
|
|
<MSBuild Projects="VirtualTreesR.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="VirtualTreesR:Clean">
|
|
<MSBuild Projects="VirtualTreesR.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="VirtualTreesR:Make">
|
|
<MSBuild Projects="VirtualTreesR.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="VirtualTreesD">
|
|
<MSBuild Projects="VirtualTreesD.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="VirtualTreesD:Clean">
|
|
<MSBuild Projects="VirtualTreesD.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="VirtualTreesD:Make">
|
|
<MSBuild Projects="VirtualTreesD.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="Build">
|
|
<CallTarget Targets="VirtualTreesR;VirtualTreesD" />
|
|
</Target>
|
|
<Target Name="Clean">
|
|
<CallTarget Targets="VirtualTreesR:Clean;VirtualTreesD:Clean" />
|
|
</Target>
|
|
<Target Name="Make">
|
|
<CallTarget Targets="VirtualTreesR:Make;VirtualTreesD:Make" />
|
|
</Target>
|
|
</Project> |