|
1 | | - <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 1 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{453097E8-48A7-46E6-A57F-BDD6E5BE0E90}</ProjectGuid> |
4 | 4 | <MainSource>RibbonDesigner.dpr</MainSource> |
5 | | - <ProjectVersion>12.3</ProjectVersion> |
| 5 | + <ProjectVersion>16.0</ProjectVersion> |
6 | 6 | <Base>True</Base> |
7 | | - <Config Condition="'$(Config)'==''">Release</Config> |
8 | | - <Platform>Win32</Platform> |
| 7 | + <Config Condition="'$(Config)'==''">Debug</Config> |
9 | 8 | <AppType>Application</AppType> |
10 | 9 | <FrameworkType>VCL</FrameworkType> |
11 | 10 | <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
| 11 | + <TargetedPlatforms>1</TargetedPlatforms> |
| 12 | + <Platform Condition="'$(Platform)'==''">Win32</Platform> |
12 | 13 | </PropertyGroup> |
13 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
14 | 15 | <Base>true</Base> |
15 | 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> |
16 | 22 | <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> |
17 | 23 | <Cfg_1>true</Cfg_1> |
18 | 24 | <CfgParent>Base</CfgParent> |
|
24 | 30 | <Base>true</Base> |
25 | 31 | </PropertyGroup> |
26 | 32 | <PropertyGroup Condition="'$(Base)'!=''"> |
| 33 | + <VerInfo_MajorVer>2</VerInfo_MajorVer> |
| 34 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 35 | + <VerInfo_Build>70</VerInfo_Build> |
| 36 | + <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace> |
| 37 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 38 | + <SanitizedProjectName>RibbonDesigner</SanitizedProjectName> |
| 39 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 40 | + <VerInfo_Keys>CompanyName=Erik van Bilsen AudioVisuality;FileDescription=Ribbon Designer;FileVersion=2.0.0.70;InternalName=;LegalCopyright=© 2011 Erik van Bilsen, Joachim Marder e.K.;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=2.0;Comments=</VerInfo_Keys> |
27 | 41 | <DCC_UnitSearchPath>..\Lib;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
28 | 42 | <DCC_DependencyCheckOutputName>RibbonDesigner.exe</DCC_DependencyCheckOutputName> |
29 | 43 | <DCC_ImageBase>00400000</DCC_ImageBase> |
|
34 | 48 | <DCC_F>false</DCC_F> |
35 | 49 | <DCC_K>false</DCC_K> |
36 | 50 | </PropertyGroup> |
| 51 | + <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
| 52 | + <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
| 53 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 54 | + </PropertyGroup> |
37 | 55 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
38 | 56 | <DCC_DependencyCheckOutputName>Bin\RibbonDesigner.exe</DCC_DependencyCheckOutputName> |
39 | 57 | <DCC_DebugDCUs>true</DCC_DebugDCUs> |
|
49 | 67 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
50 | 68 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
51 | 69 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
52 | | - <DCC_DebugInformation>false</DCC_DebugInformation> |
| 70 | + <DCC_DebugInformation>0</DCC_DebugInformation> |
53 | 71 | </PropertyGroup> |
54 | 72 | <ItemGroup> |
55 | | - <DelphiCompile Include="RibbonDesigner.dpr"> |
| 73 | + <DelphiCompile Include="$(MainSource)"> |
56 | 74 | <MainSource>MainSource</MainSource> |
57 | 75 | </DelphiCompile> |
58 | 76 | <RcCompile Include="..\Lib\UIRibbon.rc"> |
|
249 | 267 | <Form>FormNewFile</Form> |
250 | 268 | </DCCReference> |
251 | 269 | <DCCReference Include="Classes\BasicZip.pas"/> |
252 | | - <BuildConfiguration Include="Base"> |
253 | | - <Key>Base</Key> |
254 | | - </BuildConfiguration> |
255 | 270 | <BuildConfiguration Include="Release"> |
256 | 271 | <Key>Cfg_2</Key> |
257 | 272 | <CfgParent>Base</CfgParent> |
258 | 273 | </BuildConfiguration> |
| 274 | + <BuildConfiguration Include="Base"> |
| 275 | + <Key>Base</Key> |
| 276 | + </BuildConfiguration> |
259 | 277 | <BuildConfiguration Include="Debug"> |
260 | 278 | <Key>Cfg_1</Key> |
261 | 279 | <CfgParent>Base</CfgParent> |
|
305 | 323 | </Delphi.Personality> |
306 | 324 | <Platforms> |
307 | 325 | <Platform value="Win32">True</Platform> |
| 326 | + <Platform value="Win64">False</Platform> |
308 | 327 | </Platforms> |
309 | 328 | </BorlandProject> |
310 | 329 | <ProjectFileVersion>12</ProjectFileVersion> |
311 | 330 | </ProjectExtensions> |
312 | | - </Project> |
| 331 | + <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> |
| 332 | +</Project> |
0 commit comments