Skip to content

Commit 3c77c6f

Browse files
committedFeb 8, 2018
Added eolconv
1 parent d29abd9 commit 3c77c6f

File tree

5 files changed

+1188
-1
lines changed

5 files changed

+1188
-1
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
*.identcache
88
__history/**
99
__recovery/**
10+
Win32/**
11+
Win64/**
12+
*.~dsk
13+
*.tvsconfig

‎cal.dproj

+379-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,385 @@
251251
<Platform value="Win32">True</Platform>
252252
<Platform value="Win64">False</Platform>
253253
</Platforms>
254-
<Deployment> </Deployment>
254+
<Deployment Version="3">
255+
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
256+
<Platform Name="OSX32">
257+
<Overwrite>true</Overwrite>
258+
</Platform>
259+
</DeployFile>
260+
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
261+
<Platform Name="iOSSimulator">
262+
<Overwrite>true</Overwrite>
263+
</Platform>
264+
</DeployFile>
265+
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
266+
<Platform Name="iOSSimulator">
267+
<Overwrite>true</Overwrite>
268+
</Platform>
269+
</DeployFile>
270+
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
271+
<Platform Name="OSX32">
272+
<Overwrite>true</Overwrite>
273+
</Platform>
274+
</DeployFile>
275+
<DeployClass Name="AdditionalDebugSymbols">
276+
<Platform Name="OSX32">
277+
<Operation>1</Operation>
278+
</Platform>
279+
<Platform Name="Win32">
280+
<RemoteDir>Contents\MacOS</RemoteDir>
281+
<Operation>0</Operation>
282+
</Platform>
283+
</DeployClass>
284+
<DeployClass Name="AndroidClassesDexFile">
285+
<Platform Name="Android">
286+
<RemoteDir>classes</RemoteDir>
287+
<Operation>1</Operation>
288+
</Platform>
289+
</DeployClass>
290+
<DeployClass Name="AndroidGDBServer">
291+
<Platform Name="Android">
292+
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
293+
<Operation>1</Operation>
294+
</Platform>
295+
</DeployClass>
296+
<DeployClass Name="AndroidLibnativeArmeabiFile">
297+
<Platform Name="Android">
298+
<RemoteDir>library\lib\armeabi</RemoteDir>
299+
<Operation>1</Operation>
300+
</Platform>
301+
</DeployClass>
302+
<DeployClass Name="AndroidLibnativeMipsFile">
303+
<Platform Name="Android">
304+
<RemoteDir>library\lib\mips</RemoteDir>
305+
<Operation>1</Operation>
306+
</Platform>
307+
</DeployClass>
308+
<DeployClass Name="AndroidServiceOutput">
309+
<Platform Name="Android">
310+
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
311+
<Operation>1</Operation>
312+
</Platform>
313+
</DeployClass>
314+
<DeployClass Name="AndroidSplashImageDef">
315+
<Platform Name="Android">
316+
<RemoteDir>res\drawable</RemoteDir>
317+
<Operation>1</Operation>
318+
</Platform>
319+
</DeployClass>
320+
<DeployClass Name="AndroidSplashStyles">
321+
<Platform Name="Android">
322+
<RemoteDir>res\values</RemoteDir>
323+
<Operation>1</Operation>
324+
</Platform>
325+
</DeployClass>
326+
<DeployClass Name="Android_DefaultAppIcon">
327+
<Platform Name="Android">
328+
<RemoteDir>res\drawable</RemoteDir>
329+
<Operation>1</Operation>
330+
</Platform>
331+
</DeployClass>
332+
<DeployClass Name="Android_LauncherIcon144">
333+
<Platform Name="Android">
334+
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
335+
<Operation>1</Operation>
336+
</Platform>
337+
</DeployClass>
338+
<DeployClass Name="Android_LauncherIcon36">
339+
<Platform Name="Android">
340+
<RemoteDir>res\drawable-ldpi</RemoteDir>
341+
<Operation>1</Operation>
342+
</Platform>
343+
</DeployClass>
344+
<DeployClass Name="Android_LauncherIcon48">
345+
<Platform Name="Android">
346+
<RemoteDir>res\drawable-mdpi</RemoteDir>
347+
<Operation>1</Operation>
348+
</Platform>
349+
</DeployClass>
350+
<DeployClass Name="Android_LauncherIcon72">
351+
<Platform Name="Android">
352+
<RemoteDir>res\drawable-hdpi</RemoteDir>
353+
<Operation>1</Operation>
354+
</Platform>
355+
</DeployClass>
356+
<DeployClass Name="Android_LauncherIcon96">
357+
<Platform Name="Android">
358+
<RemoteDir>res\drawable-xhdpi</RemoteDir>
359+
<Operation>1</Operation>
360+
</Platform>
361+
</DeployClass>
362+
<DeployClass Name="Android_SplashImage426">
363+
<Platform Name="Android">
364+
<RemoteDir>res\drawable-small</RemoteDir>
365+
<Operation>1</Operation>
366+
</Platform>
367+
</DeployClass>
368+
<DeployClass Name="Android_SplashImage470">
369+
<Platform Name="Android">
370+
<RemoteDir>res\drawable-normal</RemoteDir>
371+
<Operation>1</Operation>
372+
</Platform>
373+
</DeployClass>
374+
<DeployClass Name="Android_SplashImage640">
375+
<Platform Name="Android">
376+
<RemoteDir>res\drawable-large</RemoteDir>
377+
<Operation>1</Operation>
378+
</Platform>
379+
</DeployClass>
380+
<DeployClass Name="Android_SplashImage960">
381+
<Platform Name="Android">
382+
<RemoteDir>res\drawable-xlarge</RemoteDir>
383+
<Operation>1</Operation>
384+
</Platform>
385+
</DeployClass>
386+
<DeployClass Name="DebugSymbols">
387+
<Platform Name="iOSSimulator">
388+
<Operation>1</Operation>
389+
</Platform>
390+
<Platform Name="OSX32">
391+
<Operation>1</Operation>
392+
</Platform>
393+
<Platform Name="Win32">
394+
<Operation>0</Operation>
395+
</Platform>
396+
</DeployClass>
397+
<DeployClass Name="DependencyFramework">
398+
<Platform Name="OSX32">
399+
<Operation>1</Operation>
400+
<Extensions>.framework</Extensions>
401+
</Platform>
402+
<Platform Name="Win32">
403+
<Operation>0</Operation>
404+
</Platform>
405+
</DeployClass>
406+
<DeployClass Name="DependencyModule">
407+
<Platform Name="OSX32">
408+
<Operation>1</Operation>
409+
<Extensions>.dylib</Extensions>
410+
</Platform>
411+
<Platform Name="Win32">
412+
<Operation>0</Operation>
413+
<Extensions>.dll;.bpl</Extensions>
414+
</Platform>
415+
</DeployClass>
416+
<DeployClass Required="true" Name="DependencyPackage">
417+
<Platform Name="iOSDevice32">
418+
<Operation>1</Operation>
419+
<Extensions>.dylib</Extensions>
420+
</Platform>
421+
<Platform Name="iOSDevice64">
422+
<Operation>1</Operation>
423+
<Extensions>.dylib</Extensions>
424+
</Platform>
425+
<Platform Name="iOSSimulator">
426+
<Operation>1</Operation>
427+
<Extensions>.dylib</Extensions>
428+
</Platform>
429+
<Platform Name="OSX32">
430+
<Operation>1</Operation>
431+
<Extensions>.dylib</Extensions>
432+
</Platform>
433+
<Platform Name="Win32">
434+
<Operation>0</Operation>
435+
<Extensions>.bpl</Extensions>
436+
</Platform>
437+
</DeployClass>
438+
<DeployClass Name="File">
439+
<Platform Name="Android">
440+
<Operation>0</Operation>
441+
</Platform>
442+
<Platform Name="iOSDevice32">
443+
<Operation>0</Operation>
444+
</Platform>
445+
<Platform Name="iOSDevice64">
446+
<Operation>0</Operation>
447+
</Platform>
448+
<Platform Name="iOSSimulator">
449+
<Operation>0</Operation>
450+
</Platform>
451+
<Platform Name="OSX32">
452+
<Operation>0</Operation>
453+
</Platform>
454+
<Platform Name="Win32">
455+
<Operation>0</Operation>
456+
</Platform>
457+
</DeployClass>
458+
<DeployClass Name="iPad_Launch1024">
459+
<Platform Name="iOSDevice32">
460+
<Operation>1</Operation>
461+
</Platform>
462+
<Platform Name="iOSDevice64">
463+
<Operation>1</Operation>
464+
</Platform>
465+
<Platform Name="iOSSimulator">
466+
<Operation>1</Operation>
467+
</Platform>
468+
</DeployClass>
469+
<DeployClass Name="iPad_Launch1536">
470+
<Platform Name="iOSDevice32">
471+
<Operation>1</Operation>
472+
</Platform>
473+
<Platform Name="iOSDevice64">
474+
<Operation>1</Operation>
475+
</Platform>
476+
<Platform Name="iOSSimulator">
477+
<Operation>1</Operation>
478+
</Platform>
479+
</DeployClass>
480+
<DeployClass Name="iPad_Launch2048">
481+
<Platform Name="iOSDevice32">
482+
<Operation>1</Operation>
483+
</Platform>
484+
<Platform Name="iOSDevice64">
485+
<Operation>1</Operation>
486+
</Platform>
487+
<Platform Name="iOSSimulator">
488+
<Operation>1</Operation>
489+
</Platform>
490+
</DeployClass>
491+
<DeployClass Name="iPad_Launch768">
492+
<Platform Name="iOSDevice32">
493+
<Operation>1</Operation>
494+
</Platform>
495+
<Platform Name="iOSDevice64">
496+
<Operation>1</Operation>
497+
</Platform>
498+
<Platform Name="iOSSimulator">
499+
<Operation>1</Operation>
500+
</Platform>
501+
</DeployClass>
502+
<DeployClass Name="iPhone_Launch320">
503+
<Platform Name="iOSDevice32">
504+
<Operation>1</Operation>
505+
</Platform>
506+
<Platform Name="iOSDevice64">
507+
<Operation>1</Operation>
508+
</Platform>
509+
<Platform Name="iOSSimulator">
510+
<Operation>1</Operation>
511+
</Platform>
512+
</DeployClass>
513+
<DeployClass Name="iPhone_Launch640">
514+
<Platform Name="iOSDevice32">
515+
<Operation>1</Operation>
516+
</Platform>
517+
<Platform Name="iOSDevice64">
518+
<Operation>1</Operation>
519+
</Platform>
520+
<Platform Name="iOSSimulator">
521+
<Operation>1</Operation>
522+
</Platform>
523+
</DeployClass>
524+
<DeployClass Name="iPhone_Launch640x1136">
525+
<Platform Name="iOSDevice32">
526+
<Operation>1</Operation>
527+
</Platform>
528+
<Platform Name="iOSDevice64">
529+
<Operation>1</Operation>
530+
</Platform>
531+
<Platform Name="iOSSimulator">
532+
<Operation>1</Operation>
533+
</Platform>
534+
</DeployClass>
535+
<DeployClass Name="ProjectAndroidManifest">
536+
<Platform Name="Android">
537+
<Operation>1</Operation>
538+
</Platform>
539+
</DeployClass>
540+
<DeployClass Name="ProjectiOSDeviceDebug">
541+
<Platform Name="iOSDevice32">
542+
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
543+
<Operation>1</Operation>
544+
</Platform>
545+
<Platform Name="iOSDevice64">
546+
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
547+
<Operation>1</Operation>
548+
</Platform>
549+
</DeployClass>
550+
<DeployClass Name="ProjectiOSDeviceResourceRules"/>
551+
<DeployClass Name="ProjectiOSEntitlements"/>
552+
<DeployClass Name="ProjectiOSInfoPList"/>
553+
<DeployClass Name="ProjectiOSResource">
554+
<Platform Name="iOSDevice32">
555+
<Operation>1</Operation>
556+
</Platform>
557+
<Platform Name="iOSDevice64">
558+
<Operation>1</Operation>
559+
</Platform>
560+
<Platform Name="iOSSimulator">
561+
<Operation>1</Operation>
562+
</Platform>
563+
</DeployClass>
564+
<DeployClass Name="ProjectOSXEntitlements"/>
565+
<DeployClass Name="ProjectOSXInfoPList"/>
566+
<DeployClass Name="ProjectOSXResource">
567+
<Platform Name="OSX32">
568+
<RemoteDir>Contents\Resources</RemoteDir>
569+
<Operation>1</Operation>
570+
</Platform>
571+
</DeployClass>
572+
<DeployClass Required="true" Name="ProjectOutput">
573+
<Platform Name="Android">
574+
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
575+
<Operation>1</Operation>
576+
</Platform>
577+
<Platform Name="iOSDevice32">
578+
<Operation>1</Operation>
579+
</Platform>
580+
<Platform Name="iOSDevice64">
581+
<Operation>1</Operation>
582+
</Platform>
583+
<Platform Name="iOSSimulator">
584+
<Operation>1</Operation>
585+
</Platform>
586+
<Platform Name="Linux64">
587+
<Operation>1</Operation>
588+
</Platform>
589+
<Platform Name="OSX32">
590+
<Operation>1</Operation>
591+
</Platform>
592+
<Platform Name="Win32">
593+
<Operation>0</Operation>
594+
</Platform>
595+
</DeployClass>
596+
<DeployClass Name="ProjectUWPManifest">
597+
<Platform Name="Win32">
598+
<Operation>1</Operation>
599+
</Platform>
600+
<Platform Name="Win64">
601+
<Operation>1</Operation>
602+
</Platform>
603+
</DeployClass>
604+
<DeployClass Name="UWP_DelphiLogo150">
605+
<Platform Name="Win32">
606+
<RemoteDir>Assets</RemoteDir>
607+
<Operation>1</Operation>
608+
</Platform>
609+
<Platform Name="Win64">
610+
<RemoteDir>Assets</RemoteDir>
611+
<Operation>1</Operation>
612+
</Platform>
613+
</DeployClass>
614+
<DeployClass Name="UWP_DelphiLogo44">
615+
<Platform Name="Win32">
616+
<RemoteDir>Assets</RemoteDir>
617+
<Operation>1</Operation>
618+
</Platform>
619+
<Platform Name="Win64">
620+
<RemoteDir>Assets</RemoteDir>
621+
<Operation>1</Operation>
622+
</Platform>
623+
</DeployClass>
624+
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
625+
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
626+
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
627+
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
628+
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
629+
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
630+
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
631+
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
632+
</Deployment>
255633
</BorlandProject>
256634
<ProjectFileVersion>12</ProjectFileVersion>
257635
</ProjectExtensions>

0 commit comments

Comments
 (0)
Please sign in to comment.