/jcl/packages/d14/JclFavoriteFoldersExpertDLL.dproj

https://github.com/the-Arioch/jcl · Unknown · 130 lines · 130 code · 0 blank · 0 comment · 0 complexity · f3dabda9d74a5175e44d9489f92235cf MD5 · raw file

  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{DCDB1939-E79B-4AF6-855E-78310CAF8467}</ProjectGuid>
  4. <MainSource>JclFavoriteFoldersExpertDLL.dpr</MainSource>
  5. <ProjectVersion>12.0</ProjectVersion>
  6. <Config Condition="'$(Config)'==''">Release</Config>
  7. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  8. <DCC_Define>BCB;WIN32;CONDITIONALEXPRESSIONS;VER210;RELEASE</DCC_Define>
  9. </PropertyGroup>
  10. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  11. <Base>true</Base>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_Release)'!=''">
  14. <Cfg_Release>true</Cfg_Release>
  15. <CfgParent>Base</CfgParent>
  16. <Base>true</Base>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_Debug)'!=''">
  19. <Cfg_Debug>true</Cfg_Debug>
  20. <CfgParent>Base</CfgParent>
  21. <Base>true</Base>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Base)'!=''">
  24. <DCC_Description>JCL Open and Save IDE dialogs with favorite folders</DCC_Description>
  25. <DCC_Define>BCB;$(DCC_Define)</DCC_Define>
  26. <DCC_WriteableConstants>true</DCC_WriteableConstants>
  27. <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
  28. <DllSuffix>140</DllSuffix>
  29. <GenDll>true</GenDll>
  30. <GenPackage>true</GenPackage>
  31. <DCC_ImageBase>$58040000</DCC_ImageBase>
  32. <DCC_UsePackage>rtl;vcl;designide;Jcl;JclVcl;JclBaseExpert</DCC_UsePackage>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Cfg_Release)'!=''">
  35. <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  36. <DCC_DebugInformation>False</DCC_DebugInformation>
  37. <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
  38. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  39. <DCC_DcuOutput>..\..\lib\d14</DCC_DcuOutput>
  40. <DCC_ObjOutput>..\..\lib\d14</DCC_ObjOutput>
  41. <DCC_HppOutput>..\..\lib\d14</DCC_HppOutput>
  42. <DCC_DcpOutput>..\..\lib\d14</DCC_DcpOutput>
  43. <DCC_UnitSearchPath>..\..\lib\d14;..\..\source\include;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  44. <DCC_ResourcePath>..\..\lib\d14;..\..\source\include;$(DCC_ResourcePath)</DCC_ResourcePath>
  45. <DCC_ObjPath>..\..\lib\d14;..\..\source\include;$(DCC_ObjPath)</DCC_ObjPath>
  46. <DCC_IncludePath>..\..\lib\d14;..\..\source\include;$(DCC_IncludePath)</DCC_IncludePath>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Cfg_Debug)'!=''">
  49. <DCC_DebugInformation>True</DCC_DebugInformation>
  50. <DCC_LocalDebugSymbols>True</DCC_LocalDebugSymbols>
  51. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  52. <DCC_DcuOutput>..\..\lib\d14\debug</DCC_DcuOutput>
  53. <DCC_ObjOutput>..\..\lib\d14\debug</DCC_ObjOutput>
  54. <DCC_HppOutput>..\..\lib\d14\debug</DCC_HppOutput>
  55. <DCC_DcpOutput>..\..\lib\d14\debug</DCC_DcpOutput>
  56. <DCC_UnitSearchPath>..\..\lib\d14\debug;..\..\source\include;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  57. <DCC_ResourcePath>..\..\lib\d14\debug;..\..\source\include;$(DCC_ResourcePath)</DCC_ResourcePath>
  58. <DCC_ObjPath>..\..\lib\d14\debug;..\..\source\include;$(DCC_ObjPath)</DCC_ObjPath>
  59. <DCC_IncludePath>..\..\lib\d14\debug;..\..\source\include;$(DCC_IncludePath)</DCC_IncludePath>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <DelphiCompile Include="JclFavoriteFoldersExpertDLL.dpr">
  63. <MainSource>MainSource</MainSource>
  64. </DelphiCompile>
  65. <DCCReference Include="rtl.dcp"/>
  66. <DCCReference Include="vcl.dcp"/>
  67. <DCCReference Include="designide.dcp"/>
  68. <DCCReference Include="Jcl.dcp"/>
  69. <DCCReference Include="JclVcl.dcp"/>
  70. <DCCReference Include="JclBaseExpert.dcp"/>
  71. <DCCReference Include="..\..\experts\favfolders\JclIdeOpenDlgFavoriteUnit.pas"/>
  72. <BuildConfiguration Include="Base">
  73. <Key>Base</Key>
  74. </BuildConfiguration>
  75. <BuildConfiguration Include="Release">
  76. <Key>Cfg_Release</Key>
  77. <CfgParent>Base</CfgParent>
  78. </BuildConfiguration>
  79. <BuildConfiguration Include="Debug">
  80. <Key>Cfg_Debug</Key>
  81. <CfgParent>Base</CfgParent>
  82. </BuildConfiguration>
  83. </ItemGroup>
  84. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  85. <ProjectExtensions>
  86. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  87. <Borland.ProjectType>Package</Borland.ProjectType>
  88. <Borland.PersonalityVersion>1.0</Borland.PersonalityVersion>
  89. <BorlandProject>
  90. <Delphi.Personality>
  91. <Parameters>
  92. <Parameters Name="UseLauncher">False</Parameters>
  93. <Parameters Name="LoadAllSymbols">True</Parameters>
  94. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  95. </Parameters>
  96. <VersionInfo>
  97. <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
  98. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  99. <VersionInfo Name="MajorVer">2</VersionInfo>
  100. <VersionInfo Name="MinorVer">5</VersionInfo>
  101. <VersionInfo Name="Release">0</VersionInfo>
  102. <VersionInfo Name="Build">4572</VersionInfo>
  103. <VersionInfo Name="Debug">False</VersionInfo>
  104. <VersionInfo Name="PreRelease">False</VersionInfo>
  105. <VersionInfo Name="Special">False</VersionInfo>
  106. <VersionInfo Name="Private">False</VersionInfo>
  107. <VersionInfo Name="DLL">False</VersionInfo>
  108. <VersionInfo Name="Locale">1033</VersionInfo>
  109. <VersionInfo Name="CodePage">1252</VersionInfo>
  110. </VersionInfo>
  111. <VersionInfoKeys>
  112. <VersionInfoKeys Name="CompanyName">Project JEDI</VersionInfoKeys>
  113. <VersionInfoKeys Name="FileDescription">JCL Open and Save IDE dialogs with favorite folders</VersionInfoKeys>
  114. <VersionInfoKeys Name="FileVersion">2.5.0.4572</VersionInfoKeys>
  115. <VersionInfoKeys Name="InternalName">JclFavoriteFoldersExpertDLL</VersionInfoKeys>
  116. <VersionInfoKeys Name="LegalCopyright">Copyright (C) 1999, 2013 Project JEDI</VersionInfoKeys>
  117. <VersionInfoKeys Name="LegalTrademarks"/>
  118. <VersionInfoKeys Name="OriginalFilename">JclFavoriteFoldersExpertDLL140.dll</VersionInfoKeys>
  119. <VersionInfoKeys Name="ProductName">JEDI Code Library</VersionInfoKeys>
  120. <VersionInfoKeys Name="ProductVersion">2.5 Build 4572</VersionInfoKeys>
  121. </VersionInfoKeys>
  122. <Source>
  123. <Source Name="MainSource">JclFavoriteFoldersExpertDLL.dpr</Source>
  124. </Source>
  125. <Excluded_Packages/>
  126. </Delphi.Personality>
  127. </BorlandProject>
  128. <ProjectFileVersion>12</ProjectFileVersion>
  129. </ProjectExtensions>
  130. </Project>