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

File Contents

# Content
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{775A8495-D196-4001-9D35-F7B483D9D454}</ProjectGuid>
4 <ProjectVersion>18.1</ProjectVersion>
5 <FrameworkType>None</FrameworkType>
6 <MainSource>myudrlibrary.dpr</MainSource>
7 <Base>True</Base>
8 <Config Condition="'$(Config)'==''">Debug</Config>
9 <Platform Condition="'$(Platform)'==''">Win32</Platform>
10 <TargetedPlatforms>1</TargetedPlatforms>
11 <AppType>Library</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 <GenDll>true</GenDll>
40 <SanitizedProjectName>myudrlibrary</SanitizedProjectName>
41 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
42 <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
43 <DCC_E>false</DCC_E>
44 <DCC_N>false</DCC_N>
45 <DCC_S>false</DCC_S>
46 <DCC_F>false</DCC_F>
47 <DCC_K>false</DCC_K>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Base_Win32)'!=''">
50 <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>
51 <VerInfo_Locale>1033</VerInfo_Locale>
52 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
53 <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
54 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Cfg_1)'!=''">
57 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
58 <DCC_DebugDCUs>true</DCC_DebugDCUs>
59 <DCC_Optimize>false</DCC_Optimize>
60 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
61 <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
62 <DCC_RemoteDebug>true</DCC_RemoteDebug>
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
65 <DCC_DcpOutput>.\$(Platform)\$(Config)</DCC_DcpOutput>
66 <DCC_ExeOutput>.</DCC_ExeOutput>
67 <DCC_UsePackage>fbudr;$(DCC_UsePackage)</DCC_UsePackage>
68 <VerInfo_Locale>1033</VerInfo_Locale>
69 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
70 <UsePackages>true</UsePackages>
71 <Manifest_File>(None)</Manifest_File>
72 <DCC_RemoteDebug>false</DCC_RemoteDebug>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Cfg_2)'!=''">
75 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
76 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
77 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
78 <DCC_DebugInformation>0</DCC_DebugInformation>
79 </PropertyGroup>
80 <ItemGroup>
81 <DelphiCompile Include="$(MainSource)">
82 <MainSource>MainSource</MainSource>
83 </DelphiCompile>
84 <DCCReference Include="udr_myrowcount.pas"/>
85 <BuildConfiguration Include="Release">
86 <Key>Cfg_2</Key>
87 <CfgParent>Base</CfgParent>
88 </BuildConfiguration>
89 <BuildConfiguration Include="Base">
90 <Key>Base</Key>
91 </BuildConfiguration>
92 <BuildConfiguration Include="Debug">
93 <Key>Cfg_1</Key>
94 <CfgParent>Base</CfgParent>
95 </BuildConfiguration>
96 </ItemGroup>
97 <ProjectExtensions>
98 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
99 <Borland.ProjectType>Application</Borland.ProjectType>
100 <BorlandProject>
101 <Delphi.Personality>
102 <Source>
103 <Source Name="MainSource">myudrlibrary.dpr</Source>
104 </Source>
105 </Delphi.Personality>
106 <Platforms>
107 <Platform value="Win32">True</Platform>
108 </Platforms>
109 </BorlandProject>
110 <ProjectFileVersion>12</ProjectFileVersion>
111 </ProjectExtensions>
112 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
113 <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
114 </Project>

Properties

Name Value
svn:eol-style native