|
1 | | -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | | - <PropertyGroup> |
3 | | - <ProjectGuid>{6E0E82F5-3468-4D20-A6F4-9F31565804B1}</ProjectGuid> |
4 | | - <ProjectVersion>17.2</ProjectVersion> |
5 | | - <MainSource>DropDownColorPicker.dpr</MainSource> |
6 | | - <Config Condition="'$(Config)'==''">Debug</Config> |
7 | | - <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
8 | | - <Base>True</Base> |
9 | | - <AppType>Application</AppType> |
10 | | - <FrameworkType>VCL</FrameworkType> |
11 | | - <Platform Condition="'$(Platform)'==''">Win32</Platform> |
12 | | - <TargetedPlatforms>1</TargetedPlatforms> |
13 | | - </PropertyGroup> |
14 | | - <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
15 | | - <Base>true</Base> |
16 | | - </PropertyGroup> |
17 | | - <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
18 | | - <Base_Win32>true</Base_Win32> |
19 | | - <CfgParent>Base</CfgParent> |
20 | | - <Base>true</Base> |
21 | | - </PropertyGroup> |
22 | | - <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
23 | | - <Base_Win64>true</Base_Win64> |
24 | | - <CfgParent>Base</CfgParent> |
25 | | - <Base>true</Base> |
26 | | - </PropertyGroup> |
27 | | - <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
28 | | - <Cfg_1>true</Cfg_1> |
29 | | - <CfgParent>Base</CfgParent> |
30 | | - <Base>true</Base> |
31 | | - </PropertyGroup> |
32 | | - <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> |
33 | | - <Cfg_2>true</Cfg_2> |
34 | | - <CfgParent>Base</CfgParent> |
35 | | - <Base>true</Base> |
36 | | - </PropertyGroup> |
37 | | - <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
38 | | - <Cfg_2_Win32>true</Cfg_2_Win32> |
39 | | - <CfgParent>Cfg_2</CfgParent> |
40 | | - <Cfg_2>true</Cfg_2> |
41 | | - <Base>true</Base> |
42 | | - </PropertyGroup> |
43 | | - <PropertyGroup Condition="'$(Base)'!=''"> |
44 | | - <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
45 | | - <DCC_UnitSearchPath>..\..\..\Lib;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
46 | | - <SanitizedProjectName>DropDownColorPicker</SanitizedProjectName> |
47 | | - <VerInfo_Locale>1033</VerInfo_Locale> |
48 | | - <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
49 | | - <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace> |
50 | | - <DCC_DependencyCheckOutputName>DropDownColorPicker.exe</DCC_DependencyCheckOutputName> |
51 | | - <DCC_ImageBase>00400000</DCC_ImageBase> |
52 | | - <DCC_Platform>x86</DCC_Platform> |
53 | | - </PropertyGroup> |
54 | | - <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
55 | | - <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
56 | | - <VerInfo_Locale>1033</VerInfo_Locale> |
57 | | - <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
58 | | - <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
59 | | - </PropertyGroup> |
60 | | - <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
61 | | - <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
62 | | - </PropertyGroup> |
63 | | - <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
64 | | - <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
65 | | - <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
66 | | - <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
67 | | - <DCC_DebugInformation>0</DCC_DebugInformation> |
68 | | - </PropertyGroup> |
69 | | - <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
70 | | - <DCC_RangeChecking>true</DCC_RangeChecking> |
71 | | - <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck> |
72 | | - <DCC_Inlining>off</DCC_Inlining> |
73 | | - <DCC_Optimize>false</DCC_Optimize> |
74 | | - <BRCC_CompilerToUse>rc</BRCC_CompilerToUse> |
75 | | - <DCC_DebugDCUs>true</DCC_DebugDCUs> |
76 | | - <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
77 | | - </PropertyGroup> |
78 | | - <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
79 | | - <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
80 | | - </PropertyGroup> |
81 | | - <ItemGroup> |
82 | | - <DelphiCompile Include="$(MainSource)"> |
83 | | - <MainSource>MainSource</MainSource> |
84 | | - </DelphiCompile> |
85 | | - <DCCReference Include="FMain.pas"> |
86 | | - <Form>FormMain</Form> |
87 | | - </DCCReference> |
88 | | - <DCCReference Include="uRenderer.pas"/> |
89 | | - <DCCReference Include="Ribbon\RibbonConsts.pas"/> |
90 | | - <DCCReference Include="..\..\..\Lib\UIRibbonApi.pas"/> |
91 | | - <DCCReference Include="..\..\..\Lib\UIRibbon.pas"/> |
92 | | - <DCCReference Include="..\..\..\Lib\UIRibbonCommands.pas"/> |
93 | | - <DCCReference Include="..\..\..\Lib\UIRibbonForm.pas"/> |
94 | | - <DCCReference Include="..\..\..\Lib\UIRibbonUtils.pas"/> |
95 | | - <DCCReference Include="..\..\..\Lib\WinApiEx.pas"/> |
96 | | - <BuildConfiguration Include="Debug"> |
97 | | - <Key>Cfg_2</Key> |
98 | | - <CfgParent>Base</CfgParent> |
99 | | - </BuildConfiguration> |
100 | | - <BuildConfiguration Include="Base"> |
101 | | - <Key>Base</Key> |
102 | | - </BuildConfiguration> |
103 | | - <BuildConfiguration Include="Release"> |
104 | | - <Key>Cfg_1</Key> |
105 | | - <CfgParent>Base</CfgParent> |
106 | | - </BuildConfiguration> |
107 | | - </ItemGroup> |
108 | | - <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> |
109 | | - <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/> |
110 | | - <ProjectExtensions> |
111 | | - <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
112 | | - <Borland.ProjectType/> |
113 | | - <BorlandProject> |
114 | | - <Delphi.Personality> |
115 | | - <Source> |
116 | | - <Source Name="MainSource">DropDownColorPicker.dpr</Source> |
117 | | - </Source> |
118 | | - <Parameters/> |
119 | | - <VersionInfo> |
120 | | - <VersionInfo Name="IncludeVerInfo">False</VersionInfo> |
121 | | - <VersionInfo Name="AutoIncBuild">False</VersionInfo> |
122 | | - <VersionInfo Name="MajorVer">1</VersionInfo> |
123 | | - <VersionInfo Name="MinorVer">0</VersionInfo> |
124 | | - <VersionInfo Name="Release">0</VersionInfo> |
125 | | - <VersionInfo Name="Build">0</VersionInfo> |
126 | | - <VersionInfo Name="Debug">False</VersionInfo> |
127 | | - <VersionInfo Name="PreRelease">False</VersionInfo> |
128 | | - <VersionInfo Name="Special">False</VersionInfo> |
129 | | - <VersionInfo Name="Private">False</VersionInfo> |
130 | | - <VersionInfo Name="DLL">False</VersionInfo> |
131 | | - <VersionInfo Name="Locale">1033</VersionInfo> |
132 | | - <VersionInfo Name="CodePage">1252</VersionInfo> |
133 | | - </VersionInfo> |
134 | | - <VersionInfoKeys> |
135 | | - <VersionInfoKeys Name="CompanyName"/> |
136 | | - <VersionInfoKeys Name="FileDescription"/> |
137 | | - <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> |
138 | | - <VersionInfoKeys Name="InternalName"/> |
139 | | - <VersionInfoKeys Name="LegalCopyright"/> |
140 | | - <VersionInfoKeys Name="LegalTrademarks"/> |
141 | | - <VersionInfoKeys Name="OriginalFilename"/> |
142 | | - <VersionInfoKeys Name="ProductName"/> |
143 | | - <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> |
144 | | - <VersionInfoKeys Name="Comments"/> |
145 | | - </VersionInfoKeys> |
146 | | - <Excluded_Packages> |
147 | | - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k220.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
148 | | - <Excluded_Packages Name="$(BDSBIN)\dclofficexp220.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
149 | | - <Excluded_Packages Name="$(BDSBIN)\bcboffice2k220.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> |
150 | | - <Excluded_Packages Name="$(BDSBIN)\bcbofficexp220.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> |
151 | | - </Excluded_Packages> |
152 | | - </Delphi.Personality> |
153 | | - <Platforms> |
154 | | - <Platform value="Win32">True</Platform> |
155 | | - <Platform value="Win64">False</Platform> |
156 | | - </Platforms> |
157 | | - </BorlandProject> |
158 | | - <ProjectFileVersion>12</ProjectFileVersion> |
159 | | - </ProjectExtensions> |
160 | | -</Project> |
| 1 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | + <PropertyGroup> |
| 3 | + <ProjectGuid>{6E0E82F5-3468-4D20-A6F4-9F31565804B1}</ProjectGuid> |
| 4 | + <ProjectVersion>17.2</ProjectVersion> |
| 5 | + <MainSource>DropDownColorPicker.dpr</MainSource> |
| 6 | + <Config Condition="'$(Config)'==''">Debug</Config> |
| 7 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
| 8 | + <Base>True</Base> |
| 9 | + <AppType>Application</AppType> |
| 10 | + <FrameworkType>VCL</FrameworkType> |
| 11 | + <Platform Condition="'$(Platform)'==''">Win32</Platform> |
| 12 | + <TargetedPlatforms>1</TargetedPlatforms> |
| 13 | + </PropertyGroup> |
| 14 | + <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
| 15 | + <Base>true</Base> |
| 16 | + </PropertyGroup> |
| 17 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
| 18 | + <Base_Win32>true</Base_Win32> |
| 19 | + <CfgParent>Base</CfgParent> |
| 20 | + <Base>true</Base> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
| 23 | + <Base_Win64>true</Base_Win64> |
| 24 | + <CfgParent>Base</CfgParent> |
| 25 | + <Base>true</Base> |
| 26 | + </PropertyGroup> |
| 27 | + <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
| 28 | + <Cfg_1>true</Cfg_1> |
| 29 | + <CfgParent>Base</CfgParent> |
| 30 | + <Base>true</Base> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> |
| 33 | + <Cfg_2>true</Cfg_2> |
| 34 | + <CfgParent>Base</CfgParent> |
| 35 | + <Base>true</Base> |
| 36 | + </PropertyGroup> |
| 37 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
| 38 | + <Cfg_2_Win32>true</Cfg_2_Win32> |
| 39 | + <CfgParent>Cfg_2</CfgParent> |
| 40 | + <Cfg_2>true</Cfg_2> |
| 41 | + <Base>true</Base> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition="'$(Base)'!=''"> |
| 44 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 45 | + <DCC_UnitSearchPath>..\..\..\Lib;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
| 46 | + <SanitizedProjectName>DropDownColorPicker</SanitizedProjectName> |
| 47 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 48 | + <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
| 49 | + <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace> |
| 50 | + <DCC_DependencyCheckOutputName>DropDownColorPicker.exe</DCC_DependencyCheckOutputName> |
| 51 | + <DCC_ImageBase>00400000</DCC_ImageBase> |
| 52 | + <DCC_Platform>x86</DCC_Platform> |
| 53 | + </PropertyGroup> |
| 54 | + <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
| 55 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 56 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 57 | + <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
| 58 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 59 | + </PropertyGroup> |
| 60 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 61 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 62 | + </PropertyGroup> |
| 63 | + <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 64 | + <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
| 65 | + <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
| 66 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
| 67 | + <DCC_DebugInformation>0</DCC_DebugInformation> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 70 | + <DCC_RangeChecking>true</DCC_RangeChecking> |
| 71 | + <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck> |
| 72 | + <DCC_Inlining>off</DCC_Inlining> |
| 73 | + <DCC_Optimize>false</DCC_Optimize> |
| 74 | + <BRCC_CompilerToUse>rc</BRCC_CompilerToUse> |
| 75 | + <DCC_DebugDCUs>true</DCC_DebugDCUs> |
| 76 | + <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 77 | + </PropertyGroup> |
| 78 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 79 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 80 | + </PropertyGroup> |
| 81 | + <ItemGroup> |
| 82 | + <DelphiCompile Include="$(MainSource)"> |
| 83 | + <MainSource>MainSource</MainSource> |
| 84 | + </DelphiCompile> |
| 85 | + <DCCReference Include="FMain.pas"> |
| 86 | + <Form>FormMain</Form> |
| 87 | + </DCCReference> |
| 88 | + <DCCReference Include="uRenderer.pas"/> |
| 89 | + <DCCReference Include="Ribbon\RibbonConsts.pas"/> |
| 90 | + <DCCReference Include="..\..\..\Lib\UIRibbonApi.pas"/> |
| 91 | + <DCCReference Include="..\..\..\Lib\UIRibbon.pas"/> |
| 92 | + <DCCReference Include="..\..\..\Lib\UIRibbonCommands.pas"/> |
| 93 | + <DCCReference Include="..\..\..\Lib\UIRibbonForm.pas"/> |
| 94 | + <DCCReference Include="..\..\..\Lib\UIRibbonUtils.pas"/> |
| 95 | + <DCCReference Include="Ribbon\ribbonmarkup.pas"/> |
| 96 | + <BuildConfiguration Include="Debug"> |
| 97 | + <Key>Cfg_2</Key> |
| 98 | + <CfgParent>Base</CfgParent> |
| 99 | + </BuildConfiguration> |
| 100 | + <BuildConfiguration Include="Base"> |
| 101 | + <Key>Base</Key> |
| 102 | + </BuildConfiguration> |
| 103 | + <BuildConfiguration Include="Release"> |
| 104 | + <Key>Cfg_1</Key> |
| 105 | + <CfgParent>Base</CfgParent> |
| 106 | + </BuildConfiguration> |
| 107 | + </ItemGroup> |
| 108 | + <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> |
| 109 | + <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/> |
| 110 | + <ProjectExtensions> |
| 111 | + <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 112 | + <Borland.ProjectType/> |
| 113 | + <BorlandProject> |
| 114 | + <Delphi.Personality> |
| 115 | + <Source> |
| 116 | + <Source Name="MainSource">DropDownColorPicker.dpr</Source> |
| 117 | + </Source> |
| 118 | + <Parameters/> |
| 119 | + <VersionInfo> |
| 120 | + <VersionInfo Name="IncludeVerInfo">False</VersionInfo> |
| 121 | + <VersionInfo Name="AutoIncBuild">False</VersionInfo> |
| 122 | + <VersionInfo Name="MajorVer">1</VersionInfo> |
| 123 | + <VersionInfo Name="MinorVer">0</VersionInfo> |
| 124 | + <VersionInfo Name="Release">0</VersionInfo> |
| 125 | + <VersionInfo Name="Build">0</VersionInfo> |
| 126 | + <VersionInfo Name="Debug">False</VersionInfo> |
| 127 | + <VersionInfo Name="PreRelease">False</VersionInfo> |
| 128 | + <VersionInfo Name="Special">False</VersionInfo> |
| 129 | + <VersionInfo Name="Private">False</VersionInfo> |
| 130 | + <VersionInfo Name="DLL">False</VersionInfo> |
| 131 | + <VersionInfo Name="Locale">1033</VersionInfo> |
| 132 | + <VersionInfo Name="CodePage">1252</VersionInfo> |
| 133 | + </VersionInfo> |
| 134 | + <VersionInfoKeys> |
| 135 | + <VersionInfoKeys Name="CompanyName"/> |
| 136 | + <VersionInfoKeys Name="FileDescription"/> |
| 137 | + <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> |
| 138 | + <VersionInfoKeys Name="InternalName"/> |
| 139 | + <VersionInfoKeys Name="LegalCopyright"/> |
| 140 | + <VersionInfoKeys Name="LegalTrademarks"/> |
| 141 | + <VersionInfoKeys Name="OriginalFilename"/> |
| 142 | + <VersionInfoKeys Name="ProductName"/> |
| 143 | + <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> |
| 144 | + <VersionInfoKeys Name="Comments"/> |
| 145 | + </VersionInfoKeys> |
| 146 | + <Excluded_Packages> |
| 147 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k220.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
| 148 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp220.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
| 149 | + <Excluded_Packages Name="$(BDSBIN)\bcboffice2k220.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> |
| 150 | + <Excluded_Packages Name="$(BDSBIN)\bcbofficexp220.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> |
| 151 | + </Excluded_Packages> |
| 152 | + </Delphi.Personality> |
| 153 | + <Platforms> |
| 154 | + <Platform value="Win32">True</Platform> |
| 155 | + <Platform value="Win64">False</Platform> |
| 156 | + </Platforms> |
| 157 | + </BorlandProject> |
| 158 | + <ProjectFileVersion>12</ProjectFileVersion> |
| 159 | + </ProjectExtensions> |
| 160 | +</Project> |
0 commit comments