forked from AndreasSummer/lokad-shared-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLokad.Shared.ccnet
More file actions
14 lines (14 loc) · 843 Bytes
/
Lokad.Shared.ccnet
File metadata and controls
14 lines (14 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" ?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Requires "ExternalPackageDirectory"-->
<!--Grab the CC.NET values-->
<PropertyGroup>
<!--Grab external version if present, default otherwise-->
<Version Condition="$(CCNetLabel)!=''">$(CCNetLabel)</Version>
<!--Grab external package dir, if forced, default otherwise-->
<PublicationRoot Condition="$(CCNetBuildCondition)=='ForceBuild'">$(ExternalPackageDirectory)</PublicationRoot>
<PackageDirectory Condition="$(CCNetBuildCondition)=='ForceBuild'">$(ExternalPackageDirectory)\$(Version)</PackageDirectory>
<BuildTime Condition="$(CCNetBuildDate)!=''">$(CCNetBuildDate) $(CCNetBuildTime)</BuildTime>
</PropertyGroup>
<Import Project="$(MSBuildProjectName).build" />
</Project>