ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/fbudr.dproj
(Generate patch)

Comparing ibx/branches/udr/fbudr.dproj (file contents):
Revision 371 by tony, Wed Jan 5 15:21:22 2022 UTC vs.
Revision 379 by tony, Mon Jan 10 10:08:03 2022 UTC

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

Comparing ibx/branches/udr/fbudr.dproj (property svn:eol-style):
Revision 371 by tony, Wed Jan 5 15:21:22 2022 UTC vs.
Revision 379 by tony, Mon Jan 10 10:08:03 2022 UTC

# Line 0 | Line 1
1 + native

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines