ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/udr/testsuite/udrlib/udrlib.groupproj
Revision: 381
Committed: Sat Jan 15 00:06:22 2022 UTC (2 years, 3 months ago) by tony
File size: 2449 byte(s)
Log Message:
Release Candidate 1

File Contents

# User Rev Content
1 tony 379 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2     <PropertyGroup>
3     <ProjectGuid>{43FF33F1-E865-4A22-8790-F8AD9F7CF273}</ProjectGuid>
4     </PropertyGroup>
5     <ItemGroup>
6     <Projects Include="fbudrtests.dproj">
7 tony 381 <Dependencies>..\..\..\fbintf.dproj;..\..\..\fbudr.dproj</Dependencies>
8 tony 379 </Projects>
9     <Projects Include="..\..\..\fbudr.dproj">
10 tony 381 <Dependencies>..\..\..\fbintf.dproj</Dependencies>
11 tony 379 </Projects>
12     <Projects Include="..\..\..\fbintf.dproj">
13     <Dependencies/>
14     </Projects>
15     </ItemGroup>
16     <ProjectExtensions>
17     <Borland.Personality>Default.Personality.12</Borland.Personality>
18     <Borland.ProjectType/>
19     <BorlandProject>
20     <Default.Personality/>
21     </BorlandProject>
22     </ProjectExtensions>
23 tony 381 <Target Name="fbudrtests" DependsOnTargets="fbintf;fbudr">
24 tony 379 <MSBuild Projects="fbudrtests.dproj"/>
25     </Target>
26 tony 381 <Target Name="fbudrtests:Clean" DependsOnTargets="fbintf:Clean;fbudr:Clean">
27 tony 379 <MSBuild Projects="fbudrtests.dproj" Targets="Clean"/>
28     </Target>
29 tony 381 <Target Name="fbudrtests:Make" DependsOnTargets="fbintf:Make;fbudr:Make">
30 tony 379 <MSBuild Projects="fbudrtests.dproj" Targets="Make"/>
31     </Target>
32 tony 381 <Target Name="fbudr" DependsOnTargets="fbintf">
33 tony 379 <MSBuild Projects="..\..\..\fbudr.dproj"/>
34     </Target>
35 tony 381 <Target Name="fbudr:Clean" DependsOnTargets="fbintf:Clean">
36 tony 379 <MSBuild Projects="..\..\..\fbudr.dproj" Targets="Clean"/>
37     </Target>
38 tony 381 <Target Name="fbudr:Make" DependsOnTargets="fbintf:Make">
39 tony 379 <MSBuild Projects="..\..\..\fbudr.dproj" Targets="Make"/>
40     </Target>
41     <Target Name="fbintf">
42     <MSBuild Projects="..\..\..\fbintf.dproj"/>
43     </Target>
44     <Target Name="fbintf:Clean">
45     <MSBuild Projects="..\..\..\fbintf.dproj" Targets="Clean"/>
46     </Target>
47     <Target Name="fbintf:Make">
48     <MSBuild Projects="..\..\..\fbintf.dproj" Targets="Make"/>
49     </Target>
50     <Target Name="Build">
51     <CallTarget Targets="fbudrtests;fbudr;fbintf"/>
52     </Target>
53     <Target Name="Clean">
54     <CallTarget Targets="fbudrtests:Clean;fbudr:Clean;fbintf:Clean"/>
55     </Target>
56     <Target Name="Make">
57     <CallTarget Targets="fbudrtests:Make;fbudr:Make;fbintf:Make"/>
58     </Target>
59     <Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
60     </Project>

Properties

Name Value
svn:eol-style native