Indy210.groupproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{56962C3E-C8C8-4C8A-8155-6B6A23ADB2CB}</ProjectGuid>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Projects Include="System\IndySystem210.dproj">
  7. <Dependencies/>
  8. </Projects>
  9. <Projects Include="Core\IndyCore210.dproj">
  10. <Dependencies>System\IndySystem210.dproj</Dependencies>
  11. </Projects>
  12. <Projects Include="Protocols\IndyProtocols210.dproj">
  13. <Dependencies>System\IndySystem210.dproj;Core\IndyCore210.dproj</Dependencies>
  14. </Projects>
  15. <Projects Include="Core\dclIndyCore210.dproj">
  16. <Dependencies>System\IndySystem210.dproj;Core\IndyCore210.dproj</Dependencies>
  17. </Projects>
  18. <Projects Include="Protocols\dclIndyProtocols210.dproj">
  19. <Dependencies>System\IndySystem210.dproj;Core\IndyCore210.dproj;Protocols\IndyProtocols210.dproj;Core\dclIndyCore210.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="IndySystem210">
  30. <MSBuild Projects="System\IndySystem210.dproj"/>
  31. </Target>
  32. <Target Name="IndySystem210:Clean">
  33. <MSBuild Projects="System\IndySystem210.dproj" Targets="Clean"/>
  34. </Target>
  35. <Target Name="IndySystem210:Make">
  36. <MSBuild Projects="System\IndySystem210.dproj" Targets="Make"/>
  37. </Target>
  38. <Target Name="IndyCore210" DependsOnTargets="IndySystem210">
  39. <MSBuild Projects="Core\IndyCore210.dproj"/>
  40. </Target>
  41. <Target Name="IndyCore210:Clean" DependsOnTargets="IndySystem210:Clean">
  42. <MSBuild Projects="Core\IndyCore210.dproj" Targets="Clean"/>
  43. </Target>
  44. <Target Name="IndyCore210:Make" DependsOnTargets="IndySystem210:Make">
  45. <MSBuild Projects="Core\IndyCore210.dproj" Targets="Make"/>
  46. </Target>
  47. <Target Name="IndyProtocols210" DependsOnTargets="IndySystem210;IndyCore210">
  48. <MSBuild Projects="Protocols\IndyProtocols210.dproj"/>
  49. </Target>
  50. <Target Name="IndyProtocols210:Clean" DependsOnTargets="IndySystem210:Clean;IndyCore210:Clean">
  51. <MSBuild Projects="Protocols\IndyProtocols210.dproj" Targets="Clean"/>
  52. </Target>
  53. <Target Name="IndyProtocols210:Make" DependsOnTargets="IndySystem210:Make;IndyCore210:Make">
  54. <MSBuild Projects="Protocols\IndyProtocols210.dproj" Targets="Make"/>
  55. </Target>
  56. <Target Name="dclIndyCore210" DependsOnTargets="IndySystem210;IndyCore210">
  57. <MSBuild Projects="Core\dclIndyCore210.dproj"/>
  58. </Target>
  59. <Target Name="dclIndyCore210:Clean" DependsOnTargets="IndySystem210:Clean;IndyCore210:Clean">
  60. <MSBuild Projects="Core\dclIndyCore210.dproj" Targets="Clean"/>
  61. </Target>
  62. <Target Name="dclIndyCore210:Make" DependsOnTargets="IndySystem210:Make;IndyCore210:Make">
  63. <MSBuild Projects="Core\dclIndyCore210.dproj" Targets="Make"/>
  64. </Target>
  65. <Target Name="dclIndyProtocols210" DependsOnTargets="IndySystem210;IndyCore210;IndyProtocols210;dclIndyCore210">
  66. <MSBuild Projects="Protocols\dclIndyProtocols210.dproj"/>
  67. </Target>
  68. <Target Name="dclIndyProtocols210:Clean" DependsOnTargets="IndySystem210:Clean;IndyCore210:Clean;IndyProtocols210:Clean;dclIndyCore210:Clean">
  69. <MSBuild Projects="Protocols\dclIndyProtocols210.dproj" Targets="Clean"/>
  70. </Target>
  71. <Target Name="dclIndyProtocols210:Make" DependsOnTargets="IndySystem210:Make;IndyCore210:Make;IndyProtocols210:Make;dclIndyCore210:Make">
  72. <MSBuild Projects="Protocols\dclIndyProtocols210.dproj" Targets="Make"/>
  73. </Target>
  74. <Target Name="Build">
  75. <CallTarget Targets="IndySystem210;IndyCore210;IndyProtocols210;dclIndyCore210;dclIndyProtocols210"/>
  76. </Target>
  77. <Target Name="Clean">
  78. <CallTarget Targets="IndySystem210:Clean;IndyCore210:Clean;IndyProtocols210:Clean;dclIndyCore210:Clean;dclIndyProtocols210:Clean"/>
  79. </Target>
  80. <Target Name="Make">
  81. <CallTarget Targets="IndySystem210:Make;IndyCore210:Make;IndyProtocols210:Make;dclIndyCore210:Make;dclIndyProtocols210:Make"/>
  82. </Target>
  83. <Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
  84. <ItemGroup Condition="'$(BuildGroup)'=='Android'">
  85. <BuildGroupProject Include="Core\dclIndyCore210.dproj">
  86. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  87. <Configurations>Debug;Release</Configurations>
  88. <Platforms>Win32</Platforms>
  89. <Enabled>False</Enabled>
  90. </BuildGroupProject>
  91. <BuildGroupProject Include="Core\IndyCore210.dproj">
  92. <ProjectGuid>{7993AB8B-7249-4A9E-9296-7C5270849D94}</ProjectGuid>
  93. <Configurations>Debug;Release</Configurations>
  94. <Platforms>Android</Platforms>
  95. <Enabled>True</Enabled>
  96. </BuildGroupProject>
  97. <BuildGroupProject Include="Protocols\dclIndyProtocols210.dproj">
  98. <ProjectGuid>{95B50347-9310-47E1-8B5C-BF2CB4D20945}</ProjectGuid>
  99. <Configurations>Debug;Release</Configurations>
  100. <Platforms>Win32</Platforms>
  101. <Enabled>False</Enabled>
  102. </BuildGroupProject>
  103. <BuildGroupProject Include="System\IndySystem210.dproj">
  104. <ProjectGuid>{6D47F497-278E-4719-BF4E-645838D120D1}</ProjectGuid>
  105. <Configurations>Debug;Release</Configurations>
  106. <Platforms>Android</Platforms>
  107. <Enabled>True</Enabled>
  108. </BuildGroupProject>
  109. <BuildGroupProject Include="Protocols\IndyProtocols210.dproj">
  110. <ProjectGuid>{F186C433-64A7-4462-B16E-16BDEC0A8AC3}</ProjectGuid>
  111. <Configurations>Debug;Release</Configurations>
  112. <Platforms>Android</Platforms>
  113. <Enabled>True</Enabled>
  114. </BuildGroupProject>
  115. </ItemGroup>
  116. <ItemGroup Condition="'$(BuildGroup)'=='OSX'">
  117. <BuildGroupProject Include="Core\dclIndyCore210.dproj">
  118. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  119. <Configurations>Debug;Release</Configurations>
  120. <Platforms>Win32</Platforms>
  121. <Enabled>False</Enabled>
  122. </BuildGroupProject>
  123. <BuildGroupProject Include="Core\IndyCore210.dproj">
  124. <ProjectGuid>{7993AB8B-7249-4A9E-9296-7C5270849D94}</ProjectGuid>
  125. <Configurations>Debug;Release</Configurations>
  126. <Platforms>OSX32</Platforms>
  127. <Enabled>True</Enabled>
  128. </BuildGroupProject>
  129. <BuildGroupProject Include="Protocols\dclIndyProtocols210.dproj">
  130. <ProjectGuid>{95B50347-9310-47E1-8B5C-BF2CB4D20945}</ProjectGuid>
  131. <Configurations>Debug;Release</Configurations>
  132. <Platforms>Win32</Platforms>
  133. <Enabled>False</Enabled>
  134. </BuildGroupProject>
  135. <BuildGroupProject Include="System\IndySystem210.dproj">
  136. <ProjectGuid>{6D47F497-278E-4719-BF4E-645838D120D1}</ProjectGuid>
  137. <Configurations>Debug;Release</Configurations>
  138. <Platforms>OSX32</Platforms>
  139. <Enabled>True</Enabled>
  140. </BuildGroupProject>
  141. <BuildGroupProject Include="Protocols\IndyProtocols210.dproj">
  142. <ProjectGuid>{F186C433-64A7-4462-B16E-16BDEC0A8AC3}</ProjectGuid>
  143. <Configurations>Debug;Release</Configurations>
  144. <Platforms>OSX32</Platforms>
  145. <Enabled>True</Enabled>
  146. </BuildGroupProject>
  147. </ItemGroup>
  148. <ItemGroup Condition="'$(BuildGroup)'=='Win32'">
  149. <BuildGroupProject Include="Core\dclIndyCore210.dproj">
  150. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  151. <Configurations>Debug;Release</Configurations>
  152. <Platforms>Win32</Platforms>
  153. <Enabled>True</Enabled>
  154. </BuildGroupProject>
  155. <BuildGroupProject Include="Core\IndyCore210.dproj">
  156. <ProjectGuid>{7993AB8B-7249-4A9E-9296-7C5270849D94}</ProjectGuid>
  157. <Configurations>Debug;Release</Configurations>
  158. <Platforms>Win32</Platforms>
  159. <Enabled>True</Enabled>
  160. </BuildGroupProject>
  161. <BuildGroupProject Include="Protocols\dclIndyProtocols210.dproj">
  162. <ProjectGuid>{95B50347-9310-47E1-8B5C-BF2CB4D20945}</ProjectGuid>
  163. <Configurations>Debug;Release</Configurations>
  164. <Platforms>Win32</Platforms>
  165. <Enabled>True</Enabled>
  166. </BuildGroupProject>
  167. <BuildGroupProject Include="System\IndySystem210.dproj">
  168. <ProjectGuid>{6D47F497-278E-4719-BF4E-645838D120D1}</ProjectGuid>
  169. <Configurations>Debug;Release</Configurations>
  170. <Platforms>Win32</Platforms>
  171. <Enabled>True</Enabled>
  172. </BuildGroupProject>
  173. <BuildGroupProject Include="Protocols\IndyProtocols210.dproj">
  174. <ProjectGuid>{F186C433-64A7-4462-B16E-16BDEC0A8AC3}</ProjectGuid>
  175. <Configurations>Debug;Release</Configurations>
  176. <Platforms>Win32</Platforms>
  177. <Enabled>True</Enabled>
  178. </BuildGroupProject>
  179. </ItemGroup>
  180. <ItemGroup Condition="'$(BuildGroup)'=='iOS Simulator'">
  181. <BuildGroupProject Include="Core\dclIndyCore210.dproj">
  182. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  183. <Configurations>Debug;Release</Configurations>
  184. <Platforms>Win32</Platforms>
  185. <Enabled>False</Enabled>
  186. </BuildGroupProject>
  187. <BuildGroupProject Include="Core\IndyCore210.dproj">
  188. <ProjectGuid>{7993AB8B-7249-4A9E-9296-7C5270849D94}</ProjectGuid>
  189. <Configurations>Debug;Release</Configurations>
  190. <Platforms>iOSSimulator</Platforms>
  191. <Enabled>True</Enabled>
  192. </BuildGroupProject>
  193. <BuildGroupProject Include="Protocols\dclIndyProtocols210.dproj">
  194. <ProjectGuid>{95B50347-9310-47E1-8B5C-BF2CB4D20945}</ProjectGuid>
  195. <Configurations>Debug;Release</Configurations>
  196. <Platforms>Win32</Platforms>
  197. <Enabled>False</Enabled>
  198. </BuildGroupProject>
  199. <BuildGroupProject Include="System\IndySystem210.dproj">
  200. <ProjectGuid>{6D47F497-278E-4719-BF4E-645838D120D1}</ProjectGuid>
  201. <Configurations>Debug;Release</Configurations>
  202. <Platforms>iOSSimulator</Platforms>
  203. <Enabled>True</Enabled>
  204. </BuildGroupProject>
  205. <BuildGroupProject Include="Protocols\IndyProtocols210.dproj">
  206. <ProjectGuid>{F186C433-64A7-4462-B16E-16BDEC0A8AC3}</ProjectGuid>
  207. <Configurations>Debug;Release</Configurations>
  208. <Platforms>iOSSimulator</Platforms>
  209. <Enabled>True</Enabled>
  210. </BuildGroupProject>
  211. </ItemGroup>
  212. <ItemGroup Condition="'$(BuildGroup)'=='iOS Device'">
  213. <BuildGroupProject Include="Core\dclIndyCore210.dproj">
  214. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  215. <Configurations>Debug;Release</Configurations>
  216. <Platforms>Win32</Platforms>
  217. <Enabled>False</Enabled>
  218. </BuildGroupProject>
  219. <BuildGroupProject Include="Core\IndyCore210.dproj">
  220. <ProjectGuid>{7993AB8B-7249-4A9E-9296-7C5270849D94}</ProjectGuid>
  221. <Configurations>Debug;Release</Configurations>
  222. <Platforms>iOSDevice</Platforms>
  223. <Enabled>True</Enabled>
  224. </BuildGroupProject>
  225. <BuildGroupProject Include="Protocols\dclIndyProtocols210.dproj">
  226. <ProjectGuid>{95B50347-9310-47E1-8B5C-BF2CB4D20945}</ProjectGuid>
  227. <Configurations>Debug;Release</Configurations>
  228. <Platforms>Win32</Platforms>
  229. <Enabled>False</Enabled>
  230. </BuildGroupProject>
  231. <BuildGroupProject Include="System\IndySystem210.dproj">
  232. <ProjectGuid>{6D47F497-278E-4719-BF4E-645838D120D1}</ProjectGuid>
  233. <Configurations>Debug;Release</Configurations>
  234. <Platforms>iOSDevice</Platforms>
  235. <Enabled>True</Enabled>
  236. </BuildGroupProject>
  237. <BuildGroupProject Include="Protocols\IndyProtocols210.dproj">
  238. <ProjectGuid>{F186C433-64A7-4462-B16E-16BDEC0A8AC3}</ProjectGuid>
  239. <Configurations>Debug;Release</Configurations>
  240. <Platforms>iOSDevice</Platforms>
  241. <Enabled>True</Enabled>
  242. </BuildGroupProject>
  243. </ItemGroup>
  244. <ItemGroup Condition="'$(BuildGroup)'=='Win64'">
  245. <BuildGroupProject Include="Core\dclIndyCore210.dproj">
  246. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  247. <Configurations>Debug;Release</Configurations>
  248. <Platforms>Win32</Platforms>
  249. <Enabled>False</Enabled>
  250. </BuildGroupProject>
  251. <BuildGroupProject Include="Core\IndyCore210.dproj">
  252. <ProjectGuid>{7993AB8B-7249-4A9E-9296-7C5270849D94}</ProjectGuid>
  253. <Configurations>Debug;Release</Configurations>
  254. <Platforms>Win64</Platforms>
  255. <Enabled>True</Enabled>
  256. </BuildGroupProject>
  257. <BuildGroupProject Include="Protocols\dclIndyProtocols210.dproj">
  258. <ProjectGuid>{95B50347-9310-47E1-8B5C-BF2CB4D20945}</ProjectGuid>
  259. <Configurations>Debug;Release</Configurations>
  260. <Platforms>Win32</Platforms>
  261. <Enabled>False</Enabled>
  262. </BuildGroupProject>
  263. <BuildGroupProject Include="System\IndySystem210.dproj">
  264. <ProjectGuid>{6D47F497-278E-4719-BF4E-645838D120D1}</ProjectGuid>
  265. <Configurations>Debug;Release</Configurations>
  266. <Platforms>Win64</Platforms>
  267. <Enabled>True</Enabled>
  268. </BuildGroupProject>
  269. <BuildGroupProject Include="Protocols\IndyProtocols210.dproj">
  270. <ProjectGuid>{F186C433-64A7-4462-B16E-16BDEC0A8AC3}</ProjectGuid>
  271. <Configurations>Debug;Release</Configurations>
  272. <Platforms>Win64</Platforms>
  273. <Enabled>True</Enabled>
  274. </BuildGroupProject>
  275. </ItemGroup>
  276. <ItemGroup Condition="'$(BuildGroup)'=='All Platforms'">
  277. <BuildGroupProject Include="Core\dclIndyCore210.dproj">
  278. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  279. <Configurations>Debug;Release</Configurations>
  280. <Platforms>Win32</Platforms>
  281. <Enabled>True</Enabled>
  282. </BuildGroupProject>
  283. <BuildGroupProject Include="Core\IndyCore210.dproj">
  284. <ProjectGuid>{7993AB8B-7249-4A9E-9296-7C5270849D94}</ProjectGuid>
  285. <Configurations>Debug;Release</Configurations>
  286. <Platforms>Android;iOSDevice;iOSSimulator;OSX32;Win32;Win64</Platforms>
  287. <Enabled>True</Enabled>
  288. </BuildGroupProject>
  289. <BuildGroupProject Include="Protocols\dclIndyProtocols210.dproj">
  290. <ProjectGuid>{95B50347-9310-47E1-8B5C-BF2CB4D20945}</ProjectGuid>
  291. <Configurations>Debug;Release</Configurations>
  292. <Platforms>Win32</Platforms>
  293. <Enabled>True</Enabled>
  294. </BuildGroupProject>
  295. <BuildGroupProject Include="System\IndySystem210.dproj">
  296. <ProjectGuid>{6D47F497-278E-4719-BF4E-645838D120D1}</ProjectGuid>
  297. <Configurations>Debug;Release</Configurations>
  298. <Platforms>Android;iOSDevice;iOSSimulator;OSX32;Win32;Win64</Platforms>
  299. <Enabled>True</Enabled>
  300. </BuildGroupProject>
  301. <BuildGroupProject Include="Protocols\IndyProtocols210.dproj">
  302. <ProjectGuid>{F186C433-64A7-4462-B16E-16BDEC0A8AC3}</ProjectGuid>
  303. <Configurations>Debug;Release</Configurations>
  304. <Platforms>Android;iOSDevice;iOSSimulator;OSX32;Win32;Win64</Platforms>
  305. <Enabled>True</Enabled>
  306. </BuildGroupProject>
  307. </ItemGroup>
  308. </Project>