Bench.D2009.dproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1.  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{0582bb2d-b712-46cc-a0a5-d277a223a849}</ProjectGuid>
  4. <MainSource>Bench.dpr</MainSource>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  8. <DCC_DependencyCheckOutputName>..\..\Bin\Bench.exe</DCC_DependencyCheckOutputName>
  9. <ProjectVersion>12.0</ProjectVersion>
  10. <Config Condition="'$(Config)'==''">Release</Config>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  13. <Base>true</Base>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  16. <Cfg_1>true</Cfg_1>
  17. <CfgParent>Base</CfgParent>
  18. <Base>true</Base>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  21. <Cfg_2>true</Cfg_2>
  22. <CfgParent>Base</CfgParent>
  23. <Base>true</Base>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Base)'!=''">
  26. <DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extras\Extensions;..\..\..\Extras\Extensions\LibTiff;..\Common;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  27. <DCC_ExeOutput>..\..\Bin\</DCC_ExeOutput>
  28. <DCC_DependencyCheckOutputName>..\..\Bin\Bench.exe</DCC_DependencyCheckOutputName>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  31. <Version>7.0</Version>
  32. <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime>
  33. <DCC_DebugInformation>False</DCC_DebugInformation>
  34. <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
  35. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  36. <DCC_ResourcePath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extras\Extensions;..\Common;$(DCC_ResourcePath)</DCC_ResourcePath>
  37. <DCC_ObjPath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extras\Extensions;..\Common;$(DCC_ObjPath)</DCC_ObjPath>
  38. <DCC_IncludePath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extras\Extensions;..\Common;$(DCC_IncludePath)</DCC_IncludePath>
  39. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  42. <Version>7.0</Version>
  43. <DCC_SymbolReferenceInfo>2</DCC_SymbolReferenceInfo>
  44. <DCC_ResourcePath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extras\Extensions;..\Common;$(DCC_ResourcePath)</DCC_ResourcePath>
  45. <DCC_ObjPath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extras\Extensions;..\Common;$(DCC_ObjPath)</DCC_ObjPath>
  46. <DCC_IncludePath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extras\Extensions;..\Common;$(DCC_IncludePath)</DCC_IncludePath>
  47. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  48. <DCC_Optimize>False</DCC_Optimize>
  49. <DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
  50. <DCC_RangeChecking>True</DCC_RangeChecking>
  51. <DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
  52. </PropertyGroup>
  53. <ProjectExtensions>
  54. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  55. <Borland.ProjectType/>
  56. <BorlandProject>
  57. <Delphi.Personality>
  58. <Parameters>
  59. <Parameters Name="UseLauncher">False</Parameters>
  60. <Parameters Name="LoadAllSymbols">True</Parameters>
  61. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  62. </Parameters>
  63. <VersionInfo>
  64. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  65. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  66. <VersionInfo Name="MajorVer">1</VersionInfo>
  67. <VersionInfo Name="MinorVer">0</VersionInfo>
  68. <VersionInfo Name="Release">0</VersionInfo>
  69. <VersionInfo Name="Build">0</VersionInfo>
  70. <VersionInfo Name="Debug">False</VersionInfo>
  71. <VersionInfo Name="PreRelease">False</VersionInfo>
  72. <VersionInfo Name="Special">False</VersionInfo>
  73. <VersionInfo Name="Private">False</VersionInfo>
  74. <VersionInfo Name="DLL">False</VersionInfo>
  75. <VersionInfo Name="Locale">1029</VersionInfo>
  76. <VersionInfo Name="CodePage">1250</VersionInfo>
  77. </VersionInfo>
  78. <VersionInfoKeys>
  79. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  80. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  81. </VersionInfoKeys>
  82. <Source>
  83. <Source Name="MainSource">Bench.dpr</Source>
  84. </Source>
  85. </Delphi.Personality>
  86. </BorlandProject>
  87. <ProjectFileVersion>12</ProjectFileVersion>
  88. </ProjectExtensions>
  89. <ItemGroup>
  90. <DelphiCompile Include="Bench.dpr">
  91. <MainSource>MainSource</MainSource>
  92. </DelphiCompile>
  93. <BuildConfiguration Include="Base">
  94. <Key>Base</Key>
  95. </BuildConfiguration>
  96. <BuildConfiguration Include="Debug">
  97. <Key>Cfg_2</Key>
  98. <CfgParent>Base</CfgParent>
  99. </BuildConfiguration>
  100. <BuildConfiguration Include="Release">
  101. <Key>Cfg_1</Key>
  102. <CfgParent>Base</CfgParent>
  103. </BuildConfiguration>
  104. </ItemGroup>
  105. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  106. </Project>