2013-09-12 12:50:55 +02:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{32F0B620-F9A6-4081-8E87-C89FF09CAD04}</ProjectGuid>
|
2014-05-06 21:13:57 +02:00
|
|
|
<ProjectVersion>15.4</ProjectVersion>
|
2013-09-12 12:50:55 +02:00
|
|
|
<FrameworkType>VCL</FrameworkType>
|
|
|
|
<MainSource>cCameraCapture.dpr</MainSource>
|
|
|
|
<Base>True</Base>
|
2014-05-23 09:02:53 +02:00
|
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
2014-05-20 06:02:43 +02:00
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
2014-05-19 11:56:41 +02:00
|
|
|
<TargetedPlatforms>3</TargetedPlatforms>
|
2013-09-12 12:50:55 +02:00
|
|
|
<AppType>Application</AppType>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
|
|
<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>
|
2014-05-19 11:56:41 +02:00
|
|
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
|
|
|
|
<Cfg_1_Win64>true</Cfg_1_Win64>
|
|
|
|
<CfgParent>Cfg_1</CfgParent>
|
|
|
|
<Cfg_1>true</Cfg_1>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
2013-09-12 12:50:55 +02:00
|
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
|
|
|
<Cfg_2>true</Cfg_2>
|
|
|
|
<CfgParent>Base</CfgParent>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
|
|
|
<Cfg_2_Win32>true</Cfg_2_Win32>
|
|
|
|
<CfgParent>Cfg_2</CfgParent>
|
|
|
|
<Cfg_2>true</Cfg_2>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
2014-05-19 11:56:41 +02:00
|
|
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
|
|
|
<Cfg_2_Win64>true</Cfg_2_Win64>
|
|
|
|
<CfgParent>Cfg_2</CfgParent>
|
|
|
|
<Cfg_2>true</Cfg_2>
|
|
|
|
<Base>true</Base>
|
|
|
|
</PropertyGroup>
|
2013-09-12 12:50:55 +02:00
|
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
2014-05-06 21:13:57 +02:00
|
|
|
<SanitizedProjectName>cCameraCapture</SanitizedProjectName>
|
2013-09-12 12:50:55 +02:00
|
|
|
<VerInfo_Locale>1049</VerInfo_Locale>
|
|
|
|
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
|
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
|
2014-05-19 21:29:48 +02:00
|
|
|
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
2013-09-12 12:50:55 +02:00
|
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
|
|
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
2014-05-19 21:29:48 +02:00
|
|
|
<DCC_ExeOutput>..\..\..\bin\$(Platform)</DCC_ExeOutput>
|
2013-09-12 12:50:55 +02:00
|
|
|
<DCC_E>false</DCC_E>
|
|
|
|
<DCC_N>false</DCC_N>
|
|
|
|
<DCC_S>false</DCC_S>
|
|
|
|
<DCC_F>false</DCC_F>
|
|
|
|
<DCC_K>false</DCC_K>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
<DCC_UsePackage>cxPivotGridChartRS17;JvGlobus;JvMM;dxSkinSevenRS17;dxSkinBlueprintRS17;JvManagedThreads;dxSkinHighContrastRS17;tmsexdxe3;dxSkinOffice2007BlackRS17;dxCoreRS17;cxPageControldxBarPopupMenuRS17;dxSkinXmas2008BlueRS17;JvCrypt;dxSkinSummer2008RS17;dxPScxSchedulerLnkRS17;dxSkinBlueRS17;dxSkinDarkRoomRS17;DBXInterBaseDriver;DataSnapServer;DataSnapCommon;dxPScxTLLnkRS17;JvNet;JvDotNetCtrls;dxRibbonRS17;DbxCommonDriver;cxDataRS17;vclimg;dxSkinsdxBarPainterRS17;dxPSdxDBTVLnkRS17;dbxcds;OpenCV;DatasnapConnectorsFreePascal;dxSkinMoneyTwinsRS17;JvXPCtrls;vcldb;cxExportRS17;dxPSCoreRS17;dxBarExtItemsRS17;dxGDIPlusRS17;dxNavBarRS17;CustomIPTransport;cxLibraryRS17;cxGridRS17;dxSkinOffice2010BlackRS17;dsnap;IndyIPServer;IndyCore;dxSkinMcSkinRS17;CloudService;dxPScxCommonRS17;dxSkinsdxDLPainterRS17;frxDB17;dxSkiniMaginaryRS17;JvDB;JvRuntimeDesign;dxPScxVGridLnkRS17;JclDeveloperTools;dxSkinSevenClassicRS17;dxPScxExtCommonRS17;FMXTee917;TeeGL917;dxPScxSSLnkRS17;dxSkinLilianRS17;fs17;dxPSdxLCLnkRS17;dxSkinOffice2010BlueRS17;bindcompfmx;dclTP_LockBox3;dxSkinOffice2010SilverRS17;vcldbx;cxSchedulerGridRS17;dbrtl;bindcomp;inetdb;JvPluginSystem;dxBarRS17;IcsCommonDXE3Run;DBXOdbcDriver;dxBarDBNavRS17;JvCmp;dxSkinWhiteprintRS17;JvTimeFramework;xmlrtl;dxSkinsdxRibbonPainterRS17;ibxpress;tmsdxe3;dxDockingRS17;bindengine;vclactnband;soaprtl;bindcompvcl;dxBarExtDBItemsRS17;dxPSPrVwRibbonRS17;Jcl;vclie;dxSkinOffice2007PinkRS17;PasLib;IcsFmxDXE3Run;cxPageControlRS17;dxSkinscxPCPainterRS17;dxmdsRS17;dxSkinTheAsphaltWorldRS17;DBXInformixDriver;Intraweb;dxPsPrVwAdvRS17;dxSkinSilverRS17;dxdborRS17;DBXFirebirdDriver;dsnapcon;inet;fsDB17;FFmpegFmx_DXE3;JvPascalInterpreter;vclx;dxSkinStardustRS17;cxEditorsRS17;DBXSybaseASADriver;tmsxlsdxe3;dbexpress;IndyIPClient;JvBDE;cxTreeListdxBarPopupMenuRS17;dxSkinVS2010RS17;ZComponent;dxThemeRS17;DBXSqliteDriver;dxPScxGridLnkRS17;fmx;JvDlgs;IndySystem;dxSkinValentineRS17;inetdbbde;vclib;DataSnapClient;dxSkinDevExpressStyleRS17;FFmpegRtl_DXE3;DataSnapProviderClient;DBXSybaseASEDriver;cxBarEditItemRS17;dxServerModeRS17;cxPivotGridOLAPRS17;cxSchedulerRS17;MetropolisUILiveTile;dxSkinPumpkinRS17;dxPSLnksRS17;dxPSdxDBOCLnkRS17;cxVerticalGridRS17;TeeUI917;dxSkinSpringTimeRS17;vcldsnap;dxSkinDevExpressDarkStyleRS17;DBXDb2Driver;DBXOracleDriver;dxSkinLiquidSkyRS17;JvCore;vclribbon;TeeDB917;cxSpreadSheetRS17;fmxase;vcl;TeeLanguage917;dxSkinOffice2007SilverRS17;DBXMSSQLDriver;IndyIPCommon;CodeSiteExpressPkg;dxPSdxOCLnkRS17;FFmpegVcl_DXE3;dcldxSkinsCoreRS17;tmswizdxe3;JvAppFrm;TeeWorld917;inetdbxpress;webdsnap;FMXTeePro917;IcsVclDXE3Run;dxSkinCoffeeRS17;JvDocking;adortl;dxSkinscxSchedulerPainterRS17;FMXTeeDB917;TeeTree2D17Tee9;JvWizards;frx17;JvHMI;dxtrmdRS17;dxPScxPCProdRS17;JvBands;ZDbc;rtl;DbxClientDriver;dxTabbedMDIRS17;dxSkinSharpPlusRS17;dxComnRS17;ZPlain;dxSkinsCoreRS17;dxSkinLondonLiquidSkyRS17;dxdbtrRS17;JclContainers;TeePro917;JvSystem;dxorgcRS17;svnui;dxSkinBlackRS17;JvControls;IndyProtocols;DBXMySQLDriver;dxLayoutControlRS17;bindcompdbx;JvJans;JvPrintPreview;JvPageComps;JvStdCtrls;JvCustom;dxSkinOffice2007BlueRS17;dxPScxPivotGridLnkRS17;FmxTeeUI917;dxSpellCheckerRS17;ZCore;vcltouch;dxSkinOffice2007GreenRS17;dxSkinSharpRS17;websnap;dxSkinFoggyRS17;dxTileControlRS17;VclSmp;dxSkinDarkSideRS17;cxPivotGridRS17;DataSnapConnectors;fmxobj;cxTreeListRS17;JclVcl;dxPSdxFCLnkRS17;dxSkinGlassOceansRS17;ZParseSql;frxe17;svn;dxFlowChartRS17;fmxdae;TeeImage917;dxSkinsdxNavBarPainterRS17;bdertl;ExpertTools;Tee917;FMXTeeLanguage917;DataSnapIndy10ServerTransport;dxDBXServerModeRS17;dxSkinCaramelRS17;$(DCC_UsePackage)</DCC_UsePackage>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
2014-05-19 11:56:41 +02:00
|
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
2013-09-12 12:50:55 +02:00
|
|
|
<DCC_UsePackage>cxPivotGridChartRS17;dxSkinSevenRS17;dxSkinBlueprintRS17;dxSkinHighContrastRS17;dxSkinOffice2007BlackRS17;dxCoreRS17;cxPageControldxBarPopupMenuRS17;dxSkinXmas2008BlueRS17;dxSkinSummer2008RS17;dxPScxSchedulerLnkRS17;dxSkinBlueRS17;dxSkinDarkRoomRS17;DBXInterBaseDriver;DataSnapServer;DataSnapCommon;dxPScxTLLnkRS17;dxRibbonRS17;DbxCommonDriver;cxDataRS17;vclimg;dxSkinsdxBarPainterRS17;dxPSdxDBTVLnkRS17;dbxcds;DatasnapConnectorsFreePascal;dxSkinMoneyTwinsRS17;vcldb;cxExportRS17;dxPSCoreRS17;dxBarExtItemsRS17;dxGDIPlusRS17;dxNavBarRS17;CustomIPTransport;cxLibraryRS17;cxGridRS17;dxSkinOffice2010BlackRS17;dsnap;IndyIPServer;IndyCore;dxSkinMcSkinRS17;CloudService;dxPScxCommonRS17;dxSkinsdxDLPainterRS17;dxSkiniMaginaryRS17;dxPScxVGridLnkRS17;dxSkinSevenClassicRS17;dxPScxExtCommonRS17;dxPScxSSLnkRS17;dxSkinLilianRS17;dxPSdxLCLnkRS17;dxSkinOffice2010BlueRS17;bindcompfmx;dxSkinOffice2010SilverRS17;cxSchedulerGridRS17;dbrtl;bindcomp;inetdb;dxBarRS17;IcsCommonDXE3Run;DBXOdbcDriver;dxBarDBNavRS17;dxSkinWhiteprintRS17;xmlrtl;dxSkinsdxRibbonPainterRS17;ibxpress;dxDockingRS17;bindengine;vclactnband;soaprtl;bindcompvcl;dxBarExtDBItemsRS17;dxPSPrVwRibbonRS17;vclie;dxSkinOffice2007PinkRS17;IcsFmxDXE3Run;cxPageControlRS17;dxSkinscxPCPainterRS17;dxmdsRS17;dxSkinTheAsphaltWorldRS17;DBXInformixDriver;Intraweb;dxPsPrVwAdvRS17;dxSkinSilverRS17;dxdborRS17;DBXFirebirdDriver;dsnapcon;inet;vclx;dxSkinStardustRS17;cxEditorsRS17;DBXSybaseASADriver;dbexpress;IndyIPClient;cxTreeListdxBarPopupMenuRS17;dxSkinVS2010RS17;ZComponent;dxThemeRS17;DBXSqliteDriver;dxPScxGridLnkRS17;fmx;IndySystem;dxSkinValentineRS17;vclib;DataSnapClient;dxSkinDevExpressStyleRS17;DataSnapProviderClient;DBXSybaseASEDriver;cxBarEditItemRS17;dxServerModeRS17;cxPivotGridOLAPRS17;cxSchedulerRS17;MetropolisUILiveTile;dxSkinPumpkinRS17;dxPSLnksRS17;dxPSdxDBOCLnkRS17;cxVerticalGridRS17;dxSkinSpringTimeRS17;vcldsnap;dxSkinDevExpressDarkStyleRS17;DBXDb2Driver;DBXOracleDriver;dxSkinLiquidSkyRS17;vclribbon;cxSpreadSheetRS17;fmxase;vcl;dxSkinOffice2007SilverRS17;DBXMSSQLDriver;IndyIPCommon;dxPSdxOCLnkRS17;dcldxSkinsCoreRS17;inetdbxpress;webdsnap;IcsVclDXE3Run;dxSkinCoffeeRS17;adortl;dxSkinscxSchedulerPainterRS17;dxtrmdRS17;dxPScxPCProdRS17;ZDbc;rtl;DbxClientDriver;dxTabbedMDIRS17;dxSkinSharpPlusRS17;dxComnRS17;ZPlain;dxSkinsCoreRS17;dxSkinLondonLiquidSkyRS17;dxdbtrRS17;dxorgcRS17;dxSkinBlackRS17;IndyProtocols;DBXMySQLDriver;dxLayoutControlRS17;bindcompdbx;dxSkinOffice2007BlueRS17;dxPScxPivotGridLnkRS17;dxSpellCheckerRS17;ZCore;vcltouch;dxSkinOffice2007GreenRS17;dxSkinSharpRS17;websnap;dxSkinFoggyRS17;dxTileControlRS17;VclSmp;dxSkinDarkSideRS17;cxPivotGridRS17;DataSnapConnectors;fmxobj;cxTreeListRS17;dxPSdxFCLnkRS17;dxSkinGlassOceansRS17;ZParseSql;dxFlowChartRS17;fmxdae;dxSkinsdxNavBarPainterRS17;DataSnapIndy10ServerTransport;dxDBXServerModeRS17;dxSkinCaramelRS17;$(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)'!=''">
|
2014-05-23 09:02:53 +02:00
|
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;LastCompiledTime=23.05.2014 10:59:06</VerInfo_Keys>
|
2013-09-12 12:50:55 +02:00
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
<DCC_RemoteDebug>false</DCC_RemoteDebug>
|
|
|
|
</PropertyGroup>
|
2014-05-19 11:56:41 +02:00
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
</PropertyGroup>
|
2013-09-12 12:50:55 +02:00
|
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
|
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
|
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
2013-12-02 19:39:13 +01:00
|
|
|
<DCC_DebugInformation>0</DCC_DebugInformation>
|
2013-09-12 12:50:55 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
2014-05-23 09:02:53 +02:00
|
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;LastCompiledTime=23.05.2014 10:54:28</VerInfo_Keys>
|
2013-12-02 19:39:13 +01:00
|
|
|
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
2013-09-12 12:50:55 +02:00
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
</PropertyGroup>
|
2014-05-19 11:56:41 +02:00
|
|
|
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
|
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
</PropertyGroup>
|
2013-09-12 12:50:55 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<DelphiCompile Include="$(MainSource)">
|
|
|
|
<MainSource>MainSource</MainSource>
|
|
|
|
</DelphiCompile>
|
|
|
|
<DCCReference Include="uMainForm.pas">
|
|
|
|
<Form>MainForm</Form>
|
|
|
|
<FormType>dfm</FormType>
|
|
|
|
</DCCReference>
|
|
|
|
<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/>
|
|
|
|
<BorlandProject>
|
|
|
|
<Delphi.Personality>
|
|
|
|
<VersionInfo>
|
|
|
|
<VersionInfo Name="IncludeVerInfo">False</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">13.06.2013 17:56:40</VersionInfoKeys>
|
|
|
|
</VersionInfoKeys>
|
|
|
|
<Source>
|
|
|
|
<Source Name="MainSource">cCameraCapture.dpr</Source>
|
|
|
|
</Source>
|
|
|
|
<Excluded_Packages>
|
2014-05-19 11:56:41 +02:00
|
|
|
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
|
|
<Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
2013-09-12 12:50:55 +02:00
|
|
|
</Excluded_Packages>
|
|
|
|
</Delphi.Personality>
|
|
|
|
<Deployment/>
|
|
|
|
<Platforms>
|
|
|
|
<Platform value="Win32">True</Platform>
|
2014-05-19 11:56:41 +02:00
|
|
|
<Platform value="Win64">True</Platform>
|
2013-09-12 12:50:55 +02:00
|
|
|
</Platforms>
|
|
|
|
<ModelSupport>False</ModelSupport>
|
|
|
|
</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>
|