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
|
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="Cody"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Mattias Gaertner - mattias@freepascal.org"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions>
<Description Value="IDE extensions using Codetools."/>
<License Value="GPL2"/>
<Version Major="1" Minor="1"/>
<Files Count="17">
<Item1>
<Filename Value="ppulistdlg.pas"/>
<UnitName Value="PPUListDlg"/>
</Item1>
<Item2>
<Filename Value="codystrconsts.pas"/>
<UnitName Value="CodyStrConsts"/>
</Item2>
<Item3>
<Filename Value="addassignmethoddlg.pas"/>
<UnitName Value="AddAssignMethodDlg"/>
</Item3>
<Item4>
<Filename Value="codyctrls.pas"/>
<UnitName Value="CodyCtrls"/>
</Item4>
<Item5>
<Filename Value="codyfrm.pas"/>
<UnitName Value="CodyFrm"/>
</Item5>
<Item6>
<Filename Value="codyregistration.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="CodyRegistration"/>
</Item6>
<Item7>
<Filename Value="declarevardlg.pas"/>
<UnitName Value="DeclareVarDlg"/>
</Item7>
<Item8>
<Filename Value="codyutils.pas"/>
<UnitName Value="CodyUtils"/>
</Item8>
<Item9>
<Filename Value="codynodeinfodlg.pas"/>
<UnitName Value="CodyNodeInfoDlg"/>
</Item9>
<Item10>
<Filename Value="codycopydeclaration.pas"/>
<UnitName Value="CodyCopyDeclaration"/>
</Item10>
<Item11>
<Filename Value="addwithblockdlg.pas"/>
<UnitName Value="AddWithBlockDlg"/>
</Item11>
<Item12>
<Filename Value="codyidentifiersdlg.pas"/>
<UnitName Value="CodyIdentifiersDlg"/>
</Item12>
<Item13>
<Filename Value="codymiscoptsframe.pas"/>
<UnitName Value="CodyMiscOptsFrame"/>
</Item13>
<Item14>
<Filename Value="codyopts.pas"/>
<UnitName Value="CodyOpts"/>
</Item14>
<Item15>
<Filename Value="templateidedockablewindow.pas"/>
<UnitName Value="TemplateIDEDockableWindow"/>
</Item15>
<Item16>
<Filename Value="newidewnddlg.pas"/>
<UnitName Value="NewIDEWndDlg"/>
</Item16>
<Item17>
<Filename Value="codyfindoverloads.pas"/>
<UnitName Value="CodyFindOverloads"/>
</Item17>
</Files>
<LazDoc Paths="doc"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="SynEdit"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
<Item3>
<PackageName Value="CodeTools"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>
|