отличия от 2.88: + procedure TControl.TBClear; {* |<#toolbar> Deletes all buttons. Dufa } + property TControl.TBButtonLParam[const Idx: Integer]: DWORD read TBGetButtonLParam write TBSetButtonLParam; {* |<#toolbar> Allows to access/change LParam. Dufa } + добавлен MCKfakeClasses200x.inc для исправления глюка с ложными МСК варнингами(в версиях 2006-2009) // Dufa * DefFont = Tahoma * procedure TDirList.ScanDirectory исправлена утечка памяти // Dufa * function TControl.WndProcTransparent исправлено "странное" поведение приложения, при кол-во форм >= 2 // Galkov * procedure TControl.SetCurIndex устранен AV // Galkov * visual_xp_styles.inc: function IsManifestFilePresent : boolean; исправлена ошибка при работе с библиотеками //Dufa *** возможно что-то забыл.... %) git-svn-id: https://svn.code.sf.net/p/kolmck/code@3 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
129 lines
5.4 KiB
Plaintext
129 lines
5.4 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{4d5582dc-dac1-4c9d-95c0-6d96709823af}</ProjectGuid>
|
|
<MainSource>MirrorKOLPackageD12.dpk</MainSource>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
|
<ProjectVersion>12.0</ProjectVersion>
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
|
<Cfg_1>true</Cfg_1>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
|
<Cfg_2>true</Cfg_2>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Документы\RAD Studio\6.0\Bpl\MirrorKOLPackageD12.bpl</DCC_DependencyCheckOutputName>
|
|
<DCC_ImageBase>25800000</DCC_ImageBase>
|
|
<DCC_Define>INPACKAGE;$(DCC_Define)</DCC_Define>
|
|
<DCC_Description>MCK mirror controls for Delphi 12</DCC_Description>
|
|
<DesignOnlyPackage>true</DesignOnlyPackage>
|
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
|
<GenDll>true</GenDll>
|
|
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
|
|
<GenPackage>true</GenPackage>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
<Version>7.0</Version>
|
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
<Version>7.0</Version>
|
|
<DCC_DcuOutput>D2009</DCC_DcuOutput>
|
|
<DCC_ObjOutput>D2009</DCC_ObjOutput>
|
|
<DCC_HppOutput>D2009</DCC_HppOutput>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<DelphiCompile Include="MirrorKOLPackageD12.dpk">
|
|
<MainSource>MainSource</MainSource>
|
|
</DelphiCompile>
|
|
<DCCReference Include="rtl.dcp"/>
|
|
<DCCReference Include="vcl.dcp"/>
|
|
<DCCReference Include="designide.dcp"/>
|
|
<DCCReference Include="xmlrtl.dcp"/>
|
|
<DCCReference Include="vclactnband.dcp"/>
|
|
<DCCReference Include="vclx.dcp"/>
|
|
<DCCReference Include="KOL.pas"/>
|
|
<DCCReference Include="KOLadd.pas"/>
|
|
<DCCReference Include="mirror.pas"/>
|
|
<DCCReference Include="mckObjs.pas"/>
|
|
<DCCReference Include="mckCtrls.pas"/>
|
|
<DCCReference Include="mckCtrlDraw.pas"/>
|
|
<DCCReference Include="mckMenuEditor.pas"/>
|
|
<DCCReference Include="mckToolbarEditor.pas"/>
|
|
<DCCReference Include="mckAccEditor.pas"/>
|
|
<DCCReference Include="mckActionListEditor.pas"/>
|
|
<DCCReference Include="mckFileFilterEditor.pas"/>
|
|
<DCCReference Include="mckLVColumnsEditor.pas"/>
|
|
<DCCReference Include="MCKAppExpert200x.pas"/>
|
|
<BuildConfiguration Include="Base">
|
|
<Key>Base</Key>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Debug">
|
|
<Key>Cfg_2</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Release">
|
|
<Key>Cfg_1</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
</ItemGroup>
|
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
|
<BorlandProject>
|
|
<Delphi.Personality>
|
|
<Parameters>
|
|
<Parameters Name="UseLauncher">False</Parameters>
|
|
<Parameters Name="LoadAllSymbols">True</Parameters>
|
|
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
|
</Parameters>
|
|
<Source>
|
|
<Source Name="MainSource">MirrorKOLPackageD12.dpk</Source>
|
|
</Source>
|
|
<VersionInfo>
|
|
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
<VersionInfo Name="MajorVer">1</VersionInfo>
|
|
<VersionInfo Name="MinorVer">0</VersionInfo>
|
|
<VersionInfo Name="Release">0</VersionInfo>
|
|
<VersionInfo Name="Build">0</VersionInfo>
|
|
<VersionInfo Name="Debug">False</VersionInfo>
|
|
<VersionInfo Name="PreRelease">False</VersionInfo>
|
|
<VersionInfo Name="Special">False</VersionInfo>
|
|
<VersionInfo Name="Private">False</VersionInfo>
|
|
<VersionInfo Name="DLL">False</VersionInfo>
|
|
<VersionInfo Name="Locale">1049</VersionInfo>
|
|
<VersionInfo Name="CodePage">1251</VersionInfo>
|
|
</VersionInfo>
|
|
<VersionInfoKeys>
|
|
<VersionInfoKeys Name="CompanyName"/>
|
|
<VersionInfoKeys Name="FileDescription"/>
|
|
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
|
<VersionInfoKeys Name="InternalName"/>
|
|
<VersionInfoKeys Name="LegalCopyright"/>
|
|
<VersionInfoKeys Name="LegalTrademarks"/>
|
|
<VersionInfoKeys Name="OriginalFilename"/>
|
|
<VersionInfoKeys Name="ProductName"/>
|
|
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
<VersionInfoKeys Name="Comments"/>
|
|
</VersionInfoKeys>
|
|
</Delphi.Personality>
|
|
</BorlandProject>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
</ProjectExtensions>
|
|
</Project>
|