Projects.groupproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{C0278F77-1554-45D9-B1E9-69FB923E8771}</ProjectGuid>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Projects Include="Compil32.dproj">
  7. <Dependencies/>
  8. </Projects>
  9. <Projects Include="ISCC.dproj">
  10. <Dependencies/>
  11. </Projects>
  12. <Projects Include="ISCmplr.dproj">
  13. <Dependencies/>
  14. </Projects>
  15. <Projects Include="ISPP.dproj">
  16. <Dependencies/>
  17. </Projects>
  18. <Projects Include="Setup.dproj">
  19. <Dependencies/>
  20. </Projects>
  21. <Projects Include="SetupCustomStyle.dproj">
  22. <Dependencies/>
  23. </Projects>
  24. <Projects Include="SetupLdr.dproj">
  25. <Dependencies/>
  26. </Projects>
  27. <Projects Include="ISSigTool.dproj">
  28. <Dependencies/>
  29. </Projects>
  30. <Projects Include="..\ISHelp\ISHelpGen\ISHelpGen.dproj">
  31. <Dependencies/>
  32. </Projects>
  33. </ItemGroup>
  34. <ProjectExtensions>
  35. <Borland.Personality>Default.Personality.12</Borland.Personality>
  36. <Borland.ProjectType/>
  37. <BorlandProject>
  38. <Default.Personality/>
  39. </BorlandProject>
  40. </ProjectExtensions>
  41. <Target Name="Compil32">
  42. <MSBuild Projects="Compil32.dproj"/>
  43. </Target>
  44. <Target Name="Compil32:Clean">
  45. <MSBuild Projects="Compil32.dproj" Targets="Clean"/>
  46. </Target>
  47. <Target Name="Compil32:Make">
  48. <MSBuild Projects="Compil32.dproj" Targets="Make"/>
  49. </Target>
  50. <Target Name="ISCC">
  51. <MSBuild Projects="ISCC.dproj"/>
  52. </Target>
  53. <Target Name="ISCC:Clean">
  54. <MSBuild Projects="ISCC.dproj" Targets="Clean"/>
  55. </Target>
  56. <Target Name="ISCC:Make">
  57. <MSBuild Projects="ISCC.dproj" Targets="Make"/>
  58. </Target>
  59. <Target Name="ISCmplr">
  60. <MSBuild Projects="ISCmplr.dproj"/>
  61. </Target>
  62. <Target Name="ISCmplr:Clean">
  63. <MSBuild Projects="ISCmplr.dproj" Targets="Clean"/>
  64. </Target>
  65. <Target Name="ISCmplr:Make">
  66. <MSBuild Projects="ISCmplr.dproj" Targets="Make"/>
  67. </Target>
  68. <Target Name="ISPP">
  69. <MSBuild Projects="ISPP.dproj"/>
  70. </Target>
  71. <Target Name="ISPP:Clean">
  72. <MSBuild Projects="ISPP.dproj" Targets="Clean"/>
  73. </Target>
  74. <Target Name="ISPP:Make">
  75. <MSBuild Projects="ISPP.dproj" Targets="Make"/>
  76. </Target>
  77. <Target Name="Setup">
  78. <MSBuild Projects="Setup.dproj"/>
  79. </Target>
  80. <Target Name="Setup:Clean">
  81. <MSBuild Projects="Setup.dproj" Targets="Clean"/>
  82. </Target>
  83. <Target Name="Setup:Make">
  84. <MSBuild Projects="Setup.dproj" Targets="Make"/>
  85. </Target>
  86. <Target Name="SetupCustomStyle">
  87. <MSBuild Projects="SetupCustomStyle.dproj"/>
  88. </Target>
  89. <Target Name="SetupCustomStyle:Clean">
  90. <MSBuild Projects="SetupCustomStyle.dproj" Targets="Clean"/>
  91. </Target>
  92. <Target Name="SetupCustomStyle:Make">
  93. <MSBuild Projects="SetupCustomStyle.dproj" Targets="Make"/>
  94. </Target>
  95. <Target Name="SetupLdr">
  96. <MSBuild Projects="SetupLdr.dproj"/>
  97. </Target>
  98. <Target Name="SetupLdr:Clean">
  99. <MSBuild Projects="SetupLdr.dproj" Targets="Clean"/>
  100. </Target>
  101. <Target Name="SetupLdr:Make">
  102. <MSBuild Projects="SetupLdr.dproj" Targets="Make"/>
  103. </Target>
  104. <Target Name="ISSigTool">
  105. <MSBuild Projects="ISSigTool.dproj"/>
  106. </Target>
  107. <Target Name="ISSigTool:Clean">
  108. <MSBuild Projects="ISSigTool.dproj" Targets="Clean"/>
  109. </Target>
  110. <Target Name="ISSigTool:Make">
  111. <MSBuild Projects="ISSigTool.dproj" Targets="Make"/>
  112. </Target>
  113. <Target Name="ISHelpGen">
  114. <MSBuild Projects="..\ISHelp\ISHelpGen\ISHelpGen.dproj"/>
  115. </Target>
  116. <Target Name="ISHelpGen:Clean">
  117. <MSBuild Projects="..\ISHelp\ISHelpGen\ISHelpGen.dproj" Targets="Clean"/>
  118. </Target>
  119. <Target Name="ISHelpGen:Make">
  120. <MSBuild Projects="..\ISHelp\ISHelpGen\ISHelpGen.dproj" Targets="Make"/>
  121. </Target>
  122. <Target Name="Build">
  123. <CallTarget Targets="Compil32;ISCC;ISCmplr;ISPP;Setup;SetupCustomStyle;SetupLdr;ISSigTool;ISHelpGen"/>
  124. </Target>
  125. <Target Name="Clean">
  126. <CallTarget Targets="Compil32:Clean;ISCC:Clean;ISCmplr:Clean;ISPP:Clean;Setup:Clean;SetupCustomStyle:Clean;SetupLdr:Clean;ISSigTool:Clean;ISHelpGen:Clean"/>
  127. </Target>
  128. <Target Name="Make">
  129. <CallTarget Targets="Compil32:Make;ISCC:Make;ISCmplr:Make;ISPP:Make;Setup:Make;SetupCustomStyle:Make;SetupLdr:Make;ISSigTool:Make;ISHelpGen:Make"/>
  130. </Target>
  131. <Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
  132. <ItemGroup Condition="'$(BuildGroup)'=='Release'">
  133. <BuildGroupProject Include="Compil32.dproj">
  134. <ProjectGuid>{AA47247E-6E7B-4A22-8740-FB9041C2F93B}</ProjectGuid>
  135. <Configurations>Release</Configurations>
  136. <Platforms>Win32</Platforms>
  137. <Enabled>True</Enabled>
  138. </BuildGroupProject>
  139. <BuildGroupProject Include="ISCmplr.dproj">
  140. <ProjectGuid>{25CA0A66-07DC-4224-9252-EBFFA7D81558}</ProjectGuid>
  141. <Configurations>Release</Configurations>
  142. <Platforms>Win32</Platforms>
  143. <Enabled>True</Enabled>
  144. </BuildGroupProject>
  145. <BuildGroupProject Include="SetupLdr.dproj">
  146. <ProjectGuid>{4259E59E-2263-4FE8-8E6C-BFCBC7A6C66D}</ProjectGuid>
  147. <Configurations>Release</Configurations>
  148. <Platforms>Win32;Win64</Platforms>
  149. <Enabled>True</Enabled>
  150. </BuildGroupProject>
  151. <BuildGroupProject Include="Setup.dproj">
  152. <ProjectGuid>{BB7C6F6A-AC62-46BB-A790-0CF4A74B649E}</ProjectGuid>
  153. <Configurations>Release</Configurations>
  154. <Platforms>Win32;Win64</Platforms>
  155. <Enabled>True</Enabled>
  156. </BuildGroupProject>
  157. <BuildGroupProject Include="ISSigTool.dproj">
  158. <ProjectGuid>{484EE7D9-65D0-44DA-B807-9FC874733A64}</ProjectGuid>
  159. <Configurations>Release</Configurations>
  160. <Platforms>Win32</Platforms>
  161. <Enabled>True</Enabled>
  162. </BuildGroupProject>
  163. <BuildGroupProject Include="ISPP.dproj">
  164. <ProjectGuid>{7BEFDB9E-3F9B-4206-BAC1-B332E573D3F8}</ProjectGuid>
  165. <Configurations>Release</Configurations>
  166. <Platforms>Win32</Platforms>
  167. <Enabled>True</Enabled>
  168. </BuildGroupProject>
  169. <BuildGroupProject Include="SetupCustomStyle.dproj">
  170. <ProjectGuid>{F15ECAFB-E2DE-42BA-A3E6-7F9C0F24F560}</ProjectGuid>
  171. <Configurations>Release</Configurations>
  172. <Platforms>Win32;Win64</Platforms>
  173. <Enabled>True</Enabled>
  174. </BuildGroupProject>
  175. <BuildGroupProject Include="ISCC.dproj">
  176. <ProjectGuid>{CB865E8F-FE9C-46FD-90B0-AB3BDBD1C906}</ProjectGuid>
  177. <Configurations>Release</Configurations>
  178. <Platforms>Win32</Platforms>
  179. <Enabled>True</Enabled>
  180. </BuildGroupProject>
  181. <BuildGroupProject Include="..\ISHelp\ISHelpGen\ISHelpGen.dproj">
  182. <ProjectGuid>{058C4E22-A1B3-4C10-9062-05B58D9E9747}</ProjectGuid>
  183. <Configurations>Release</Configurations>
  184. <Platforms>Win64</Platforms>
  185. <Enabled>True</Enabled>
  186. </BuildGroupProject>
  187. </ItemGroup>
  188. <ItemGroup Condition="'$(BuildGroup)'=='Debug'">
  189. <BuildGroupProject Include="Compil32.dproj">
  190. <ProjectGuid>{AA47247E-6E7B-4A22-8740-FB9041C2F93B}</ProjectGuid>
  191. <Configurations>Debug</Configurations>
  192. <Platforms>Win32</Platforms>
  193. <Enabled>True</Enabled>
  194. </BuildGroupProject>
  195. <BuildGroupProject Include="ISCmplr.dproj">
  196. <ProjectGuid>{25CA0A66-07DC-4224-9252-EBFFA7D81558}</ProjectGuid>
  197. <Configurations>Debug</Configurations>
  198. <Platforms>Win32</Platforms>
  199. <Enabled>True</Enabled>
  200. </BuildGroupProject>
  201. <BuildGroupProject Include="SetupLdr.dproj">
  202. <ProjectGuid>{4259E59E-2263-4FE8-8E6C-BFCBC7A6C66D}</ProjectGuid>
  203. <Configurations>Debug</Configurations>
  204. <Platforms>Win32;Win64</Platforms>
  205. <Enabled>True</Enabled>
  206. </BuildGroupProject>
  207. <BuildGroupProject Include="Setup.dproj">
  208. <ProjectGuid>{BB7C6F6A-AC62-46BB-A790-0CF4A74B649E}</ProjectGuid>
  209. <Configurations>Debug</Configurations>
  210. <Platforms>Win32;Win64</Platforms>
  211. <Enabled>True</Enabled>
  212. </BuildGroupProject>
  213. <BuildGroupProject Include="ISSigTool.dproj">
  214. <ProjectGuid>{484EE7D9-65D0-44DA-B807-9FC874733A64}</ProjectGuid>
  215. <Configurations>Debug</Configurations>
  216. <Platforms>Win32</Platforms>
  217. <Enabled>True</Enabled>
  218. </BuildGroupProject>
  219. <BuildGroupProject Include="ISPP.dproj">
  220. <ProjectGuid>{7BEFDB9E-3F9B-4206-BAC1-B332E573D3F8}</ProjectGuid>
  221. <Configurations>Debug</Configurations>
  222. <Platforms>Win32</Platforms>
  223. <Enabled>True</Enabled>
  224. </BuildGroupProject>
  225. <BuildGroupProject Include="SetupCustomStyle.dproj">
  226. <ProjectGuid>{F15ECAFB-E2DE-42BA-A3E6-7F9C0F24F560}</ProjectGuid>
  227. <Configurations>Debug</Configurations>
  228. <Platforms>Win32;Win64</Platforms>
  229. <Enabled>True</Enabled>
  230. </BuildGroupProject>
  231. <BuildGroupProject Include="ISCC.dproj">
  232. <ProjectGuid>{CB865E8F-FE9C-46FD-90B0-AB3BDBD1C906}</ProjectGuid>
  233. <Configurations>Debug</Configurations>
  234. <Platforms>Win32</Platforms>
  235. <Enabled>True</Enabled>
  236. </BuildGroupProject>
  237. <BuildGroupProject Include="..\ISHelp\ISHelpGen\ISHelpGen.dproj">
  238. <ProjectGuid>{058C4E22-A1B3-4C10-9062-05B58D9E9747}</ProjectGuid>
  239. <Configurations>Debug</Configurations>
  240. <Platforms>Win64</Platforms>
  241. <Enabled>True</Enabled>
  242. </BuildGroupProject>
  243. </ItemGroup>
  244. </Project>