Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated ProjectIt to XE7. Moved popup menu and action list to data module. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
32244c3e69fe8358c85d008c95f660d3 |
User & Date: | tinus 2014-10-30 17:49:12.122 |
Original Comment: | Updated to XE7. Moved popup menu and action list to data module. |
Context
2015-05-18
| ||
10:55 | Dat2ICS: report all breaks shorter than 5 hours. check-in: 4ce807ef35 user: tinus tags: trunk | |
2014-10-30
| ||
17:49 | Updated ProjectIt to XE7. Moved popup menu and action list to data module. check-in: 32244c3e69 user: tinus tags: trunk | |
2014-07-28
| ||
15:48 | dmMain now sports a few Select-functions. check-in: 101b3773b8 user: MCO tags: trunk | |
Changes
Added Olam/src/Olam_dev.groupproj.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{A8C2F360-7172-4C9E-B8A3-9777BDFE4FB1}</ProjectGuid> </PropertyGroup> <ItemGroup> <Projects Include="Olam.dproj"> <Dependencies/> </Projects> <Projects Include="..\..\ProjectIt\src\prj\ProjectIt.dproj"> <Dependencies/> </Projects> </ItemGroup> <ProjectExtensions> <Borland.Personality>Default.Personality.12</Borland.Personality> <Borland.ProjectType/> <BorlandProject> <Default.Personality/> </BorlandProject> </ProjectExtensions> <Target Name="Olam"> <MSBuild Projects="Olam.dproj"/> </Target> <Target Name="Olam:Clean"> <MSBuild Projects="Olam.dproj" Targets="Clean"/> </Target> <Target Name="Olam:Make"> <MSBuild Projects="Olam.dproj" Targets="Make"/> </Target> <Target Name="ProjectIt"> <MSBuild Projects="..\..\ProjectIt\src\prj\ProjectIt.dproj"/> </Target> <Target Name="ProjectIt:Clean"> <MSBuild Projects="..\..\ProjectIt\src\prj\ProjectIt.dproj" Targets="Clean"/> </Target> <Target Name="ProjectIt:Make"> <MSBuild Projects="..\..\ProjectIt\src\prj\ProjectIt.dproj" Targets="Make"/> </Target> <Target Name="Build"> <CallTarget Targets="Olam;ProjectIt"/> </Target> <Target Name="Clean"> <CallTarget Targets="Olam:Clean;ProjectIt:Clean"/> </Target> <Target Name="Make"> <CallTarget Targets="Olam:Make;ProjectIt:Make"/> </Target> <Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/> </Project> |
Changes to ProjectIt/src/F_ActiveProject.fmx.
1 2 3 4 5 6 | object frmActiveProject: TfrmActiveProject Left = 0 Top = 0 Caption = 'Projects' ClientHeight = 341 ClientWidth = 325 | | | | | | < < < < | | | > < < | < | | > > > | > | | < > > > < | | > | | | | > > | > > | < < | | | | | | > > | < < | | > > | < < | | > > | < < | | > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | object frmActiveProject: TfrmActiveProject Left = 0 Top = 0 Caption = 'Projects' ClientHeight = 341 ClientWidth = 325 Position = ScreenCenter Transparency = True FormStyle = StayOnTop FormFactor.Width = 320 FormFactor.Height = 480 FormFactor.Devices = [Desktop, iPhone, iPad] OnCreate = FormCreate Touch.GestureManager = gmActiveProject Touch.InteractiveGestures = [LongTap] OnGesture = FormGesture DesignerMasterStyle = 0 object lytProjects: TLayout Align = Client Size.Width = 325.000000000000000000 Size.Height = 341.000000000000000000 Size.PlatformDefault = False object btnProject: TCornerButton DisableFocusEffect = True StyledSettings = [Family, FontColor] PopupMenu = modMain.pumProject Position.X = 8.000000000000000000 Position.Y = 8.000000000000000000 Sides = [Top, Left, Bottom, Right] Size.Width = 305.000000000000000000 Size.Height = 65.000000000000000000 Size.PlatformDefault = False TabOrder = 0 TextSettings.Font.Size = 30.000000000000000000 TextSettings.Font.Style = [fsBold] XRadius = 15.000000000000000000 YRadius = 15.000000000000000000 OnClick = btnProjectClick OnMouseDown = ControlDragMouseDown object rndrctTime: TRoundRect Fill.Kind = Gradient Fill.Gradient.Points = < item Color = claDarkgreen Offset = 0.000000000000000000 end item Color = claLightgreen Offset = 1.000000000000000000 end> Fill.Gradient.Style = Radial Position.X = 232.000000000000000000 Position.Y = -8.000000000000000000 Size.Width = 81.000000000000000000 Size.Height = 25.000000000000000000 Size.PlatformDefault = False Stroke.Color = claLightgray OnMouseDown = ControlDragMouseDown object txtTime: TText Align = Client HitTest = False Size.Width = 81.000000000000000000 Size.Height = 25.000000000000000000 Size.PlatformDefault = False Text = '00:00 '#183' 00:00' TextSettings.FontColor = claWhite end end object imgIcon: TImage MultiResBitmap = < item end> HitTest = False Position.X = 8.000000000000000000 Position.Y = 7.000000000000000000 Size.Width = 50.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False object anmProjectIcon: TBitmapAnimation Duration = 0.200000002980232200 PropertyName = 'Bitmap' StartValue.PNG = { 89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000 02F3494441545847E5573D681441187DB3BBA777670CD14202829DA0B5F682BD AD8D588B458A808DAD2068A39D601A0B857476DA5A5B591950B00C72E1FE72F1 FE72FBE3FB66E6C2CEEC5E90B1CC83773373FBBD77DFF7EDECCFE1CC43D9D1E0 D6DB0666E94BE4D943A8E40290DB030286AA6C8C2CDB4574F509F6EE1FDB0306 81DAC48E06B3C58B1B37AF6CBF7B76178BACC0FC38479A17480BA020E32469BD D9FDB6F5E9F3F78CD1DB466411A8753B70FDF5EF9D57F736DBCD04879385365A B0908C463943E3586163A38D478F3F76F0736BD3AA0C02B5911D0D946AF56739 3AA339FAE314BD3F4B667AEC8C52EC0F160C2CD68DA08440AD9B007138CED0B7 A29E189D90DF915D7E8F24B6D12E42B45E0780C13C457F4223CD5C8F3D8E3D3D 66382079464D7C1981DA4A02C359A15B3898D2606A0D38D7E4BC3BE6895595C6 056B2BAB114D063C97C68486A43191B1C0C1947189BB773502B595528E78850E A49232AD416F06745949556510A2F5962D1C72A30E193C9C1BB39E90F32ECDFB 6477CE0A5A36DC4198D64DA01DE3484C18ACB95098E61152C58D132528A21839 59DB8140ADBB8C238C281CD16842B18890F066298C4B731A5610A8751388228C B30873B954CAA2F2BCD1605CDD260CD37A0928CCC46029A8232B951FAB20505B 75928C5755A02955D4EEC2206D350147E0510C1B1CEB3A20A8D32CB9427B7A02 950A84ACA246A6518EFB47ADBB526C4F4564593694FBAE8F40AD9B408B0765A7 FAA2F25C8ED7752050EBADB85C9AACA218CA6EF611A875578A5588D1AA0A34A5 856E1B3502B55E3A5C9E568536B4713E02B5EE8ACF6A25978A232ACD85A2A8BB 13066ABD04B897F8527922144A55BAB5A4B45950771F0AD4BA091017DB624461 4C8365BB44CC57EB13F0501D42B45E02E727979AC0E5B6C2FA39C6FAAD9668BE 5300CD917CBA08D3BA09ACC71F3A5F7FA0A04183D534D748FEC791DBB7A2B9CE 7EEF9754F85EC79711A875D3BCF325C1B5E839FFD23CA074CDA4C78F487A28A1 E9983B6D17CDE653ECDCE693BF84FFD19E61007F0114832CC6324ED3CC000000 0049454E44AE426082} StopValue.PNG = { 89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000 0217494441545847E5964D6EC23010851D1289B64BB608893D4760D99F0354EA 15DA737088AA8BF6041CA1557B0B105B24962C40A03688D0D4CF64AAB1639364 BAEC278D3C71DE9B4C3C0850FF9EA8580DE3F1389E4C260F3ABDD17166366DD2 3CCFDFA3287A1A8D4659B167907A9362354CA7D3FB4EA773371C0ED5E17050DA |
︙ | ︙ | |||
131 132 133 134 135 136 137 | GlowColor = claWhite Opacity = 0.899999976158142100 Trigger = 'IsMouseOver=true' Enabled = False end object txtProject: TText Anchors = [akLeft, akTop, akRight, akBottom] | < < < < < > > > > > | < | < | | > > > | | | < > > > < | | > | | | | > > | > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 | GlowColor = claWhite Opacity = 0.899999976158142100 Trigger = 'IsMouseOver=true' Enabled = False end object txtProject: TText Anchors = [akLeft, akTop, akRight, akBottom] HitTest = False Position.X = 64.000000000000000000 Position.Y = 7.000000000000000000 Size.Width = 233.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False Text = 'Pauze' TextSettings.Font.Size = 30.000000000000000000 TextSettings.Font.Style = [fsBold] TextSettings.HorzAlign = Leading end end object btnProject2: TCornerButton DisableFocusEffect = True StyledSettings = [Family, FontColor] Opacity = 0.750000000000000000 PopupMenu = modMain.pumProject Position.X = 8.000000000000000000 Position.Y = 80.000000000000000000 Sides = [Top, Left, Bottom, Right] Size.Width = 305.000000000000000000 Size.Height = 65.000000000000000000 Size.PlatformDefault = False TabOrder = 1 TextSettings.Font.Size = 30.000000000000000000 XRadius = 15.000000000000000000 YRadius = 15.000000000000000000 OnClick = btnProjectClick OnMouseDown = ControlDragMouseDown object rndrctTime2: TRoundRect Fill.Kind = Gradient Fill.Gradient.Points = < item Color = claBlue Offset = 0.000000000000000000 end item Color = claLightblue Offset = 1.000000000000000000 end> Fill.Gradient.Style = Radial Position.X = 232.000000000000000000 Position.Y = -8.000000000000000000 Size.Width = 81.000000000000000000 Size.Height = 25.000000000000000000 Size.PlatformDefault = False Stroke.Color = claLightgray OnMouseDown = ControlDragMouseDown object txtTime2: TText Align = Client HitTest = False Size.Width = 81.000000000000000000 Size.Height = 25.000000000000000000 Size.PlatformDefault = False Text = '00:00 '#183' 00:00' TextSettings.FontColor = claWhite end end object imgIcon2: TImage MultiResBitmap = < item end> HitTest = False Position.X = 8.000000000000000000 Position.Y = 7.000000000000000000 Size.Width = 50.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False object anmProject2Icon: TBitmapAnimation Duration = 0.200000002980232200 PropertyName = 'Bitmap' StartValue.PNG = { 89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000 0690494441545847D5575B6C5455145D33733B334C3B337D3FE883026D29A0AD 0428B440780545824A132392B486188C1FF2A1C648FC30C66F630226982A9198 A08487408A7E28A6A543508400363C4A0BB5D077B1D02974DACEBD73E75ED7B9 3353873205463F8C0B76CEDC73EF396B9DBDF7D9E714FF354CE1F65FA1A6A626 71646464BDD56AAD5655B5CA6C36BF77E4C891A3E1D78FC43F16505B5B9BC666 632010A8F6FBFDEB00DD41C3922555484E767B5CAEC49D9264F3D6D7D70FB95C AE77F9ED95BABABA4F8DC151884BC0D6AD5BF365597E4951946AB62BB8D20413 672828284065E50A9495552127270F5E6F2F6D80764FDFB3A74E77BBDD667EDF B76FDFBEDCF0541378AC802D5BB6947270357F6EF2F97C8B6C36AB59F4676666 60D9B29558B87005490BA1AA327B35D8ED12A80B5D5D77D0D0700CD7AE5DE0BB 20C6C6C66E1E38706096181B8DD802DEEA7A7AD1D0DE9A1923675E9075A954E7 7762A54EA713CB97AF4445C50AE4E69620180C42D703D0B4201C0EAB41DCDE3E 808B174FA1B9D983D1D151302F38D80C86A975FFFEFD73C30C13882DE0B5F303 D999C3598BFABE415670C870EFE2CA35C82F9C8F317F10E29FA20448AE2325C5 C1D682D6D63E5CBF7EDE201E1CBC0D9BCD4E4196F084C0F8F878F3C183071784 1F27105BC0E6D35E3CBB2C59FC74DB80554CB732691425E966CCD04650E23221 392311F747355C6AE94777CF355CBDDA44B77743921260B148219711919602CE 1C3A74A8CA7888426C01AF7AFA0BD69667EF2AF3E1C02D0D2706ACF08E2523C1 6D81CB0ACC48D251E99431EDEE9F98D65A8796B63FC2C41683306202A2159E62 089A0E1F3EBCDAE88C8291500F2100BF222BD8549289AFD7E5A3FB15376E6E1A C4E7C59D5863BE81AEEE3EECFE9DFB6A4046DB954B484810F1371B445399A669 FEF0EC0F20B6004993C7140D6372005E0E1B0EDA6173E561D3FCD9F87AE35CD4 578D03410D56C90433571D8B30DA44B2C62740D36459513910B84B370B900FE3 2A0C41018DEED534E3598B4138D904E213100CFA03010D5A5035F6704BCB39EE E7B34CB2EB089034414C4A41419D42C22424788034FA39B45DF5380498827E4D D1A1902D232307A5A51598336709DCEE1CF87CF7C11C277110E30112F0F308E1 6411C222E0EF7842003FD49007FAFBBBB98544B10112139D4872BA6036F14153 190AB3B13A9E07AC0729AC8A0B23AB7DC0441F4D94CA87105B800A99B343A607 929232D1C37DDEDA7A9685E61C3D30068BCE613ADF334FEC2C38CF9497B332E6 32542DC6F0C99E1060CBCC7D18B1059899301420AADD34BB0D858565282E5E82 99332BB8DDECA1E2213CC01C484DCFC490D7CBF27B91E27CC670816801F1E780 701743A030F5FB07BA19864E768949C162C3212696589E012A13B2ABF31693B3 CB284202D1C4110BE7471C21106A79C028DC01D959F93C5092D0D1718107CD39 1EB1837C2FD10342237D61921E208A6EA3FB69F178407CACE1C71B0318BDDD85 FCB434CC2B5E88E2A20A9E881930B1EA8910280641285945C92D2D2D8DB8FB21 8B4F80891E60143E682BC253C714ACFAAA119F9D388D9E8E4B48E48844AB9D22 E9015587CC5065666561C18205181E1E3686C72017DD710850393B570533032F D9D16E2F4753200F6B4FA5A2E28B9FF0C9CF1E1E3EDC820C517E6E1E8A8A8A78 0C3773B7F4C4241746CFC42100DC8622EB8472530276C8BB9073F465BC6FD98B 414739BEF4564035A7F056A0A3BBAF0FA73C1EF0D63471F2454C40F489B05044 1CDB50C44B08A08BCBD365DCBAFC2B927266C3DB7919CFA77518F117A6F13D29 262E1E93C9457BEFDE3D864AFD8DA7A5C7E89C842904881C10FB8E2551092299 55CEEDA6A565224FBF2DDE0B91CC55EE7116259188824CB83A424E529113E261 3743B3CAE3F184126412620BB098588AB94AEE84B6410B0AE72D869397CDE919 29F05AD2D94D71842A8488FFE15547C8796BE6B56CD02749526D4343C3F6F6F6 F6983540608A1C7076C0E715D7187A58C3CE910D489F550E5F6A39BEEB482523 C589B83204868630B100AF5EE232DAEA70382A49FE6DB87B4A18553526D69F7C 1BE3BDEFB01617202D0748CB0AF5EBA1EBB758B9C5276379D787B04BCC073E33 117586E1706A6AEAB6E3C78F8F84063C1A530B3070C88275F60DBC1ABD09BFEF 39E4A44B2C8DE009657800C37EACECFB0812CF9971BFACD8EDF61D8D8D8DBB38 F06F973C068F111085D53FCC803CBA0DB2F775FE11301DD9F48A9488A5BD1F43 0ADCE9956CCECD4D4D4DBF84BF7E623CB98008569E9470BFED45E6C61BD02CF3 1DE6C1B34B93BFDFDED87896DBE37F07E02F586449CDCD408637000000004945 4E44AE426082} StopValue.PNG = { 89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000 0476494441545847D597CB4B644714C6CB6E1FED5BD1A0A00E66152538082191 0467994548C86A924536596515170151778A0B83E046DD04DCB89721E40FC822 A04B4106242A2AEAA08EA2E01BB57D74CEEFE49E9EF2E6B6733BB308F9A0A87B CFAD5BDF57DF3955B7DBFDD72808FA77C2F4F4746A6F6FEF936432F9ECFEFEFE |
︙ | ︙ | |||
303 304 305 306 307 308 309 | GlowColor = claWhite Opacity = 0.899999976158142100 Trigger = 'IsMouseOver=true' Enabled = False end object txtProject2: TText Anchors = [akLeft, akTop, akRight, akBottom] | < < < < > > > > | < | < | | > > > | | | < > > > < | | > | | | | > > | > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 | GlowColor = claWhite Opacity = 0.899999976158142100 Trigger = 'IsMouseOver=true' Enabled = False end object txtProject2: TText Anchors = [akLeft, akTop, akRight, akBottom] HitTest = False Position.X = 64.000000000000000000 Position.Y = 7.000000000000000000 Size.Width = 233.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False Text = 'Project' TextSettings.Font.Size = 30.000000000000000000 TextSettings.HorzAlign = Leading end end object btnProject3: TCornerButton DisableFocusEffect = True StyledSettings = [Family, FontColor] Opacity = 0.750000000000000000 PopupMenu = modMain.pumProject Position.X = 8.000000000000000000 Position.Y = 152.000000000000000000 Sides = [Top, Left, Bottom, Right] Size.Width = 305.000000000000000000 Size.Height = 65.000000000000000000 Size.PlatformDefault = False TabOrder = 2 TextSettings.Font.Size = 30.000000000000000000 XRadius = 15.000000000000000000 YRadius = 15.000000000000000000 OnClick = btnProjectClick OnMouseDown = ControlDragMouseDown object rndrctTime3: TRoundRect Fill.Kind = Gradient Fill.Gradient.Points = < item Color = claBlue Offset = 0.000000000000000000 end item Color = claLightblue Offset = 1.000000000000000000 end> Fill.Gradient.Style = Radial Position.X = 232.000000000000000000 Position.Y = -8.000000000000000000 Size.Width = 81.000000000000000000 Size.Height = 25.000000000000000000 Size.PlatformDefault = False Stroke.Color = claLightgray OnMouseDown = ControlDragMouseDown object txtTime3: TText Align = Client HitTest = False Size.Width = 81.000000000000000000 Size.Height = 25.000000000000000000 Size.PlatformDefault = False Text = '00:00 '#183' 00:00' TextSettings.FontColor = claWhite end end object imgIcon3: TImage MultiResBitmap = < item end> HitTest = False Position.X = 8.000000000000000000 Position.Y = 7.000000000000000000 Size.Width = 50.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False object anmProject3Icon: TBitmapAnimation Duration = 0.200000002980232200 PropertyName = 'Bitmap' StartValue.PNG = { 89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000 0692494441545847D5575B6C145518FE7677DA0EDBEE767B6FE985026D29A0AD A4506881700B8A04B54D8C480286188C0FF2A0C6487C30C667630226982A9198 A0848B40401F14D3D2252842001B2EA5855AA02D6DB1D02D74DBDD999D9DF13B B3BB7569B7C0EA83F1833F67E7CC9CF37DE7FFFFF39F53FCD7B084DB7F858D1B 37260F0F0FAF494C4CACD734ADD66AB5BE77E8D0A1C3E1D78FC43F16B069D3A6 0C36EB028140BDDFEF5F0D18761A162EAC85CB95EA763A93B74B5292E7E8D1A3 834EA7F35D7E7BB9A1A1E153737014E212B079F3E64245515E5255B59EED52AE 34C1C2198A8A8A5053B3141515B5C8CB2B80C7739BD68FC1C12163D7AE06C3E5 7259F97DEF9E3D7BF2C3538DE1B102366CD850CEC1F5FC594737CF97E524ABE8 CFCECEC2E2C5CB5055B594A4C5D03485BD3A64590275A1ABEB2E1A1B8FE0EAD5 F37C17C4E8E8E88D7DFBF6CD1063A3115BC05B5D4FCF1FDCBD71DAF0E9171443 2A37F89D58A9C3E1C09225CB505DBD14F9F965080683308C00743D08BB3DD124 EEE8E8C7850B27D1D2E2C6C8C80898171C6C05C3D4B677EFDED9618631C416F0 DAB9FEDCECA19CF9BDDF20273868BA7741CD4A1416CFC5A83F08F14F55032437 909666676B435B5B2FAE5D3B67120F0CDC4152924C41B6F08480CFE76BD9BF7F FFBCF0E318620B587FCA836717BBC4CFD4246039D3AD421A4159A615D3F46194 392D706525E3C1888E8BAD7DE8EEB98A2B579AE9F66E4852026C3629E43222D2 52C0E903070ED49A0F51882DE055775FD1AACADC1D155EECBBA9E3787F223CA3 2E24A4DAE04C04A6A518A871289872EF4F4C696B406BFB1F61629B49183101D1 0A4F3104CD070F1E5C617646C14CA80908C0AF2A2AEACAB2F1F5EA4274BF928A 1B7503F8BCF416565AAFA3ABBB173B7FE7BEEA57D07EF922121244FCAD26D164 A6EBBA3F3CFB43882D40D2955155C7A8128087C3868232929C05A89B3B135FAF 9B8DA3B53E20A82351B2C0CA55C7228C3691ACF109D0754551350E04EED1CD02 E4834F832928A0D3BDBA6E3EEB3108C79B407C0282417F20A0430F6AE61E6E6D 3DCBFD7C8649760D019226884929286850489884040F91463F87B6AB1187004B D0AFAB0654B26565E5A1BCBC1AB3662D446A6A1EBCDE07608E9338085F8004FC 3C42385E84B008F83B9E10C00F2DE481BEBE6E6E21516C80E46407521C4E582D 7CD03586C26AAE8EE701EB411AAB625564B50F99E8A389523901B1056850383B 147A2025251B3DDCE76D6D675868CED203A3B0191C66F03DF34466C179A6B292 95319FA16A35878FF784005B66EE44C4166065C25080A87653E424141757A0B4 7421A64FAFE6769343C543788039909E998D418F87E5F702C579CDE102D102E2 CF01E12E864065EAF7F577330CB7D82526058B0D875858627906684CC8AE5B37 999C5D66111288268E58383FE2088150CB0346E50EC8CD29E4819282CECEF33C 68CEF2981DE07B891E101AE90B8BF41051741BDD4F8BC703E2631D3F5EEFC7C8 9D2E146664604E69154A4BAA792266C1C2AA2742A09A04A1641525B7BCBC3CE2 EE09169F000B3DC0287CD05E82A78EA858FE55133E3B7E0A3D9D1791CC11C989 3245D2039A0185A1CACEC9C1BC79F3303434640E8F412EBAE310A07176AE0A56 065E92D12157A23950805527D351FDC54FF8E467370F1F6E4186A830BF002525 253C865BB85B7A62920BA367E210006E43917542B92501DB941DC83BFC32DEB7 EDC680BD125F7AAAA159D3782B30D0DDDB8B936E37786B1A3BF9222620FA4458 28228E6D28E22504D0C595990A6E5EFA15297933E1B97509CF67749AF117A6F3 3D29C62E1EE3C9457BFFFE7D864AFB8DA7A5DBEC1C874904881C10FB8E25510D C2C52A979A4ACBC846817147BC172299ABDCE32C4A221105997075849CA42227 C4C34E8666B9DBED0E25C838C41660B3B0147395DC09ED033614CF5900072F9B 53B3D2E0B165B29BE2084D0811FFC3AB8E90F3D6CC6BD9805792A44D8D8D8D5B 3B3A3A62D600814972C0D109EFA0B8C6D0C33AB60FAF45E68C4A78D32BF15D67 3A19294EC49521303584890578F51297D136BBDD5E43F26FC3DD93C2ACAA31B1 E6C4DBF0DD7E87B5B808197940464EA8DF085DBFC5CA6D5E054BBA3E842C311F F8CC4434188683E9E9E95B8E1D3B361C1AF0684C2EC0C4011B56CB6B79357A13 3EEF73989A29B134822794E9010CF9B1ACF723483C677C7E459565795B5353D3 0E0EFCDB258FC163044461C50FD3A08C6C81E2799D7F044C452EBD222563D1ED 8F2105EEDE96921CEB9B9B9B7F097FFDC4787201112C3B21E141FB8BCC8D37A0 DBE6DAAD036716B9BEDFDAD47486DBE37F07E02F555149CCE971AC8700000000 49454E44AE426082} StopValue.PNG = { 89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000 0476494441545847D597CB4B644714C6CB6E1FED5BD1A0A00E66152538082191 0467994548C86A924536596515170151778A0B83E046DD04DCB89721E40FC822 A04B4106242A2AEAA08EA2E01BB57D74CEEFE49E9EF2E6B6733BB308F9A0A87B CFAD5BDF57DF3955B7DBFDD72808FA77C2F4F4746A6F6FEF936432F9ECFEFEFE |
︙ | ︙ | |||
473 474 475 476 477 478 479 | Softness = 0.400000005960464400 GlowColor = claWhite Opacity = 0.899999976158142100 Trigger = 'IsMouseOver=true' Enabled = False end object txtProject3: TText | < < < < < | < < < < | < < < < < | < < < | < < < | | < < < | < < < | 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 | Softness = 0.400000005960464400 GlowColor = claWhite Opacity = 0.899999976158142100 Trigger = 'IsMouseOver=true' Enabled = False end object txtProject3: TText HitTest = False Position.X = 64.000000000000000000 Position.Y = 7.000000000000000000 Size.Width = 233.000000000000000000 Size.Height = 50.000000000000000000 Size.PlatformDefault = False Text = 'Project' TextSettings.Font.Size = 30.000000000000000000 TextSettings.HorzAlign = Leading end end end object gmActiveProject: TGestureManager Left = 208 Top = 288 end end |
Changes to ProjectIt/src/F_ActiveProject.pas.
1 2 3 4 5 | unit F_ActiveProject; interface uses | | | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | unit F_ActiveProject; interface uses SysUtils, Types, UITypes, Rtti, Classes, Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Colors, FMX.Layouts, FMX.Objects, FMX.Ani, FMX.Effects, Actions, FMX.ActnList, FMX.Menus, FMX.StdActns, FMX.Gestures, M_Main; type TfrmActiveProject = class(TForm) lytProjects: TLayout; btnProject: TCornerButton; rndrctTime: TRoundRect; txtTime: TText; |
︙ | ︙ | |||
25 26 27 28 29 30 31 | rndrctTime3: TRoundRect; txtTime3: TText; imgIcon3: TImage; anmProject3Icon: TBitmapAnimation; efctGlow: TInnerGlowEffect; efctGlow2: TInnerGlowEffect; efctGlow3: TInnerGlowEffect; | < < < < < < < < | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | rndrctTime3: TRoundRect; txtTime3: TText; imgIcon3: TImage; anmProject3Icon: TBitmapAnimation; efctGlow: TInnerGlowEffect; efctGlow2: TInnerGlowEffect; efctGlow3: TInnerGlowEffect; txtProject: TText; txtProject2: TText; gmActiveProject: TGestureManager; txtProject3: TText; procedure ControlDragMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Single); procedure btnProjectClick(Sender: TObject); procedure FormCreate(Sender: TObject); procedure FormGesture(Sender: TObject; const EventInfo: TGestureEventInfo; var Handled: Boolean); private procedure SetProjectActive(const Button: TCustomButton; const Active: Boolean); { Private declarations } public { Public declarations } |
︙ | ︙ | |||
138 139 140 141 142 143 144 | Animation.Enabled := True; end else begin (Animation.Parent as TImage).Bitmap.Assign(Animation.StopValue); end; end; end; | < < < < < < < < < < < < < < < | 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | Animation.Enabled := True; end else begin (Animation.Parent as TImage).Bitmap.Assign(Animation.StopValue); end; end; end; { ------------------------------------------------------------------------------------------------ } procedure TfrmActiveProject.btnProjectClick(Sender: TObject); var Button: TCustomButton; Child: TFmxObject; begin if Sender is TCustomButton then begin |
︙ | ︙ |
Changes to ProjectIt/src/F_ProjectList.fmx.
1 2 3 4 5 6 | object frmProjectList: TfrmProjectList Left = 0 Top = 0 Caption = 'Projects' ClientHeight = 480 ClientWidth = 640 | | | | < < < < < < < > > > < < > > > < < > > > < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | object frmProjectList: TfrmProjectList Left = 0 Top = 0 Caption = 'Projects' ClientHeight = 480 ClientWidth = 640 Position = OwnerFormCenter FormFactor.Width = 320 FormFactor.Height = 480 FormFactor.Devices = [Desktop, iPhone, iPad] DesignerMasterStyle = 0 object lvProjects: TListView ItemAppearanceClassName = 'TImageListItemRightButtonAppearance' ItemEditAppearanceClassName = 'TImageListItemRightButtonShowCheckAppearance' HeaderAppearanceClassName = 'TListHeaderObjects' FooterAppearanceClassName = 'TListHeaderObjects' ItemIndex = 0 Anchors = [akLeft, akTop, akRight, akBottom] Position.X = 8.000000000000000000 Position.Y = 8.000000000000000000 Size.Width = 640.000000000000000000 Size.Height = 480.000000000000000000 Size.PlatformDefault = False TabOrder = 0 end object btnOK: TButton Default = True ModalResult = 1 Position.X = 552.000000000000000000 Position.Y = 8.000000000000000000 Size.Width = 81.000000000000000000 Size.Height = 22.000000000000000000 Size.PlatformDefault = False TabOrder = 1 Text = 'OK' end object btnCancel: TButton Cancel = True Default = True ModalResult = 2 Position.X = 552.000000000000000000 Position.Y = 40.000000000000000000 Size.Width = 81.000000000000000000 Size.Height = 22.000000000000000000 Size.PlatformDefault = False TabOrder = 2 Text = 'Cancel' end object dsProjects: TClientDataSet Aggregates = <> Params = <> Left = 584 Top = 400 end |
︙ | ︙ | |||
83 84 85 86 87 88 89 | Top = 5 object LinkListControlToField1: TLinkListControlToField Category = 'Quick Bindings' DataSource = srcPrototype FieldName = 'Project' Control = lvProjects FillExpressions = <> | < | 80 81 82 83 84 85 86 87 88 89 90 91 | Top = 5 object LinkListControlToField1: TLinkListControlToField Category = 'Quick Bindings' DataSource = srcPrototype FieldName = 'Project' Control = lvProjects FillExpressions = <> FillHeaderExpressions = <> FillBreakGroups = <> end end end |
Changes to ProjectIt/src/F_ProjectList.pas.
1 2 3 4 5 | unit F_ProjectList; interface uses | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | unit F_ProjectList; interface uses SysUtils, Types, UITypes, Rtti, Classes, Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.ListView.Types, FMX.ListView, Data.Bind.GenData, System.Bindings.Outputs, Fmx.Bind.Editors, Data.Bind.EngExt, Fmx.Bind.DBEngExt, Data.Bind.Components, Data.Bind.ObjectScope, Data.DB, Datasnap.DBClient; type TfrmProjectList = class(TForm) |
︙ | ︙ |
Changes to ProjectIt/src/prj/ProjectIt.dpr.
1 2 3 4 | program ProjectIt; uses FMX.Forms, | | | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | program ProjectIt; uses FMX.Forms, F_ActiveProject {frmActiveProject}, F_ProjectList {frmProjectList}, M_Main in '..\M_Main.pas' {modMain: TDataModule}; {$R *.res} begin Application.Initialize; Application.CreateForm(TfrmActiveProject, frmActiveProject); Application.CreateForm(TmodMain, modMain); Application.Run; end. |
Changes to ProjectIt/src/prj/ProjectIt.dproj.
1 2 3 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{3EC74676-A1B3-4682-90A5-9209A2735431}</ProjectGuid> | | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{3EC74676-A1B3-4682-90A5-9209A2735431}</ProjectGuid> <ProjectVersion>16.0</ProjectVersion> <FrameworkType>FMX</FrameworkType> <MainSource>ProjectIt.dpr</MainSource> <Base>True</Base> <Config Condition="'$(Config)'==''">Debug</Config> <Platform Condition="'$(Platform)'==''">Win32</Platform> <TargetedPlatforms>7</TargetedPlatforms> <AppType>Application</AppType> </PropertyGroup> <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''"> <Base_Android>true</Base_Android> <CfgParent>Base</CfgParent> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="('$(Platform)'=='iOSDevice' and '$(Base)'=='true') or '$(Base_iOSDevice)'!=''"> <Base_iOSDevice>true</Base_iOSDevice> <CfgParent>Base</CfgParent> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''"> <Base_iOSSimulator>true</Base_iOSSimulator> <CfgParent>Base</CfgParent> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''"> <Base_OSX32>true</Base_OSX32> <CfgParent>Base</CfgParent> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
︙ | ︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | </PropertyGroup> <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> <Cfg_2>true</Cfg_2> <CfgParent>Base</CfgParent> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="'$(Base)'!=''"> <VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> <DCC_UnitSearchPath>..\;.\;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns> <VerInfo_Locale>1043</VerInfo_Locale> <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> <DCC_DcuOutput>..\..\out\DCU\$(Platform)\$(Config)</DCC_DcuOutput> <DCC_ExeOutput>..\..\out\$(Platform)\$(Config)</DCC_ExeOutput> <DCC_E>false</DCC_E> <DCC_N>false</DCC_N> <DCC_S>false</DCC_S> <DCC_F>false</DCC_F> <DCC_K>false</DCC_K> </PropertyGroup> <PropertyGroup Condition="'$(Base_OSX32)'!=''"> <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys> <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;bindcomp;DBXInterBaseDriver;DataSnapCommon;xmlrtl;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;bindengine;soaprtl;bindcompdbx;FMXTee;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;inet;fmxobj;inetdbxpress;fmxdae;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> </PropertyGroup> <PropertyGroup Condition="'$(Base_Win32)'!=''"> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | < | | | | < < | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | </PropertyGroup> <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> <Cfg_2>true</Cfg_2> <CfgParent>Base</CfgParent> <Base>true</Base> </PropertyGroup> <PropertyGroup Condition="'$(Base)'!=''"> <SanitizedProjectName>ProjectIt</SanitizedProjectName> <VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> <DCC_UnitSearchPath>..\;.\;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns> <VerInfo_Locale>1043</VerInfo_Locale> <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> <DCC_DcuOutput>..\..\out\DCU\$(Platform)\$(Config)</DCC_DcuOutput> <DCC_ExeOutput>..\..\out\$(Platform)\$(Config)</DCC_ExeOutput> <DCC_E>false</DCC_E> <DCC_N>false</DCC_N> <DCC_S>false</DCC_S> <DCC_F>false</DCC_F> <DCC_K>false</DCC_K> </PropertyGroup> <PropertyGroup Condition="'$(Base_Android)'!=''"> <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION> <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640> <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144> <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470> <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48> <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72> <AUP_CALL_PHONE>true</AUP_CALL_PHONE> <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426> <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE> <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96> <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960> <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE> <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR> <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE> <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION> <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36> <AUP_INTERNET>true</AUP_INTERNET> <BT_BuildType>Debug</BT_BuildType> <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys> <AUP_CAMERA>true</AUP_CAMERA> <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR> </PropertyGroup> <PropertyGroup Condition="'$(Base_iOSDevice)'!=''"> <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60> <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048> <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80> <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024> <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80> <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40> <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40> <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536> <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120> <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId> <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys> <BT_BuildType>Debug</BT_BuildType> <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768> <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76> <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152> </PropertyGroup> <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''"> <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048> <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60> <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024> <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40> <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40> <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80> <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536> <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily> <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120> <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone & iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys> <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152> <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80> <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76> <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768> </PropertyGroup> <PropertyGroup Condition="'$(Base_OSX32)'!=''"> <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys> <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;bindcomp;DBXInterBaseDriver;DataSnapCommon;xmlrtl;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;bindengine;soaprtl;bindcompdbx;FMXTee;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;inet;fmxobj;inetdbxpress;fmxdae;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> </PropertyGroup> <PropertyGroup Condition="'$(Base_Win32)'!=''"> <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;frxDB18;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;frx18;inetdbbde;DBXInterBaseDriver;Tee;DataSnapCommon;xmlrtl;svnui;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;frxe18;MetropolisUILiveTile;bindengine;soaprtl;bindcompdbx;FMXTee;TeeUI;CustomIPTransport;dsnap;IndyIPServer;Intraweb;fmxase;IndyCore;IndyIPCommon;CloudService;CodeSiteExpressPkg;dsnapcon;FmxTeeUI;inet;fmxobj;inetdbxpress;webdsnap;svn;fmxdae;bdertl;dbexpress;adortl;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <VerInfo_Locale>1033</VerInfo_Locale> <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> </PropertyGroup> <PropertyGroup Condition="'$(Base_Win64)'!=''"> <VerInfo_Locale>1033</VerInfo_Locale> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;DBXInterBaseDriver;Tee;DataSnapCommon;xmlrtl;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;MetropolisUILiveTile;bindengine;soaprtl;bindcompdbx;FMXTee;TeeUI;CustomIPTransport;dsnap;IndyIPServer;Intraweb;fmxase;IndyCore;IndyIPCommon;CloudService;dsnapcon;FmxTeeUI;inet;fmxobj;inetdbxpress;webdsnap;fmxdae;dbexpress;adortl;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage> </PropertyGroup> <PropertyGroup Condition="'$(Cfg_1)'!=''"> <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> <DCC_DebugDCUs>true</DCC_DebugDCUs> <DCC_Optimize>false</DCC_Optimize> <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames> <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe> <DCC_RemoteDebug>true</DCC_RemoteDebug> </PropertyGroup> <PropertyGroup Condition="'$(Cfg_1_OSX32)'!=''"> <VerInfo_Build>5</VerInfo_Build> <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.5;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys> <BT_BuildType>Debug</BT_BuildType> </PropertyGroup> <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> <VerInfo_Build>2</VerInfo_Build> <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.2;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> <VerInfo_Locale>1033</VerInfo_Locale> <DCC_RemoteDebug>false</DCC_RemoteDebug> </PropertyGroup> <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''"> <VerInfo_Build>3</VerInfo_Build> <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.3;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <VerInfo_Locale>1033</VerInfo_Locale> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> </PropertyGroup> <PropertyGroup Condition="'$(Cfg_2)'!=''"> <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> <DCC_DebugInformation>0</DCC_DebugInformation> </PropertyGroup> <ItemGroup> <DelphiCompile Include="$(MainSource)"> <MainSource>MainSource</MainSource> </DelphiCompile> <DCCReference Include="..\M_Main.pas"> <Form>modMain</Form> <FormType>dfm</FormType> <DesignClass>TDataModule</DesignClass> </DCCReference> <BuildConfiguration Include="Release"> <Key>Cfg_2</Key> <CfgParent>Base</CfgParent> </BuildConfiguration> <BuildConfiguration Include="Base"> <Key>Base</Key> |
︙ | ︙ | |||
195 196 197 198 199 200 201 | <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/> <VersionInfoKeys Name="CFBundleDevelopmentRegion"/> </VersionInfoKeys> <Source> <Source Name="MainSource">ProjectIt.dpr</Source> </Source> <Excluded_Packages> | | | | > > | > > | | > | | | > > > | | < | > > | 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 | <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/> <VersionInfoKeys Name="CFBundleDevelopmentRegion"/> </VersionInfoKeys> <Source> <Source Name="MainSource">ProjectIt.dpr</Source> </Source> <Excluded_Packages> <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> </Excluded_Packages> </Delphi.Personality> <Deployment> <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> <Platform Name="OSX32"> <Overwrite>true</Overwrite> </Platform> <Platform Name="iOSSimulator"> <Overwrite>true</Overwrite> </Platform> </DeployFile> <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource"> <Platform Name="OSX32"> <RemoteName>ProjectIt.icns</RemoteName> <Overwrite>true</Overwrite> </Platform> </DeployFile> <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt" Configuration="Debug" Class="ProjectOutput"> <Platform Name="OSX32"> <Overwrite>true</Overwrite> </Platform> </DeployFile> <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements"> <Platform Name="OSX32"> <RemoteName>Entitlements.plist</RemoteName> <Overwrite>true</Overwrite> </Platform> </DeployFile> <DeployFile LocalName="..\..\out\Win32\Debug\ProjectIt.exe" Configuration="Debug" Class="ProjectOutput"> <Platform Name="Win32"> <RemoteName>ProjectIt.exe</RemoteName> <Overwrite>true</Overwrite> </Platform> </DeployFile> <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList"> <Platform Name="OSX32"> <RemoteName>Info.plist</RemoteName> <Overwrite>true</Overwrite> </Platform> </DeployFile> <DeployClass Required="true" Name="DependencyPackage"> <Platform Name="iOSDevice"> <Operation>1</Operation> <Extensions>.dylib</Extensions> </Platform> |
︙ | ︙ | |||
280 281 282 283 284 285 286 | </DeployClass> <DeployClass Name="ProjectOSXInfoPList"> <Platform Name="OSX32"> <RemoteDir>Contents</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> | < < < < < | | > > > | > < < < < < > > > > > > | | | > > > > > > | | < < < < < < < < < < < < < < | < < < | | > | | < < < < < < | | < < < | 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 | </DeployClass> <DeployClass Name="ProjectOSXInfoPList"> <Platform Name="OSX32"> <RemoteDir>Contents</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectiOSDeviceDebug"> <Platform Name="iOSDevice"> <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_SplashImage470"> <Platform Name="Android"> <RemoteDir>res\drawable-normal</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="AndroidLibnativeX86File"> <Platform Name="Android"> <RemoteDir>library\lib\x86</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectiOSResource"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectOSXEntitlements"> <Platform Name="OSX32"> <RemoteDir>Contents</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="AndroidGDBServer"> <Platform Name="Android"> <RemoteDir>library\lib\armeabi-v7a</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="iPhone_Launch640"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_SplashImage960"> <Platform Name="Android"> <RemoteDir>res\drawable-xlarge</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_LauncherIcon96"> <Platform Name="Android"> <RemoteDir>res\drawable-xhdpi</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="iPhone_Launch320"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_LauncherIcon144"> <Platform Name="Android"> <RemoteDir>res\drawable-xxhdpi</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="AndroidLibnativeMipsFile"> <Platform Name="Android"> <RemoteDir>library\lib\mips</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="AndroidSplashImageDef"> <Platform Name="Android"> <RemoteDir>res\drawable</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="DebugSymbols"> <Platform Name="OSX32"> <RemoteDir>Contents\MacOS</RemoteDir> <Operation>1</Operation> </Platform> |
︙ | ︙ | |||
405 406 407 408 409 410 411 | <Operation>1</Operation> <Extensions>.framework</Extensions> </Platform> <Platform Name="Win32"> <Operation>0</Operation> </Platform> </DeployClass> | | | | < < < < < < < < < < > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 | <Operation>1</Operation> <Extensions>.framework</Extensions> </Platform> <Platform Name="Win32"> <Operation>0</Operation> </Platform> </DeployClass> <DeployClass Name="Android_SplashImage426"> <Platform Name="Android"> <RemoteDir>res\drawable-small</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectiOSEntitlements"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="AdditionalDebugSymbols"> <Platform Name="OSX32"> <RemoteDir>Contents\MacOS</RemoteDir> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> <Platform Name="Win32"> <RemoteDir>Contents\MacOS</RemoteDir> <Operation>0</Operation> </Platform> </DeployClass> <DeployClass Name="AndroidClassesDexFile"> <Platform Name="Android"> <RemoteDir>classes</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectiOSDeviceInfoPList"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectiOSInfoPList"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="iPad_Launch1024"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectiOSSimulatorInfoPList"> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_DefaultAppIcon"> <Platform Name="Android"> <RemoteDir>res\drawable</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectOSXResource"> <Platform Name="OSX32"> <RemoteDir>Contents\Resources</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectiOSDeviceResourceRules"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="iPad_Launch768"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Required="true" Name="ProjectOutput"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="Android"> <RemoteDir>library\lib\armeabi-v7a</RemoteDir> <Operation>1</Operation> </Platform> <Platform Name="Win32"> <Operation>0</Operation> </Platform> <Platform Name="OSX32"> <RemoteDir>Contents\MacOS</RemoteDir> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="AndroidLibnativeArmeabiFile"> <Platform Name="Android"> <RemoteDir>library\lib\armeabi</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_SplashImage640"> <Platform Name="Android"> <RemoteDir>res\drawable-large</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="File"> <Platform Name="iOSDevice"> <Operation>0</Operation> </Platform> <Platform Name="Android"> <Operation>0</Operation> </Platform> <Platform Name="Win32"> <Operation>0</Operation> </Platform> <Platform Name="OSX32"> <RemoteDir>Contents\MacOS</RemoteDir> <Operation>0</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>0</Operation> </Platform> </DeployClass> <DeployClass Name="iPhone_Launch640x1136"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_LauncherIcon36"> <Platform Name="Android"> <RemoteDir>res\drawable-ldpi</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="AndroidSplashStyles"> <Platform Name="Android"> <RemoteDir>res\values</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="iPad_Launch1536"> <Platform Name="iOSDevice"> <Operation>1</Operation> </Platform> <Platform Name="iOSSimulator"> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_LauncherIcon48"> <Platform Name="Android"> <RemoteDir>res\drawable-mdpi</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="Android_LauncherIcon72"> <Platform Name="Android"> <RemoteDir>res\drawable-hdpi</RemoteDir> <Operation>1</Operation> </Platform> </DeployClass> <DeployClass Name="ProjectAndroidManifest"> <Platform Name="Android"> <Operation>1</Operation> </Platform> </DeployClass> <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/> <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/> <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> </Deployment> <Platforms> <Platform value="Android">False</Platform> <Platform value="iOSDevice">False</Platform> <Platform value="iOSSimulator" ActiveMobileDevice="iPhone">False</Platform> <Platform value="OSX32">True</Platform> <Platform value="Win32">True</Platform> <Platform value="Win64">True</Platform> </Platforms> </BorlandProject> <ProjectFileVersion>12</ProjectFileVersion> </ProjectExtensions> <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/> </Project> |