2
0

Compil32.dproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{AA47247E-6E7B-4A22-8740-FB9041C2F93B}</ProjectGuid>
  4. <MainSource>Compil32.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>20.3</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">Compil32</ProjectName>
  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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  23. <Cfg_1>true</Cfg_1>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  28. <Cfg_2>true</Cfg_2>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Base)'!=''">
  33. <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
  34. <DCC_DebugInformation>1</DCC_DebugInformation>
  35. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  36. <DCC_UnitSearchPath>..\Components\UniPs\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  37. <DCC_UsePackage>VCL30;vclx30;VclSmp30;vcldb30;vcldbx30;$(DCC_UsePackage)</DCC_UsePackage>
  38. <DCC_Define>COMPIL32PROJ;VCLSTYLES;PS_MINIVCL;PS_NOGRAPHCONST;PS_PANSICHAR;PS_NOINTERFACEGUIDBRACKETS;$(DCC_Define)</DCC_Define>
  39. <SanitizedProjectName>Compil32</SanitizedProjectName>
  40. <DCC_Namespace>System;Vcl;Vcl.Imaging;$(DCC_Namespace)</DCC_Namespace>
  41. <DCC_SYMBOL_DEPRECATED>false</DCC_SYMBOL_DEPRECATED>
  42. <DCC_SYMBOL_PLATFORM>false</DCC_SYMBOL_PLATFORM>
  43. <DCC_TypedAtParameter>true</DCC_TypedAtParameter>
  44. <Custom_Styles>&quot;Windows11 Modern Dark|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows11_Modern_Dark.vsf&quot;</Custom_Styles>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  47. <BT_BuildType>Debug</BT_BuildType>
  48. <Manifest_File>(None)</Manifest_File>
  49. <DCC_Namespace>System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  52. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  53. <DCC_DebugInformation>0</DCC_DebugInformation>
  54. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  55. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  56. <DCC_DcuOutput>Dcu\Win32\Release\$(MainSource)</DCC_DcuOutput>
  57. <DCC_ExeOutput>..\Files</DCC_ExeOutput>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  60. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  61. <DCC_Optimize>false</DCC_Optimize>
  62. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  63. <DCC_DcuOutput>Dcu\Win32\Debug\$(MainSource)</DCC_DcuOutput>
  64. <DCC_ExeOutput>Bin</DCC_ExeOutput>
  65. <Debugger_RunParams>Debug.iss</Debugger_RunParams>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <DelphiCompile Include="$(MainSource)">
  69. <MainSource>MainSource</MainSource>
  70. </DelphiCompile>
  71. <DCCReference Include="..\Components\SafeDLLPath.pas"/>
  72. <DCCReference Include="..\Components\PathFunc.pas"/>
  73. <DCCReference Include="..\Components\TrustFunc.pas"/>
  74. <DCCReference Include="Src\IDE.MainForm.pas">
  75. <Form>MainForm</Form>
  76. </DCCReference>
  77. <DCCReference Include="Src\Shared.CommonFunc.Vcl.pas"/>
  78. <DCCReference Include="Src\Shared.CommonFunc.pas"/>
  79. <DCCReference Include="Src\IDE.HelperFunc.pas"/>
  80. <DCCReference Include="Src\IDE.Messages.pas"/>
  81. <DCCReference Include="Src\Shared.CompilerInt.pas"/>
  82. <DCCReference Include="Src\Shared.CompilerInt.Struct.pas"/>
  83. <DCCReference Include="Src\IDE.OptionsForm.pas">
  84. <Form>OptionsForm</Form>
  85. </DCCReference>
  86. <DCCReference Include="Src\IDE.StartupForm.pas">
  87. <Form>StartupForm</Form>
  88. </DCCReference>
  89. <DCCReference Include="Src\IDE.Wizard.WizardForm.pas">
  90. <Form>WizardForm</Form>
  91. </DCCReference>
  92. <DCCReference Include="Src\IDE.Wizard.WizardFileForm.pas">
  93. <Form>WizardFileForm</Form>
  94. </DCCReference>
  95. <DCCReference Include="Src\IDE.FileAssocFunc.pas"/>
  96. <DCCReference Include="..\Components\NewUxTheme.TmSchema.pas"/>
  97. <DCCReference Include="..\Components\NewUxTheme.pas"/>
  98. <DCCReference Include="Src\Shared.DebugStruct.pas"/>
  99. <DCCReference Include="..\Components\BrowseFunc.pas"/>
  100. <DCCReference Include="Src\IDE.SignToolsForm.pas">
  101. <Form>SignToolsForm</Form>
  102. </DCCReference>
  103. <DCCReference Include="Src\IDE.GotoFileForm.pas">
  104. <Form>GotoFileForm</Form>
  105. </DCCReference>
  106. <DCCReference Include="Src\IDE.LicenseKeyForm.pas">
  107. <Form>LicenseKeyForm</Form>
  108. </DCCReference>
  109. <DCCReference Include="Src\IDE.InputQueryComboForm.pas">
  110. <Form>InputQueryComboForm</Form>
  111. </DCCReference>
  112. <DCCReference Include="Src\IDE.InputQueryMemoForm.pas">
  113. <Form>InputQueryMemoForm</Form>
  114. </DCCReference>
  115. <DCCReference Include="..\Components\ScintInt.pas"/>
  116. <DCCReference Include="..\Components\ScintEdit.pas"/>
  117. <DCCReference Include="Src\IDE.ScintStylerInnoSetup.pas"/>
  118. <DCCReference Include="..\Components\ModernColors.pas"/>
  119. <DCCReference Include="Src\IDE.MsgBoxDesignerForm.pas">
  120. <Form>MsgBoxDesignerForm</Form>
  121. </DCCReference>
  122. <DCCReference Include="Src\IDE.IDEScintEdit.pas"/>
  123. <DCCReference Include="Src\IDE.FilesDesignerForm.pas">
  124. <Form>FilesDesignerForm</Form>
  125. </DCCReference>
  126. <DCCReference Include="Src\IDE.Wizard.WizardFormFilesHelper.pas"/>
  127. <DCCReference Include="..\Components\NewTabSet.pas"/>
  128. <DCCReference Include="..\Components\NewStaticText.pas"/>
  129. <DCCReference Include="..\Components\BidiUtils.pas"/>
  130. <DCCReference Include="..\Components\DropListBox.pas"/>
  131. <DCCReference Include="..\Components\BitmapButton.pas"/>
  132. <DCCReference Include="..\Components\BitmapImage.pas"/>
  133. <DCCReference Include="..\Components\NewCheckListBox.pas"/>
  134. <DCCReference Include="..\Components\NewNotebook.pas"/>
  135. <DCCReference Include="..\Components\TaskbarProgressFunc.pas"/>
  136. <DCCReference Include="Src\IDE.HtmlHelpFunc.pas"/>
  137. <DCCReference Include="..\Components\UIStateForm.pas"/>
  138. <DCCReference Include="Src\Shared.LangOptionsSectionDirectives.pas"/>
  139. <DCCReference Include="Src\Shared.SetupMessageIDs.pas"/>
  140. <DCCReference Include="Src\Shared.SetupSectionDirectives.pas"/>
  141. <DCCReference Include="Src\Shared.ConfigIniFile.pas"/>
  142. <DCCReference Include="Src\Shared.SignToolsFunc.pas"/>
  143. <DCCReference Include="Src\Shared.LicenseFunc.pas"/>
  144. <DCCReference Include="Src\Shared.FileClass.pas"/>
  145. <DCCReference Include="Src\Shared.TaskDialogFunc.pas"/>
  146. <DCCReference Include="Src\IDE.RegistryDesignerForm.pas">
  147. <Form>RegistryDesignerForm</Form>
  148. </DCCReference>
  149. <DCCReference Include="Src\IDE.Wizard.WizardFormRegistryHelper.pas"/>
  150. <DCCReference Include="..\Components\ScintInt.InnoSetup.pas"/>
  151. <DCCReference Include="Src\Shared.ScriptFunc.pas"/>
  152. <DCCReference Include="Src\Shared.SetupSteps.pas"/>
  153. <DCCReference Include="Src\Shared.Struct.pas"/>
  154. <DCCReference Include="..\Components\SHA256.pas"/>
  155. <DCCReference Include="Src\Shared.DotNetVersion.pas"/>
  156. <DCCReference Include="..\ISHelp\isxclasses_wordlists_generated.pas"/>
  157. <DCCReference Include="Src\IDE.ImagesModule.pas">
  158. <Form>ImagesModule</Form>
  159. <FormType>dfm</FormType>
  160. <DesignClass>TDataModule</DesignClass>
  161. </DCCReference>
  162. <DCCReference Include="..\Components\ECDSA.pas"/>
  163. <DCCReference Include="..\Components\ISSigFunc.pas"/>
  164. <DCCReference Include="..\Components\StringScanner.pas"/>
  165. <DCCReference Include="..\Components\Resample.pas"/>
  166. <DCCReference Include="..\Components\UnsignedFunc.pas"/>
  167. <DCCReference Include="Src\IDE.MainForm.MRUHelper.pas"/>
  168. <DCCReference Include="Src\IDE.MainForm.UAHHelper.pas"/>
  169. <DCCReference Include="Src\IDE.MainForm.NavigationHelper.pas"/>
  170. <DCCReference Include="Src\IDE.MainForm.FindReplaceHelper.pas"/>
  171. <DCCReference Include="Src\IDE.MainForm.UpdateMenuHelper.pas"/>
  172. <DCCReference Include="Src\IDE.MainForm.ToolsHelper.pas"/>
  173. <DCCReference Include="Src\IDE.MainForm.AutoCompleteAndCallTipsHelper.pas"/>
  174. <DCCReference Include="Src\IDE.MainForm.ScintHelper.pas"/>
  175. <DCCReference Include="Src\IDE.MainForm.FinalHelper.pas"/>
  176. <BuildConfiguration Include="Base">
  177. <Key>Base</Key>
  178. </BuildConfiguration>
  179. <BuildConfiguration Include="Release">
  180. <Key>Cfg_1</Key>
  181. <CfgParent>Base</CfgParent>
  182. </BuildConfiguration>
  183. <BuildConfiguration Include="Debug">
  184. <Key>Cfg_2</Key>
  185. <CfgParent>Base</CfgParent>
  186. </BuildConfiguration>
  187. </ItemGroup>
  188. <ProjectExtensions>
  189. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  190. <Borland.ProjectType/>
  191. <BorlandProject>
  192. <Delphi.Personality>
  193. <Source>
  194. <Source Name="MainSource">Compil32.dpr</Source>
  195. </Source>
  196. </Delphi.Personality>
  197. <Platforms>
  198. <Platform value="Win32">True</Platform>
  199. <Platform value="Win64">False</Platform>
  200. </Platforms>
  201. </BorlandProject>
  202. <ProjectFileVersion>12</ProjectFileVersion>
  203. </ProjectExtensions>
  204. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  205. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  206. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  207. </Project>