Indy160.groupproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1.  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{FB5D40D5-0FF6-417D-A77E-D7F5B9A6511E}</ProjectGuid>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Projects Include="System\IndySystem160.dproj">
  7. <Dependencies/>
  8. </Projects>
  9. <Projects Include="Core\IndyCore160.dproj">
  10. <Dependencies>System\IndySystem160.dproj</Dependencies>
  11. </Projects>
  12. <Projects Include="Protocols\IndyProtocols160.dproj">
  13. <Dependencies>System\IndySystem160.dproj;Core\IndyCore160.dproj</Dependencies>
  14. </Projects>
  15. <Projects Include="Core\dclIndyCore160.dproj">
  16. <Dependencies>System\IndySystem160.dproj;Core\IndyCore160.dproj</Dependencies>
  17. </Projects>
  18. <Projects Include="Protocols\dclIndyProtocols160.dproj">
  19. <Dependencies>System\IndySystem160.dproj;Core\IndyCore160.dproj;Protocols\IndyProtocols160.dproj;Core\dclIndyCore160.dproj</Dependencies>
  20. </Projects>
  21. </ItemGroup>
  22. <ProjectExtensions>
  23. <Borland.Personality>Default.Personality.12</Borland.Personality>
  24. <Borland.ProjectType/>
  25. <BorlandProject>
  26. <Default.Personality/>
  27. </BorlandProject>
  28. </ProjectExtensions>
  29. <Target Name="IndySystem160">
  30. <MSBuild Projects="System\IndySystem160.dproj"/>
  31. </Target>
  32. <Target Name="IndySystem160:Clean">
  33. <MSBuild Projects="System\IndySystem160.dproj" Targets="Clean"/>
  34. </Target>
  35. <Target Name="IndySystem160:Make">
  36. <MSBuild Projects="System\IndySystem160.dproj" Targets="Make"/>
  37. </Target>
  38. <Target Name="IndyCore160" DependsOnTargets="IndySystem160">
  39. <MSBuild Projects="Core\IndyCore160.dproj"/>
  40. </Target>
  41. <Target Name="IndyCore160:Clean" DependsOnTargets="IndySystem160:Clean">
  42. <MSBuild Projects="Core\IndyCore160.dproj" Targets="Clean"/>
  43. </Target>
  44. <Target Name="IndyCore160:Make" DependsOnTargets="IndySystem160:Make">
  45. <MSBuild Projects="Core\IndyCore160.dproj" Targets="Make"/>
  46. </Target>
  47. <Target Name="IndyProtocols160" DependsOnTargets="IndySystem160;IndyCore160">
  48. <MSBuild Projects="Protocols\IndyProtocols160.dproj"/>
  49. </Target>
  50. <Target Name="IndyProtocols160:Clean" DependsOnTargets="IndySystem160:Clean;IndyCore160:Clean">
  51. <MSBuild Projects="Protocols\IndyProtocols160.dproj" Targets="Clean"/>
  52. </Target>
  53. <Target Name="IndyProtocols160:Make" DependsOnTargets="IndySystem160:Make;IndyCore160:Make">
  54. <MSBuild Projects="Protocols\IndyProtocols160.dproj" Targets="Make"/>
  55. </Target>
  56. <Target Name="dclIndyCore160" DependsOnTargets="IndySystem160;IndyCore160">
  57. <MSBuild Projects="Core\dclIndyCore160.dproj"/>
  58. </Target>
  59. <Target Name="dclIndyCore160:Clean" DependsOnTargets="IndySystem160:Clean;IndyCore160:Clean">
  60. <MSBuild Projects="Core\dclIndyCore160.dproj" Targets="Clean"/>
  61. </Target>
  62. <Target Name="dclIndyCore160:Make" DependsOnTargets="IndySystem160:Make;IndyCore160:Make">
  63. <MSBuild Projects="Core\dclIndyCore160.dproj" Targets="Make"/>
  64. </Target>
  65. <Target Name="dclIndyProtocols160" DependsOnTargets="IndySystem160;IndyCore160;IndyProtocols160;dclIndyCore160">
  66. <MSBuild Projects="Protocols\dclIndyProtocols160.dproj"/>
  67. </Target>
  68. <Target Name="dclIndyProtocols160:Clean" DependsOnTargets="IndySystem160:Clean;IndyCore160:Clean;IndyProtocols160:Clean;dclIndyCore160:Clean">
  69. <MSBuild Projects="Protocols\dclIndyProtocols160.dproj" Targets="Clean"/>
  70. </Target>
  71. <Target Name="dclIndyProtocols160:Make" DependsOnTargets="IndySystem160:Make;IndyCore160:Make;IndyProtocols160:Make;dclIndyCore160:Make">
  72. <MSBuild Projects="Protocols\dclIndyProtocols160.dproj" Targets="Make"/>
  73. </Target>
  74. <Target Name="Build">
  75. <CallTarget Targets="IndySystem160;IndyCore160;IndyProtocols160;dclIndyCore160;dclIndyProtocols160"/>
  76. </Target>
  77. <Target Name="Clean">
  78. <CallTarget Targets="IndySystem160:Clean;IndyCore160:Clean;IndyProtocols160:Clean;dclIndyCore160:Clean;dclIndyProtocols160:Clean"/>
  79. </Target>
  80. <Target Name="Make">
  81. <CallTarget Targets="IndySystem160:Make;IndyCore160:Make;IndyProtocols160:Make;dclIndyCore160:Make;dclIndyProtocols160:Make"/>
  82. </Target>
  83. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
  84. <ItemGroup Condition="'$(BuildGroup)'=='Win32'">
  85. <BuildGroupProject Include="Protocols\dclIndyProtocols160.dproj">
  86. <ProjectGuid>{686983CE-837E-42D6-B871-F173242DFA3E}</ProjectGuid>
  87. <Configurations>Debug;Release</Configurations>
  88. <Platforms>Win32</Platforms>
  89. <Enabled>True</Enabled>
  90. </BuildGroupProject>
  91. <BuildGroupProject Include="Core\dclIndyCore160.dproj">
  92. <ProjectGuid>{0EBD02B6-2201-4571-8FCB-6650CE38093D}</ProjectGuid>
  93. <Configurations>Debug;Release</Configurations>
  94. <Platforms>Win32</Platforms>
  95. <Enabled>True</Enabled>
  96. </BuildGroupProject>
  97. <BuildGroupProject Include="Protocols\IndyProtocols160.dproj">
  98. <ProjectGuid>{EDA5B84B-7D45-478B-A75C-DA65C6591B6A}</ProjectGuid>
  99. <Configurations>Debug;Release</Configurations>
  100. <Platforms>Win32</Platforms>
  101. <Enabled>True</Enabled>
  102. </BuildGroupProject>
  103. <BuildGroupProject Include="System\IndySystem160.dproj">
  104. <ProjectGuid>{61B11559-323A-4C77-8EDD-205DA0B58F51}</ProjectGuid>
  105. <Configurations>Debug;Release</Configurations>
  106. <Platforms>Win32</Platforms>
  107. <Enabled>True</Enabled>
  108. </BuildGroupProject>
  109. <BuildGroupProject Include="Core\IndyCore160.dproj">
  110. <ProjectGuid>{CFF99767-2887-4869-A4A2-6490EFAF2888}</ProjectGuid>
  111. <Configurations>Debug;Release</Configurations>
  112. <Platforms>Win32</Platforms>
  113. <Enabled>True</Enabled>
  114. </BuildGroupProject>
  115. </ItemGroup>
  116. <ItemGroup Condition="'$(BuildGroup)'=='OSX32'">
  117. <BuildGroupProject Include="Protocols\dclIndyProtocols160.dproj">
  118. <ProjectGuid>{686983CE-837E-42D6-B871-F173242DFA3E}</ProjectGuid>
  119. <Configurations>Debug;Release</Configurations>
  120. <Platforms>Win32</Platforms>
  121. <Enabled>False</Enabled>
  122. </BuildGroupProject>
  123. <BuildGroupProject Include="Core\dclIndyCore160.dproj">
  124. <ProjectGuid>{0EBD02B6-2201-4571-8FCB-6650CE38093D}</ProjectGuid>
  125. <Configurations>Debug;Release</Configurations>
  126. <Platforms>Win32</Platforms>
  127. <Enabled>False</Enabled>
  128. </BuildGroupProject>
  129. <BuildGroupProject Include="Protocols\IndyProtocols160.dproj">
  130. <ProjectGuid>{EDA5B84B-7D45-478B-A75C-DA65C6591B6A}</ProjectGuid>
  131. <Configurations>Debug;Release</Configurations>
  132. <Platforms>OSX32</Platforms>
  133. <Enabled>True</Enabled>
  134. </BuildGroupProject>
  135. <BuildGroupProject Include="System\IndySystem160.dproj">
  136. <ProjectGuid>{61B11559-323A-4C77-8EDD-205DA0B58F51}</ProjectGuid>
  137. <Configurations>Debug;Release</Configurations>
  138. <Platforms>OSX32</Platforms>
  139. <Enabled>True</Enabled>
  140. </BuildGroupProject>
  141. <BuildGroupProject Include="Core\IndyCore160.dproj">
  142. <ProjectGuid>{CFF99767-2887-4869-A4A2-6490EFAF2888}</ProjectGuid>
  143. <Configurations>Debug;Release</Configurations>
  144. <Platforms>OSX32</Platforms>
  145. <Enabled>True</Enabled>
  146. </BuildGroupProject>
  147. </ItemGroup>
  148. <ItemGroup Condition="'$(BuildGroup)'=='Win64'">
  149. <BuildGroupProject Include="Protocols\dclIndyProtocols160.dproj">
  150. <ProjectGuid>{686983CE-837E-42D6-B871-F173242DFA3E}</ProjectGuid>
  151. <Configurations>Debug;Release</Configurations>
  152. <Platforms>Win32</Platforms>
  153. <Enabled>False</Enabled>
  154. </BuildGroupProject>
  155. <BuildGroupProject Include="Core\dclIndyCore160.dproj">
  156. <ProjectGuid>{0EBD02B6-2201-4571-8FCB-6650CE38093D}</ProjectGuid>
  157. <Configurations>Debug;Release</Configurations>
  158. <Platforms>Win32</Platforms>
  159. <Enabled>False</Enabled>
  160. </BuildGroupProject>
  161. <BuildGroupProject Include="Protocols\IndyProtocols160.dproj">
  162. <ProjectGuid>{EDA5B84B-7D45-478B-A75C-DA65C6591B6A}</ProjectGuid>
  163. <Configurations>Debug;Release</Configurations>
  164. <Platforms>Win64</Platforms>
  165. <Enabled>True</Enabled>
  166. </BuildGroupProject>
  167. <BuildGroupProject Include="System\IndySystem160.dproj">
  168. <ProjectGuid>{61B11559-323A-4C77-8EDD-205DA0B58F51}</ProjectGuid>
  169. <Configurations>Debug;Release</Configurations>
  170. <Platforms>Win64</Platforms>
  171. <Enabled>True</Enabled>
  172. </BuildGroupProject>
  173. <BuildGroupProject Include="Core\IndyCore160.dproj">
  174. <ProjectGuid>{CFF99767-2887-4869-A4A2-6490EFAF2888}</ProjectGuid>
  175. <Configurations>Debug;Release</Configurations>
  176. <Platforms>Win64</Platforms>
  177. <Enabled>True</Enabled>
  178. </BuildGroupProject>
  179. </ItemGroup>
  180. <ItemGroup Condition="'$(BuildGroup)'=='All Platforms'">
  181. <BuildGroupProject Include="Protocols\dclIndyProtocols160.dproj">
  182. <ProjectGuid>{686983CE-837E-42D6-B871-F173242DFA3E}</ProjectGuid>
  183. <Configurations>Debug;Release</Configurations>
  184. <Platforms>Win32</Platforms>
  185. <Enabled>True</Enabled>
  186. </BuildGroupProject>
  187. <BuildGroupProject Include="Core\dclIndyCore160.dproj">
  188. <ProjectGuid>{0EBD02B6-2201-4571-8FCB-6650CE38093D}</ProjectGuid>
  189. <Configurations>Debug;Release</Configurations>
  190. <Platforms>Win32</Platforms>
  191. <Enabled>True</Enabled>
  192. </BuildGroupProject>
  193. <BuildGroupProject Include="Protocols\IndyProtocols160.dproj">
  194. <ProjectGuid>{EDA5B84B-7D45-478B-A75C-DA65C6591B6A}</ProjectGuid>
  195. <Configurations>Debug;Release</Configurations>
  196. <Platforms>OSX32;Win32;Win64</Platforms>
  197. <Enabled>True</Enabled>
  198. </BuildGroupProject>
  199. <BuildGroupProject Include="System\IndySystem160.dproj">
  200. <ProjectGuid>{61B11559-323A-4C77-8EDD-205DA0B58F51}</ProjectGuid>
  201. <Configurations>Debug;Release</Configurations>
  202. <Platforms>OSX32;Win32;Win64</Platforms>
  203. <Enabled>True</Enabled>
  204. </BuildGroupProject>
  205. <BuildGroupProject Include="Core\IndyCore160.dproj">
  206. <ProjectGuid>{CFF99767-2887-4869-A4A2-6490EFAF2888}</ProjectGuid>
  207. <Configurations>Debug;Release</Configurations>
  208. <Platforms>OSX32;Win32;Win64</Platforms>
  209. <Enabled>True</Enabled>
  210. </BuildGroupProject>
  211. </ItemGroup>
  212. </Project>