ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/udr/testsuite/clienttestbed/testsuite.dproj
Revision: 392
Committed: Wed Feb 9 16:17:50 2022 UTC (2 years, 2 months ago) by tony
File size: 5795 byte(s)
Log Message:
cloneAttachment and GetServiceManager added

File Contents

# Content
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{AABDE3E2-61C2-453D-A6AA-5294F967B522}</ProjectGuid>
4 <ProjectVersion>18.1</ProjectVersion>
5 <FrameworkType>None</FrameworkType>
6 <MainSource>testsuite.dpr</MainSource>
7 <Base>True</Base>
8 <Config Condition="'$(Config)'==''">Debug</Config>
9 <Platform Condition="'$(Platform)'==''">Win32</Platform>
10 <TargetedPlatforms>1</TargetedPlatforms>
11 <AppType>Console</AppType>
12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14 <Base>true</Base>
15 </PropertyGroup>
16 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17 <Base_Win32>true</Base_Win32>
18 <CfgParent>Base</CfgParent>
19 <Base>true</Base>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
22 <Cfg_1>true</Cfg_1>
23 <CfgParent>Base</CfgParent>
24 <Base>true</Base>
25 </PropertyGroup>
26 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
27 <Cfg_1_Win32>true</Cfg_1_Win32>
28 <CfgParent>Cfg_1</CfgParent>
29 <Cfg_1>true</Cfg_1>
30 <Base>true</Base>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
33 <Cfg_2>true</Cfg_2>
34 <CfgParent>Base</CfgParent>
35 <Base>true</Base>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Base)'!=''">
38 <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
39 <SanitizedProjectName>testsuite</SanitizedProjectName>
40 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
41 <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
42 <DCC_E>false</DCC_E>
43 <DCC_N>false</DCC_N>
44 <DCC_S>false</DCC_S>
45 <DCC_F>false</DCC_F>
46 <DCC_K>false</DCC_K>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Base_Win32)'!=''">
49 <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
50 <VerInfo_Locale>1033</VerInfo_Locale>
51 <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
52 <DCC_UsePackage>rtl;vcl;vclactnband;vcldsnap;IndyCore;IndySystem;vclx;bindcomp;tethering;svnui;appanalytics;dsnap;bindcompvcl;vclimg;vcltouch;VclSmp;vcldb;bindcompfmx;svn;bindengine;dbrtl;IndyProtocols;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
53 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Cfg_1)'!=''">
56 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
57 <DCC_DebugDCUs>true</DCC_DebugDCUs>
58 <DCC_Optimize>false</DCC_Optimize>
59 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
60 <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
61 <DCC_RemoteDebug>true</DCC_RemoteDebug>
62 </PropertyGroup>
63 <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
64 <DCC_UsePackage>fbudrtestbed;fbudr;fbintf;$(DCC_UsePackage)</DCC_UsePackage>
65 <VerInfo_Locale>1033</VerInfo_Locale>
66 <Manifest_File>(None)</Manifest_File>
67 <Debugger_RunParams>-X -t 2</Debugger_RunParams>
68 <DCC_RemoteDebug>false</DCC_RemoteDebug>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Cfg_2)'!=''">
71 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
72 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
73 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
74 <DCC_DebugInformation>0</DCC_DebugInformation>
75 </PropertyGroup>
76 <ItemGroup>
77 <DelphiCompile Include="$(MainSource)">
78 <MainSource>MainSource</MainSource>
79 </DelphiCompile>
80 <DCCReference Include="FBUDRTestApp.pas"/>
81 <DCCReference Include="Test01.pas"/>
82 <DCCReference Include="Test02.pas"/>
83 <DCCReference Include="Test03.pas"/>
84 <DCCReference Include="Test04.pas"/>
85 <DCCReference Include="TestApplication.pas"/>
86 <DCCReference Include="..\udrlib\udr_test01.pas"/>
87 <DCCReference Include="..\udrlib\udr_test02.pas"/>
88 <DCCReference Include="..\udrlib\udr_test03.pas"/>
89 <DCCReference Include="..\udrlib\udr_test04.pas"/>
90 <BuildConfiguration Include="Release">
91 <Key>Cfg_2</Key>
92 <CfgParent>Base</CfgParent>
93 </BuildConfiguration>
94 <BuildConfiguration Include="Base">
95 <Key>Base</Key>
96 </BuildConfiguration>
97 <BuildConfiguration Include="Debug">
98 <Key>Cfg_1</Key>
99 <CfgParent>Base</CfgParent>
100 </BuildConfiguration>
101 </ItemGroup>
102 <ProjectExtensions>
103 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
104 <Borland.ProjectType>Application</Borland.ProjectType>
105 <BorlandProject>
106 <Delphi.Personality>
107 <Source>
108 <Source Name="MainSource">testsuite.dpr</Source>
109 </Source>
110 </Delphi.Personality>
111 <Platforms>
112 <Platform value="Win32">True</Platform>
113 </Platforms>
114 </BorlandProject>
115 <ProjectFileVersion>12</ProjectFileVersion>
116 </ProjectExtensions>
117 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
118 <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
119 </Project>

Properties

Name Value
svn:eol-style native