Subversion Repositories currency_converter

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{A2761CB4-70F5-45ED-85FE-60F3C127D634}</ProjectGuid>
4
    </PropertyGroup>
5
    <ItemGroup>
6
        <Projects Include="DLL\CurConv.dproj">
7
            <Dependencies/>
8
        </Projects>
9
        <Projects Include="DLL Usage Demo\Delphi\CurConvDLLDemo.dproj">
10
            <Dependencies/>
11
        </Projects>
12
    </ItemGroup>
13
    <ProjectExtensions>
14
        <Borland.Personality>Default.Personality.12</Borland.Personality>
15
        <Borland.ProjectType/>
16
        <BorlandProject>
17
            <Default.Personality/>
18
        </BorlandProject>
19
    </ProjectExtensions>
20
    <Target Name="CurConv">
21
        <MSBuild Projects="DLL\CurConv.dproj"/>
22
    </Target>
23
    <Target Name="CurConv:Clean">
24
        <MSBuild Projects="DLL\CurConv.dproj" Targets="Clean"/>
25
    </Target>
26
    <Target Name="CurConv:Make">
27
        <MSBuild Projects="DLL\CurConv.dproj" Targets="Make"/>
28
    </Target>
29
    <Target Name="CurConvDLLDemo">
30
        <MSBuild Projects="DLL Usage Demo\Delphi\CurConvDLLDemo.dproj"/>
31
    </Target>
32
    <Target Name="CurConvDLLDemo:Clean">
33
        <MSBuild Projects="DLL Usage Demo\Delphi\CurConvDLLDemo.dproj" Targets="Clean"/>
34
    </Target>
35
    <Target Name="CurConvDLLDemo:Make">
36
        <MSBuild Projects="DLL Usage Demo\Delphi\CurConvDLLDemo.dproj" Targets="Make"/>
37
    </Target>
38
    <Target Name="Build">
39
        <CallTarget Targets="CurConv;CurConvDLLDemo"/>
40
    </Target>
41
    <Target Name="Clean">
42
        <CallTarget Targets="CurConv:Clean;CurConvDLLDemo:Clean"/>
43
    </Target>
44
    <Target Name="Make">
45
        <CallTarget Targets="CurConv:Make;CurConvDLLDemo:Make"/>
46
    </Target>
47
    <Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
48
</Project>