2016-06-28 01:26:57 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
|
<UsingTask TaskName="DebTargets" AssemblyFile="$(CLIBuildDll)" />
|
|
|
|
|
|
|
|
<Target Name="GenerateDebs" >
|
2016-07-06 23:45:41 +00:00
|
|
|
<DebTargets CLISDKRoot="$(LayoutDirectory)/$(ArtifactNameSdk)/sdk" />
|
2016-06-28 01:26:57 +00:00
|
|
|
</Target>
|
|
|
|
</Project>
|