PakEdit.dproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{5F1E2DC4-20A3-462D-A657-43443633E568}</ProjectGuid>
  4. <MainSource>PakEdit.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>18.7</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  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="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  43. <Cfg_2_Win32>true</Cfg_2_Win32>
  44. <CfgParent>Cfg_2</CfgParent>
  45. <Cfg_2>true</Cfg_2>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Base)'!=''">
  49. <DCC_E>false</DCC_E>
  50. <DCC_F>false</DCC_F>
  51. <DCC_K>false</DCC_K>
  52. <DCC_N>false</DCC_N>
  53. <DCC_S>false</DCC_S>
  54. <DCC_ImageBase>00400000</DCC_ImageBase>
  55. <SanitizedProjectName>PakEdit</SanitizedProjectName>
  56. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  57. <VerInfo_Locale>1049</VerInfo_Locale>
  58. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  61. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  62. <BT_BuildType>Debug</BT_BuildType>
  63. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  64. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
  65. <VerInfo_Locale>1033</VerInfo_Locale>
  66. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  67. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  68. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  69. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  72. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  73. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  76. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  77. <DCC_DebugInformation>0</DCC_DebugInformation>
  78. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  79. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  82. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  83. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  86. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  87. <DCC_Optimize>false</DCC_Optimize>
  88. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  91. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  92. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  93. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  94. <VerInfo_Locale>1033</VerInfo_Locale>
  95. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
  96. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  97. </PropertyGroup>
  98. <ItemGroup>
  99. <DelphiCompile Include="$(MainSource)">
  100. <MainSource>MainSource</MainSource>
  101. </DelphiCompile>
  102. <DCCReference Include="Main.pas">
  103. <Form>Form1</Form>
  104. </DCCReference>
  105. <DCCReference Include="FolderDialog.pas">
  106. <Form>FDialog</Form>
  107. </DCCReference>
  108. <DCCReference Include="FolderSelect.pas">
  109. <Form>FolderSel</Form>
  110. </DCCReference>
  111. <DCCReference Include="Frm_CompressionRatio.pas">
  112. <Form>FrmCompressionRatio</Form>
  113. </DCCReference>
  114. <BuildConfiguration Include="Debug">
  115. <Key>Cfg_2</Key>
  116. <CfgParent>Base</CfgParent>
  117. </BuildConfiguration>
  118. <BuildConfiguration Include="Base">
  119. <Key>Base</Key>
  120. </BuildConfiguration>
  121. <BuildConfiguration Include="Release">
  122. <Key>Cfg_1</Key>
  123. <CfgParent>Base</CfgParent>
  124. </BuildConfiguration>
  125. </ItemGroup>
  126. <ProjectExtensions>
  127. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  128. <Borland.ProjectType/>
  129. <BorlandProject>
  130. <Delphi.Personality>
  131. <Source>
  132. <Source Name="MainSource">PakEdit.dpr</Source>
  133. </Source>
  134. <Excluded_Packages>
  135. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\GR32_DT.bpl">Graphics32 Design Time Package</Excluded_Packages>
  136. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  137. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  138. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  139. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  140. </Excluded_Packages>
  141. </Delphi.Personality>
  142. <Platforms>
  143. <Platform value="Win32">True</Platform>
  144. <Platform value="Win64">False</Platform>
  145. </Platforms>
  146. </BorlandProject>
  147. <ProjectFileVersion>12</ProjectFileVersion>
  148. </ProjectExtensions>
  149. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  150. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  151. </Project>