Changeset 13 for trunk/VCSCommander.lpi


Ignore:
Timestamp:
May 30, 2015, 1:02:36 PM (9 years ago)
Author:
chronos
Message:
  • Added: New test form where general functionality of selected backend can be tested.
  • Added: Basic git backend implementation.
  • Added: Project group form and ability to open/save group of projects as configuration to XML file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpi

    r11 r13  
    2727          <SearchPaths>
    2828            <IncludeFiles Value="$(ProjOutDir)"/>
    29             <OtherUnitFiles Value="Backends/CVS"/>
     29            <OtherUnitFiles Value="Backends/CVS;Backends/Git"/>
    3030            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    3131          </SearchPaths>
     
    8484      </Item4>
    8585    </RequiredPackages>
    86     <Units Count="16">
     86    <Units Count="19">
    8787      <Unit0>
    8888        <Filename Value="VCSCommander.lpr"/>
     
    176176        <ResourceBaseClass Value="Form"/>
    177177      </Unit15>
     178      <Unit16>
     179        <Filename Value="Backends/Git/UGit.pas"/>
     180        <IsPartOfProject Value="True"/>
     181      </Unit16>
     182      <Unit17>
     183        <Filename Value="Forms/UFormTest.pas"/>
     184        <IsPartOfProject Value="True"/>
     185        <ComponentName Value="FormTest"/>
     186        <ResourceBaseClass Value="Form"/>
     187      </Unit17>
     188      <Unit18>
     189        <Filename Value="Forms/UFormProjectGroup.pas"/>
     190        <IsPartOfProject Value="True"/>
     191        <ComponentName Value="FormProjectGroup"/>
     192        <ResourceBaseClass Value="Form"/>
     193      </Unit18>
    178194    </Units>
    179195  </ProjectOptions>
     
    185201    <SearchPaths>
    186202      <IncludeFiles Value="$(ProjOutDir)"/>
    187       <OtherUnitFiles Value="Forms;Units;Backends/Bazaar;Backends/Subversion;Backends/CVS"/>
     203      <OtherUnitFiles Value="Forms;Units;Backends/Bazaar;Backends/Subversion;Backends/CVS;Backends/Git"/>
    188204      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    189205    </SearchPaths>
     
    204220        <StackChecks Value="True"/>
    205221      </Checks>
    206       <VerifyObjMethodCallValidity Value="True"/>
    207222    </CodeGeneration>
    208223    <Linking>
Note: See TracChangeset for help on using the changeset viewer.