|
53 | 53 | <Base>true</Base> |
54 | 54 | </PropertyGroup> |
55 | 55 | <PropertyGroup Condition="'$(Base)'!=''"> |
| 56 | + <DCC_ConsoleTarget>true</DCC_ConsoleTarget> |
56 | 57 | <SanitizedProjectName>Delphi_Mocks_Tests</SanitizedProjectName> |
57 | 58 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
58 | 59 | <BRCC_Defines>_ISCONSOLE;_XMLOUTPUT;$(BRCC_Defines)</BRCC_Defines> |
59 | 60 | <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
60 | 61 | <VerInfo_Locale>3081</VerInfo_Locale> |
61 | | - <DCC_UnitSearchPath>$(BDS)\Source\DUnit\src;$(DUNITX);$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
| 62 | + <DCC_UnitSearchPath>$(DUNITX);$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
62 | 63 | <DCC_UsePackage>bindcompfmx;dsnap;fmx;rtl;IndySystem;IndyCore;dbrtl;bindcomp;inetdb;fmxase;inet;fmxobj;xmlrtl;inetdbxpress;IndyProtocols;fmxdae;bindengine;soaprtl;$(DCC_UsePackage)</DCC_UsePackage> |
63 | 64 | <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace> |
64 | | - <DCC_Define>_CONSOLE_TESTRUNNER;$(DCC_Define)</DCC_Define> |
65 | 65 | <DCC_DcuOutput>.</DCC_DcuOutput> |
66 | 66 | <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput> |
67 | 67 | <DCC_E>false</DCC_E> |
|
102 | 102 | </PropertyGroup> |
103 | 103 | <PropertyGroup Condition="'$(Cfg_3_Win32)'!=''"> |
104 | 104 | <VerInfo_Locale>1033</VerInfo_Locale> |
105 | | - <DCC_Define>TESTINSIGHT;$(DCC_Define)</DCC_Define> |
106 | 105 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
107 | 106 | </PropertyGroup> |
108 | 107 | <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
|
149 | 148 | <DCCReference Include="Delphi.Mocks.Tests.TValue.pas"/> |
150 | 149 | <DCCReference Include="Delphi.Mocks.Tests.Utils.pas"/> |
151 | 150 | <DCCReference Include="Delphi.Mocks.Utils.Tests.pas"/> |
| 151 | + <DCCReference Include="Delphi.Mocks.Examples.Matchers.pas"/> |
152 | 152 | <BuildConfiguration Include="Release"> |
153 | 153 | <Key>Cfg_2</Key> |
154 | 154 | <CfgParent>Base</CfgParent> |
|
0 commit comments