git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
114 lines
5.0 KiB
Plaintext
114 lines
5.0 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{3df776bd-a3f8-4f3a-9129-45fdb4a2ee63}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Projects Include="..\..\ApplicationBase\ApplicationBase.dproj" />
|
|
<Projects Include="..\..\Base\Base.dproj" />
|
|
<Projects Include="..\..\Cliente\FactuGES.dproj" />
|
|
<Projects Include="..\..\GUIBase\GUIBase.dproj" />
|
|
<Projects Include="Controller\FormasPago_controller.dproj" />
|
|
<Projects Include="Data\FormasPago_data.dproj" />
|
|
<Projects Include="Model\FormasPago_model.dproj" />
|
|
<Projects Include="Plugin\FormasPago_plugin.dproj" />
|
|
<Projects Include="Views\FormasPago_view.dproj" />
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Default.Personality</Borland.Personality>
|
|
<Borland.ProjectType />
|
|
<BorlandProject>
|
|
<BorlandProject xmlns=""><Default.Personality></Default.Personality></BorlandProject></BorlandProject>
|
|
</ProjectExtensions>
|
|
<Target Name="Base">
|
|
<MSBuild Projects="..\..\Base\Base.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="Base:Clean">
|
|
<MSBuild Projects="..\..\Base\Base.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="Base:Make">
|
|
<MSBuild Projects="..\..\Base\Base.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="GUIBase">
|
|
<MSBuild Projects="..\..\GUIBase\GUIBase.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="GUIBase:Clean">
|
|
<MSBuild Projects="..\..\GUIBase\GUIBase.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="GUIBase:Make">
|
|
<MSBuild Projects="..\..\GUIBase\GUIBase.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="ApplicationBase">
|
|
<MSBuild Projects="..\..\ApplicationBase\ApplicationBase.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="ApplicationBase:Clean">
|
|
<MSBuild Projects="..\..\ApplicationBase\ApplicationBase.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="ApplicationBase:Make">
|
|
<MSBuild Projects="..\..\ApplicationBase\ApplicationBase.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="FormasPago_model">
|
|
<MSBuild Projects="Model\FormasPago_model.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="FormasPago_model:Clean">
|
|
<MSBuild Projects="Model\FormasPago_model.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="FormasPago_model:Make">
|
|
<MSBuild Projects="Model\FormasPago_model.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="FormasPago_data">
|
|
<MSBuild Projects="Data\FormasPago_data.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="FormasPago_data:Clean">
|
|
<MSBuild Projects="Data\FormasPago_data.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="FormasPago_data:Make">
|
|
<MSBuild Projects="Data\FormasPago_data.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="FormasPago_controller">
|
|
<MSBuild Projects="Controller\FormasPago_controller.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="FormasPago_controller:Clean">
|
|
<MSBuild Projects="Controller\FormasPago_controller.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="FormasPago_controller:Make">
|
|
<MSBuild Projects="Controller\FormasPago_controller.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="FormasPago_view">
|
|
<MSBuild Projects="Views\FormasPago_view.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="FormasPago_view:Clean">
|
|
<MSBuild Projects="Views\FormasPago_view.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="FormasPago_view:Make">
|
|
<MSBuild Projects="Views\FormasPago_view.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="FormasPago_plugin">
|
|
<MSBuild Projects="Plugin\FormasPago_plugin.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="FormasPago_plugin:Clean">
|
|
<MSBuild Projects="Plugin\FormasPago_plugin.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="FormasPago_plugin:Make">
|
|
<MSBuild Projects="Plugin\FormasPago_plugin.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="FactuGES">
|
|
<MSBuild Projects="..\..\Cliente\FactuGES.dproj" Targets="" />
|
|
</Target>
|
|
<Target Name="FactuGES:Clean">
|
|
<MSBuild Projects="..\..\Cliente\FactuGES.dproj" Targets="Clean" />
|
|
</Target>
|
|
<Target Name="FactuGES:Make">
|
|
<MSBuild Projects="..\..\Cliente\FactuGES.dproj" Targets="Make" />
|
|
</Target>
|
|
<Target Name="Build">
|
|
<CallTarget Targets="Base;GUIBase;ApplicationBase;FormasPago_model;FormasPago_data;FormasPago_controller;FormasPago_view;FormasPago_plugin;FactuGES" />
|
|
</Target>
|
|
<Target Name="Clean">
|
|
<CallTarget Targets="Base:Clean;GUIBase:Clean;ApplicationBase:Clean;FormasPago_model:Clean;FormasPago_data:Clean;FormasPago_controller:Clean;FormasPago_view:Clean;FormasPago_plugin:Clean;FactuGES:Clean" />
|
|
</Target>
|
|
<Target Name="Make">
|
|
<CallTarget Targets="Base:Make;GUIBase:Make;ApplicationBase:Make;FormasPago_model:Make;FormasPago_data:Make;FormasPago_controller:Make;FormasPago_view:Make;FormasPago_plugin:Make;FactuGES:Make" />
|
|
</Target>
|
|
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
|
|
</Project> |