mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Added missing reference of TNT Component on Search Path of VirtualTreeview Component.
This commit is contained in:
@ -21,10 +21,10 @@
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_IncludePath>
|
||||
<DCC_UnitSearchPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<Version>7.0</Version>
|
||||
@ -38,10 +38,10 @@
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build</DCC_IncludePath>
|
||||
<DCC_UnitSearchPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\source;..\..\..\compilerdetection\include;..\..\resources;..\..\build;..\..\..\tntunictrls\build</DCC_IncludePath>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||
|
@ -36,10 +36,10 @@
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\..\compilerdetection\include;..\..\resources</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\..\compilerdetection\include;..\..\resources</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\..\compilerdetection\include;..\..\resources</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\..\compilerdetection\include;..\..\resources</DCC_IncludePath>
|
||||
<DCC_UnitSearchPath>..\..\..\compilerdetection\include;..\..\resources;..\..\..\tntunictrls\build</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\..\compilerdetection\include;..\..\resources;..\..\..\tntunictrls\build</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\..\compilerdetection\include;..\..\resources;..\..\..\tntunictrls\build</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\..\compilerdetection\include;..\..\resources;..\..\..\tntunictrls\build</DCC_IncludePath>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||
@ -101,4 +101,4 @@
|
||||
<DCCReference Include="vclx.dcp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user