2013-10-30 01:09:09 +01:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{0582DE6A-D716-46D3-8CBD-84AD73A4B536}</ProjectGuid>
|
2014-09-05 12:47:40 +02:00
|
|
|
<ProjectVersion>16.0</ProjectVersion>
|
2013-10-30 01:09:09 +01:00
|
|
|
<FrameworkType>None</FrameworkType>
|
|
|
|
<Base>True</Base>
|
|
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
|
|
<AppType>Console</AppType>
|
|
|
|
<MainSource>DMVCFrameworkTests.dpr</MainSource>
|
|
|
|
</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)'!=''">
|
2014-04-16 22:52:25 +02:00
|
|
|
<SanitizedProjectName>DMVCFrameworkTests</SanitizedProjectName>
|
2013-10-30 01:09:09 +01:00
|
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
|
|
|
|
<DCC_Define>_CONSOLE_TESTRUNNER;$(DCC_Define)</DCC_Define>
|
|
|
|
<DCC_UnitSearchPath>$(BDS)\Source\DUnit\src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
|
|
|
<DCC_DcuOutput>.</DCC_DcuOutput>
|
|
|
|
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
|
|
|
<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_OSX32)'!=''">
|
|
|
|
<DCC_UsePackage>FireDACSqliteDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapServer;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;DBXOracleDriver;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;FireDACDBXDriver;inetdbxpress;FireDACDb2Driver;FireDACASADriver;bindcompfmx;FireDACODBCDriver;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;xmlrtl;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;soaprtl;bindcompdbx;FMXTee;FireDACADSDriver;FireDACMSSQLDriver;FireDAC;DBXInformixDriver;FireDACDataSnapDriver;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;DataSnapIndy10ServerTransport;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
2014-10-26 20:48:52 +01:00
|
|
|
<Manifest_File>None</Manifest_File>
|
|
|
|
<DCC_DcuOutput>dcu</DCC_DcuOutput>
|
2013-10-30 01:09:09 +01:00
|
|
|
<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>
|
|
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
|
|
<DCC_UsePackage>FireDACSqliteDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;TeeDB;frx19;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapServer;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;IndyIPCommon;CloudService;DBXMSSQLDriver;FmxTeeUI;FireDACIBDriver;CodeSiteExpressPkg;FireDACDBXDriver;inetdbxpress;webdsnap;frxe19;FireDACDb2Driver;adortl;frxDB19;FireDACASADriver;bindcompfmx;vcldbx;FireDACODBCDriver;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;Tee;DBXOdbcDriver;vclFireDAC;xmlrtl;svnui;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;vclactnband;bindengine;soaprtl;bindcompdbx;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;VclSmp;FireDACMSSQLDriver;FireDAC;VCLRESTComponents;Intraweb;DBXInformixDriver;DataSnapConnectors;FireDACDataSnapDriver;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;vclx;svn;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;bdertl;FireDACMSAccDriver;DataSnapIndy10ServerTransport;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
|
|
<DCC_UsePackage>FireDACSqliteDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;TeeDB;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapServer;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;IndyIPCommon;CloudService;DBXMSSQLDriver;FmxTeeUI;FireDACIBDriver;FireDACDBXDriver;inetdbxpress;webdsnap;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;Tee;DBXOdbcDriver;vclFireDAC;xmlrtl;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;vclactnband;bindengine;soaprtl;bindcompdbx;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;VclSmp;FireDACMSSQLDriver;FireDAC;VCLRESTComponents;Intraweb;DBXInformixDriver;DataSnapConnectors;FireDACDataSnapDriver;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;vclx;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;DataSnapIndy10ServerTransport;dbexpress;IndyIPClient;$(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-09-05 12:47:40 +02:00
|
|
|
<DCC_UnitSearchPath>..\..\lib\fastmm;..\..\sources;..\..\lib\LuaDelphiBinding;..\..\lib\objectmapper;..\..\lib\iocpdelphiframework;..\..\lib\iocpdelphiframework\base;..\..\lib\delphistompclient;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
2013-10-30 01:09:09 +01:00
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
<Manifest_File>None</Manifest_File>
|
|
|
|
<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>0</DCC_DebugInformation>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<DelphiCompile Include="$(MainSource)">
|
|
|
|
<MainSource>MainSource</MainSource>
|
|
|
|
</DelphiCompile>
|
|
|
|
<DCCReference Include="FrameworkTestsU.pas"/>
|
|
|
|
<DCCReference Include="LiveServerTestU.pas"/>
|
|
|
|
<DCCReference Include="MessagingExtensionsTestU.pas"/>
|
|
|
|
<DCCReference Include="TestControllersU.pas"/>
|
2013-11-11 12:23:49 +01:00
|
|
|
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.pas"/>
|
2013-11-18 00:44:40 +01:00
|
|
|
<DCCReference Include="..\..\samples\commons\BusinessObjectsU.pas"/>
|
2013-11-19 18:17:06 +01:00
|
|
|
<DCCReference Include="..\..\sources\ObjectsMappers.pas"/>
|
|
|
|
<DCCReference Include="BOs.pas"/>
|
2013-12-04 12:08:32 +01:00
|
|
|
<DCCReference Include="..\..\sources\RTTIUtilsU.pas"/>
|
2014-04-02 20:28:53 +02:00
|
|
|
<DCCReference Include="..\TestServer\TestServerControllerU.pas"/>
|
2013-10-30 01:09:09 +01:00
|
|
|
<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">1040</VersionInfo>
|
|
|
|
<VersionInfo Name="CodePage">1252</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="UIDeviceFamily"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleIdentifier"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleVersion"/>
|
|
|
|
<VersionInfoKeys Name="CFBundlePackageType"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleSignature"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
|
|
|
|
<VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleExecutable"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleResourceSpecification"/>
|
|
|
|
<VersionInfoKeys Name="LSRequiresIPhoneOS"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
|
|
|
|
<VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
|
|
|
|
<VersionInfoKeys Name="package"/>
|
|
|
|
<VersionInfoKeys Name="label"/>
|
|
|
|
<VersionInfoKeys Name="versionCode"/>
|
|
|
|
<VersionInfoKeys Name="versionName"/>
|
|
|
|
<VersionInfoKeys Name="persistent"/>
|
|
|
|
<VersionInfoKeys Name="restoreAnyVersion"/>
|
|
|
|
<VersionInfoKeys Name="installLocation"/>
|
|
|
|
<VersionInfoKeys Name="largeHeap"/>
|
|
|
|
<VersionInfoKeys Name="theme"/>
|
|
|
|
</VersionInfoKeys>
|
|
|
|
<Source>
|
|
|
|
<Source Name="MainSource">DMVCFrameworkTests.dpr</Source>
|
|
|
|
</Source>
|
|
|
|
<Excluded_Packages>
|
2014-09-05 12:47:40 +02:00
|
|
|
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
|
|
|
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
|
|
|
|
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
|
|
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
2013-10-30 01:09:09 +01:00
|
|
|
</Excluded_Packages>
|
|
|
|
</Delphi.Personality>
|
|
|
|
<Deployment/>
|
|
|
|
<Platforms>
|
|
|
|
<Platform value="OSX32">False</Platform>
|
|
|
|
<Platform value="Win32">True</Platform>
|
|
|
|
<Platform value="Win64">False</Platform>
|
|
|
|
</Platforms>
|
|
|
|
<UnitTesting>
|
|
|
|
<TestFramework>DUnit / Delphi Win32</TestFramework>
|
|
|
|
<TestRunner>GUI</TestRunner>
|
|
|
|
<TestProjectName/>
|
|
|
|
<SourceProjectName/>
|
|
|
|
</UnitTesting>
|
|
|
|
</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>
|