2017-10-12 00:17:28 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2018-06-26 05:38:01 +00:00
|
|
|
<Import Project="$(RepoRoot)/build/MSBuildExtensions.targets" />
|
2017-10-12 00:17:28 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<PublishDir>$(SdkOutputDirectory)</PublishDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-07-03 15:38:10 +00:00
|
|
|
<Target Name="ComposeSdk" DependsOnTargets="Prepare">
|
2018-06-26 05:38:01 +00:00
|
|
|
<MSBuild Projects="$(SrcDirectory)/redist/redist.csproj"
|
|
|
|
Targets="Publish" />
|
2017-10-12 00:17:28 +00:00
|
|
|
</Target>
|
|
|
|
</Project>
|