ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/testsuite.dproj
Revision: 381
Committed: Sat Jan 15 00:06:22 2022 UTC (2 years, 3 months ago) by tony
File size: 6576 byte(s)
Log Message:
Release Candidate 1

File Contents

# User Rev Content
1 tony 379 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2     <PropertyGroup>
3 tony 381 <ProjectGuid>{1371D580-DA5B-4B98-94C2-B937D005B51F}</ProjectGuid>
4 tony 379 <ProjectVersion>18.1</ProjectVersion>
5     <FrameworkType>None</FrameworkType>
6 tony 381 <MainSource>testsuite.dpr</MainSource>
7 tony 379 <Base>True</Base>
8 tony 381 <Config Condition="'$(Config)'==''">Debug</Config>
9 tony 379 <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 tony 381 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17     <Base_Win32>true</Base_Win32>
18 tony 379 <CfgParent>Base</CfgParent>
19     <Base>true</Base>
20     </PropertyGroup>
21 tony 381 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
22     <Cfg_1>true</Cfg_1>
23 tony 379 <CfgParent>Base</CfgParent>
24     <Base>true</Base>
25     </PropertyGroup>
26 tony 381 <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 tony 379 <Cfg_2>true</Cfg_2>
34 tony 381 <CfgParent>Base</CfgParent>
35 tony 379 <Base>true</Base>
36     </PropertyGroup>
37     <PropertyGroup Condition="'$(Base)'!=''">
38     <SanitizedProjectName>testsuite</SanitizedProjectName>
39 tony 381 <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
40     <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
41     <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
42     <DCC_E>false</DCC_E>
43 tony 379 <DCC_N>false</DCC_N>
44     <DCC_S>false</DCC_S>
45 tony 381 <DCC_F>false</DCC_F>
46 tony 379 <DCC_K>false</DCC_K>
47     </PropertyGroup>
48 tony 381 <PropertyGroup Condition="'$(Base_Win32)'!=''">
49     <VerInfo_Locale>1033</VerInfo_Locale>
50     <DCC_ConsoleTarget>true</DCC_ConsoleTarget>
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 tony 379 <PropertyGroup Condition="'$(Cfg_1)'!=''">
56 tony 381 <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     <Debugger_HostApplication>C:\Users\A User\projects\fbintf\testsuite\testsuite.exe</Debugger_HostApplication>
65     <Debugger_RunParams>-t 21 -X </Debugger_RunParams>
66     <DCC_UnitSearchPath>..\$(Platform)\$(Config);$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
67     <DCC_ExeOutput>.</DCC_ExeOutput>
68     <Manifest_File>(None)</Manifest_File>
69     <UsePackages>true</UsePackages>
70     <VerInfo_Locale>1033</VerInfo_Locale>
71     <DCC_RemoteDebug>false</DCC_RemoteDebug>
72     </PropertyGroup>
73     <PropertyGroup Condition="'$(Cfg_2)'!=''">
74 tony 379 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
75     <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
76     <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
77     <DCC_DebugInformation>0</DCC_DebugInformation>
78     </PropertyGroup>
79     <ItemGroup>
80     <DelphiCompile Include="$(MainSource)">
81     <MainSource>MainSource</MainSource>
82     </DelphiCompile>
83 tony 381 <DCCReference Include="FBTestApp.pas"/>
84 tony 379 <DCCReference Include="Test1.pas"/>
85 tony 381 <DCCReference Include="Test2.pas"/>
86 tony 379 <DCCReference Include="Test3.pas"/>
87     <DCCReference Include="Test4.pas"/>
88     <DCCReference Include="Test5.pas"/>
89     <DCCReference Include="Test6.pas"/>
90     <DCCReference Include="Test7.pas"/>
91     <DCCReference Include="Test8.pas"/>
92     <DCCReference Include="Test9.pas"/>
93     <DCCReference Include="Test10.pas"/>
94     <DCCReference Include="Test11.pas"/>
95     <DCCReference Include="Test12.pas"/>
96     <DCCReference Include="Test13.pas"/>
97     <DCCReference Include="Test14.pas"/>
98     <DCCReference Include="Test15.pas"/>
99     <DCCReference Include="Test16.pas"/>
100     <DCCReference Include="Test17.pas"/>
101     <DCCReference Include="Test18.pas"/>
102     <DCCReference Include="Test19.pas"/>
103     <DCCReference Include="Test20.pas"/>
104     <DCCReference Include="Test21.pas"/>
105     <DCCReference Include="Test22.pas"/>
106 tony 381 <DCCReference Include="testApp\TestApplication.pas"/>
107     <BuildConfiguration Include="Release">
108 tony 379 <Key>Cfg_2</Key>
109     <CfgParent>Base</CfgParent>
110     </BuildConfiguration>
111     <BuildConfiguration Include="Base">
112     <Key>Base</Key>
113     </BuildConfiguration>
114 tony 381 <BuildConfiguration Include="Debug">
115 tony 379 <Key>Cfg_1</Key>
116     <CfgParent>Base</CfgParent>
117     </BuildConfiguration>
118     </ItemGroup>
119     <ProjectExtensions>
120     <Borland.Personality>Delphi.Personality.12</Borland.Personality>
121 tony 381 <Borland.ProjectType>Application</Borland.ProjectType>
122 tony 379 <BorlandProject>
123     <Delphi.Personality>
124     <Source>
125     <Source Name="MainSource">testsuite.dpr</Source>
126     </Source>
127     </Delphi.Personality>
128     <Platforms>
129     <Platform value="Win32">True</Platform>
130     </Platforms>
131     </BorlandProject>
132     <ProjectFileVersion>12</ProjectFileVersion>
133     </ProjectExtensions>
134 tony 381 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
135 tony 379 <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
136     </Project>

Properties

Name Value
svn:eol-style native