mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
81de80c682
[*] Modified TocvCamera [*] Modified TocvView [+] Added TocvImageOperation (TovcImageOperationSmooth - not working properly) Signed-off-by: Laex <laex@bk.ru>
173 lines
9.1 KiB
Plaintext
173 lines
9.1 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{67FAAD9E-2FAD-44C3-8F98-56827C3D1CE8}</ProjectGuid>
|
|
<MainSource>OpenCV.dpk</MainSource>
|
|
<ProjectVersion>14.4</ProjectVersion>
|
|
<FrameworkType>VCL</FrameworkType>
|
|
<Base>True</Base>
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
<AppType>Package</AppType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
|
|
<Base_OSX32>true</Base_OSX32>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
|
<Base_Win32>true</Base_Win32>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
|
<Base_Win64>true</Base_Win64>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
|
<Cfg_1>true</Cfg_1>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
|
<Cfg_1_Win32>true</Cfg_1_Win32>
|
|
<CfgParent>Cfg_1</CfgParent>
|
|
<Cfg_1>true</Cfg_1>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
|
<Cfg_2>true</Cfg_2>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
<GenPackage>true</GenPackage>
|
|
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
|
|
<GenDll>true</GenDll>
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
|
|
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
|
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_OSX32)'!=''">
|
|
<DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
<DCC_UsePackage>rtl;vcl;$(DCC_UsePackage)</DCC_UsePackage>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
<DCC_UsePackage>rtl;vcl;$(DCC_UsePackage)</DCC_UsePackage>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
|
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
|
<DCC_Optimize>false</DCC_Optimize>
|
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
|
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
|
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
<DCC_RemoteDebug>false</DCC_RemoteDebug>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<DelphiCompile Include="$(MainSource)">
|
|
<MainSource>MainSource</MainSource>
|
|
</DelphiCompile>
|
|
<DCCReference Include="rtl.dcp"/>
|
|
<DCCReference Include="vcl.dcp"/>
|
|
<DCCReference Include="designide.dcp"/>
|
|
<DCCReference Include="uOCVTypes.pas"/>
|
|
<DCCReference Include="uOCVCamera.pas"/>
|
|
<DCCReference Include="uOCVView.pas"/>
|
|
<DCCReference Include="uOCVImageOperation.pas"/>
|
|
<DCCReference Include="uOCVRegister.pas"/>
|
|
<BuildConfiguration Include="Release">
|
|
<Key>Cfg_2</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Base">
|
|
<Key>Base</Key>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Debug">
|
|
<Key>Cfg_1</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
|
<BorlandProject>
|
|
<Delphi.Personality>
|
|
<Source>
|
|
<Source Name="MainSource">OpenCV.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 Name="CFBundleName"/>
|
|
<VersionInfoKeys Name="CFBundleDisplayName"/>
|
|
<VersionInfoKeys Name="CFBundleIdentifier"/>
|
|
<VersionInfoKeys Name="CFBundleVersion"/>
|
|
<VersionInfoKeys Name="CFBundlePackageType"/>
|
|
<VersionInfoKeys Name="CFBundleSignature"/>
|
|
<VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
|
|
<VersionInfoKeys Name="CFBundleExecutable"/>
|
|
<VersionInfoKeys Name="LastCompiledTime">01.06.2013 0:21:04</VersionInfoKeys>
|
|
</VersionInfoKeys>
|
|
<Excluded_Packages>
|
|
<Excluded_Packages Name="C:\Users\Alex\Documents\DevExpress VCL\Library\RS17\dcldxPSTeeChartRS17.bpl">ExpressPrinting System ReportLink for TeeChart by Developer Express Inc.</Excluded_Packages>
|
|
<Excluded_Packages Name="C:\Users\Alex\Documents\DevExpress VCL\Library\RS17\dcldxPSDBTeeChartRS17.bpl">ExpressPrinting System ReportLink for DBTeeChart by Developer Express Inc.</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dclofficexp170.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k170.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k170.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
|
</Excluded_Packages>
|
|
</Delphi.Personality>
|
|
<Deployment/>
|
|
<Platforms>
|
|
<Platform value="OSX32">False</Platform>
|
|
<Platform value="Win32">True</Platform>
|
|
<Platform value="Win64">False</Platform>
|
|
</Platforms>
|
|
</BorlandProject>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
</ProjectExtensions>
|
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
|
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
|
</Project>
|